ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 70 - MCIA Level 1 Maintenance discussion

Report
Export

A leading bank implementing new mule API.

The purpose of API to fetch the customer account balances from the backend application and display them on the online platform the online banking platform. The online banking platform will send an array of accounts to Mule API get the account balances.

As a part of the processing the Mule API needs to insert the data into the database for auditing purposes and this process should not have any performance related implications on the account balance retrieval flow How should this requirement be implemented to achieve better throughput?

A.
Implement the Async scope fetch the data from the backend application and to insert records in the Audit database
Answers
A.
Implement the Async scope fetch the data from the backend application and to insert records in the Audit database
B.
Implement a for each scope to fetch the data from the back-end application and to insert records into the Audit database
Answers
B.
Implement a for each scope to fetch the data from the back-end application and to insert records into the Audit database
C.
Implement a try-catch scope to fetch the data from the back-end application and use the Async scope to insert records into the Audit database
Answers
C.
Implement a try-catch scope to fetch the data from the back-end application and use the Async scope to insert records into the Audit database
D.
Implement parallel for each scope to fetch the data from the backend application and use Async scope to insert the records into the Audit database
Answers
D.
Implement parallel for each scope to fetch the data from the backend application and use Async scope to insert the records into the Audit database
Suggested answer: D
asked 18/09/2024
Pedro Pereira
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first