0% found this document useful (0 votes)
819 views5 pages

Final Assessment Questions and Answers

Uploaded by

v.sivaarasu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
819 views5 pages

Final Assessment Questions and Answers

Uploaded by

v.sivaarasu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Final Assessment Questions and

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.

Question No. 2: What does the diagram represent?


Product Sourcing passes information to Product Sales, Product Sales passes information to
Order Management, and Order Management passes information to Order Fulfillment.

All the four processes are executed in parallel.

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

Customer, Purchase Order, Delivery Receipt

Sales Order, Purchase Requisition, Request for Quotation

Vendor, Purchase Order, Goods Receipt, Goods Issue

Question No. 4: Which of the following supports custom datatypes,


automation, high customization etc?
ER/Studio

Oracle SQL Developer Data Modeler

Erwin

All of the above

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

System is running on-premise

System is running on cloud

There are no network partitions

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

Question No. 8: Purchase Invoice business object is represented by Purchase


Order Data in the application layer. Which ArchiMate relationship describes
this?
The Purchase Invoice realizes the Purchase Order Data

The Purchase Order Data realizes the Purchase Invoice

The Purchase Invoice uses the Purchase Order Data

The Purchase Invoice is assigned to the Purchase Order Data

Question No. 9: 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

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

Updates management of operating systems on the servers

Physical server security management


Application data backup management

Failed server hardware replacement

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

Sustain and Retain - Opportunity to Order - Order to Cash

Opportunity to Order - Order to Cash - Sustain and Retain

Opportunity to Order - Sustain and Retain - Order to Cash

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

None of the above

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

You might also like