This RAML specification includes a resource and method to retrieve accounts by account_type and industry. What is the correct URI to get all retail finance accounts?
A. /accounts/retail/finance B. /accounts?account_type=retailandindustry=finance C. /accounts/account_type=retail/industry=finance D. /accounts?account_type:retailandindustry:finance
B. /accounts?account_type=retailandindustry=finance
Explanation
Correct answer is /accounts?account_type=retailandindustry=finance Query parameters are a defined set of parameters attached to the end of a url. They are extensions of the URL that are used to help define specific content or actions based
on the data being passed. To append query params to the end of a URL, a `?' Is added followed immediately by a query parameter.
To add multiple parameters, an `and' is added in between each.
Question 152:
Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error. What response message is returned to the web client?
A. Validation Error B. "END" C. "ERROR1" D. ''ERROR2"
D. ''ERROR2"
Explanation
Question 153:
A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?
A. examples: !include StudentExample.raml B. examples: #import StudentExample.raml C. examples: !include examples/StudentExample.raml D. examples: #import examples/StudentExample.raml
C. examples: !include examples/StudentExample.raml
Explanation
To include property. To keep the API definition concise, you can include external content, such as documentation, schemas, and frequently used patterns outside the definition itself. The parser interprets !include as if the content of the externally-hosted file or a URL were declared in-line. To use the fragments in RAML you have to include the exact path(copy the path) of that fragment you want to use as shown below Option 3 is the correct as correct syntax is examples: !include examples/StudentExample.raml
The Mule application does NOT define any global error handlers.
The Validation component in the private flow throws an error
What response message is returned to a web client request to the main flow's HTTP Listener?
A. ''Child error" B. "Parent error" C. "Validation Error" D. "Parent completed"
C. "Validation Error"
Explanation
Question 155:
An organization's Center for enablement (C4E)has built foundational assets (API specifications and implementation templates, common frameworks, and best practices guides) and published them to Anypoint Exchange.
What is a metric related to these foundational assets that helps the organization measure the success of it's C4E efforts?
A. Utilization counts of foundational assets in production applications B. Correlation of each foundational asset with the counts of developers that download such asset C. Correlation of key performance indicators (KPI) of production applications with foundational assets D. Count how many Lines Of Business (LoBs) onsumed each foundational asset
C. Correlation of key performance indicators (KPI) of production applications with foundational assets
Explanation
Below are the Key performance indicators (KPIs), to measure and track the and success of the C4E and its activities, as well as the growth and health of the application network. Most of the metrics can be extracted automatically, through REST APIs, from Anypoint Platform. # of assets published to Anypoint Exchange # of interactions with Anypoint Exchange assets # of APIs managed by Anypoint Platform # of System APIs managed by Anypoint Platform # of API clients registered for access to APIs # of API implementations deployed to Anypoint Platform # of API invocations # or fraction of lines of code covered by automated tests in CI/CD pipeline Ratio of info/warning/critical alerts to number of API invocations
Question 156:
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
A. 200.1234 as string as format: ".0#" B. 200.1234 as String {format: ".0#"} C. 200.1234 as String as format: ".0#" D. 200.1234 as string {format: ".0#"}
B. 200.1234 as String {format: ".0#"}
Explanation
Correct answer is 200.1234 as String {format: ".0#"} . Rest all options are not syntactically correct.
Question 157:
Refer to the exhibits.
The Set Variable transformer is set with value #[ [ first "Max" last "Mule"} ].
What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?
A. vars "customer first" B. "customer first" C. customer first D. vars "customer" "first"
D. vars "customer" "first"
Explanation
Question 158:
What module and operation will throw an error if a Mule events payload is not number ?
A. Filter modules Is Number operation B. Validation modules Is Number operation C. Validation modules Is not Number operation D. None of these
B. Validation modules Is Number operation
Explanation
Mule 4 does not use filters anymore. The functionality provided by filters in Mule 3 can be achieved by using the Validation Module.
Question 159:
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
A. The payload is: $(payload) B. #["The payload is: " ++ payload] C. The payload is: #[payload] D. #["The payload is: " + payload]
B. #["The payload is: " ++ payload]
Explanation
Option 3 is the only corect answer as it concatenates payload with String.
Below option wont work.
#["The payload is " ++ payload]
Concatenation function expects both arguments to be string. As the question says payload is json object , this will throw error while running it. You can try this in Anypoint Studio and you will get the same result which I mentioned.
hence correct answer is
The payload is: #[payload]
Question 160:
What is not true about application properties?
A. Application properties can be encrypted B. Application properties can be overridden with system properties C. Application properties can be defined in .yaml file only D. Application properties provide easier way to manage configurable values
C. Application properties can be defined in .yaml file only
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
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Salesforce exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your SALESFORCE-MULESOFT-DEVELOPER-I exam preparations
and Salesforce certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.