ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 125 - MCIA - Level 1 discussion

Report
Export

An organization is designing a Mule application to periodically poll an SFTP location for new files containing sales order records and then process those sales orders. Each sales order must be processed exactly once.

To support this requirement, the Mule application must identify and filter duplicate sales orders on the basis of a unique ID contained in each sales order record and then only send the new sales orders to the downstream system.

What is the most idiomatic (used for its intended purpose) Anypoint connector, validator, or scope that can be configured in the Mule application to filter duplicate sales orders on the basis of the unique ID field contained in each sales order record?

A.
Configure a Cache scope to filter and store each record from the received file by the order ID
Answers
A.
Configure a Cache scope to filter and store each record from the received file by the order ID
B.
Configure a Database connector to filter and store each record by the order ID
Answers
B.
Configure a Database connector to filter and store each record by the order ID
C.
Configure an Idempotent Message Validator component to filter each record by the order ID
Answers
C.
Configure an Idempotent Message Validator component to filter each record by the order ID
D.
Configure a watermark In an On New or Updated File event source to filter unique records by the order ID
Answers
D.
Configure a watermark In an On New or Updated File event source to filter unique records by the order ID
Suggested answer: C

Explanation:

Reference: https://docs.mulesoft.com/mule-runtime/3.9/idempotent-filter

asked 18/09/2024
Jorge Andres Gutierrez
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first