Free MuleSoft-Integration-Architect-I Exam Braindumps (page: 2)

Page 2 of 69

Refer to the exhibit.



A Mule 4 application has a parent flow that breaks up a JSON array payload into 200 separate items, then sends each item one at a time inside an Async scope to a VM queue. A second flow to process orders has a VM Listener on the same VM queue. The rest of this flow processes each received item by writing the item to a database.
This Mule application is deployed to four CloudHub workers with persistent queues enabled.
What message processing guarantees are provided by the VM queue and the CloudHub workers, and how are VM messages routed among the CloudHub workers for each invocation of the parent flow under normal operating conditions where all the CloudHub workers remain online?

  1. EACH item VM message is processed AT MOST ONCE by ONE CloudHub worker, with workers chosen in a deterministic round-robin fashion Each of the four CloudHub workers can be expected to process 1/4 of the Item VM messages (about 50 items)
  2. EACH item VM message is processed AT LEAST ONCE by ONE ARBITRARY CloudHub worker Each of the four CloudHub workers can be expected to process some item VM messages
  3. ALL Item VM messages are processed AT LEAST ONCE by the SAME CloudHub worker where the parent flow was invoked
    This one CloudHub worker processes ALL 200 item VM messages
  4. ALL item VM messages are processed AT MOST ONCE by ONE ARBITRARY CloudHub worker This one CloudHub worker processes ALL 200 item VM messages

Answer(s): B

Explanation:

Correct answer is EACH item VM message is processed AT LEAST ONCE by ONE ARBITRARY CloudHub worker. Each of the four CloudHub workers can be expected to process some item VM messages In Cloudhub, each persistent VM queue is listened on by every CloudHub worker - But each message is read and processed at least once by only one CloudHub worker and the duplicate processing is possible - If the CloudHub worker fails , the message can be read by another worker to prevent loss of messages and this can lead to duplicate processing - By default , every CloudHub worker's VM Listener receives different messages from VM Queue Referenece:
https://dzone.com/articles/deploying-mulesoft-application-on-1-worker-vs-mult



Refer to the exhibit.



An organization uses a 2-node Mute runtime cluster to host one stateless API implementation. The API is accessed over HTTPS through a load balancer that uses round-robin for load distribution. Two additional nodes have been added to the cluster and the load balancer has been configured to recognize the new nodes with no other change to the load balancer.
What average performance change is guaranteed to happen, assuming all cluster nodes are fully operational?

  1. 50% reduction in the response time of the API
  2. 100% increase in the throughput of the API
  3. 50% reduction In the JVM heap memory consumed by each node
  4. 50% reduction In the number of requests being received by each node

Answer(s): D



An integration Mule application is deployed to a customer-hosted multi-node Mule 4 runtime duster. The Mule application uses a Listener operation of a JMS connector to receive incoming messages from a JMS queue.
How are the messages consumed by the Mule application?

  1. Depending on the JMS provider's configuration, either all messages are consumed by ONLY the primary cluster node or else ALL messages are consumed by ALL cluster nodes
  2. Regardless of the Listener operation configuration, all messages are consumed by ALL cluster nodes
  3. Depending on the Listener operation configuration, either all messages are consumed by ONLY the primary cluster node or else EACH message is consumed by ANY ONE cluster node
  4. Regardless of the Listener operation configuration, all messages are consumed by ONLY the primary cluster node

Answer(s): C

Explanation:

Correct answer is Depending on the Listener operation configuration, either all messages are consumed by ONLY the primary cluster node or else EACH message is consumed by ANY ONE cluster node
For applications running in clusters, you have to keep in mind the concept of primary node and how the connector will behave.
When running in a cluster, the JMS listener default behavior will be to receive messages only in the primary node, no matter what kind of destination you are consuming from. In case of consuming messages from a Queue, you'll want to change this configuration to receive messages in all the nodes of the cluster, not just the primary.
This can be done with the primaryNodeOnly parameter:
<jms:listener config-ref="config" destination="${inputQueue}" primaryNodeOnly="false"/>



An Integration Mule application is being designed to synchronize customer data between two systems. One system is an IBM Mainframe and the other system is a Salesforce Marketing Cloud (CRM) instance. Both systems have been deployed in their typical configurations, and are to be invoked using the native protocols provided by Salesforce and IBM.
What interface technologies are the most straightforward and appropriate to use in this Mute application to interact with these systems, assuming that Anypoint Connectors exist that implement these interface technologies?

  1. IBM: DB access CRM: gRPC
  2. IBM: REST CRM:REST
  3. IBM: Active MQ CRM: REST
  4. IBM: CICS CRM: SOAP

Answer(s): D

Explanation:

