MULESOFT-INTEGRATION-ARCHITECT-I Exam Details

  • Exam Code
    :MULESOFT-INTEGRATION-ARCHITECT-I
  • Exam Name
    :Salesforce Certified MuleSoft Platform Integration Architect (Mule-Arch-202)
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :273 Q&As
  • Last Updated
    :Jul 10, 2026

Salesforce MULESOFT-INTEGRATION-ARCHITECT-I Online Questions & Answers

  • Question 61:

    A leading eCommerce giant will use MuleSoft APIs on Runtime Fabric (RTF) to process customer orders. Some customer-sensitive information, such as credit card information, is required in request payloads or is included in response payloads in some of the APIs. Other API requests and responses are not authorized to access some of this customer-sensitive information but have been implemented to validate and transform based on the structure and format of this customer-sensitive information (such as account IDs, phone numbers, and postal codes).

    What approach configures an API gateway to hide sensitive data exchanged between API consumers and API implementations, but can convert tokenized fields back to their original value for other API requests or responses, without having to recode the API implementations?

    Later, the project team requires all API specifications to be augmented with an additional non-functional requirement (NFR) to protect the backend services from a high rate of requests, according to defined service-level agreements (SLAs). The NFR's SLAs are based on a new tiered subscription level "Gold", "Silver", or "Platinum" that must be tied to a new parameter that is being added to the Accounts object in their enterprise data model.

    Following MuleSoft's recommended best practices, how should the project team now convey the necessary non-functional requirement to stakeholders?

    A. Create and deploy API proxies in API Manager for the NFR, change the baseurl in each API specification to the corresponding API proxy implementation endpoint, and publish each modified API specification to Exchange
    B. Update each API specification with comments about the NFR's SLAs and publish each modified API specification to Exchange
    C. Update each API specification with a shared RAML fragment required to implement the NFR and publish the RAML fragment and each modified API specification to Exchange
    D. Create a shared RAML fragment required to implement the NFR, list each API implementation endpoint in the RAML fragment, and publish the RAML fragment to Exchange

  • Question 62:

    A finance giant is planning to migrate all its Mule applications to Runtime fabric (RTF). Currently all Mule applications are deployed cloud hub using automated CI/CD scripts.

    As an integration architect, which of the below step would you suggest to ensure that the applications from cloudhub are migrated properly to Runtime Fabric (RTF) with an assumption that organization is keen on keeping the same deployment strategy.

    A. No changes need to be made to POM.xml file and CI/CD script should be modified as per the RTF configurations
    B. runtimeFabric dependency should be added as a mule plug-in to POM.xml file and CI/CD script should be modified as per the RTF configurations
    C. runtimeFabric deployment should be added to POM.xml file in all the mule applications and CI/CD script should be modified as per the RTF configurations
    D. runtimeFabric profile should be added mule configuration files in the mule applications and CI/CD script should be modified as per the RTF configurations

  • Question 63:

    An organization plans to extend its Mule APIs to the EU (Frankfurt) region.

    Currently, all Mule applications are deployed to CloudHub 1.0 in the default North American region, from the North America control plane, following this naming convention: {API-name}--{environment} (for example, Orderssapi--dev, Orderssapi---qa, Orders-sapi---prod, etc.).

    There is no network restriction to block communications between APIs.

    What strategy should be implemented in order to deploy the same Mule APIs to the CloudHub 1.0 EU region from the North America control plane,

    as well as to minimize latency between APIs and target users and systems in Europe?

    A. In Runtime Manager, for each Mule application deployment, set the Region property to EU (Frankfurt) and reuse the same Mule application mame as in the North American region. Communicate the new urls {API-name}--{environment}.de-ci.cloudhub.io to the consuming API clients In Europe.
    B. In API Manager, set the Region property to EU (Frankfurt) to create an API proxy named {API-name}--proxy--{environment} for each Mule application. Communicate the new url {API-name}--proxy--{environment}.de-c1.cloudhub.io to the consuming API clients In Europe.
    C. In Runtime Manager, for each Mule application deployment, leave the Region property blank (default) and change the Mule application name to {API-name}--{environment).de-cl. Communicate the new urls {API-name}--{environment}.de-ci1.cloudhub.io to the consuming API clients in Europe.
    D. In API Manager, leave the Region property blank (default) to deploy an API proxy named {API-name}~proxy~-(environment}.de-cl for each Mule application. Communicate the new url {API-name}--proxy--{environment}.de-cl.cloudhub.io to the consuming API clients in Europe.

  • Question 64:

    An API implementation is being developed to expose data from a production database via HTTP requests. The API implementation executes a database SELECT statement that is dynamically created based upon data received from each incoming HTTP request. The developers are planning to use various types of testing to make sure the Mule application works as expected, can handle specific workloads, and behaves correctly from an API consumer perspective.

    What type of testing would typically mock the results from each SELECT statement rather than actually execute it in the production database?

    A. Unit testing (white box)
    B. Integration testing
    C. Functional testing (black box)
    D. Performance testing

  • Question 65:

    An organization has deployed both Mule and non-Mule API implementations to integrate its customer and order management systems. All the APIs are available to REST clients on the public internet.

    The organization wants to monitor these APIs by running health checks: for example, to determine if an API can properly accept and process requests. The organization does not have subscriptions to any external monitoring tools and also does not want to extend its IT footprint.

    What Anypoint Platform feature provides the most idiomatic (used for its intended purpose) way to monitor the availability of both the Mule and the non-Mule API implementations?

    A. API Functional Monitoring
    B. Runtime Manager
    C. API Manager
    D. Anypoint Visualizer

  • Question 66:

    As a part of business requirement , old CRM system needs to be integrated using Mule application. CRM system is capable of exchanging data only via SOAP/HTTP protocol. As an integration architect who follows API led approach , what is the the below step you will perform so that you can share document with CRM team?

    A. Create RAML specification using Design Center
    B. Create SOAP API specification using Design Center
    C. Create WSDL specification using text editor
    D. Create WSDL specification using Design Center

  • Question 67:

    Refer to the exhibit.

    What is the type data format shown in the exhibit?

    A. JSON
    B. XML
    C. YAML
    D. CSV

  • Question 68:

    A high-volume eCommerce retailer receives thousands of orders per hour and requires notification of its order management, warehouse, and billing system for subsequent processing within 15 minutes of order submission through its website.

    Which integration technology, when used for its typical and intended purpose, meets the retailer's requirements for this use case?

    A. Managed File Transfer (MFT)
    B. Publish/Subscriber Messaging Bus (Pub/Sub)
    C. Enterprise Data Warehouse (EDW)
    D. Extract Transform Load (ETL)

  • Question 69:

    What approach configures an API gateway to hide sensitive data exchanged between API consumers and API implementations, but can convert tokenized fields back to their original value for other API requests or responses, without having to recode the API implementations?

    A. Create both masking and tokenization formats and use both to apply a tokenization policy in an API gateway to mask sensitive values in message payloads withcharacters, and apply a corresponding detokenization policy to return the original values to other APIs
    B. Create a masking format and use it to apply a tokenization policy in an API gateway to mask sensitive values in message payloads with characters, and apply a corresponding detokenization policy to return the original values to other APIs
    C. Use a field-level encryption policy in an API gateway to replace sensitive fields in message payload with encrypted values, and apply a corresponding field-level decryption policy to return the original values to other APIs
    D. Create a tokenization format and use it to apply a tokenization policy in an API gateway to replace sensitive fields in message payload with similarly formatted tokenized values, and apply a corresponding detokenization policy to return the original values to other APIs

  • Question 70:

    An insurance company is using a CIoudHub runtime plane. As a part of requirement, email alert should be sent to internal operations team every time of policy applied to an API instance is deleted As an integration architect suggest on how this requirement be met?

    A. Use audit logs in Anypoint platform to detect a policy deletion and configure the Audit logs alert feature to send an email to the operations team
    B. Use Anypoint monitoring to configure an alert that sends an email to the operations team every time a policy is deleted in API manager
    C. Create a custom connector to be triggered every time of policy is deleted in API manager
    D. Implement a new application that uses the Audit log REST API to detect the policy deletion and send an email to operations team the SMTP connector

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your MULESOFT-INTEGRATION-ARCHITECT-I exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.