100% found this document useful (1 vote)
1K views6 pages

Final Assessment Complete With Answers All 30

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
100% found this document useful (1 vote)
1K views6 pages

Final Assessment Complete With Answers All 30

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/ 6

Final Assessment Questions, Options,

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.

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.
Answer: Answer: Product Sourcing passes information to Product Sales, Product Sales
passes information to Order Management, and Order Management passes information to
Order Fulfillment.

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

Answer: Answer: Customer, Vendor, Material, Employee, Location

Which of the following supports custom datatypes, automation, high


customization etc?
ER/Studio

Oracle SQL Developer Data Modeler

Erwin

All of the above

Answer: Answer: All of the above

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

Answer: Answer: There are no network partitions


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

Answer: Answer: Dependencies

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: Engineer to Order

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

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

Answer: Answer: Software 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

Updates management of operating systems on the servers

Physical server security management

Application data backup management

Failed server hardware replacement

Answer: Answer: Updates management of operating systems on the servers, Physical server
security management, Failed server hardware replacement

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

Answer: Answer: Reliability, Scalability, Availability

Suppose you have received a requirement to create a data warehouse model


for a Banking system. You have designed a DW to store historical data. Which
of the following should be considered to improve the performance of the Data
Warehouse?
You should have proper relationship with the tables in DW

Data Marts should be created

Data Marts should be updated frequently

Metadata repository should be designed

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

None of the above

Answer: Answer: Option 1 and 2

Cost center and profit center for an organization is created and maintained in
SAP FICO.
TRUE

FALSE

Answer: Answer: TRUE


Your company’s website 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?
Security

Reliability

Scalability

Availability

Manageability

Maintainability

Answer: Answer: Reliability, Scalability, Availability

You might also like