Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?A . Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener B. Allows CloudHub to automatically register the application with API...
What is the next step to configure the API proxy to enforce the new SLA policy?
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...
What is logged after the Choice router completes?
Refer to the exhibits. In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?A . A string with value "FR" B. A DataVVeave syntax error C. The result of the intemationalShipping flow D. The result...
What is the output of Dataweave Map operator?
What is the output of Dataweave Map operator?A . Map B. Object C. String D. ArrayView AnswerAnswer: D Explanation: Returns an array that is the result of applying a transformation function (lambda) to each of the elements. MuleSoft Doc Ref: https://docs.mulesoft.com/mule-runtime/4.3/dataweave-cookbook-map The map operator is a function in Dataweave which...
Which of the below is not the mandatory configurations for HTTP Listener?
Which of the below is not the mandatory configurations for HTTP Listener?A . Path B. Allowed methods C. HTTP port in Connector Configuration D. HTTP host in Connector ConfigurationView AnswerAnswer: B Explanation: Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all...
What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...
Which of the below is not the mandatory configurations for HTTP Listener?
Which of the below is not the mandatory configurations for HTTP Listener?A . Path B. Allowed methods C. HTTP port in Connector Configuration D. HTTP host in Connector ConfigurationView AnswerAnswer: B Explanation: Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all...
What valid expression can be used to so that HTTP configuration can pick the value from configuration file?
Refer to the exhibits. Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid expression can be used to so that HTTP configuration can pick the value from configuration file?A . #[training.host] B. ${http.host}...
What is minimal requirement in a flow for a Mule application to compile?
What is minimal requirement in a flow for a Mule application to compile?A . Event Source B. Event Processors C. Error handlers D. Source and processors bothView AnswerAnswer: B Explanation: Process section is must to get compiles. Process section must have one or more processors Diagram Description automatically generated
What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...