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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam MCIA - Level 1 topic 1 question 15 discussion

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

An integration Mule application is being designed to process orders by submitting them to a backend 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 backend system.
Orders that cannot be successfully submitted due to rejections from the backend system will need to be processed manually (outside the backend system).
The Mule application will be deployed to a customer-hosted runtime and is able to use an existing ActiveMQ broker if needed.
The backend system has a track record of unreliability both due to 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 backend system, while minimizing manual order processing?

  • A. An On Error scope MuleSoft Object Store ActiveMQ Dead Letter Queue for manual processing
  • B. Until Successful component ActiveMQ long retry Queue ActiveMQ Dead Letter Queue for manual processing
  • C. Until Successful component MuleSoft Object Store ActiveMQ is NOT needed or used
  • D. An On Error scope Non-persistent VM ActiveMQ Dead Letter Queue for manual processing
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
vikas_mule
2 months, 2 weeks ago
B, combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the backend system, while minimizing manual order processing, until succesful is an automatic submission of order
upvoted 1 times
...
madgeezer
1 year, 8 months ago
Selected Answer: B
B. Until Successful component ActiveMQ long retry Queue ActiveMQ Dead Letter Queue for manual processing
upvoted 1 times
...
sanni27
2 years, 3 months ago
should be B
upvoted 2 times
...
Outdoor25
2 years, 4 months ago
Should be B. Retries are needed as well as manual processing ability of order without loosing any orders. D involves non persistant VM, however does not describe how message ends up in ActiveMQ DLQ. Typically message ends up in DLQ after a message dequeue has failed x number of times due to transaction roll back or other reasons.
upvoted 3 times
...
Pavan_Nagineni
2 years, 8 months ago
B. Until Successful component ActiveMQ long retry Queue ActiveMQ Dead Letter Queue for manual processing
upvoted 2 times
...
Rahul1387
2 years, 9 months ago
It should be B. Until successful and dead letter queue
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 ...