The Most In-Demand Salesforce Mule-Dev-201 Pass Guaranteed Quiz
New Version Mule-Dev-201 Certificate & Helpful Exam Dumps is Online
NEW QUESTION # 59
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
What isvalid RAML to specify a method to update the details for a specific department?
- A.

- B.

- C.

- D.

Answer: D
Explanation:
URI parameter is basically used to identify a specific resource or resources
* Here we want toupdate details about specific department, so question is asking 'How to use URI parameter' in RAML
* Correct answer is
/departments:
/{deptId}:
patch:
Reference:https://docs.mulesoft.com/design-center/design-common-problems-raml-10
NEW QUESTION # 60
What is the minimum Cloudhub worker size that can be specified while deploying muleapplication?
- A. 0.5 vCores
- B. 1.0 vCores
- C. 0.2 vCores
- D. 0.1 vCores
Answer: D
Explanation:
Correct answer is 0.1 vCores
MuleSoft Doc Ref :https://docs.mulesoft.com/runtime-manager/cloudhub-architecture#cloudhub-workers CloudHub Workers Workers are dedicated instances of Mule runtime engine that run your integration applications on CloudHub.
The memory capacity and processing power of a worker depends on how you configure it at the application level.
Worker sizes have different compute, memory, and storage capacities. You can scale workers vertically by selecting one of the available worker sizes:
Table Description automatically generated
NEW QUESTION # 61
Refer to the exhibits.

What payload and quantity are logged at the end of the main flow?
- A. [[order1, order2, order3, order4], 14]
- B. [[1,2,3,4], 10]
- C. [[1,2,3,4], 14]
- D. [orderlorder2order3order4,14]
Answer: C
NEW QUESTION # 62
A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code.
What is the correct DataWeave code to define the newProdCode function?
- A. fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++ (itemID as String)
- B. function newProdCode(itemID: Number, productCategory: String) ="PC-" ++ productCategory ++ (itemID as String)
- C. fun newProdCode{itemID: Number, productCategory: String) -> "PC-" ++ productCategory ++ (itemID as String)
- D. var newProdCode(itemID: Number, productCategory: String) ->"PC-" ++ productCategory ++ (itemID as String)
Answer: A
NEW QUESTION # 63
How are multiple conditions used in a Choice router to route events?
- A. To route the same event to the matched route of EVERY true condition
- B. None of these
- C. To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes
- D. To find the FIRST true condition, then distribute the event to the ONE matched route.
Answer: D
Explanation:
Choice router finds the FIRST true condition, then distribute the event to the ONE matched route.
MuleSoft Doc Ref: https://docs.mulesoft.com/mule-runtime/4.1/choice-router-concept The Choice router dynamically routes messages through a flow according to a set of DataWeave expressions that evaluate message content. Each expression is associated with a different routing option. The effect is to add conditional processing to a flow, similar to an if/then/else code block in most programming languages.
Only one of the routes in the Choice router executes, meaning that the first expression that evaluates to true triggersthat route's execution and the others are not checked. If none of the expressions are true, then the default route executes.
Diagram Description automatically generated
NEW QUESTION # 64
Refer to the exhibit.
The Database Select operation returns five rows from a database. What is logged by the Logger component?
- A. "Array"
- B. "CaselnsensitrveHashMap"
- C. "LinkedHashMap"
- D. "Object"
Answer: A
NEW QUESTION # 65
What is the default port used by Mule application debugger configuration in AnypointStudio?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
By default, Debugger listens for incoming TCP connections on localhost port 6666 You can change this in a project's run configuration.
MuleSoft Doc Ref : https://docs.mulesoft.com/studio/7.5/visual-debugger-concept
NEW QUESTION # 66
The new RAML spec has been published to Anypoint Exchange with client credentials.
What is the next step to gain access to the API?
- A. Create a new client application
- B. Request access to the API in Anypoint Exchange
- C. No additional steps needed
- D. Email the owners of the API
Answer: B
Explanation:
Correct answer is Request access to the API in Anypoint Exchange. This way we can get clientId and Client secret which we can use to access the API
NEW QUESTION # 67
An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found out that anotherteam had already built an API that accesses the transaction information they need.
According to MuleSoft, what organization structure could have saved the app team two months of development time?
- A. Center of Excellence
- B. MuleSoft Support Center
- C. Center for Enablement
- D. Central API Review Board
Answer: C
Explanation:
Reference:https://blogs.mulesoft.com/biz/connectivity/what-is-a-center-for-enablement-c4e/ Center for Enablement is correct answer .It is a cross-functional team#typically staffed with members from central IT, line-of-business departments, and digital innovation teams#charged with productizing, publishing, and harvesting reusable assets and best practices. In this case , app team would have checked first with Center for Enablement before developing their own API's. Hence could have avoided re-work
NEW QUESTION # 68
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
- A. Cloudhub
- B. POM.xml
- C. Global element
- D. Configuration file
Answer: B
Explanation:
POM.xml contains info about the project and configurationn details used by Maven to build the project
NEW QUESTION # 69
What is the output type of the DataWeave map operator?
- A. String
- B. Array
- C. Object
- D. Map
Answer: B
NEW QUESTION # 70
Refer to theexhibits The Mule application does NOT define any global error handlers.
A web client sends a POST request to the Multi application with this input payload The File Write operation throws a FILECONNECTIVITY error What response message is returned to the web client?

