Website: Vce To PDF Converter: Facebook: Twitter:: MCD - Assoc - Vceplus.Premium - Exam.60Q
Website: Vce To PDF Converter: Facebook: Twitter:: MCD - Assoc - Vceplus.Premium - Exam.60Q
Website: Vce To PDF Converter: Facebook: Twitter:: MCD - Assoc - Vceplus.Premium - Exam.60Q
60q
Website: https://vceplus.com
VCE to PDF Converter: https://vceplus.com/vce-to-pdf/
Facebook: https://www.facebook.com/VCE.For.All.VN/
Twitter : https://twitter.com/VCE_Plus
MCD - ASSOC
Version 1.0
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Exam A
QUESTION 1
Refer to the exhibit. All three of the conditions for the Choice router are true. What message processors are executed?
A. First
B. First, Default
C. First, Middle, Last
D. First, Middle, Last, Defaul
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/mule-runtime/3.9/choice-flow-control-reference
QUESTION 2 Refer to the exhibits. A Mule application is configured to use the globalErrorHandler
exception handler.
When the flow is executed, a request is made to a host that is currently offline and a Java exception is thrown with the message “Error sending HTTP request to http://offline.bad:80/”.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. AFTER
B. BEFORE
C. Error sending HTTP request to http://offline.bad:80/
D. GLOBAL ERROR
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 3
Refer to the exhibits. The http:request has failed with a Tiemout execeeded error. What HTTP Request parameter must be modified to resolve this error?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. Client Certificate Timeout
B. Transaction Timeout
C. Connect Idle Timeout
D. Response Timeout
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://help.mulesoft.com/s/article/Getting-Error-sending-HTTP-request-when-sending-request-using-http-requester
QUESTION 4
Refer to the exhibit. What DataWeave expression transforms the input to the output?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B.
C.
D.
Correct Answer: A
Section: (none)
Explanation Explanation/Reference:
Reference: https://blogs.mulesoft.com/dev/anypoint-platform-dev/weaving-it-with-dataweave-expression/
QUESTION 5
Refer to the exhibit. What is the output payload in the On Complete phase?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/mule-runtime/4.2/batch-processing-concept
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 6
Refer to the exhibits. What value is logged after a web client submits a request to http://localhost:8081/test?userName=Cindy?
A. null
B. Alice
C. Cindy
D. Bob
Correct Answer: A
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
QUESTION 7
Refer to the exhibits. What is the expected payload at the end of mainFlow?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. KIWI
B. APPLE
C. Null
D. BANANA
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 8 A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does Mulesoft recommend to uniquely access the customer identified with the
unique ID 1234?
A. /customers/1234
B. /customers?operation=get&custid=1234
C. /customers/custid=1234
D. /customers?custid=1234
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Reference: https://dzone.com/articles/designing-api-with-raml
QUESTION 9 What valid RAML retrieves details on a specific order by its orderId as a
URI parameter? A.
B.
C.
D.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://raml.org/developers/raml-100-tutorial
QUESTION 10
A Transform Message component receives the XML payload:
A. payload.order.orderId
B. payload.orderId
C. payload.order.@orderId
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
D. payload.@orderId
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 11
There are two types of accounts: personal and business. How can an accountType parameter be specified in RAML so http://localhost/acme/accounts?accountType=personal is a valid request to the implementation?
A.
B. C.
D.
Correct Answer: C
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
QUESTION 12
Refer to the exhibit. What should be changed to fix the 400 Bad Request error?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 13
Refer to the exhibit. The orders.csv file is read, then processed to look up the orders from the database. The Mule application is debugged in Anypoint Studio and stops at the breakpoint. What is the payload shown in the debugger at this
breakpoint?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. “none
B. 100
C. The entire CSV file
D. The database response
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/studio/7.4/mule-debugger-view-reference
QUESTION 14 In a RAML specification for a banking application, accounts, account_id, and transactions are identified as resources. What resource/method pair retrieves transactions for a specific
account_id?
A. GET /accounts/{account_id}/transactions
B. POST/accounts/{account_id}
C. GET/accounts/account_id
D. PUT/accounts/{account_id}/transactions/{transaction_id}
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 15
Refer to the exhibits. How is the userName property passed to the outbound HTTP request?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. URI parameter
B. Body
C. Query parameter
D. Header
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 16
Refer to the exhibit. What is the payload at the end of the flow?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. Bob Green
B. Bob Smith
C. Alice Green
D. Alice Smith
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 17 What authentication data is required to configure a Throttling – SLA based policy in
API Manager?
Explanation/Reference:
Reference: https://help.mulesoft.com/s/article/How-to-use-Basic-Authorization-header-with-Rate-Limiting-SLA-based-policy-in-Mule-4
QUESTION 18 According to MuleSoft’s point of view, how does Central IT enable the new IT
operating model?
A. Distributes passwords to databases and backend systems to allow direct access by line of business developers to deliver faster
B. Combines and shares API specifications like a product to drive consumption by line of business developers
C. Invests in new cloud technology to enable Central IT to develop complete line of business applications faster
D. Builds all API implementations and restricts line of business developers from building implementations to save costs and enforce standards
Correct Answer: B
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
Reference: https://www.mulesoft.com/press-center/trends/create-value-api-economy
QUESTION 19
Refer to the exhibits. The parentFlow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations.
What values are accessible to the parent Logger at the end of parentFlow after a web client submits a request to http://localhost:8081/order?color=red?
A. payload B.
payload
quantity var C.
payload color query
param D. payload
quantity var color
query param
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 20
Refer to the exhibit. What payload is logged at the end of the mainFlow?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. [order1, order2, order3, order4]
B. [1,2,3,4]
C. [order4]
D. order4
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 21
Refer to the exhibits. What is the root cause of the error?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. The value of the host property “0.0.0.0” is invalid
B. There are two HTTP Listener configurations bound to the same host
C. The value of the host property “0.0.0.0” is bound to different ports
D. There are two HTTP Listener configurations bound to the same port number 8081
Correct Answer: C
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
QUESTION 22
Refer to the exhibits. The Batch Job processes, filters, and commits records. What is the expected output from the Logger component when this Mule application runs?
A. [2,4]
[6]
B. [1,2,3,4,5,6]
C. [1,2]
[3,4]
[5,6]
D. [2,4,6]
Correct Answer: A
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
QUESTION 23 Refer to the exhibits. The parentFlow contains an HTTP Request. The HTTP Listeners and HTTP Request use default
configurations.
What values are accessible in childFlow after a web client submits a request to http://localhost:8081/order?color=red?
A. payload B.
payload
quantity var C.
payload color query
param D. payload
quantity var color
query param
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 24
What three elements are used in RAML specifications?
(Choose three.)
A. Service
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. Method
C. Response
D. PortType
E. Resource
Explanation/Reference:
Reference: https://docs.mulesoft.com/api-manager/1.x/designing-your-api
A. RPC
B. JMS
C. HTTP
D. SOAP
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.mulesoft.com/resources/api/what-is-rest-api-design
QUESTION 26
A Mule application has a single File connector configured. A flow in the Mule application has a File connector endpoint in the message source and another File connector endpoint as a message processor in the flow. What is the behavior of
these two components?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 27
A Mule application is created with an HTTP inbound endpoint defined to receive custName and accountType as query parameters. The accountType is captured using a Set Variable transformer with the same name. What is the correct MEL
expression for logging accountType?
A. #[message.inboundProperties.accountType]
B. #[message.”http.query.params’.accountType]
C. #[flowVars.accountType]
D. #[message.outboundProperties.accountType]
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://dzone.com/articles/mule-3-variables-and-property-transformer
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 28
Refer to the exhibit. What is the correct syntax to add an employee ID as a URI parameter in the HTTP Listener path?
A. ${employeeID}
B. #[employeeID]
C. {employeeID}D. (employeeID)
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://help.mulesoft.com/s/question/0D52T00004mXWrdSAG/uri-params-in-http-connector-mule4
QUESTION 29
Refer to the exhibit. What action will resolve the exception?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. Create the accounts table in the database
B. Ensure the database is accessible
C. Implement org.apache.derby.jdbc.ClientDriver
D. Add a JDBC driver to the project’s build path
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 30
Refer to the exhibit. The Validation component in privateFlow throws an exception. What response message is returned to a client request to mainFlow’s HTTP Listener?
A. Success – privateFlow
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. Exception – mainFlow
C. Exception – privateFlow
D. Success – mainFlow
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 31 To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a
configuration file.
Where does the configuration file’s location need to be specified in the Mule application?
A. A global element
B. mule-deploy.properties
C. A flow property
D. mule-app.properties
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://blogs.mulesoft.com/dev/mule-dev/how-to-read-a-properties-file-in-mule/
QUESTION 32 A Database endpoint executes a SELECT statement and gets no results. What payload is returned by
this endpoint?
A. 0
B. Empty listC. null
D. Exception
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://help.mulesoft.com/s/question/0D52T00004mXTstSAG/getting-nullpayload-in-the-result
QUESTION 33 Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed
to CloudHub?
A. Allow clients to VPN directly to the application at the Mule application’s configured HTTP port
B. Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener
C. Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener
D. Allows CloudHub to automatically register the application with API Manager
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/runtime-manager/developing-applications-for-cloudhub
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 34
Refer to the exhibit. A web client submits a request to http://localhost:8081. What is the structure of the payload at the end of the flow?
A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B.
C.
D.
Correct Answer: B
Section: (none)
Explanation Explanation/Reference:
QUESTION 35 An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the
new SLA policy?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 36
Refer to the exhibit. How is the watermark referenced inside the Set Payload transformer?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. #[payload.createdOn]
B. #[message.inboundProperties.createdOn]
C. #[flowVars.createdOn]
D. #[message.outboundProperties.createdOn]
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/mule-runtime/3.6/poll-reference
QUESTION 37
Refer to the exhibits. The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.
What is the minimum number of global elements that must be defined to support all these HTTP Listeners?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A ............................................................................................................................................................................................................................................................................................................................................................................. 2
B ............................................................................................................................................................................................................................................................................................................................................................................. 3
C ............................................................................................................................................................................................................................................................................................................................................................................. 6
D ............................................................................................................................................................................................................................................................................................................................................................................. 6
Cor
rect
Ans
wer
: .............................................................................................................................................................................................................................................................................................................................................................................. 6
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/mule-runtime/3.7/http-listener-connector
QUESTION 38
Refer to the exhibit. What transformer should be used in the httpFlow so that the fruit value in the request http://localhost:8081/?fruit =Orange is accessible in the jmsFlow?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. set-record-variable
B. set-property
C. set-variable
D. set-inbound-property
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://dzone.com/articles/working-with-headers-in-mule-flows
QUESTION 39
Refer to the exhibits. A web client calls http://localhost:8081?fruit=Apple. What is the payload at the end of the flow?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. Banana
B. Error
C. Orange
D. Apple
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 40
Refer to the exhibits. What is the response to a web client request to http://localhost:8081 ?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. The string ‘AFTER’
B. The string ‘Payload is null’
C. The string ‘BEFORE’
D. null
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 41
Refer to the exhibit. How many private flows does APIkit generate from the following RAML specification?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. 2
B. 3
C. 4
D. 7
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
What values are accessible in childFlow after a web client submita a request to http://localhost:8081/order?color=red?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. payload B.
payload
quantity var C.
payload color query
param D. payload
quantity var color
query param
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 43
Refer to the exhibits. What is valid text to set the user field in the Database connector configuration to the username value specified in the config.properties file?
A. #[db.username]
B. #[db:username]
C. ${db:username}D. ${db.username} Correct Answer: A
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
Reference: https://docs.mulesoft.com/connectors/db/database-documentation
Where the global exception strategy must be specified so that this global exception strategy catches all errors from flows without their own exception strategies?
A. A global element
B. Nowhere, the global exception strategy is automatically used
C. The mule-deploy.properties file
D. A configuration properties file
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 45
Refer to the exhibit. What DataWeave transformation retrieves the current time?
A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. C.
D.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://dzone.com/articles/data-weave-quick-function-guide
QUESTION 46 A web client posts a request to http://localhost:8081?name=john. What is the correct MEL expression to access the
name parameter?
A. #[message.payload.outboundProperties. “http.query.params’.name]
B. #[message.inboundProperties.‘http.uri.params’.name]
C. #[message.payload.inboundProperties. ‘http.query.params.’name]
D. #[message.outboundProperties.’http.query.params’.name]
Correct Answer: B
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
Reference: https://help.mulesoft.com/s/question/0D52T00004mXWrdSAG/uri-params-in-http-connector-mule4
QUESTION 47 What three layers are parts of Mulesoft’s definition of the API-led
connectivity model?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://dzone.com/articles/api-led-connectivity-with-mule
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://stackoverflow.com/questions/43413958/mule-batch-processing-vs-foreach-vs-splitter-aggregator
QUESTION 49 According to MuleSoft’s point of view, what is the core activity that enables an application network to emerge in an
organization?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.mulesoft.com/resources/api/what-is-an-application-network
QUESTION 50
Refer to the exhibits. What DataWeave transformation calls the flow with the following input payload?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A.
B. C.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
D.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 51
A Transform Message component receives the XML payload:
What is the DataWeave expression to output an array of the two customerName elements?
A. payload.order.*customer[].customerName
B. payload.order.*customer.customerName
C. payload.order.customer[].customerName
D. payload.order.customer.customerName
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 52
Refer to the exhibit. A web client makes a request to the postUsersFlow’s HTTP Listener. The Validation component in hrFlow then throws an exception. What response message is returned to the web client?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. Unavailable
B. Error
C. Success
D. Boom
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 53 What HTTP method should be used to add a new member to a collection in a
RESTful service?
A. DELETE
B. PUT
C. POST
D. GET
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference:
https://books.google.com.pk/books?id=vAOmAwAAQBAJ&pg=PA120&lpg=PA120&dq=mulesoft+HTTP+method+should+be+used+to+add+a+new+member+to+a+collection+in+a+RESTful+service&source=bl&ots=AcR0zVWZu&sig=ACfU3U
3oel4FB4FSJVrYl88lP6n1P2FSPA&hl=en&sa=X&ved=2ahUKEwjB572OrNbmAhXPyYUKHblHBFIQ6AEwDHoECAoQAQ#v=onepage&q=mulesoft%20HTTP%20method%20should%20be%20used%20to%20add%20a%
20new%20member%20to%20a%20collection%20in%20a%20RESTful%20service&f=false
QUESTION 54
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Refer to the exhibits. What is the expected data that the POST /accounts endpoint expects?
A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. C.
D.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 55
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Refer to the exhibits. What is the expected behavior of this application?
A. The application will continuously output LOGGER1 and LOGGER2 messages every 2 seconds
B. After 2 seconds, the application will output LOGGER1 and LOGGER2 messages exactly once
C. The application will immediately output LOGGER1 and LOGGER2 messages exactly onceD. An exception will be thrown indicating there is no inbound endpoint as a message source
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 56
Refer to the exhibit. In the execution of the Scatter-Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds. How many seconds does it take for the Scatter-Gather to complete?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. 0
B. 10C. 20
D. 30
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://dzone.com/articles/scatter-gather-mule-esb
QUESTION 57 What path setting is required for an HTTP Listener endpoint to route all requests to an
APIkit router?
A. /*
B. /
C. /{*}
D. ALL
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.mulesoft.com/mule-runtime/3.7/http-listener-connector
QUESTION 58
Refer to the exhibit. What is the correct way to create a user?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B.
C.
D.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 59
Refer to the exhibit. A Payload Filter component processes a message with a non-empty payload. What happens when the payload does not match the Payload Filter type?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 60
What is the output type of the DataWeave map operator?
A. Map
B. Array
C. String
D. Object
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://help.mulesoft.com/s/question/0D52T00004mXVAVSA4/what-is-difference-between-map-and-mapobject-in-dataweave-
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com