ExamGecko
Home / MuleSoft / MCIA Level 1 Maintenance / List of questions
Ask Question

MuleSoft MCIA Level 1 Maintenance Practice Test - Questions Answers, Page 8

List of questions

Question 71

Report
Export
Collapse

A Mule application is built to support a local transaction for a series of operations on a single database. The mule application has a Scatter-Gather scope that participates in the local transaction.

What is the behavior of the Scatter-Gather when running within this local transaction?

Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter- Gather will result in a roll back of all the database operations
Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter- Gather will result in a roll back of all the database operations
Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will be handled by error handler and will not result in roll back
Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will be handled by error handler and will not result in roll back
Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will result in a roll back of all the database operations
Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will result in a roll back of all the database operations
Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter- Gather will be handled by error handler and will not result in roll back
Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter- Gather will be handled by error handler and will not result in roll back
Suggested answer: A
asked 18/09/2024
Hakan Köroğlu
34 questions

Question 72

Report
Export
Collapse

How does timeout attribute help inform design decisions while using JMS connector listening for incoming messages in an extended architecture (XA) transaction?

After the timeout is exceeded, stale JMS consumer threads are destroyed and new threads are created
After the timeout is exceeded, stale JMS consumer threads are destroyed and new threads are created
The timeout specifies the time allowed to pass between receiving JMS messages on the same JMS connection and then after the timeout new JMS connection is established
The timeout specifies the time allowed to pass between receiving JMS messages on the same JMS connection and then after the timeout new JMS connection is established
The time allowed to pass between committing the transaction and the completion of the mule flow and then after the timeout flow processing triggers an error
The time allowed to pass between committing the transaction and the completion of the mule flow and then after the timeout flow processing triggers an error
The timeout defines the time that is allowed to pass without the transaction ending explicitly and after the timeout expires, the transaction rolls back
The timeout defines the time that is allowed to pass without the transaction ending explicitly and after the timeout expires, the transaction rolls back
Suggested answer: D
asked 18/09/2024
SAI CHARAN TANGELLA
35 questions

Question 73

Report
Export
Collapse

An auto mobile company want to share inventory updates with dealers Dl and D2 asynchronously and concurrently via queues Q1 and Q2. Dealer Dl must consume the message from the queue Q1 and dealer D2 to must consume a message from the queue Q2.

Dealer D1 has implemented a retry mechanism to reprocess the transaction in case of any errors while processing the inventers updates. Dealer D2 has not implemented any retry mechanism.

How should the dealers acknowledge the message to avoid message loss and minimize impact on the current implementation?

Dealer D1 must use auto acknowledgement and dealer D2 can use manual acknowledgement and acknowledge the message after successful processing
Dealer D1 must use auto acknowledgement and dealer D2 can use manual acknowledgement and acknowledge the message after successful processing
Dealer D1 can use auto acknowledgement and dealer D2 can use IMMEDIATE acknowledgement and acknowledge the message of successful processing
Dealer D1 can use auto acknowledgement and dealer D2 can use IMMEDIATE acknowledgement and acknowledge the message of successful processing
Dealer D1 and dealer D2 must use AUTO acknowledgement and acknowledge the message after successful processing
Dealer D1 and dealer D2 must use AUTO acknowledgement and acknowledge the message after successful processing
Dealer D1 can use AUTO acknowledgement and dealer D2 must use manual acknowledgement and acknowledge the message after successful processing
Dealer D1 can use AUTO acknowledgement and dealer D2 must use manual acknowledgement and acknowledge the message after successful processing
Suggested answer: D
asked 18/09/2024
Abraham Ermann
42 questions

Question 74

Report
Export
Collapse

A company is using Mulesoft to develop API's and deploy them to Cloudhub and on premises targets.

Recently it has decided to enable Runtime Fabric deployment option as well and infrastructure is set up for this option.

What can be used to deploy Runtime Fabric?

AnypointCLI
AnypointCLI
Anypoint platform REST API's
Anypoint platform REST API's
Directly uploading ajar file from the Runtime manager
Directly uploading ajar file from the Runtime manager
Mule maven plug-in
Mule maven plug-in
Suggested answer: D
asked 18/09/2024
Tim Klein
37 questions

Question 75

Report
Export
Collapse

As an enterprise architect, what are the two reasons for which you would use a canonical data model in the new integration project using Mulesoft Anypoint platform ( choose two answers )

To have consistent data structure aligned in processes
To have consistent data structure aligned in processes
To isolate areas within a bounded context
To isolate areas within a bounded context
To incorporate industry standard data formats
To incorporate industry standard data formats
There are multiple canonical definitions of each data type
There are multiple canonical definitions of each data type
Because the model isolates the back and systems and support mule applications from change
Because the model isolates the back and systems and support mule applications from change
Suggested answer: A, B
asked 18/09/2024
wilson tan
45 questions

