Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCIA - Level 1 All Questions

View all questions & answers for the MCIA - Level 1 exam

Exam MCIA - Level 1 topic 1 question 96 discussion

Actual exam question from Mulesoft's MCIA - Level 1
Question #: 96
Topic #: 1
[All MCIA - Level 1 Questions]

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
  • 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
  • D. Configure a watermark In an On New or Updated File event source to filter unique records by the order ID
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
lzrvs
1 year, 10 months ago
Selected Answer: C
Idempotent Message Validator: https://docs.mulesoft.com/mule-runtime/4.4/idempotent-message-validator
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...