ExamGecko
Home Home / Salesforce / Certified MuleSoft Integration Architect I

Salesforce Certified MuleSoft Integration Architect I Practice Test - Questions Answers, Page 24

Question list
Search
Search

List of questions

Search

Related questions











Which component of Anypoint platform belongs to the platform control plane?

A.
Runtime Fabric
A.
Runtime Fabric
Answers
B.
Runtime Replica
B.
Runtime Replica
Answers
C.
Anypoint Connectors
C.
Anypoint Connectors
Answers
D.
API Manager
D.
API Manager
Answers
Suggested answer: D

What is a core pillar of the MuleSoft Catalyst delivery approach?

A.
Business outcomes
A.
Business outcomes
Answers
B.
Technology centralization
B.
Technology centralization
Answers
C.
Process thinking
C.
Process thinking
Answers
D.
Scope reduction
D.
Scope reduction
Answers
Suggested answer: A

In which order are the API Client, API Implementation, and API interface components called in a typical REST request?

A.
API Client > API implementation > API Interface
A.
API Client > API implementation > API Interface
Answers
B.
API interface > API Client > API Implementation
B.
API interface > API Client > API Implementation
Answers
C.
API Client > API Interface > API implementation
C.
API Client > API Interface > API implementation
Answers
D.
API Implementation > API Interface > API Client
D.
API Implementation > API Interface > API Client
Answers
Suggested answer: A

A manufacturing company is developing a new set of APIs for its retail business. One of the APIs is a Master Look Up API, which is a System API,

The API uses a persistent object-store. This API will be used by almost all other APIs to provide master lookup data.

The Master Look Up API is deployed on two CloudHub workers of 0.1 vCore each because there is a lot of master data to be cached. Most of the master lookup data is stored as a key-value pair. The cache gets refreshed if the key is not found in the cache.

During performance testing, it was determined that the Master Look Up API has a high response time due to the latency of database queries executed to fetch the master lookup data.

What two methods can be used to resolve these performance issues?

Choose 2 answers

A.
Implement the HTTP caching policy for all GET endpoints for the Master Look Up API
A.
Implement the HTTP caching policy for all GET endpoints for the Master Look Up API
Answers
B.
Implement an HTTP caching policy for all GET endpoints in the Master Look Up API
B.
Implement an HTTP caching policy for all GET endpoints in the Master Look Up API
Answers
C.
Implement locking to synchronize access to the Object Store
C.
Implement locking to synchronize access to the Object Store
Answers
D.
Upgrade the vCore size from 0.1 vCore to 0.2 vCore
D.
Upgrade the vCore size from 0.1 vCore to 0.2 vCore
Answers
Suggested answer: A

A manufacturing company plans to deploy Mule applications to its own

Azure Kubernetes service infrastructure.The organization wants to make the Mule applications more available and robust by deploying each Mule application to an isolated Mule runtime in a Docker container while managing all the Mule applications from the MuleSoft-hosted control plane.

What choice of runtime plane meets these organizational requirements?

A.
CloudHub 2.0
A.
CloudHub 2.0
Answers
B.
Customer-hosted self-provisioned runtime plane
B.
Customer-hosted self-provisioned runtime plane
Answers
C.
Anypoint Service Mesh
C.
Anypoint Service Mesh
Answers
D.
Anypoint Runtime Fabric
D.
Anypoint Runtime Fabric
Answers
Suggested answer: A

An organization plans to migrate all its Mule applications to Runtime Fabric (RTF). Currently, all Mule applications have been deployed to CloudHub using automated CI/CD scripts.

What steps should be taken to properly migrate the applications from CloudHub to RTF, while keeping the same automated CI/CD deployment strategy?

A.
A runtimefabric dependency should be added as a mule-plugin to the pom.xml file in all the Mule applications.
A.
A runtimefabric dependency should be added as a mule-plugin to the pom.xml file in all the Mule applications.
Answers
B.
runtimeFabric command-line parameter should be added to the CI/CD deployment scripts.
B.
runtimeFabric command-line parameter should be added to the CI/CD deployment scripts.
Answers
C.
A runtimefFabricDeployment profile should be added to Mule configuration properties YAML files in all the Mule applications. CI/CD scripts must be modified to use the new configuration properties.
C.
A runtimefFabricDeployment profile should be added to Mule configuration properties YAML files in all the Mule applications. CI/CD scripts must be modified to use the new configuration properties.
Answers
D.
runtimefabricDeployment profile should be added to the pom.xml file in all the Mule applications. CI/CD scripts must be modified to use the new RTF profile.
D.
runtimefabricDeployment profile should be added to the pom.xml file in all the Mule applications. CI/CD scripts must be modified to use the new RTF profile.
Answers
E.
- The pom.xml and Mule configuration YAML files can remain unchanged in each Mule application. A --runtimeFabric command-line parameter should be added to the CI/CD deployment scripts
E.
- The pom.xml and Mule configuration YAML files can remain unchanged in each Mule application. A --runtimeFabric command-line parameter should be added to the CI/CD deployment scripts
Answers
Suggested answer: A

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, Orders-sapi----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.
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.
Answers
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.
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.
Answers
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.
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.
Answers
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.
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.
Answers
Suggested answer: A