- A. "File written"
- B. "OTHER ERROR"
- C. "ORDER NOT_CREATED"
- D. "FILECONNECTIVITY"
Answer: C
NEW QUESTION # 71
Refer to the exhibits.
The main flow contains anHTTP Request. The HTTP Listeners and HTTP Request use default configurations.
What
values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?
- A. payload
- B. payloadcolor query param
- C. payloadquantity var color query param
- D. payloadquantity var
Answer: A
NEW QUESTION # 72
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 renamed in the same folder
- C. The file is moved to a different folder
- D. The file stays in the same folder unchanged
Answer: D
Explanation:
File is not updated when FTP read operations is performed.
MuleSoft Doc Ref : https://docs.mulesoft.com/file-connector/1.3/file-read
NEW QUESTION # 73
Refer to the exhibits.


A Mule application is being developed to process web client POSTrequests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation's response What is a straightforward way to property configure the Set Payload transformer with the required data?
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION # 74
Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener.
Aweb 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 theHTTP Request operation?
- A. The payload and all variables
- B. All variables
- C. The entire Mule event
- D. The payload and all attributes
Answer: A
NEW QUESTION # 75
Refer to exhibits.
What message should be added to Logger component so that logger prints "The city is Pune" (Double quote should not be part of logged message)?
- A. #["The city is" ++ payload.City]
- B. The city is #[payload.City]
- C. The city is + #[payload.City]
- D. #[The city is ${payload.City}
Answer: B
Explanation:
Correct answer is The city is #[payload.City]
Answer can get confused with the option #["The city is" ++ payload.City] But note that this option will not print the space between is and city name. This will print The city isPune
NEW QUESTION # 76
Refer to the exhibit.
This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?
- A. /accounts/account_type=retail/industry=finance
- B. /accounts/retail/finance
- C. /accounts?account_type=retail&industry=finance
- D. /accounts?account_type:retail&industry:finance
Answer: C
Explanation:
Correct answer is /accounts?account_type=retail&industry=finance
Query parameters are a defined set of parameters attached to the end of a url. They are extensions of the URL that are used to helpdefine specific content or actions based on the data being passed. To append query params to the end of a URL, a '?' Is added followed immediately by a query parameter.
To add multiple parameters, an '&' is added in between each.
NEW QUESTION # 77
Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column.
The Address table currently contains tour (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio tor the first time, and the On Table Row Database listener polls the Address table.
Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row Database listener polls the database again.
Alter the next execution of the On Table Row Database listener polling, what database rows have beenprocessed by the Mule flow since the Mule application was started?
- A. ID ZIPCODE1 900012 900053 90009
- B. ID ZIPCODE1 900012 900053 900095 90006
- C. ID ZIPCODE1 900012 900053 900094 90001
- D. ID ZIPCODE1 900012 900053 900094 900015 90006
Answer: C
NEW QUESTION # 78
According to MuleSoft, what is the Center for Enablement's role in the new IT operating model?
- A. Creates and manages discoverable assets to be consumed by line of business developers
- B. Implements line of business projects to enforce common security requirements
- C. Implements line of business projects to enforce common security requirements
- D. Centrally manages partners and consultants to implement line of business projects
Answer: A
Explanation:
Correct answer is Creates and manages discoverable assets to be consumedby line of business developers.
C4E does not get directly involved in projects.
NEW QUESTION # 79
Refer to the exhibits.
What payload and quantity are togged at the end of the main flow?
- A. [[order1, order2, order3, order4], 14]
- B. [[1,2,3,4], 10]
- C. [[1,2,3,4],14]
- D. [orderlorder2order3order4, 14]
Answer: C
NEW QUESTION # 80
......
Mule-Dev-201 Free Certification Exam Material with 237 Q&As : https://vcetorrent.examtorrent.com/Mule-Dev-201-prep4sure-dumps.html
