ExamGecko
Home Home / Salesforce / Certified MuleSoft Integration Architect I

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

Question list
Search
Search

List of questions

Search

Related questions











Refer to the exhibit.

A customer is running Mule applications on Runtime Fabric for Self-Managed Kubernetes

(RTF-BYOKS) in a multi-cloud environment.

Based on this configuration, how do Agents and Runtime Manager communicate, and what Is exchanged between them?

A.
BLOCKING_IO, UBER
A.
BLOCKING_IO, UBER
Answers
B.
UBER, Dedicated NIO Selector Pool
B.
UBER, Dedicated NIO Selector Pool
Answers
C.
CPU_LITE, CPU_INTENSIVE
C.
CPU_LITE, CPU_INTENSIVE
Answers
D.
Shared NIO Selector Pool, CPU_LITE
D.
Shared NIO Selector Pool, CPU_LITE
Answers
Suggested answer: A

A gaming company has implemented an API as a Mule application and deployed the API implementation to a CloudHub 2.0 private space. The API implementation must connect to a mainframe application running in the customer's on-premises corporate data center and also to a Kafka cluster running in an Amazon AWS VPC.

What is the most efficient way to enable the API to securely connect from its private space to the mainframe application and Kafka cluster?

A)

In Runtime Manager, set up VPC peering between the CloudHub 2.0 private network and the on-premises data center. In the AWS account, set up VPC peering between the AWS VPC and the CloudHub 2.0 private network.

B) In the AWS account, attach the CloudHub 2.0 private space to an AWS transit gateway that routes from the CloudHub 2.0 private space to the on-premises data center. In Runtime Manager, configure an Anypoint VPN to route from the CloudHub 2.0 private space to the AWS VPC.

C) In Runtime Manager, configure an Anypoint VPN to route from the CloudHub 2.0 private space to the on-premises data center. In the AWS account, attach the private..

D) In the AWS account, attach the private space directly to the AWS VPC, In the AWS account, use an AWS transit gateway to route from the AWS VPC to the on-premises data center.


A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: A

Following MuleSoft best practices, what MuleSoft runtime deployment option best meets the company's goals to begin its digital transformation journey?

A.
Runtime Fabric on VMs/bare metal
A.
Runtime Fabric on VMs/bare metal
Answers
B.
CloudHub runtimes
B.
CloudHub runtimes
Answers
C.
Customer-hosted runtimes provisioned by a MuleSoft services partner
C.
Customer-hosted runtimes provisioned by a MuleSoft services partner
Answers
D.
Customer-hosted self-provisioned runtimes
D.
Customer-hosted self-provisioned runtimes
Answers
Suggested answer: A

An architect is designing a Mule application to meet the following two requirements:

1. The application must process files asynchronously and reliably from an FTPS server to a back-end database using VM intermediary queues for load-balancing Mule events.

2. The application must process a medium rate of records from a source to a target system using a Batch Job scope.

To make the Mule application more reliable, the Mule application will be deployed to two CloudHub 1.0 workers.

Following MuleSoft-recommended best practices, how should the Mule application deployment typically be configured in Runtime Manger to best support the performance and reliability goals of both the Batch Job scope and the file processing VM queues?

A.
Check the Persistent VM queues checkbox in the application deployment configuration
A.
Check the Persistent VM queues checkbox in the application deployment configuration
Answers
B.
Check the Non-persistent VM queues checkbox in the application deployment configuration
B.
Check the Non-persistent VM queues checkbox in the application deployment configuration
Answers
C.
In the Runtime Manager Properties tab, disable persistent VM queues for Batch Job scopes
C.
In the Runtime Manager Properties tab, disable persistent VM queues for Batch Job scopes
Answers
D.
In the Runtime Manager Properties tab, enable persistent VM queues for the FTPS connector
D.
In the Runtime Manager Properties tab, enable persistent VM queues for the FTPS connector
Answers
Suggested answer: A

An organization is building out a test suite for their application using MUnit.

The Integration Architect has recommended using Test Recorder in Anypoint Studio to record the processing flows and then configure unit tests based on the captured events.

What Is a core consideration that must be kept In mind while using Test Recorder?

A.
The Recorder supports loops where the structure of the data being tested changes inside the Iteration
A.
The Recorder supports loops where the structure of the data being tested changes inside the Iteration
Answers
B.
Mocking values resulting from parallel processes are possible and will not affect theexecution of the processors that follow in the test
B.
Mocking values resulting from parallel processes are possible and will not affect theexecution of the processors that follow in the test
Answers
C.
The Recorder supports mocking a message before or inside a Foreach processor
C.
The Recorder supports mocking a message before or inside a Foreach processor
Answers
D.
Tests for flows cannot be created if Mule errors are raised Inside the flows, even if the errors are handled by On-Error Continue error handlers
D.
Tests for flows cannot be created if Mule errors are raised Inside the flows, even if the errors are handled by On-Error Continue error handlers
Answers
Suggested answer: B

