All Practice Exams

100+ Free MuleSoft Integration Architect I Practice Questions

Pass your Salesforce Certified MuleSoft Integration Architect I exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which three layers does MuleSoft API-led connectivity define for an application network?

A
B
C
D
to track
2026 Statistics

Key Facts: MuleSoft Integration Architect I Exam

58

Scored Questions

Salesforce credential page

120 min

Exam Time

Salesforce credential page

70%

Passing Score

Salesforce credential page

$400

Registration Fee

Salesforce pricing

$200

Retake Fee

Salesforce pricing

8-12 wks

Typical Timeline

Recommended study plan

MuleSoft Integration Architect I uses 58 multiple-choice questions in 120 minutes with a 70% passing score and a $400 USD registration fee. The blueprint is heavier on solution and integration architecture than on syntax: candidates must justify topology, security, reliability, and deployment decisions across CloudHub, Runtime Fabric, and customer-hosted runtimes. MuleSoft Developer I or Platform Architect I experience is strongly recommended even though no certification is formally required.

Sample MuleSoft Integration Architect I Practice Questions

Try these sample questions to test your MuleSoft Integration Architect I exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which three layers does MuleSoft API-led connectivity define for an application network?
A.Edge, Core, and Backend layers
B.Experience, Process, and System layers
C.Public, Private, and Partner layers
D.Presentation, Business, and Data layers
Explanation: API-led connectivity defines Experience APIs (channel-specific), Process APIs (orchestration and business logic across systems), and System APIs (encapsulation of underlying systems of record). This separation enables reuse and discoverability in the application network.
2Which Mule 4 construct represents the unit of data that flows through processors and contains payload, attributes, and variables?
A.Mule message
B.Mule event
C.Mule record
D.Mule context
Explanation: In Mule 4, the Mule event is the unit that flows through processors. It contains the message (which has payload + attributes) plus variables. Mule 3 used 'Mule message' as the wrapper; Mule 4 renamed and restructured it.
3An architect needs to ensure a downstream system that occasionally rejects duplicate orders is not affected by retries. Which reliability pattern fits best?
A.Scatter-Gather
B.Idempotent receiver
C.Until Successful with no key
D.Async scope with fire-and-forget
Explanation: An idempotent receiver pattern ensures that even if the same message is delivered multiple times (because of retries), it is processed at most once. Mule provides Idempotent Message Validator that uses an object store to track keys.
4Which DataWeave 2.0 function transforms each value of an object and returns a new object?
A.map
B.mapObject
C.pluck
D.reduce
Explanation: mapObject iterates over each key/value pair of an object and returns a new object. map iterates arrays. pluck returns an array of mapped values from an object. reduce accumulates a single value.
5Which OAuth 2.0 grant type is best for a Mule API consumed by a server-to-server batch job with no user context?
A.Authorization code
B.Implicit
C.Client credentials
D.Resource owner password
Explanation: Client credentials grant is intended for server-to-server, non-interactive scenarios where the calling system authenticates as itself with no human user. Authorization code is for interactive user delegation; implicit is deprecated; ROPC is discouraged because it exposes user passwords.
6Which deployment option provides container-based Mule runtime hosting on customer-managed Kubernetes infrastructure?
A.CloudHub 1.0
B.CloudHub 2.0
C.Anypoint Runtime Fabric
D.Anypoint Platform Private Cloud Edition
Explanation: Anypoint Runtime Fabric is a container service that runs Mule applications in Docker containers on Kubernetes, deployable to customer-managed infrastructure (on-prem or in customer's cloud account).
7An API Manager policy must reject requests over 100 per minute per client. Which policy is correct?
A.Client ID Enforcement
B.Rate Limiting
C.JSON Threat Protection
D.IP Allowlist
Explanation: Rate Limiting (or Rate Limiting - SLA-based) caps requests per time window. The SLA-based variant lets you assign different limits per client/tier. Throttling has similar caps but queues instead of rejecting.
8Which Mule error-handling element catches an error inside a sub-flow and returns control to the calling flow as a successful result?
A.On Error Propagate
B.On Error Continue
C.Try with no handler
D.Raise Error
Explanation: On Error Continue handles the error and continues the parent flow as if the error had not happened (the result of the handler becomes the response). On Error Propagate re-throws the error to the caller after the handler runs.
9Which Mule connector pattern is best when consuming a stream of events with strict ordering required per partition key?
A.Anypoint MQ standard queue
B.Apache Kafka with keyed partitioning
C.JMS topic with multiple consumers
D.VM queue across CloudHub workers
Explanation: Kafka guarantees ordering per partition. Using a key (e.g., customerId) ensures all events for that key go to the same partition and are consumed in order. Anypoint MQ FIFO queues offer ordering but at lower throughput than partitioned Kafka.
10What is the recommended way to manage secrets in a Mule application deployed to CloudHub?
A.Hardcode them in mule-artifact.json
B.Store them in plain-text application properties
C.Use Secure Properties with the secure-properties tool and Anypoint Runtime Manager properties
D.Embed them in DataWeave files
Explanation: MuleSoft recommends Mule Secure Configuration Properties: encrypt secrets with the secure-properties-tool (using AES) and supply the master key as an environment-specific Runtime Manager property. CloudHub also supports stronger options like Secrets Manager integration.

About the MuleSoft Integration Architect I Exam

The Salesforce Certified MuleSoft Integration Architect I exam validates the ability to design, govern, secure, deploy, and operate Mule 4 application networks on Anypoint Platform. The blueprint emphasizes architecture-level decisions across API-led connectivity, reliability and high-throughput patterns, security policies, runtime topologies, observability, and the trade-offs between CloudHub, Runtime Fabric, and customer-hosted runtimes.

Assessment

58 multiple-choice questions delivered through Kryterion Webassessor (online or test center)

Time Limit

120 minutes

Passing Score

70%

Exam Fee

$400 (Salesforce/MuleSoft)

MuleSoft Integration Architect I Exam Content Outline

12%

Application Network Design

API-led connectivity layers (Experience, Process, System), bounded contexts, reuse patterns, Anypoint Exchange asset governance, and discovery.

13%

API Specification and Versioning

RAML/OpenAPI design, fragments and traits, semantic versioning, backward-compatible change management, and lifecycle promotion across environments.

12%

Reliability, Idempotency, and Throughput

Idempotent receivers, claim check, until-successful, transactional outbox, batch jobs, parallel-foreach, scatter-gather, and high-throughput design.

12%

Messaging, Eventing, and State

Anypoint MQ vs Kafka vs JMS, FIFO semantics, dead-letter handling, object stores (in-memory, persistent, distributed), and caching scope choices.

13%

Security and Identity

API Manager policies (Client ID Enforcement, Rate Limiting, Throttling, JSON Threat Protection, IP allowlist), OAuth 2.0 grant selection, JWT, mTLS, and Anypoint Security Edge.

13%

Deployment Topologies

CloudHub 1.0/2.0, Runtime Fabric, Anypoint Service Mesh, customer-hosted Mule, vCore sizing, worker counts, multi-region failover, and HA/DR patterns.

12%

Networking and Connectivity

Anypoint VPC peering, transit gateway, IPsec/Anypoint VPN, dedicated load balancers, allowlists, and private connectivity to back-end systems.

13%

Observability, Testing, and CI/CD

Anypoint Monitoring, custom log appenders, OpenTelemetry, distributed tracing, MUnit (mock-when, verify-call, expect, set-event), and CI/CD pipelines.

How to Pass the MuleSoft Integration Architect I Exam

What You Need to Know

  • Passing score: 70%
  • Assessment: 58 multiple-choice questions delivered through Kryterion Webassessor (online or test center)
  • Time limit: 120 minutes
  • Exam fee: $400

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

MuleSoft Integration Architect I Study Tips from Top Performers

1Map every blueprint domain to a real architecture decision you have shipped or could defend in a design review, because this exam tests judgment over recall.
2Compare CloudHub 1.0, CloudHub 2.0, Runtime Fabric, and customer-hosted Mule head-to-head on isolation, vCore sizing, persistence, networking, and DR.
3Drill API security policies and OAuth 2.0 grant selection until you can match policy to threat model in under 30 seconds.
4Practice reliability patterns end-to-end: idempotent receiver, until-successful, claim check, transactional outbox, and persistent object store recovery.
5Know Anypoint MQ vs Kafka vs JMS trade-offs cold, including FIFO, exactly-once semantics, and dead-letter handling.
6Build at least one MUnit test suite that uses mock-when, verify-call, set-event, and expect to lock the test patterns into muscle memory.
7Finish with timed mixed sets focused on scenario questions, since the exam frequently asks for the best architecture given a constraint, not just a correct one.

Frequently Asked Questions

How many questions are on the MuleSoft Integration Architect I exam?

Salesforce's public credential page lists 58 scored multiple-choice questions delivered in a 120-minute window through Kryterion Webassessor. A small number of unscored items may also appear and are not included in the published total.

What is the passing score and exam fee?

Salesforce publishes a 70% passing score for this exam. The current registration fee is USD 400 and a retake costs USD 200, with both proctored online and test-center delivery available through Webassessor.

Do I need MuleSoft Developer I first?

No certification is formally required, but Salesforce strongly recommends real architecture experience plus prior preparation for either MuleSoft Developer I or Platform Architect I. Most successful candidates have hands-on Anypoint Platform delivery experience and can defend design choices on reliability, security, and deployment.

Which topics are weighted heaviest?

Reliability and high-throughput patterns, security policies and identity, deployment topologies (CloudHub vs Runtime Fabric), and observability/CI/CD account for roughly half of the blueprint. API-led design and specification governance round out the rest, so balanced coverage matters more than memorizing one area.

How long should I study?

Most candidates plan 8-12 weeks of focused review, especially if they have less than two years of Anypoint Platform delivery experience. Trailmix labs, MuleSoft architecture whitepapers, and timed practice sets together give the best return for the architecture-level scenarios on this exam.