MuleSoft Certified Integration Architect - Level 1 Exam (MCIA) - MuleSoft Actual Exam Questions
Last updated on May 06, 2026
Refer to the exhibit. A Mule application has an HTTP Listener that accepts HTTP DELETE requests. This Mule application Is deployed to three CloudHub workers under the control of the CloudHub Shared Load Balancer. A web client makes a sequence of requests to the Mule application's public URL. How is this sequence of web client requests distributed among the HTTP Listeners running in the three CloudHub workers?
Each request is routed to the PRIMARY CloudHub worker in the PRIMARY Availability Zone (AZ)
Each request is routed to ONE ARBiTRARY CloudHub worker in the PRIMARY Availability Zone (AZ)
Each request Is routed to ONE ARBiTRARY CloudHub worker out of ALL three CloudHub workers
Each request is routed (scattered) to ALL three CloudHub workers at the same time
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
A stock broking company makes use of CloudHub VPC to deploy Mule applications. Mule application needs to connect to a database application in the customers on-premises corporate data center and also to a Kafka cluster running in AWS VPC. How is access enabled for the API to connect to the database application and Kafka cluster securely?
Set up a transit gateway to the customers on-premises corporate datacenter to AWS VPC
Setup AnyPoint VPN to the customer's on-premise corporate data center and VPC peering with AWS VPC
Setup VPC peering with AWS VPC and the customers devices corporate data center
Setup VPC peering with the customers onto my service corporate data center and Anypoint VPN to AWS VPC
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Refer to the exhibit. An organization is sizing an Anypoint VPC for the non-production deployments of those Mule applications that connect to the organization's on-premises systems. This applies to approx. 60 Mule applications. Each application is deployed to two CloudHub i workers. The organization currently has three non-production environments (DEV, SIT and UAT) that share this VPC. The AWS region of the VPC has two AZs. The organization has a very mature DevOps approach which automatically progresses each application through all non-production environments before automatically deploying to production. This process results in several Mule application deployments per hour, using CloudHub's normal zero-downtime deployment feature. What is a CIDR block for this VPC that results in the smallest usable private IP address range?
10.0.0.0/26 (64 IPS)
10.0.0.0/25 (128 IPs)
10.0.0.0/24 (256 IPs)
10.0.0.0/22 (1024 IPs)
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which Anypoint Platform component should a MuleSoft developer use to create an API specification prior to building the API implementation?
MUnit
API Designer
API Manager
Runtime Manager
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
An external REST client periodically sends an array of records in a single POST request to a Mule application API endpoint. The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received in the array Record processing will take place inside a router or scope that calls a child flow. The child flow has its own error handling defined. Any validation or communication failures should not prevent further processing of the remaining records. To best address these requirements what is the most idiomatic(used for it intended purpose) router or scope to used in the parent flow, and what type of error handler should be used in the child flow?
First Successful router in the parent flow On Error Continue error handler in the child flow
For Each scope in the parent flow On Error Continue error handler in the child flow
Parallel For Each scope in the parent flow On Error Propagate error handler in the child flow
Until Successful router in the parent flow On Error Propagate error handler in the child flow
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.