Final Assessment Questions and Answers
Final Assessment Questions and Answers
Answers
Question No. 1: 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.
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.
Question No. 3: An organization wants to undertake a master data
management initiative to have better control on its data quality and
governance. Which of the following are examples of master data for an
enterprise?
Customer, Vendor, Material, Employee, Location
Erwin
Question No. 5: 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
Question No. 6: Your team has ensured that all the application specific libraries
are declared and are hosted within the same repository as the application.
Which of the following cloud native factors does this approach address?
Dependencies
Config
Concurrency
Dev/prod parity
Question No. 7: 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
Software as a Service
Platform as a Service
Infrastructure as a Service
Question No. 10: 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
Question No. 11: Your company's web site is supported with a cluster of load-
balanced web servers and a database server. To reduce expenses, your
company must replace your current cluster of web servers with a single web
server. All servers under consideration have the same specification. Which
three items will be negatively impacted by this re-architecture? (Choose three)
Security
Reliability
Scalability
Availability
Manageability
Maintainability
Question No. 12: Which of the following enterprise value streams are organized
sequentially?
Order to Cash - Opportunity to Order - Sustain and Retain
Question No. 13: Suppose you have created a Data Model for a new
requirement using Erwin Data Modeler. And, now you want the Database as
same 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
Question No. 14: Cost center and profit center for an organization is created
and maintained in SAP FICO.
TRUE
FALSE
Question No. 15: Your company's web site is supported with a cluster of load-
balanced web servers and a database server. To reduce expenses, your
company must replace your current cluster of web servers with a single web
server. All servers under consideration have the same specification. Which
three items will be negatively impacted by this re-architecture? (Choose three)
Security
Reliability
Scalability
Availability
Manageability
Maintainability