MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 13


Additional nodes are being added to an existing customer-hosted Mule runtime cluster to improve performance. Mule applications deployed to this cluster are invoked by API clients through a load balancer.

What is also required to carry out this change?

Show Answer
Correct Answer: C

External monitoring tools or log aggregators must be configured to recognize the new nodes. Adding new nodes to a cluster means that monitoring and logging tools must be aware of these new nodes to continue providing accurate performance and health data. This ensures that any issues with the new nodes can be promptly detected and addressed.

Discussion

14 comments
Sign in to comment
GrumpOption: C
Dec 25, 2021

I think C. External monitoring tools or log aggregators like Splunk must be configured to recognize new node. Two ways to configure that in mulesoft. Either through log appender setting for log4j, or configure Splunk agent to pull logs from server. If Splunk agents are configured to pull logs and other data from nodes, agent will need to be configured to pull logs from new node as well. Cannot be D because firewall rules configuration are between API clients (I am assuming end user HTTP request generator) and load balancer. Nodes are not visible to API Clients. Cannot be B because existing load balancer can be reconfigured to add new node.

MulesoftOption: C
Jul 31, 2021

I think it should be C

[Removed]Option: C
Jul 1, 2022

Im sure is C…. clients hit the LB so they don’t care … you should not have to update any implementation everytime new nodes are added.. that is on the LB layer.. and the firewall rules are between the LB and the workers… the only option that make sense is C that is external to mule.

Rahul1387Option: B
Jul 22, 2021

Answer should be B. Persistent object store in on-premise is created in shared memory of cluster. I believe it wont have any impact if another node is added. Hence not option A.

rodriguescontOption: D
Jun 27, 2022

D Load balancer is already in place, but it needs to be configured to also consider new nodes.

madgeezerOption: C
Aug 4, 2022

C. External monitoring tools or log aggregators must be configured to recognize the new nodes

Ak_2020Option: C
Oct 19, 2022

D is not correct as there is no need to enable the firewall settings between api clients and nodes. C is correct

vikas_mule
Feb 13, 2024

in question it is mentioned all rquest are throuh LB [Mule applications deployed to this cluster are invoked by API clients through a load balancer.] , but not mentioned anywhere that external monitering tool is configured, so Anser is D

Viv2005Option: D
Nov 25, 2022

Option A is in no way the right answer. For API client requests to reach a new node, a firewall opening is needed from LB to new node. Read option D carefully, it says "accommodate communication between client and node". That doesn't mean that API clients are sending the request directly to nodes.

godricravenclawOption: C
Feb 9, 2023

On a separate note, is this also valid? "A new load balancer entry must be configured to allow traffic to the new nodes"

anupamgogoiOption: C
Apr 26, 2023

D can not be right. Client ---> Node is not correct. Client -->LB is correct. I go with C

sundeepperupoguOption: C
Aug 20, 2023

C. External monitoring tools or log aggregators must be configured to recognize the new nodes

vikas_muleOption: D
Feb 13, 2024

in question it is mentioned all rquest are throuh LB [Mule applications deployed to this D, is correct, cluster are invoked by API clients through a load balancer.] , but not mentioned anywhere that external monitering tool is configured, for montering Anypoint control plane is there, so Anser is D

AlandtOption: C
Jun 18, 2024

C is correct according to official practice exam

AlandtOption: C
Jun 21, 2024

According to the official practice exam the correct answer is C