Salesforce-MuleSoft-Developer-I Exam Questions

Total 234 Questions

Last Updated Exam : 22-Oct-2024

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"

Refer to the exhibits.



A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY error.

What response message is returned to the web client?


A. ‘’FILE:CONNECnvnY'


B. "ORDER:NOT_CREATED"


C. "OTHER ERROR"


D. "File written"





B.
  "ORDER:NOT_CREATED"

What asset cannot be created using Design Center?


A. Mule Applications


B. API fragments


C. API specifications


D. API portals





D.
  API portals

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?


A. 0


B. 10


C. 20


D. 30





C.
  20

In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?


A. The applications associated with the other APIs must be restarted


B. The applications associated with the other APIs must be recoded


C. The other APIs must be updated to consume the updated product API


D. Nothing needs to be changed in the other APIs or their associated applications





D.
  Nothing needs to be changed in the other APIs or their associated applications

Explanation: Correct answer is Nothing needs to be changed in the other APIs or their associated applications This is the benefit of having separate interface layer. As there are no changes to interface , no changes are required on the API's which consumes this API in context.

As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prepared to meet the requirement?


A. RAML file to define SOAP services


B. WSDL file


C. JSON file


D. plain text file documenting API's





B.
  WSDL file


Page 1 out of 24 Pages