Final Assessment Complete With Answers All 30
Final Assessment Complete With Answers All 30
and Answers
A travel company is designing an application to allow customers to browse for
information on any flights operating domestically and to place new reservations
on any of those flights. The company makes the following assumptions:
significant read volume, in terms of operations the customers will perform,
significant overlap, in the search criteria of customers, simple processing of
each customer browse/update request. What advice can you give this
company?
Use a two-tier architecture (rich client directly accessing the database) because running
copies of the business logic in each client provides significant advantages in terms of
processing time per request.
Use a three-tier architecture (thin client -> application server -> database) because
executing business logic remotely on a central location results in better performance per
request.
Use a three-tier architecture (thin client -> application server -> database) because the
shared business server allows them to cache information with high likelihood of cache hits,
which reduces the load on the database.
Use a two-tier architecture (rich client directly accessing the database) because each client
can operate on its own business objects, independently of others, which provides significant
advantages from reduced latency due to synchronization.
Answer: Answer: Use a two-tier architecture (rich client directly accessing the database)
because each client can operate on its own business objects, independently of others, which
provides significant advantages from reduced latency due to synchronization.
Product Sourcing triggers Product Sales, Product Sales triggers Order Management, and
Order Management triggers Order Fulfillment.
Product Sourcing is used by Product Sales, Product Sales is used by Order Management, and
Order Management is used by Order Fulfillment.
Answer: Answer: Product Sourcing passes information to Product Sales, Product Sales
passes information to Order Management, and Order Management passes information to
Order Fulfillment.
Erwin
Which of the following situations does not need you to make any trade-offs
between the elements of the CAP Theorem?
Load balancers are used
Config
Concurrency
Dev/prod parity
A new plant that processes food needs a commercial pasteurizer and has
floated an RFP with the details of food that will need to be processed, capacity,
temperature requirements etc. The vendors have responded to the RFP with
the design for the commercial pasteurizer. What kind of order fulfillment will
be used by the vendor?
Engineer to Order
Make to Stock
Make to Order
Assemble to Order
Answer: Answer: The Purchase Invoice uses the Purchase Order Data
Your client's vendor management web application is also accessed by your
vendors. Which of the following will you recommend to host the vendor
management web application on cloud to reduce the administrative work for
managing the application?
Database as a Service
Software as a Service
Platform as a Service
Infrastructure as a Service
300 servers are planned to be virtualized and migrated to public cloud. This will
reduce which of the following admin responsibilities. Select all that apply.
Permissions management to shared documents
Answer: Answer: Updates management of operating systems on the servers, Physical server
security management, Failed server hardware replacement
Reliability
Scalability
Availability
Manageability
Maintainability
Answer: Answer: Data Marts should be created, Metadata repository should be designed
You have created a Data Model for a new requirement using Erwin Data
Modeler. And now, you want the database to be created as the data model you
created. Which of the following approach is appropriate?
Prepare scripts with help of DBAs and take their help to execute it.
Connect to Schema from Erwin and it internally execute scripts to create the schema.
Option 1 and 2
Cost center and profit center for an organization is created and maintained in
SAP FICO.
TRUE
FALSE
Reliability
Scalability
Availability
Manageability
Maintainability