MuleSoft MCIA - Level 1 Exam Practice Questions (P. 3)
- Full Access (101 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Refer to the exhibit. Anypoint Platform supports role-based access control (RBAC) to features of the platform. An organization has configured an external Identity
Provider for identity management with Anypoint Platform.
What aspects of RBAC must ALWAYS be controlled from the Anypoint Platform control plane and CANNOT be controlled via the external Identity Provider?

Provider for identity management with Anypoint Platform.
What aspects of RBAC must ALWAYS be controlled from the Anypoint Platform control plane and CANNOT be controlled via the external Identity Provider?

- AAssigning Anypoint Platform permissions to a roleMost Voted
- BAssigning Anypoint Platform role(s) to a user
- CControlling the business group within Anypoint Platform to which the user belongs
- DRemoving a user's access to Anypoint Platform when they no longer work for the organization
Correct Answer:
A
A
send
light_mode
delete
Question #12
An integration Mule application is deployed to a customer-hosted multi-node Mule 4 runtime cluster. 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?
How are the messages consumed by the Mule application?
- ARegardless of the Listener operation configuration, all messages are consumed by ONLY the primary cluster node
- BDepending 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
- CRegardless of the Listener operation configuration, all messages are consumed by ALL cluster nodes
- DDepending 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 nodeMost Voted
Correct Answer:
B
B
send
light_mode
delete
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?
What is also required to carry out this change?
- AAPI implementations using an object store must be adjusted to recognize the new nodes and persist to them
- BA new load balancer must be provisioned to allow traffic to the new nodes in a round-robin fashion
- CExternal monitoring tools or log aggregators must be configured to recognize the new nodesMost Voted
- DNew firewall rules must be configured to accommodate communication between API clients and the new nodes
Correct Answer:
A
Reference:
https://www.folkstalk.com/2019/11/mulesoft-integration-and-platform.html
A
Reference:
https://www.folkstalk.com/2019/11/mulesoft-integration-and-platform.html
send
light_mode
delete
Question #14
Refer to the exhibit. One of the backend systems invoked by an API implementation enforces rate limits on the number of requests a particular client can make.
Both the backend system and the API implementation are deployed to several non-production environments in addition to production.
Rate limiting of the backend system applies to all non-production environments. The production environment, however, does NOT have any rate limiting.
What is the most effective approach to conduct performance tests of the API implementation in a staging (non-production) environment?

Both the backend system and the API implementation are deployed to several non-production environments in addition to production.
Rate limiting of the backend system applies to all non-production environments. The production environment, however, does NOT have any rate limiting.
What is the most effective approach to conduct performance tests of the API implementation in a staging (non-production) environment?

- AUse MUnit to simulate standard responses from the backend system Then conduct performance tests to identify other bottlenecks in the system
- BCreate a mocking service that replicates the backend system's production performance characteristics Then configure the API implementation to use the mocking service and conduct the performance tests
- CConduct scaled-down performance tests in the staging environment against the rate limited backend system Then upscale performance results to full production scaleMost Voted
- DInclude logic within the API implementation that bypasses invocations of the backend system in a performance test situation, instead invoking local stubs that replicate typical backend system responses Then conduct performance tests using this API implementation
Correct Answer:
C
C
send
light_mode
delete
Question #15
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?
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?
- AAn On Error scope MuleSoft Object Store ActiveMQ Dead Letter Queue for manual processing
- BUntil Successful component ActiveMQ long retry Queue ActiveMQ Dead Letter Queue for manual processingMost Voted
- CUntil Successful component MuleSoft Object Store ActiveMQ is NOT needed or used
- DAn On Error scope Non-persistent VM ActiveMQ Dead Letter Queue for manual processing
Correct Answer:
D
D
send
light_mode
delete
All Pages