Correct answer is IBM: CICS CRM: SOAP
* Within Anypoint Exchange, MuleSoft offers the IBM CICS connector. Anypoint Connector for IBM CICS Transaction Gateway (IBM CTG Connector) provides integration with back-end CICS apps using the CICS Transaction Gateway.
* Anypoint Connector for Salesforce Marketing Cloud (Marketing Cloud Connector) enables you to connect to the Marketing Cloud API web services (now known as the Marketing Cloud API), which is also known as the Salesforce Marketing Cloud. This connector exposes convenient operations via SOAP for exploiting the capabilities of Salesforce Marketing Cloud.



Page 2 of 69



Post your Comments and Discuss Salesforce MuleSoft-Integration-Architect-I exam with other Community members:

Jeeva commented on November 04, 2024
Still preparing to attend
Anonymous
upvote

Nikki Cruz commented on November 04, 2024
This was a life saver for me. I knew the material but these questions really helped me . Passed on my first attempt !
Anonymous
upvote

Emmanuel commented on November 04, 2024
Can a person pass AZ900 just by using this site only ?
SOUTH AFRICA
upvote

Tech Savvy commented on November 04, 2024
Great work team!, would be good if you list 10 questions at each page,
Anonymous
upvote

Jay commented on November 04, 2024
I tried to clear this exam for 3 times but failed. So I finally resorted to using these exam dumps which I really did not want to. But I was left with no choice.
New Zealand
upvote

Fernando commented on November 04, 2024
Very cool and very helpful. Bought 2 exams with 50% discount.
Brazil
upvote

Jai commented on November 03, 2024
I liked the questions
Anonymous
upvote

Sumitra commented on November 03, 2024
I am eager to write CAD exam
Anonymous
upvote

Veitnam commented on November 03, 2024
Thank you the website owner for making these exam questions available for free. It helped me clear my paper.
Anonymous
upvote

Anonymous commented on November 03, 2024
Can I pass the exams only with these dumps ?
Anonymous
upvote

Bin Mahamood commented on November 03, 2024
terraform { required_providers { aws = { version = ">= 2.7.0" source = "hashicorp/aws" } } }
Anonymous
upvote

Yizzy commented on November 02, 2024
@Patak when did you take the exam?
Anonymous
upvote

Tadele commented on November 02, 2024
Help full to next exam
Anonymous
upvote

Jaqulin commented on November 02, 2024
I appreciate the service and the questions being free. Finally something free in this world.
FRANCE
upvote

numan commented on November 02, 2024
really helping
GERMANY
upvote

Patak commented on November 01, 2024
I got about 70 to 74 questions are from here. So its worth it.
INDIA
upvote

xxx commented on November 01, 2024
I've used this material for exam preps. Many questions comes from this dump.
ESTONIA
upvote

Timens commented on November 01, 2024
Well done and nicely put together. All valid questions in PDF version.
Netherlands
upvote

Debendra commented on November 01, 2024
Passed the exam. The best Diwalli present!!! Thank you team for this braindumps.
INDIA
upvote

Tdk commented on November 01, 2024
Great staff
SOUTH AFRICA
upvote

Tdk commented on November 01, 2024
Good material
SOUTH AFRICA
upvote

Sophy commented on November 01, 2024
These communities along with the questions posted here assisted me a lot for passing my exam CISSP
UNITED STATES
upvote

Pear commented on November 01, 2024
I had a deadline to pass this exam. These questions dumps came to save me. Very easy and quite accurate.
UNITED STATES
upvote

Kiran P commented on November 01, 2024
very helpful ..
INDIA
upvote

Sree commented on October 31, 2024
This is a good practice test for preparation
UNITED STATES
upvote

ambr commented on October 31, 2024
just doing some preparation
Anonymous
upvote

Caml commented on October 31, 2024
Ok at thé moment
Anonymous
upvote

Caml commented on October 31, 2024
I will Say After trying more questions
Anonymous
upvote

George commented on October 31, 2024
Fun way to learn
ROMANIA
upvote

Damian commented on October 31, 2024
Just passed my exam today. I am going to focus on my second exam. Just an FYI, if you are buying the full version they have a buy 1 get one free deal. Just select 2 exams and add them to shopping cart and you get a 50% off your over all total... automatically.
UNITED STATES
upvote

Temitope commented on October 31, 2024
Good questions
EUROPEAN UNION
upvote

Temitope commented on October 31, 2024
Nice and well structured questions
EUROPEAN UNION
upvote

Mr. K commented on October 31, 2024
Valid exam dump. Passed in first try. Keep the good work and keep it free guys.
UNITED STATES
upvote

Fernanda commented on October 30, 2024
This is a very good practice test, I approve my exam
Anonymous
upvote