ExamGecko
Home / MuleSoft / MCD - Level 1 / List of questions
Ask Question

MuleSoft MCD - Level 1 Practice Test - Questions Answers, Page 14

List of questions

Question 131

Report
Export
Collapse

From which application , Organization Administrators can approve/revoke/delete SLA tier access requests

API Exchange
API Exchange
API Portal
API Portal
API Gateway
API Gateway
API Manager
API Manager
Suggested answer: D

Explanation:

Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only

asked 18/09/2024
George Sanchez
40 questions

Question 132

Report
Export
Collapse

What is not true about application properties?

Application properties can be encrypted
Application properties can be encrypted
Application properties can be overridden with system properties
Application properties can be overridden with system properties
Application properties can be defined in .yaml file only
Application properties can be defined in .yaml file only
Application properties provide easier way to manage configurable values
Application properties provide easier way to manage configurable values
Suggested answer: C

Explanation:

Application properties can be defined in .yaml or in .properties file.

MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/configuring-properties#supported_files

asked 18/09/2024
Krishna Mody
37 questions

Question 133

Report
Export
Collapse

Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?

Configuration file
Configuration file
Global element
Global element
POM.xml
POM.xml
Cloudhub
Cloudhub
Suggested answer: C

Explanation:

POM.xml contains info about the project and configurationn details used by Maven to build the project

asked 18/09/2024
Linda Müller
38 questions

Question 134

Report
Export
Collapse

Where is metadata stored in a Mule project

Config.yaml file
Config.yaml file
POM.xml file
POM.xml file
application-types.xml
application-types.xml
Global Element
Global Element
Suggested answer: C

Explanation:

Metadata is stored in application-types.xml flle located under src/main/resources.

Mule 4 applications contain an application-types.xml file, which is where metadata around your data types is stored. For example, if you create a new CSV type, that metadata will be added to this file. This new file is easy to share, commit, and merge when conflicts arise, which enables you to do more metadata-driven development.

MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/intro-studio#metadata-storage

asked 18/09/2024
Peter Kiraly
34 questions

Question 135

Report
Export
Collapse

Which of the below is not a valid category for connector type?

Gold
Gold
Select
Select
Premium
Premium
Community
Community
Suggested answer: A

Explanation:

Gold is not valid category for connector types.

MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/3.7/anypoint-connectors#connector-support-categories

MuleSoft MCD - Level 1 image Question 135 explanation 52690 09182024213609000000

asked 18/09/2024
James Valdivia
30 questions

Question 136

Report
Export
Collapse

Which file is used to define the interface contract to invoke a web service implemented as a SOAP service

RAML
RAML
WSDL
WSDL
JSON
JSON
OAS
OAS
Suggested answer: B

Explanation:

WSDL is used to define the contract in case of SOAP . RAML/OAS is used to REST services

asked 18/09/2024
Mohamed Iftiquar Aslam Hameed
37 questions

Question 137

Report
Export
Collapse

Which of the following is invalid type of event processor which can be used as a router ?

Choice
Choice
Round Robin
Round Robin
Pick First
Pick First
First Successful
First Successful
Suggested answer: C

Explanation:

Pick First is not valid type. Rest all are valid type of event processor.

Choice : https://docs.mulesoft.com/mule-runtime/4.3/choice-router-concept

Round Robin : https://docs.mulesoft.com/mule-runtime/4.3/round-robin

First Successful : https://docs.mulesoft.com/mule-runtime/4.3/first-successful

asked 18/09/2024
Louis Flink
43 questions

Question 138

Report
Export
Collapse

How are multiple conditions used in a Choice router to route events?

To route the same event to the matched route of EVERY true condition
To route the same event to the matched route of EVERY true condition
To find the FIRST true condition, then distribute the event to the ONE matched route.
To find the FIRST true condition, then distribute the event to the ONE matched route.
None of these
None of these
To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes
To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes
Suggested answer: B

Explanation:

Choice router finds the FIRST true condition, then distribute the event to the ONE matched route.

MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.1/choice-router-concept

The Choice router dynamically routes messages through a flow according to a set of DataWeave expressions that evaluate message content. Each expression is associated with a different routing option. The effect is to add conditional processing to a flow, similar to an if/then/else code block in most programming languages.

Only one of the routes in the Choice router executes, meaning that the first expression that evaluates to true triggers that route's execution and the others are not checked. If none of the expressions are true, then the default route executes.

MuleSoft MCD - Level 1 image Question 138 explanation 52693 09182024213609000000

asked 18/09/2024
Steven Cantu
39 questions

Question 139

Report
Export
Collapse

A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because the input data is incomplete. What is the default behavior of the batch job after the error is thrown?

All processing of the batch job stops.
All processing of the batch job stops.
Event processing continues to the next batch step.
Event processing continues to the next batch step.
Error is ignored
Error is ignored
Batch is retried
Batch is retried
Suggested answer: A

Explanation:

In case of an error , batch job completes in flight steps and stops further processing.

MuleSoft Doc Ref : Handling Errors During Batch Job | MuleSoft Documentation

The default is all processing will stop but we can change it by Max Failed Record field.

General -> Max Failed Records: Mule has three options for handling a record-level error: Finish processing, Continue processing and Continue processing until the batch job accumulates a maximum number of failed records. This behavior can be controlled by Max Failed Records.

The default value is Zero which corresponds to Finish processing.

The value -1, corresponds to Continue processing.

The value +ve integer, corresponds to Continue processing until the batch job accumulates a maximum number of failed records

asked 18/09/2024
Mark Singer
42 questions

Question 140

Report
Export
Collapse

Where would you create SLA Tiers for an API?

Exchange
Exchange
API Manager
API Manager
Anypoint Studio
Anypoint Studio
In RAML specifications
In RAML specifications
Suggested answer: B

Explanation:

MuleSoft Doc Ref : https://docs.mulesoft.com/api-manager/2.x/policy-mule3-tutorial-manage-an-api#to-add-the-tier

Steps to create SLA Tier are as follows:

1) In API Manager, in API Administration, click a version.

2) Check that the API supports resource-level policies: On the API version details page, in Status, click Configure Endpoint, and check that Type is RAML.

3) Choose the SLA Tiers, and click Add SLA Tier. Set up limit on SLA tier

asked 18/09/2024
Rafal Wozniak
37 questions
Total 235 questions
Go to page: of 24

Related questions