A large life sciences customer plans to use the Mule Tracing module with the Mapped Diagnostic Context (MDC) logging operations to enrich logging in its Mule application and to improve tracking by providing more context in the Mule application logs. The customer also wants to improve throughput and lower the message processing latency in its Mule application flows.

After installing the Mule Tracing module in the Mule application, how should logging be performed in flows in Mule applications, and what should be changed In the log4j2.xml files?

A.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xml files, change the appender's pattern layout to use %MDC and then assign the appender to a Logger or Root element.
A.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xml files, change the appender's pattern layout to use %MDC and then assign the appender to a Logger or Root element.
Answers
B.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xmI files, change the appender's pattern layout to use the %MDC placeholder and then assign the appender to an AsyncLogger element.
B.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xmI files, change the appender's pattern layout to use the %MDC placeholder and then assign the appender to an AsyncLogger element.
Answers
C.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xmI files, change the appender''s pattern layout to use %asyncLogger placeholder and then assign the appender to an AsyncLogger element.
C.
In the flows, add Mule Tracing module Set logging variable operations before any Core Logger components. In log4j2.xmI files, change the appender''s pattern layout to use %asyncLogger placeholder and then assign the appender to an AsyncLogger element.
Answers
D.
In the flows, wrap Logger components in Async scopes. In log4j2.xmI files, change the appender's pattern layout to use the %asyncLogger placeholder and then assign the appender to a Logger or Root element.
D.
In the flows, wrap Logger components in Async scopes. In log4j2.xmI files, change the appender's pattern layout to use the %asyncLogger placeholder and then assign the appender to a Logger or Root element.
Answers
Suggested answer: A

The retrieveBalances flow in the Mule application is designed to use an operation in a connector to the Finance system (the Finance operation) that can only look up one account record at a time, and a operation from a different connector to the Audit system (the Audit operation) that can only insert one account record at a time.

To best meet the performance-related requirements, what scope or scopes should be used and how should they be used to incorporate the Finance operation and Audit operation into the retrieveBalances flow?

A.
Wrap the Finance operation in a Parallel For-Each scope. Wrap the Audit operation in a Async scope.
A.
Wrap the Finance operation in a Parallel For-Each scope. Wrap the Audit operation in a Async scope.
Answers
B.
Wrap the Finance operation in a Until-Successful scope. Wrap the Audit operation in a Try-Catch scope.
B.
Wrap the Finance operation in a Until-Successful scope. Wrap the Audit operation in a Try-Catch scope.
Answers
C.
Wrap both connector operations in a Async scope.
C.
Wrap both connector operations in a Async scope.
Answers
D.
Wrap both connector operations in a For-Each scope.
D.
Wrap both connector operations in a For-Each scope.
Answers
Suggested answer: A

What are two reasons why a typical MuleSoft customer favors a MuleSoft-hosted Anypoint Platform runtime plane over a customer-hosted runtime for its Mule application deployments? (Choose two.)

A.
Reduced application latency
A.
Reduced application latency
Answers
B.
Increased application isolation
B.
Increased application isolation
Answers
C.
Reduced time-to-market for the first application
C.
Reduced time-to-market for the first application
Answers
D.
Increased application throughput
D.
Increased application throughput
Answers
E.
Reduced IT operations effort
E.
Reduced IT operations effort
Answers
Suggested answer: C, E

Which key DevOps practice and associated Anypoint Platform component should a MuteSoft integration team adopt to improve delivery quality?

A.
A Continuous design with API Designer
A.
A Continuous design with API Designer
Answers
B.
Automated testing with MUnit
B.
Automated testing with MUnit
Answers
C.
Passive monitoring with Anypoint Monitoring
C.
Passive monitoring with Anypoint Monitoring
Answers
D.
Manual testing with Anypoint Studio
D.
Manual testing with Anypoint Studio
Answers
Suggested answer: B

Which Exchange asset type represents a complete API specification in RAML or OAS format?

A.
Connectors
A.
Connectors
Answers
B.
REST APIs
B.
REST APIs
Answers
C.
API Spec Fragments
C.
API Spec Fragments
Answers
D.
SOAP APIs
D.
SOAP APIs
Answers
Suggested answer: B
Total 273 questions
Go to page: of 28