Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

Salesforce-MuleSoft-Developer-I Practice Test


Page 1 out of 47 Pages

Refer to the exhibits. A web client submits a request to below flow. What is the output at the end of the flow?


A. String


B. Object


C. Java


D. XML





A.
  String

Explanation: String is the correct answer as XML is of an Object type String

A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the http.port property placeholder's value to 9090

The Mule application is deployed to CloudHub without setting any properties in the Runtime manager Properties tab and a log message reports the status of the HTTP listener after the Mule application deployment completes.

After the mule applications is deployed, what information is reported in the worker logs related to the port on which the Mule application's HTTP Listener listens?


A. The HTTP Listener is listening on port 80


B. The HTTP Listener is listening on port 9090


C. The HTTP Listener is listening on port 8081


D. The HTTP Listener failed to bind to the port and is not listening for connections





C.
  The HTTP Listener is listening on port 8081

Explanation:
Cloudhub expose services on port 8081 and override value in http.port with this one . Sample log in Runtime Manager is below 21:15:53.148 08/08/2021 Worker-0 ArtifactDeployer.start.01 INFO Listening for connections on 'http://0.0.0.0:8081'

Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener.
A web client sends a GET request to the HTTP Listener with the sty query parameter set to 30.
After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger component are the same as the Mule event that was input to the HTTP Request operation?


A. The payload and all variables


B. All variables


C. The entire Mule event


D. The payload and all attributes





A.
  The payload and all variables

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?


A. Add new property placeholders and redeploy the API proxy


B. Add new environment variables and restart the API proxy


C. Restart the API proxy to clear the API policy cache


D. Add required headers to the RAML specification and redeploy the new API proxy





D.
  Add required headers to the RAML specification and redeploy the new API proxy

Refer to the exhibits.



A web client submits a request to http://localhQst:8081 /flights. What is the result at the end of the flow?


A. "string"


B. "Java"


C. "object"


D. "XML"





A.
  "string"


Page 1 out of 47 Pages