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

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

Exams4sure Dumps

MuleSoft-Platform-Architect-I Practice Questions

Salesforce Certified MuleSoft Platform Architect (Mule-Arch-201)

Last Update 3 days ago
Total Questions : 152

Dive into our fully updated and stable MuleSoft-Platform-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-Platform-Architect-I. Use this test to pinpoint which areas you need to focus your study on.

MuleSoft-Platform-Architect-I PDF

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

MuleSoft-Platform-Architect-I Testing Engine

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

MuleSoft-Platform-Architect-I PDF + Testing Engine

MuleSoft-Platform-Architect-I PDF (Printable)
$63.7
$181.99
Question # 11

What is a key requirement when using an external Identity Provider for Client Management in Anypoint Platform?

Options:

A.  

Single sign-on is required to sign in to Anypoint Platform

B.  

The application network must include System APIs that interact with the Identity Provider

C.  

To invoke OAuth 2.0-protected APIs managed by Anypoint Platform, API clients must submit access tokens issued by that same Identity Provider

D.  

APIs managed by Anypoint Platform must be protected by SAML 2.0 policies

Discussion 0
Question # 12

What are 4 important Platform Capabilities offered by Anypoint Platform?

Options:

A.  

API Versioning, API Runtime Execution and Hosting, API Invocation, API Consumer Engagement

B.  

API Design and Development, API Runtime Execution and Hosting, API Versioning, API Deprecation

C.  

API Design and Development, API Runtime Execution and Hosting, API Operations and Management, API Consumer Engagement

D.  

API Design and Development, API Deprecation, API Versioning, API Consumer Engagement

Discussion 0
Question # 13

When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon. This is the only downstream API dependency of that upstream API.

Assume the downstream API runs uninterrupted without crashing. What is the impact of this advice?

Options:

A.  

An SLA for the upstream API CANNOT be provided

B.  

The invocation of the downstream API will run to completion without timing out

C.  

A default timeout of 500 ms will automatically be applied by the Mule runtime in which the upstream API implementation executes

D.  

A toad-dependent timeout of less than 1000 ms will be applied by the Mule runtime in which the downstream API implementation executes

Discussion 0
Question # 14

A customer wants to monitor and gain insights about the number of requests coming in a given time period as well as to measure key performance indicators

(response times, CPU utilization, number of active APIs).

Which tool provides these data insights?

Options:

A.  

Anypoint Monitoring

B.  

APT Manager

C.  

Runtime Alerts

D.  

Functional Monitoring

Discussion 0
Question # 15

What is the most performant out-of-the-box solution in Anypoint Platform to track transaction state in an asynchronously executing long-running process implemented as a Mule application deployed to multiple CloudHub workers?

Options:

A.  

Redis distributed cache

B.  

java.util.WeakHashMap

C.  

Persistent Object Store

D.  

File-based storage

Discussion 0
Question # 16

Say, there is a legacy CRM system called CRM-Z which is offering below functions:

1. Customer creation

2. Amend details of an existing customer

3. Retrieve details of a customer

4. Suspend a customer

Options:

A.  

Implement a system API named customerManagement which has all the functionalities wrapped in it as various operations/resources

B.  

Implement different system APIs named createCustomer, amendCustomer, retrieveCustomer and suspendCustomer as they are modular and has seperation of concerns

C.  

Implement different system APIs named createCustomerInCRMZ, amendCustomerInCRMZ, retrieveCustomerFromCRMZ and suspendCustomerInCRMZ as they are modular and has seperation of concerns

Discussion 0
Question # 17

A Platform Architect inherits a legacy monolithic SOAP-based web service that performs a number of tasks, including showing all policies belonging to a client. The service connects to two back-end systems — a life-insurance administration system and a general-insurance administration system — and then queries for insurance policy information within each system, aggregates the results, and presents a SOAP-based response to a user interface (UI).

The architect wants to break up the monolithic web service to follow API-led conventions.

Which part of the service should be put into the process layer?

Options:

A.  

Combining the insurance policy information from the administration systems

B.  

Presenting the SOAP-based response to the UI

C.  

Authenticating and maintaining connections to each of the back-end administration systems

D.  

Querying the data from the administration systems

Discussion 0
Question # 18

A developer from the Central IT team has created an initial version of the RAML definition in Design Center for an OAuth 2.0-protected System API and published it

to Exchange. Another developer from LoB IT discovered the System API in Exchange and would like to leverage it in the Process API.

What is the MuleSoft-recommended approach for Process API to invoke the System API?

Options:

A.  

The Process API needs to import an CAuth 2.0 module from Exchange first and update it with OAuth 2.0 credentials before the System API can be invoked

B.  

The Process API uses property YAML files to store the System API URLs and uses the HTTP Request Connector to invoke the Systerm API

C.  

The Process APL uses the REST Connect Connector autogenerated in Exchange for the System API

D.  

The Process API manually updates the Process API POM file to include the System API as a dependency

Discussion 0
Question # 19

4A developer for a transportation organization is implementing exactly one processing functionality in a Reservation Mule application to process and store passenger

records. This Reservation application will be deployed to multiple CloudHub workers/replicas. It is possible that several external systems could send duplicate passenger records

to the Reservation application.

An appropriate storage mechanism must be selected to help the Reservation application process each passenger record exactly once as much as possible. The selected storage

mechanism must be shared by all the CloudHub workers/replicas in order to synchronize the state information to assist attempting exactly once processing of each passenger

record by the deployed Reservation Mule application.

Which type of simple storage mechanism in Anypoint Platform allows the Reservation Mule application to update and share data between the CloudHub workers/replicas exactly

once, with minimal development effort?

Options:

A.  

Persistent Object Store

B.  

Runtime Fabric Object Store

C.  

Non-persistent Object Store

D.  

In-memory Mule Object Store

Discussion 0
Question # 20

Which statement is true about Spike Control policy and Rate Limiting policy?

Options:

A.  

All requests are rejected after the limit is reached in Rate Limiting policy, whereas the requests are queued in Spike Control policy after the limit is reached

B.  

In a clustered environment, the Rate Limiting.and Spike Control policies are applied to each node in the cluster

C.  

To protect Experience APIs by limiting resource consumption, Rate Limiting policy must be applied

D.  

In order to apply Rate Limiting and Spike Control policies, a contract to bind client application and API is needed for both

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

Free Exams Sample Questions