What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
A. Data layer
B. Process layer
C. Experience layer
D. System layer
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
A. Download the API specification and build the interface using APIkit
B. Publish the API specification to Any point Exchange
C. Implement the API specification using flow designer in Design Center
D. Add the specification to a Mule project's src/main/resources/api folder
Refer to the exhibits.
The
What is a valid
A. #['MuleSoft' == paytoad.company]
B. #[ company = "MuleSoft" ]
C. #[ if( company = "MuleSoft") ]
D. #[ if( 'MuleSoff == payload.company) ]
Refer to the exhibits.
The Batch Job scope processes the array of strings
After the Batch Job scope completes processing the input payload what information is logged by the Logger component?
A. Option A
B. Option B
C. Option C
D. Option D
What valid RAML retrieves details on a specific by its orderld as a URL parameter?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits.
What DataWeave expression transforms the conductorIds array to the XML output?
A. 1. 1. trains:
2.
2. conductorIds map ((engId, index) ->
3.
3. train: {
4.
4. engineerId: engId
5.
5. }
6.
6. )
B. 1. 1. { trains:
2.
2.
3.
3. conductorIds map ((engId, index) ->
4.
4. train: {
5.
5. engineerId: engId
6.
6. }
7.
7. )
8.
8. }
C. 1. 1. trains:
2.
2. {(
3.
3. conductorIds map ((engId, index) ->
4.
4. train: {
5.
5. engineerId: engId
6.
6. }
7.
7. )
8.
8. )}
D. 1. 1. {( trains:
2.
2.
3.
3. conductorIds map ((engId, index) ->
4.
4. train: {
5.
5. engineerId: engId
6.
6. }
7.
7. )
8.
8. )}
Refer to the exhibits.
A Mule application contains a Choice router. What is logged when the flow completes?
A. EU
B. US
C. "REGION"
D. ["US", "EU"]
Refer to the exhibit.
The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference . ACME/DataTypes/PlanDataType.raml. What is a valid RAML specification that reuses the Plan data type?
A. Option A
B. Option B
C. Option C
D. Option D
What of the below is not a feature of API Notebooks?
A. API documentation
B. Creates a client for an API
C. Creates a mock service for an API
D. Perform authenticated live calls on a real server
A web client submits a request to http://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?
A. booklSBN
B. attributes.booklSBN
C. flowVars.booklSBN
D. vars. booklSBN