ExamGecko
Home Home / MuleSoft / MCD - Level 1

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

Question list
Search
Search

Related questions











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

A.
API Exchange
A.
API Exchange
Answers
B.
API Portal
B.
API Portal
Answers
C.
API Gateway
C.
API Gateway
Answers
D.
API Manager
D.
API Manager
Answers
Suggested answer: D

Explanation:

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

What is not true about application properties?

A.
Application properties can be encrypted
A.
Application properties can be encrypted
Answers
B.
Application properties can be overridden with system properties
B.
Application properties can be overridden with system properties
Answers
C.
Application properties can be defined in .yaml file only
C.
Application properties can be defined in .yaml file only
Answers
D.
Application properties provide easier way to manage configurable values
D.
Application properties provide easier way to manage configurable values
Answers
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

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

A.
Configuration file
A.
Configuration file
Answers
B.
Global element
B.
Global element
Answers
C.
POM.xml
C.
POM.xml
Answers
D.
Cloudhub
D.
Cloudhub
Answers
Suggested answer: C

Explanation:

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

Where is metadata stored in a Mule project

A.
Config.yaml file
A.
Config.yaml file
Answers
B.
POM.xml file
B.
POM.xml file
Answers
C.
application-types.xml
C.
application-types.xml
Answers
D.
Global Element
D.
Global Element
Answers
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

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

A.
Gold
A.
Gold
Answers
B.
Select
B.
Select
Answers
C.
Premium
C.
Premium
Answers
D.
Community
D.
Community
Answers
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

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

A.
RAML
A.
RAML
Answers
B.
WSDL
B.
WSDL
Answers
C.
JSON
C.
JSON
Answers
D.
OAS
D.
OAS
Answers
Suggested answer: B

Explanation:

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

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

A.
Choice
A.
Choice
Answers
B.
Round Robin
B.
Round Robin
Answers
C.
Pick First
C.
Pick First
Answers
D.
First Successful
D.
First Successful
Answers
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

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

A.
To route the same event to the matched route of EVERY true condition
A.
To route the same event to the matched route of EVERY true condition
Answers
B.
To find the FIRST true condition, then distribute the event to the ONE matched route.
B.
To find the FIRST true condition, then distribute the event to the ONE matched route.
Answers
C.
None of these
C.
None of these
Answers
D.
To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes
D.
To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes
Answers
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.

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?

A.
All processing of the batch job stops.
A.
All processing of the batch job stops.
Answers
B.
Event processing continues to the next batch step.
B.
Event processing continues to the next batch step.
Answers
C.
Error is ignored
C.
Error is ignored
Answers
D.
Batch is retried
D.
Batch is retried
Answers
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

Where would you create SLA Tiers for an API?

A.
Exchange
A.
Exchange
Answers
B.
API Manager
B.
API Manager
Answers
C.
Anypoint Studio
C.
Anypoint Studio
Answers
D.
In RAML specifications
D.
In RAML specifications
Answers
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

Total 235 questions
Go to page: of 24