Your company has decided to create an Enterprise Architecture following. The Open Group Architecture Framework (TOGAF). Which option best describes how the IT Strategies from Oracle (ITSO) library of material relates to this TOGAF-based Initiative?
A. ITSO has minimal applicability because TOGAF is a complete architecture framework.
B. The ITSO material can be used as reference material within the TOGAF approach.
C. The TOGAF approach will need to be modified (customized) to incorporate the ITSO material.
D. The ITSO material will need to be adapted to the TOGAF approach.
E. TOGAF and ITSO are mutually exclusive. One or the other must be chosen as the basis for the company's Enterprise Architecture.
Which three primary components form IT Strategies from Oracle (ITSO)?
A. Enterprise Technology Strategies
B. Maximum Availability Architecture
C. Enterprise Solution Designs
D. Oracle Reference Architecture
E. Oracle Enterprise Architecture Framework
F. Oracle Unified Method
What best describes the best practice deployment of Metadata Repository?
A. Every project should deploy its own dedicated Metadata Repository to ensure that the project assets are properly organized.
B. The Metadata Repository is deployed as a single enterprise-scoped cluster to promote a single view of the enterprise.
C. A sandbox Metadata Repository for training and testing purposes should not be deployed.
D. The Source Code Management (SCM) server doubles as a Metadata Repository.
Which of the following are phases of Service Management?
A. Monitor
B. Define
C. Analyze
D. Report
E. Enforce and Execute
A customer has two separate lines of business and each has its own unique resources that are controlled independently. The customer wants to provide a single user interface at the enterprise level that, at least from the user's perspective, unifies the separate lines of business and presents a single consistent view. What is the most suitable architectural arrangement for such a federated deployment?
A. The enterprise implements full client stack and part of the service stack while each LoB deploys the remaining part of the service tierin order to expose uniform interface elements.
B. The client tier assimilates the data from the resource stack of each line of business.
C. The enterprise implements full client and service stacks while each LoB deploys a partial service. sufficient to expose uniform interface elements.
D. The client tier assimilates the data from the service stack of each line of business.
Which of the following statements are true with regard to the Service Contract as defined by the Oracle Reference Architecture (ORA)?
A. A Service Contract defines the contract between a service consumer and a service provider.
B. A Service Contract defines the functional and nonfunctional capabilities of the SOA ServiceiIn human-readable terms.
C. The Web Services Description Language (WSDL) defines the Service Contract for a Web Service.
D. A Service Contract defines the totality of what the SOA Service provides, independent of individual service consumers.
E. A Service Contract Is an optional part of an SOA Service, providing human-readable documentation of the SOA Service.
Which of the following standards states that every reusable asset must contain a minimum of one manifest file and at least one artifact to be considered a valid reusable asset?
A. OMG Reusable Asset Specification (RAS)
B. OMG Meta Object Facility (MOF)
C. OMG XML Metadata Interchange (XMI)
D. OMG Systems Modeling Language (SysML)
Which of the following is NOT a container capability?
A. Scalability
B. High Availability
C. Management and Monitoring
D. Applications
Architecturally speaking, why might an organization deploy a SAML-based Web SSO solution if they already have a cookie-based Web SSO in place and working?
A. SAML generally performs better and requires less network overhead.
B. SAML supports federation across cookie domains.
C. SAML is required for Web Service security, which makesit a natural replacement for cookie based SSO solutions.
D. SAML isimmune to man-in-the-middle attacks.
A company is building a new customer self-service website. The company has an existing CRM application that contains customer information that needs to be integrated into the self-service website. The CRM application provides a synchronous interface to access the needed customer information. The CRM application takes 5 to 30 seconds to respond to the request for customer information. The requirements for the new customer self-service website is to respond within 3 seconds 90% of the time. What integration pattern would you suggest that the company use to integrate the CRM application into the new customer self-service website?
A. Use the request-response message exchange pattern to access the synchronous interface provided by the CRM application. The request-response message exchange pattern matches the synchronous interface provided by the CRM application, so this is the simplest and best approach for integration.
B. When customer information from the CRM application is needed, asynchronously fetch the information by using the store-and-forward integration pattern. This approach allows the self-service website to respond quickly to customer requests without waiting for the CRM application. The website can display the fetched customer information when it is available.
C. Use the request optional-response message exchange pattern to access the CRM application. If the CRM application responds quickly (for example, in 5 seconds) use that response. If the CRM application does not respond quickly, then the optional response was not returned and processing continues.
D. When customer information from the CRM application is needed, post a message to a topic queue by using the publish-and-subscribe integration pattern. This approach allows the CRMapplication or any other application subscribing to the topic queue to respond with customer information.
E. Use the polling integration pattern to find the necessary customer information in the CRM application database. Obviously the data exists in the CRM application database. Obliviously the data exists in the CRM application database, so the slow response from the CRM application can be eliminated by polling directly from the CRM application database.