Question 76

Report
Export
Collapse

A company is planning to migrate its deployment environment from on-premises cluster to a Runtime Fabric (RTF) cluster. It also has a requirement to enable Mule applications deployed to a Mule runtime instance to store and share data across application replicas and restarts.

How can these requirements be met?

Anypoint object store V2 to share data between replicas in the RTF cluster
Anypoint object store V2 to share data between replicas in the RTF cluster
Install the object store pod on one of the cluster nodes
Install the object store pod on one of the cluster nodes
Configure Persistence Gateway in any of the servers using Mule Object Store
Configure Persistence Gateway in any of the servers using Mule Object Store
Configure Persistent Gateway at the RTF
Configure Persistent Gateway at the RTF
Suggested answer: D
asked 18/09/2024
ALOUAT EKRAM
45 questions

Question 77

Report
Export
Collapse

An organization designing a hybrid, load balanced, single cluster production environment. Due to performance service level agreement goals, it is looking into running the Mule applications in an active-active multi node cluster configuration.

What should be considered when running its Mule applications in this type of environment?

All event sources, regardless of time , can be configured as the target source by the primary node in the cluster
All event sources, regardless of time , can be configured as the target source by the primary node in the cluster
An external load balancer is required to distribute incoming requests throughout the cluster nodes
An external load balancer is required to distribute incoming requests throughout the cluster nodes
A Mule application deployed to multiple nodes runs in an isolation from the other nodes in the cluster
A Mule application deployed to multiple nodes runs in an isolation from the other nodes in the cluster
Although the cluster environment is fully installed configured and running, it will not process any requests until an outage condition is detected by the primary node in the cluster.
Although the cluster environment is fully installed configured and running, it will not process any requests until an outage condition is detected by the primary node in the cluster.
Suggested answer: B
asked 18/09/2024
Daniel Bucknor-Ankrah
41 questions

Question 78

Report
Export
Collapse

An organization has decided on a cloud migration strategy to minimize the organization's own IT resources. Currently the organization has all of its new applications running on its own premises and uses an on-premises load balancer that exposes all APIs under the base URL (https://api.rutujar.com).

As part of migration strategy, the organization is planning to migrate all of its new applications and load balancer CloudHub.

What is the most straightforward and cost-effective approach to Mule application deployment and load balancing that preserves the public URL's?

Deploy the Mule application to CloudhubCreate a CNAME record for base URL( httpsr://api.rutujar.com) in the Cloudhub shared load balancerthat points to the A record of theon-premises load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
Deploy the Mule application to CloudhubCreate a CNAME record for base URL( httpsr://api.rutujar.com) in the Cloudhub shared load balancerthat points to the A record of theon-premises load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server topoint to the A record of the Cloudhub dedicated load balancerApply mapping rules in DLB to map URLto their corresponding Mule applications
Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server topoint to the A record of the Cloudhub dedicated load balancerApply mapping rules in DLB to map URLto their corresponding Mule applications
Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server topoint to the A record of the CloudHub shared load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server topoint to the A record of the CloudHub shared load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
For each migrated Mule application, deploy an API proxy application to Cloudhub with all traffic to the mule applications routed through a Cloud Hub Dedicated load balancer (DLB) Update a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server to point to the A record of the CloudHub dedicated load balancer Apply mapping rules in DLB to map each API proxy application who is responding new application
For each migrated Mule application, deploy an API proxy application to Cloudhub with all traffic to the mule applications routed through a Cloud Hub Dedicated load balancer (DLB) Update a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNS server to point to the A record of the CloudHub dedicated load balancer Apply mapping rules in DLB to map each API proxy application who is responding new application
Suggested answer: B
asked 18/09/2024
Dennis Spring
45 questions

Question 79

Report
Export
Collapse

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

Metadata API
Metadata API
REST API
REST API
SOAP API
SOAP API
Bulk API
Bulk API
Suggested answer: B
asked 18/09/2024
Maxime ESSIS
38 questions

Question 80

Report
Export
Collapse

Refer to the exhibit.

MuleSoft MCIA Level 1 Maintenance image Question 80 53174 09182024213645000000

The HTTP Listener and the Logger are being handled from which thread pools respectively?

CPU_INTENSIVE and Dedicated Selector pool
CPU_INTENSIVE and Dedicated Selector pool
UBER and NONBLOCKING
UBER and NONBLOCKING
Shared Selector Pool and CPU LITE
Shared Selector Pool and CPU LITE
BLOCKING _IO and UBER
BLOCKING _IO and UBER
Suggested answer: C
asked 18/09/2024
Glen Makhuvele
36 questions
Total 116 questions
Go to page: of 12
Search

Related questions