Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

MuleSoft-Integration-Architect-I Salesforce Certified MuleSoft Platform Integration Architect (Mule-Arch-202) is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

MuleSoft-Integration-Architect-I Practice Questions

Salesforce Certified MuleSoft Platform Integration Architect (Mule-Arch-202)

Last Update 1 day ago
Total Questions : 273

Dive into our fully updated and stable MuleSoft-Integration-Architect-I practice test platform, featuring all the latest Salesforce MuleSoft exam questions added this week. Our preparation tool is more than just a Salesforce study aid; it's a strategic advantage.

Our free Salesforce MuleSoft practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about MuleSoft-Integration-Architect-I. Use this test to pinpoint which areas you need to focus your study on.

MuleSoft-Integration-Architect-I PDF

MuleSoft-Integration-Architect-I PDF (Printable)
$43.75
$124.99

MuleSoft-Integration-Architect-I Testing Engine

MuleSoft-Integration-Architect-I PDF (Printable)
$50.75
$144.99

MuleSoft-Integration-Architect-I PDF + Testing Engine

MuleSoft-Integration-Architect-I PDF (Printable)
$63.7
$181.99
Question # 51

In a Mule Application, a flow contains two (2) JMS consume operations that are used to connect to a JMS broker and consume messages from two(2) JMS destination. The Mule application then joins the two JMS messages together.

The JMS broker does not implement high availability (HA) and periodically experiences scheduled outages of upto 10 mins for routine maintenance.

What is the most idiomatic (used for its intented purpose) way to build the mule flow so it can best recover from the expected outages?

Options:

A.  

Configure a reconnection strategy for the JMS connector

B.  

Enclose the two(2) JMS operation in an Until Successful scope

C.  

Consider a transaction for the JMS connector

D.  

Enclose the two(2) JMS operations in a Try scope with an Error Continue error handler

Discussion 0
Question # 52

An organization is successfully using API led connectivity, however, as the application network grows, all the manually performed tasks to publish share and discover, register, apply policies to, and deploy an API are becoming repetitive pictures driving the organization to automate this process using efficient CI/'CD pipeline. Considering Anypoint platforms capabilities how should the organization approach automating is API lifecycle?

Options:

A.  

Use runtime manager rest apis for API management and mavenforAPI deployment

B.  

Use Maven with a custom configuration required for the API lifecycle

C.  

Use Anypoint CLI or Anypoint Platform REST apis with scripting language such as groovy

D.  

Use Exchange rest api's for API management and MavenforAPI deployment

Discussion 0
Question # 53

An API implementation is being designed that must invoke an Order API which is known to repeatedly experience downtime. For this reason a fallback API is to be called when the Order API is unavailable. What approach to designing invocation of the fallback API provides the best resilience?

Options:

A.  

Redirect client requests through an HTTP 303 temporary redirect status code to the fallback API whenever the Order API is unavailable

B.  

Set an option in the HTTP Requester component that invokes the order API to instead invoke a fallback API whenever an HTTP 4XX or 5XX response status code is received from Order API

C.  

Create a separate entry for the order API in API manager and then invoke this API as a fallback API if the primary Order API is unavailable

D.  

Search Anypoint Exchange for a suitable existing fallback API and them implement invocations to their fallback API in addition to the Order API

Discussion 0
Question # 54

A Mule application is being designed To receive nightly a CSV file containing millions of records from an external vendor over SFTP, The records from the file need to be validated, transformed. And then written to a database. Records can be inserted into the database in any order.

In this use case, what combination of Mule components provides the most effective and performant way to write these records to the database?

Options:

A.  

Use a Parallel for Each scope to Insert records one by one into the database

B.  

Use a Scatter-Gather to bulk insert records into the database

C.  

Use a Batch job scope to bulk insert records into the database.

D.  

Use a DataWeave map operation and an Async scope to insert records one by one into the database.

Discussion 0
Question # 55

An organization needs to enable access to their customer data from both a mobile app and a web application, which each need access to common fields as well as certain unique fields. The data is available partially in a database and partially in a 3rd-party CRM system. What APIs should be created to best fit these design requirements?

Options:

A.  

A Process API that contains the data required by both the web and mobile apps, allowing these applications to invoke it directly and access the data they need thereby providing the flexibility to add more fields in the future without needing API changes.

B.  

One set of APIs (Experience API, Process API, and System API) for the web app, and another set for the mobile app.

C.  

Separate Experience APIs for the mobile and web app, but a common Process API that invokes separate System APIs created for the database and CRM system

D.  

A common Experience API used by both the web and mobile apps, but separate Process APIs for the web and mobile apps that interact with the database and the CRM System.

Discussion 0
Question # 56

An organization is designing an integration solution to replicate financial transaction data from a legacy system into a data warehouse (DWH).

The DWH must contain a daily snapshot of financial transactions, to be delivered as a CSV file. Daily transaction volume exceeds tens of millions of records, with significant spikes in volume during popular shopping periods.

What is the most appropriate integration style for an integration solution that meets the organization's current requirements?

Options:

A.  

Event-driven architecture

B.  

Microservice architecture

C.  

API-led connectivity

D.  

Batch-triggered ETL

Discussion 0
Question # 57

As a part of project requirement, client will send a stream of data to mule application. Payload size can vary between 10mb to 5G

B.  

Mule application is required to transform the data and send across multiple sftp servers. Due to the cost cuttings in the organization, mule application can only be allocated one worker with size of 0.2 vCore.

As an integration architect , which streaming strategy you would suggest to handle this scenario?

Options:

A.  

In-memory non repeatable stream

B.  

File based non-repeatable stream

C.  

In-memory repeatable stream

D.  

File based repeatable storage

Discussion 0
Question # 58

A project team uses RAML specifications to document API functional requirements and deliver API definitions. As per the current legal requirement, all designed API definitions to be augmented with an additional non-functional requirement to protect the services from a high rate of requests according to define service level agreements.

Assuming that the project is following Mulesoft API governance and policies, how should the project team convey the necessary non-functional requirement to stakeholders?

Options:

A.  

Create proxies in API manager for the non functional requirement and publish to exchange

B.  

Add all non functional requirements as comments to RAML specification and publish to exchange

C.  

Create various SLA's in API manager for the non functional requirement and publish to exchange

D.  

Update API definitions with the fragment for the appropriate policy and publish to exchange

Discussion 0
Question # 59

What Anypoint Connectors support transactions?

Options:

A.  

Database, JMS, VM

B.  

Database, 3MS, HTTP

C.  

Database, JMS, VM, SFTP

D.  

Database, VM, File

Discussion 0
Question # 60

A marketing organization is designing a Mule application to process campaign data. The Mule application will periodically check for a file in a SFTP location and process the records in the file. The size of the file can vary from 10MB to 5G

B.  

Due to the limited availabiltty of vCores, the Mule application is deployed to a single CloudHub worker configured with vCore size 0.2.

The application must transform and send different formats of this file to three different downstream SFTP locations.

What is the most idiomatic (used for its intended purpose) and performant way to configure the SFTP operations or event sources to process the large files to support these deployment requirements?

Options:

A.  

Use an in-memory repeatable stream

B.  

Use a file-stored non-repeatable stream

C.  

Use an in-memory non-repeatable stream

D.  

Use a file-stored repeatable stream

Discussion 0
Get MuleSoft-Integration-Architect-I dumps and pass your exam in 24 hours!

Free Exams Sample Questions