Identify two tasks of the Application tier in 11i Oracle Applications architecture. ()(Choose two.)A、process business logicB、store business logic in the databaseC、retrieve business logic from the databaseD、manage communication between desktop/client tier and database tier
Identify two tasks of the Application tier in 11i Oracle Applications architecture. ()(Choose two.)
- A、process business logic
- B、store business logic in the database
- C、retrieve business logic from the database
- D、manage communication between desktop/client tier and database tier
相关考题:
Which correctly describes the tiers of the Oracle Workflow architecture?() A. Oracle Database tier and Application server tier onlyB. Oracle Database tier, Application server tier, and End-user client tier onlyC. Oracle Database tier, Application server tier, and Development client tier onlyD. Oracle Database tier, Application server tier, Development client tier, and End-user client tier
Identify two tasks of the Application tier in 11i Oracle Applications architecture. ()(Choose two.) A.process business logicB.store business logic in the databaseC.retrieve business logic from the databaseD.manage communication between desktop/client tier and database tier
Which tier in Oracle E-Business Suite is responsible for storing application data?() A.database tierB.application tierC.client (desktop) tierD.both database tier and application tier
Which is characteristic of the Business Delegate pattern?()A、 It decreases complexity by removing a layer of proxy classes.B、 It reduces coupling between tiers by hiding implementation details.C、 It decreases performance due to the lack of caching of remote data.D、 It forces business-tier expectations to be dealt with in the presentation-tier.
In an n-tier application, which two invocations are typically remote, not local?()A、JSP to Transfer ObjectB、Service Locator to JNDIC、Controller to request objectD、Transfer Object to Entity BeanE、Controller to Business Delegate
You are evaluating a Windows Azure application. The application includes the following elements: - A web role that provides the ASP.NET user interface and business logic - A single SQL Azure database that contains all application data Each page must receive data from the business logic layer before returning results to the client. Traffic has increased significantly. The business logic is causing high CPU usage. You need to recommend an approach for scaling the application. What should you recommend?()A、 Move business logic to a worker role.B、 Vertically partition the SQL Azure database.C、 Store business logic results in Windows Azure local storage.D、 Store business logic resultsin Windows Azure Table storage
A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, because the business and resourcetiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing clientrequests. Which design patterns, working together, address these issues?()A、Front Controller and Transfer ObjectB、Front Controller and Service LocatorC、Business Delegate and Transfer ObjectD、Business Delegate and Intercepting Filter
A Company.com developer is designing a multi-tier web application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, because the business and resource tiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing client requests. Which design patterns, working together, address these issues?()A、 Front Controller and Transfer ObjectB、 Front Controller and Service LocatorC、 Business Delegate and Transfer ObjectD、 Business delegate and Intercepting FilterE、 Model-View-Controller and Intercepting Filter
You have the following requirements: - Ensure that the business tier can be updated without affecting the application tier. - Use the minimum role instance size that meets or exceeds the current server specifications. You need to recommend a topology for hosting the application in Windows Azure. What should you recommend?()A、 Deploy the application tier and the business tier to one role with two Medium instances.B、 Deploy the application tier and the business tier to one role with two Large instances.C、 Deploy the application tier role to a Medium instance. Deploy the business tier role to a medium instance.D、 Deploy the application tier role to a Large instance. Deploy the business tier role to a Large instance.
You are migrating a solution to Windows Azure. The solution includes a web application and a business logic layer. The web application runs on three dual-core servers. The business logic layer runs on two quad-core servers. The Windows Azure application must match or exceed the current hardware specifications. You need to recommend role instance sizes that minimize cost. What should you recommend?()A、 Small for the web application and Medium for the business logic layerB、 Small for the web application and Large for the business logic layerC、 Medium for the web application and Large for the business logic layerD、 Large for the web application and Extra Large for the business logic layer
A developer is designing a multi-tier web application and discovers a need to log each incoming client request. Which two patterns, taken independently, provide a solution for this problem? ()A、 Transfer ObjectB、 Service LocatorC、 Front ControllerD、 Intercepting FilterE、 Business DelegateF、 Model-View-Controller
A developer is designing a multi-tier application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, the application needs to find, in a transparent manner, the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A、 Business Delegate and Transfer ObjectB、 Business Delegate and Service LocatorC、 Front Controller and Business DelegateD、 Intercepting Filter and Transfer ObjectE、 Model-View-Controller and Intercepting Filter
Which two statements are true about the WebLogic Server domains ? ()A、 Application Programmers need to refer to domains in their Oracle Web`logic Server programming InterfaceB、 domains can be used to separate development, test, and production application, administration and operational responsibility, and organizational or business division C、 one can share a configured resource or subsystem between domainsD、 the concept of multiple domains is supported
Identify three features of Multi-Org.() (Choose three.)A、The data can be logically partitioned.B、Users can be assigned to specific organizations.C、It defines organizations and the relationships between them.D、Multiple installations of Oracle Application products are needed.E、It enables at most two business units to use a single installation of Oracle Applications.
A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, the application needs to find,in a transparent manner,the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A、Business Delegate and Transfer ObjectB、Business Delegate and Service LocatorC、Front Controller and Business DelegateD、Intercepting Filter and Transfer Object
多选题Identify two tasks of the Application tier in 11i Oracle Applications architecture. ()(Choose two.)Aprocess business logicBstore business logic in the databaseCretrieve business logic from the databaseDmanage communication between desktop/client tier and database tier
单选题You work as an application developer at Certkiller .com. You are currently in the process of developing a business logic component that requires long calculations. You have identified numerous tasks within this application that can be done asynchronously. You notice that these tasks are mutually dependent and require complex synchronization techniques so that it can manage efficiently. You decide to use Microsoft .NET 2.0 to take advantage of its new thread management features. You need to create and start the application threads. What should you do?()A AB BC CD D
单选题Which tier in Oracle E-Business Suite is responsible for storing application data?()Adatabase tierBapplication tierCclient (desktop) tierDboth database tier and application tier
单选题A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, because the business and resourcetiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing clientrequests. Which design patterns, working together, address these issues?()AFront Controller and Transfer ObjectBFront Controller and Service LocatorCBusiness Delegate and Transfer ObjectDBusiness Delegate and Intercepting Filter
多选题Identify three features of Multi-Org.() (Choose three.)AThe data can be logically partitioned.BUsers can be assigned to specific organizations.CIt defines organizations and the relationships between them.DMultiple installations of Oracle Application products are needed.EIt enables at most two business units to use a single installation of Oracle Applications.
多选题In an n-tier application, which two invocations are typically remote, not local?()AJSP to Transfer ObjectBService Locator to JNDICController to request objectDTransfer Object to Entity BeanEController to Business Delegate
单选题A developer is designing a multi-tier application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, the application needs to find, in a transparent manner, the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()A Business Delegate and Transfer ObjectB Business Delegate and Service LocatorC Front Controller and Business DelegateD Intercepting Filter and Transfer ObjectE Model-View-Controller and Intercepting Filter
单选题A developer is designing a multi-tier web application and discovers a need to hide the details of establishingand maintaining remote communications from the client. In addition, the application needs to find,in a transparent manner,the heterogeneous business components used to service the client’s requests. Which design patterns, working together, address these issues?()ABusiness Delegate and Transfer ObjectBBusiness Delegate and Service LocatorCFront Controller and Business DelegateDIntercepting Filter and Transfer Object
单选题Which correctly describes the tiers of the Oracle Workflow architecture?()AOracle Database tier and Application server tier onlyBOracle Database tier, Application server tier, and End-user client tier onlyCOracle Database tier, Application server tier, and Development client tier onlyDOracle Database tier, Application server tier, Development client tier, and End-user client tier
多选题Which two statements are true about the WebLogic Server domains ? ()AApplication Programmers need to refer to domains in their Oracle Web`logic Server programming InterfaceBdomains can be used to separate development, test, and production application, administration and operational responsibility, and organizational or business divisionCone can share a configured resource or subsystem between domainsDthe concept of multiple domains is supported
单选题You are migrating a solution to Windows Azure. The solution includes a web application and a business logic layer. The web application runs on three dual-core servers. The business logic layer runs on two quad-core servers. The Windows Azure application must match or exceed the current hardware specifications. You need to recommend role instance sizes that minimize cost. What should you recommend?()A Small for the web application and Medium for the business logic layerB Small for the web application and Large for the business logic layerC Medium for the web application and Large for the business logic layerD Large for the web application and Extra Large for the business logic layer
单选题A Company.com developer is designing a multi-tier web application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, because the business and resource tiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing client requests. Which design patterns, working together, address these issues?()A Front Controller and Transfer ObjectB Front Controller and Service LocatorC Business Delegate and Transfer ObjectD Business delegate and Intercepting FilterE Model-View-Controller and Intercepting Filter