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 86 discussion

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

An organization is designing an integration Mule application to process orders by submitting them to a back-end system for offline processing. Each order will be received by the Mule application through an HTTPS POST and must be acknowledged immediately. Once acknowledged, the order will be submitted to a back-end system. Orders that cannot be successfully submitted due to rejections from the back-end system will need to be processed manually (outside the back-end system).

The Mule application will be deployed to a customer-hosted runtime and is able to use an existing ActiveMQ broker if needed. The ActiveMQ broker is located inside the organization’s firewall. The back-end system has a track record of unreliability due to both minor network connectivity issues and longer outages.

What idiomatic (used for their intended purposes) combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the back-end system while supporting but minimizing manual order processing?

  • A. An Until Successful scope to call the back-end system
    One or more ActiveMQ long-retry queues
    One or more ActiveMQ dead-letter queues for manual processing
  • B. One or more On Error scopes to assist calling the back-end system
    An Until Successful scope containing VM components for long retries
    A persistent dead-letter VM queue configured in CloudHub
  • C. One or more On Error scopes to assist calling the back-end system
    One or more ActiveMQ long-retry queues
    A persistent dead-letter object store configured in the CloudHub Object Store service
  • D. A Batch Job scope to call the back-end system
    An Until Successful scope containing Object Store components for long retries
    A dead-letter object store configured in the Mule application
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Examschaffer
1 year, 10 months ago
Selected Answer: A
A is fine. ActiveMQ long-retry queue is ok since the message order isn't important (a failing message is scheduled to go to the tail of the original queue and redelivered to a message consumer); Until Successful scope to call the back-end system + One or more ActiveMQ dead-letter queues for manual processing +
upvoted 3 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 ...