A corporation has deployed Mule applications to different customer-hosted Mule runtimes. Mule applications deployed to these Mule runtimes are managed by Anypoint Platform.

What needs to be installed or configured (if anything) to monitor these Mule applications from Anypoint Monitoring, and how is monitoring data from each Mule application sent to Anypoint Monitoring?

A.
Enable monitoring of individual Mule applications from the Runtime Manager application settings. Runtime Manager sends monitoring data to Anypoint Monitoring for each deployed Mule application.
A.
Enable monitoring of individual Mule applications from the Runtime Manager application settings. Runtime Manager sends monitoring data to Anypoint Monitoring for each deployed Mule application.
Answers
B.
Install a Runtime Manager agent on each Mule runtime. Each Runtime Manager agent sends monitoring data from the Mule applications running in its Mule runtime to Runtime Manager, then Runtime Manager sends monitoring data to Anypoint Monitoring.
B.
Install a Runtime Manager agent on each Mule runtime. Each Runtime Manager agent sends monitoring data from the Mule applications running in its Mule runtime to Runtime Manager, then Runtime Manager sends monitoring data to Anypoint Monitoring.
Answers
C.
Leave the out-of-the-box Anypoint Monitoring agent unchanged in its default Mule runtime installation. Each Anypoint Monitoring agent sends monitoring data from the Mule applications running in its Mule runtime to Runtime Manager, then Runtime Manager sends monitoring data to Anypoint Monitoring.
C.
Leave the out-of-the-box Anypoint Monitoring agent unchanged in its default Mule runtime installation. Each Anypoint Monitoring agent sends monitoring data from the Mule applications running in its Mule runtime to Runtime Manager, then Runtime Manager sends monitoring data to Anypoint Monitoring.
Answers
D.
Install an Anypoint Monitoring agent on each Mule runtime. Each Anypoint Monitoring agent sends monitoring data from the Mule applications running in its Mule runtime to Anypoint Monitoring.
D.
Install an Anypoint Monitoring agent on each Mule runtime. Each Anypoint Monitoring agent sends monitoring data from the Mule applications running in its Mule runtime to Anypoint Monitoring.
Answers
Suggested answer: A

Which Salesforce API is invoked to deploy, retrieve, create, update, or delete customization information, such as custom object definitions using Mule Salesforce Connectors in a Mule application?

A.
sObject Platform Action API
A.
sObject Platform Action API
Answers
B.
User Interface API
B.
User Interface API
Answers
C.
Metadata API
C.
Metadata API
Answers
D.
Process Rules API
D.
Process Rules API
Answers
Suggested answer: A

How should the developer update the logging configuration in order to enable this package specific debugging?

A.
In Anypoint Monitoring, define a logging search query with class property set to org.apache.cxf and level set to DEBUG
A.
In Anypoint Monitoring, define a logging search query with class property set to org.apache.cxf and level set to DEBUG
Answers
B.
In the Mule application's log4j2.xml file, add an AsyncLogger element with name property set to org.apache.cxf and level set to DEBUG, then redeploy the Mule application in the CloudHub production environment
B.
In the Mule application's log4j2.xml file, add an AsyncLogger element with name property set to org.apache.cxf and level set to DEBUG, then redeploy the Mule application in the CloudHub production environment
Answers
C.
In the Mule application's log4j2.xmI file, change the root logger's level property to DEBUG, then redeploy the Mule application to the CloudHub production environment
C.
In the Mule application's log4j2.xmI file, change the root logger's level property to DEBUG, then redeploy the Mule application to the CloudHub production environment
Answers
D.
In Anypoint Runtime Manager, in the Deployed Application Properties tab for the Mule application, add a line item with DEBUG level for package org.apache.cxf and apply the changes
D.
In Anypoint Runtime Manager, in the Deployed Application Properties tab for the Mule application, add a line item with DEBUG level for package org.apache.cxf and apply the changes
Answers
Suggested answer: A
Total 273 questions
Go to page: of 28