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

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

Refer to the exhibit. A Mule application is deployed to a cluster of two customer-hosted Mule runtimes. The Mule application has a flow that polls a database and another flow with an HTTP Listener.
HTTP clients send HTTP requests directly to individual cluster nodes.
What happens to database polling and HTTP request handling in the time after the primary (master) node of the cluster has failed, but before that node is restarted?

  • A. Database polling stops All HTTP requests are rejected
  • B. Database polling stops All HTTP requests continue to be accepted
  • C. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
  • D. Database polling continues All HTTP requests continue to be accepted, but requests to the failed node incur increased latency
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
gilofernandes
1 year ago
Selected Answer: C
C is the correct answer
upvoted 1 times
...
lzrvs
1 year, 11 months ago
Selected Answer: C
It is C
upvoted 1 times
...
majda091983
2 years, 1 month ago
Selected Answer: D
it is C
upvoted 1 times
...
madgeezer
2 years, 3 months ago
Selected Answer: C
C. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
upvoted 1 times
...
[Removed]
2 years, 4 months ago
if the primary is down then the command is automatically shifted to the serving node, so all request and polling is served by the remaining nodes and the ANS is C
upvoted 1 times
...
rodriguescont
2 years, 5 months ago
Selected Answer: C
When the primary node fails, the other one is automatically selected as new primary node. DB requests keeps polling because of they are resource-based connectors, so each one access the connection pool independently. In clusters, Listeners must be load balanced by an external solution. Once each HTTP Listener receives requests directly, so there’s no load balancer in this Architecture. It means that only the remaining node continues to receive HTTP requests.
upvoted 2 times
...
razz123098
2 years, 5 months ago
Selected Answer: C
C is the answer
upvoted 1 times
...
sanni27
2 years, 10 months ago
Should be C. Because other node will continue db polling and http request. Only failed node will stop db polling and http requester.
upvoted 1 times
...
Outdoor25
2 years, 11 months ago
Selected Answer: C
Should be C. Cannot be D because increased latency means it will succeed in some time. However when the node comes up, it might have different IP which will mean requests sent to original ip might fail.
upvoted 2 times
...
Pavan_Nagineni
3 years, 3 months ago
C. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
upvoted 2 times
...
siva_int
3 years, 3 months ago
I agree C is correct
upvoted 2 times
...
DA234
3 years, 4 months ago
C is correct answer
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 ...