A shopping API contains a method to look up store details by department.
To get the information for a particular store, web clients will submit requests with a query
parameter named department and uri parameter named storeId.
What is valid RAML snippet that supports requests from a web client to get a data for a
specific storeId and department name?
A. 1./department:
2. get:
3. uriParameter:
4. storeId:
B. 1.get:
2.uriParameter:
3.{storeId}:
4.queryParameter:
5.department:
C. 1.get:
2. queryParameter:
3. department:
4. uriParameter:
5. {storeId}:
D. 1./{storeId}:
2. get:
3. queryParameter:
4. department:
Refer to the exhibits.
What is valid text to set the field in the Database connector configuration to the username
value specified in the config.yaml file?
A. ${db.username>
B. #[db.username]
C. #[db:username]
D. ${db:username>
Refer to theexhibits.
A Mule application has an HTTP Request that is configured with hardcoded values. To
change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer
hardcoded?
A.
${training.host}
B.
${training:host}
C.
#[training:host]
D.
#[training.host]
${training.host}
By default, what happens to a file after it is read using an FTP connector Read operation?
A.
The file is deleted from the folder
B.
The file is moved to a different folder
C.
The file stays in the same folder unchanged
D.
The file is renamed in the same folder
The file stays in the same folder unchanged
A REST connect module is generated for a RAML specification. and then the rest connect module is imported in mule application in Anypoint Studio. For each method of the RAML specification , what does the REST connect module provide?
A. A scope
B. A flow
C. An operation
D. An event source
Explanation:
Correct answer is an operation. For each method of the RAML specification , REST
connect module provide an operation.
Please refer to the below screenshot.
Refer to the exhibit. What is the output of logger component?

A. String
B. Object
C. Array
D. Map
Database always return rows as an array.
Array is the correct answer
What MuleSoft product enables publishing, sharing, and searching of APIs?
A. Runtime Manager
B. API Notebook
C. API Designer
D. Anypoint Exchange
Anypoint Exchange provided a way to publish , share and search API's.
A web client submits a request to http://localhost:8081?flrstName=john. What is the correct
DataWeave expression to access the firstName parameter?
A.
#[attributes.queryParams.firstName]
B.
#[message.queryParams.hrstName]
C.
#[message.inboundProperties.'http.query.params'.firstName]
D.
#[attributes.'http.query.params'.firstName]
#[attributes.queryParams.firstName]
| Page 1 out of 29 Pages |