{"id":131912,"date":"2024-01-27T06:43:26","date_gmt":"2024-01-27T06:43:26","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=131912"},"modified":"2024-01-27T06:43:28","modified_gmt":"2024-01-27T06:43:28","slug":"mulesoft-certification-exam-v3-latest-2024-2025-update-practice-questions-and-verified-answers-100-correct-grade-a","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2024\/01\/27\/mulesoft-certification-exam-v3-latest-2024-2025-update-practice-questions-and-verified-answers-100-correct-grade-a\/","title":{"rendered":"MuleSoft Certification Exam V3 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A"},"content":{"rendered":"\n<p>MuleSoft Certification Exam V3 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A<\/p>\n\n\n\n<p>MuleSoft Certification Exam V3 (Latest<br>2024\/ 2025 Update) Practice Questions and<br>Verified Answers |100% Correct| Grade A<br>Q: What is the correct way to start a Modern API according to Mulesoft?<br>a. Design the specs to secure the API<br>b. Gather requirements and involve stake holders for feedback loop<br>c. API is rapidly prototyped following AGILE methodology<br>d. API follows the RESTful architecture<br>Answer:<br>b<br>Q: What is the first step in designing a Mule application.<br>a. gather requirements, prototyping, spec driven.<br>b. collects hardware and software configuration and create API<br>c. Deploy and Test API.<br>d. none of the above<br>Answer:<br>a<br>Q: Which of the following should be the Mulesoft recommendation to design the API URI for<br>accessing a unique resource in a web service?<br>a. <em>\/resource?action=GET&amp;id=123<\/em><br>b. <em>\/resource?id=123<\/em><br>c. <em>\/resource\/123<\/em><br>d. <em>\/getResource\/123<\/em><br>Answer:<br>c<\/p>\n\n\n\n<p>Q: How to route to all HTTP Requests?<br>a. \/<br>b. \/*<br>c. \/{*}<br>d. {}<br>Answer:<br>b<br>Q: Which among the following is the correct way to add a uri parameter in the resource below?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Display Name: GET \/resource<br>Basic Settings<br>Connector configuration: HTTP_Listener_config<br>General<br>Path: \/resource<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. <em>\/${ID}<\/em><br>b. <em>\/(ID)<\/em><br>c. <em>\/{ID}<\/em><br>d. <em>\/#[attributes.uriParams.ID]<\/em><br>Answer:<br>b<br>Q: What is the syntax for input parameters to use URI parameter?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Display Name: Copy_of_Select<br>Basic Settings<br>Connector configuration: Database_Connectivity<br>Query<br>SQL Query Text:<\/p>\n\n\n\n<p>SELECT *<br>FROM american<br>WHERE ID = :ID<br>Input Parameters:<br><em>?<\/em><br>Answer:<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">[{&#8216;ID&#8217;: attributes.uriParams.ID}]<\/h1>\n\n\n\n<p>Q: After enforcing an SLA policy in API manager, what is the next step to enforce the API to<br>add client ID and client secret?<br>a. Redeploy the API in API Manager<br>b. Change the implementation in Anypoint Studio<br>c. Modify the API spec in Design Center to require client id and client secret headers with<br>requests<br>d. Restart the API in Runtime Manager<br>Answer:<br>c<br>Q: Implementation (NOT interface) of an API was modified, what needs to be done for changes<br>to take effect<br>a. Do nothing<br>b. Restart the application.<br>c. Configured the WSDL<br>d. All of the Above<br>Answer:<br>b<br>Q: A new SLA policy was created. What needs to be done for the policy to be enforced?<br>a. Reconfigured the application<\/p>\n\n\n\n<p>b. Redeploy the application.<br>c. Do nothing<br>d. Start the Policy.<br>Answer:<br>b<br>Q: There&#8217;s an existing webservice endpoint that don&#8217;t have SLA and Proxy. What should be<br>done if an SLA should be added but not to increase worker size?<br>a. Deploy the application in Runtime and set an api manager to connect to it<br>b. Create VPC to redirect require<br>c. Setup another runtime and connect it to the old one<br>Answer:<br>a<br>Q: Given the following flow, the request has been sent: https:\/\/localhost:8080? DEST=SFO?<br>What are the data accessible at mulemessagechild logger?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>mulemessage<br>[listener] -&gt; [set variable] -&gt; [set payload] -&gt; [flow reference]<br>mulemessagechild<br>[listener] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. <em>Query Param SFO Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<\/em><br>b. <em>Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<\/em><br>c. <em>Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<\/em><br>d. <em>PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;} Query Param SFO<\/em><br>Answer:<br>a<br>Q: Given the following flow, the request has been sent: https:\/\/localhost:8080? DEST=SFO?<br>Powered by <a href=\"https:\/\/learnexams.com\/search\/study?query=\" target=\"_blank\" rel=\"noopener\">https:\/\/learnexams.com\/search\/study?query=<\/a><\/p>\n\n\n\n<p>One IT team developed an API in 2 months. Another IT team developed the same API what could have prevented wasted 2 months&#8217; effort.<\/p>\n\n\n\n<p>a. Center for Enablement<br>b. Center for Excellence<br>c. API MarketPlace<br>d. None of the above<br>a<\/p>\n\n\n\n<p>Given: 4 flows sharing the same host and with ports and request URIs described below. What is the minimum number of configuration files for it to run successfully?<br>i. http:\/\/localhost:6000\/resource1<br>ii. http:\/\/localhost:7000\/resource2<br>iii. http:\/\/localhost:8000\/resource3<br>iv. http:\/\/localhost:8000\/resource4<\/p>\n\n\n\n<p>a. 1<br>b. 2<br>c. 3<br>d. 4<br>c<\/p>\n\n\n\n<p>Assuming that the RAML below will be generated in Anypoint Studio. How many private flows will be generated?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">%RAML 1.0<\/h1>\n\n\n\n<p>title: muleexam<br>\/Americanflight:<br>get:<br>post:<br>\/{id}:<br>get:<br>post:<br>\/Unitedflights:<br>put:<br>post:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. 3<br>b. 6<br>c. 2<br>d. 4<br>b<\/p>\n\n\n\n<p>Which of the following correctly define uriParams in RAML:<\/p>\n\n\n\n<p>a. <em>_<\/em><br>\/Unitedflight:<br>put:<br>post:<br>\/{id}:<br>get:<br>put:<br>\/AmericanFlight:<br>get:<br>patch:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>b. <em>_<\/em><br>\/Unitedflight:<br>put:<br>post:<br>\/{id}:<br>get:<br>put:<br>\/AmericanFlight:<br>get:<br>patch:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>c. <em>_<\/em><br>\/Unitedflight:<br>put:<br>post:<br>\/(id):<br>get:<br>put:<br>\/AmericanFlight:<br>get:<br>patch:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>d. All of the above<br>b<\/p>\n\n\n\n<p>A RAML data type fragment named FlightType.raml is placed in the dataTypes folder in an API specification project. What is the correct syntax to reference to the fragments?<\/p>\n\n\n\n<p>a. type : !include dataTypes\/FlightType.raml<br>b. type : #include dataTypes\/FlightType.raml<br>c. types : !include dataTypes\/FlightType.raml &#8211; global<br>d. datatype : !include dataTypes\/FlightType.raml<br>a<\/p>\n\n\n\n<p>What is the correct way to start a Modern API according to Mulesoft?<\/p>\n\n\n\n<p>a. Design the specs to secure the API<br>b. Gather requirements and involve stake holders for feedback loop<br>c. API is rapidly prototyped following AGILE methodology<br>d. API follows the RESTful architecture<br>b<\/p>\n\n\n\n<p>What is the first step in designing a Mule application.<\/p>\n\n\n\n<p>a. gather requirements, prototyping, spec driven.<br>b. collects hardware and software configuration and create API<br>c. Deploy and Test API.<br>d. none of the above<br>a<\/p>\n\n\n\n<p>Which of the following should be the Mulesoft recommendation to design the API URI for accessing a unique resource in a web service?<br>a. \/resource?action=GET&amp;id=123<br>b. \/resource?id=123<br>c. \/resource\/123<br>d. \/getResource\/123<br>c<\/p>\n\n\n\n<p>How to route to all HTTP Requests?<\/p>\n\n\n\n<p>a. \/<br>b. \/*<br>c. \/{*}<br>d. {}<br>b<\/p>\n\n\n\n<p>Which among the following is the correct way to add a uri parameter in the resource below?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Display Name: GET \/resource<\/p>\n\n\n\n<p>Basic Settings<br>Connector configuration: HTTP_Listener_config<\/p>\n\n\n\n<p>General<br>Path: \/resource<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. \/${ID}<br>b. \/(ID)<br>c. \/{ID}<br>d. \/#[attributes.uriParams.ID]<br>b<\/p>\n\n\n\n<p>What is the syntax for input parameters to use URI parameter?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Display Name: Copy_of_Select<\/p>\n\n\n\n<p>Basic Settings<br>Connector configuration: Database_Connectivity<\/p>\n\n\n\n<p>Query<br>SQL Query Text:<br>SELECT *<br>FROM american<br>WHERE ID = :ID<\/p>\n\n\n\n<p>Input Parameters:<br>?<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">[{&#8216;ID&#8217;: attributes.uriParams.ID}]<\/h1>\n\n\n\n<p>After enforcing an SLA policy in API manager, what is the next step to enforce the API to add client ID and client secret?<\/p>\n\n\n\n<p>a. Redeploy the API in API Manager<br>b. Change the implementation in Anypoint Studio<br>c. Modify the API spec in Design Center to require client id and client secret headers with requests<br>d. Restart the API in Runtime Manager<br>c<\/p>\n\n\n\n<p>Implementation (NOT interface) of an API was modified, what needs to be done for changes to take effect<\/p>\n\n\n\n<p>a. Do nothing<br>b. Restart the application.<br>c. Configured the WSDL<br>d. All of the Above<br>b<\/p>\n\n\n\n<p>A new SLA policy was created. What needs to be done for the policy to be enforced?<\/p>\n\n\n\n<p>a. Reconfigured the application<br>b. Redeploy the application.<br>c. Do nothing<br>d. Start the Policy.<br>b<\/p>\n\n\n\n<p>There&#8217;s an existing webservice endpoint that don&#8217;t have SLA and Proxy. What should be done if an SLA should be added but not to increase worker size?<\/p>\n\n\n\n<p>a. Deploy the application in Runtime and set an api manager to connect to it<br>b. Create VPC to redirect require<br>c. Setup another runtime and connect it to the old one<br>a<\/p>\n\n\n\n<p>Given the following flow, the request has been sent: https:\/\/localhost:8080? DEST=SFO?<br>What are the data accessible at mulemessagechild logger?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>mulemessage<br>[listener] -&gt; [set variable] -&gt; [set payload] -&gt; [flow reference]<\/p>\n\n\n\n<p>mulemessagechild<br>[listener] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. Query Param SFO Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>b. Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>c. Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>d. PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;} Query Param SFO<br>a<\/p>\n\n\n\n<p>Given the following flow, the request has been sent: https:\/\/localhost:8080? DEST=SFO?<br>Assuming only the default setting in Request simulator was established. What are the data accessible at muleexamflow logger?<br>(Another questions &#8211; uri param set at http request &#8211; question &#8211; is it available at the logger )<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>mulemessage2<br>[listener] -&gt; [set variable (Set DEST=LAX)] -&gt; [set payload ({&#8220;flight&#8221;:&#8221;United&#8221;})] -&gt; [listener (Flight Simulator)] -&gt; [logger]<\/p>\n\n\n\n<p>muleexam1Flow<br>[listener] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. Attribute DEST = SFO Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>b. Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>c. Variable DEST = LAX PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>d. PAYLOAD = {&#8220;flight&#8221;: &#8220;United&#8221;}<br>d<\/p>\n\n\n\n<p>Assume that a database table contains accountID column. This data is unique for every record. The MULE application used &#8216;On Table row&#8217; components to sync data from database table. What process to setup to make sure accountID is always unique?<\/p>\n\n\n\n<p>a. Save the accountId to Object Store<br>b. Set the watermark column to AccountID.<br>c. Enable automatic watermarking in Database select.<br>d. Save the Account Id from the set of recordIDs in an ObjectStore and reference this recordID in subsequent database requests.<br>b<\/p>\n\n\n\n<p>Refer to exhibit. A request was made using the url &#8220;http:\/\/localhost:8081\/greet?name=Max&#8221;. Which among the following are still accessible in logger processor of main flow?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>main<br>[listener] -&gt; [set variable (greetings)] -&gt; [listener (GET \/hello)] -&gt; [logger]<\/p>\n\n\n\n<p>helloFlow<br>[lister] -&gt; [set payload (&#8216;goodbye&#8217;)] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. payload<br>b. payload variables<br>c. payload variables name<br>d. payload name<br>b<\/p>\n\n\n\n<p>A value has been assigned to Set Variable. Under what scope does the value of assigned variable?<\/p>\n\n\n\n<p>a. Message<br>b. Payload<br>c. Attribute<br>d. Mule Event<br>d<\/p>\n\n\n\n<p>Why the http.port is being set as variable or configurable in anypoint exchange?<\/p>\n\n\n\n<p>a. So it can be Automatic reconfigured by the hosting server<br>b. For SLA PROXY consideration.<br>c. For the developer to easily reconfigure the port listener.<br>a<br>other ans: so it can be easily changed in case of port reallocation<\/p>\n\n\n\n<p>What is the correct way to fill in the Port value using config variable?<\/p>\n\n\n\n<p>a. ${http.port}<br>b. $(http.port)<br>c. &amp;(http.port)<br>d. $(http,port)<br>a<\/p>\n\n\n\n<p>Given the flow below. What is the expected payload at the logger?<br>Note: with flatten method<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>[listener]-&gt; [setpayload ({&#8220;Lunch&#8221;:&#8221;Adobo&#8221;,&#8221;Dinner&#8221;:&#8221;Kaldereta&#8221;})] -&gt;<br>[[scatter-gather]<br>-&gt; [set payload ({&#8220;FastFood&#8221;:&#8221;McDonalds&#8221;})]<br>-&gt; [set payload (payload&#8221;)]<br>-&gt; [logger]]<br>-&gt; [transform message (flatten)] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. [{&#8220;FastFood&#8221;: &#8220;Mcdonalds&#8221;}]<br>b. [{&#8220;FastFood&#8221;: &#8220;Mcdonalds&#8221;}, {&#8220;Lunch&#8221;: &#8220;Adobo&#8221;, &#8220;Dinner&#8221;: &#8220;Kaldereta&#8221;}]<br>c. [{&#8220;FastFood&#8221;: &#8220;Mcdonalds&#8221;}, {&#8220;Lunch&#8221;: &#8220;Adobo&#8221;, &#8220;Dinner&#8221;: &#8220;Kaldereta&#8221;}, {&#8220;Lunch&#8221;: &#8220;Adobo&#8221;, &#8220;Dinner&#8221;: &#8220;Kaldereta&#8221;}]<br>d. {&#8220;FastFood&#8221;: &#8220;Mcdonalds&#8221;}, {&#8220;Lunch&#8221;: &#8220;Adobo&#8221;, &#8220;Dinner&#8221;: &#8220;Kaldereta&#8221;}<br>c<\/p>\n\n\n\n<p>What is the final payload?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>[listener] -&gt;<br>[[scatter-gather]<br>-&gt; [set payload (Banana)]<br>-&gt; [set payload (Apple)]<br>-&gt; [set payload (Orange)]]<br>-&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><br><br>&lt;![(DATA{%dw 2.0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/xml<\/h2>\n\n\n\n<p>flights: payload}]&gt;<br><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. [&#8220;Banana&#8221;,&#8221;Apple&#8221;,&#8221;Orange&#8221;]<br>b. {[&#8220;Banana&#8221;,&#8221;Apple&#8221;,&#8221;Orange&#8221;]}<br>c. { 0: &#8220;Banana&#8221;, 1: &#8220;Apple&#8221;, 2: &#8220;Orange&#8221; }<br>d. { 0: { attributes: {\u2026} payload: &#8220;Banana&#8221; }, 1: { attributes: {\u2026} payload: &#8220;Apple&#8221; }, 2: { attributes: {\u2026}}<br>d<\/p>\n\n\n\n<p>Question: Consider the following flow, the payload satisfied both of the choice condition. Which logger(s) should be executed?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>[logger] -&gt; [set payload (ValidFlight)] -&gt;<br>[choice]<br>-&gt; ValidFlight [logger (First)]<br>-&gt; ValidFlight [logger (Second)]<br>-&gt; Default [logger (Default)]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. Second<br>b. First<br>c. Both logger<br>d. Default<br>b<\/p>\n\n\n\n<p>Refer to the exhibits. The main flow has an On Error Continue scope. In the Configuration global element, default error handler is set to globalErrorHandler.<br>A web client makes an HTTP GET request to the flow&#8217;s HTTP Listener. The Is Email validator then throws an error with message &#8220;Validate &#8211; Email Address Is Invalid&#8221;.<br>What response message is returned to the web client?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>errorhandling1<br>[listener] -&gt; [set payload (&#8220;Main Flow&#8221;)] -&gt; [APIKit] -&gt; [set payload (&#8220;Success &#8211; Stopped Main Flow&#8221;)]<\/p>\n\n\n\n<p>error handling<br><\/p>\n\n\n<p>[set payload (continue error &#8211; main flow)]<\/p>\n\n\n\n<p>globalerror_handler<br>on_error_continue<br><\/p>\n\n\n<p>[set payload (global error handler)]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. Continue Error &#8211; Main Flow<br>b. Success &#8211; Stopped Main Flow<br>c. Global Error Handler<br>d. Validate &#8211; Email Address Is Invalid.<br>a<\/p>\n\n\n\n<p>Refer to below scenario<br>Flow level &#8211; the Is True validator throws an VALIDATION:INVALID_BOOLEAN error The flow has an error propagate that catches a WSC:BAD_REQUEST error Application level &#8211; the globalError_handler catches errors with scope ANY<br>What is the final payload?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>getExample<br>[listener] -&gt; [Is True] -&gt; [set payload (Parent flow payload)] -&gt; [logger]<br>Error handling<br>On Error Propagate type: WSC:BAD_REQUEST<br><\/p>\n\n\n<p>[set payload (parentflow error propagate)]<\/p>\n\n\n\n<p>globalError_Handler<br>On Error Continue type: ANY<br><\/p>\n\n\n<p>[set payload (global &#8211; error continue)]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. Parent flow payload<br>b. parenflow error propagate<br>c. global &#8211; error continue<br>d. Mule&#8217;s VALIDATION:INVALID_BOOLEAN error message<br>d<\/p>\n\n\n\n<p>You have created a global error handle what should be done to set it as the application&#8217;s default error handler.<\/p>\n\n\n\n<p>a. Do nothing<br>b. Set it under the global property of config.yaml and tick the save button.<br>c. Set it under global configuration elements on global.xml<br>d. Set it on the global network of application default error handler.<br>c<\/p>\n\n\n\n<p>Try Processor in Main flow, error in Try Processor with error propagate. Main flow error handler has Error Continue.<br>Payload in main error handler<\/p>\n\n\n\n<p>Refer to exhibit. The flow below is trying to consume a SOAP WebService but after deploying the application an exception was thrown as seen in the console below.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>[listener (GET \/flights)] -&gt; [consume (listAllFlights)] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>What to do next to fix the problem?<\/p>\n\n\n\n<p>a. Set Request header content-type to application\/xml<br>b. Set the property required in Consume properties editor<br>c. Set a SOAP input by adding Transform Message processor<br>d. Set a JSON input by adding Transform Message processor<br>c<\/p>\n\n\n\n<p>The HTTP request finished with a 403 unsupported media response. What needs to be done to fix the issue?<\/p>\n\n\n\n<p>a. Change the uri parameter<br>b. change the query parameters and the response header<br>c. Change the request header type, change the response header type.<br>d. Change the request header type, change the response header type, Change the uri parameter<br>c<\/p>\n\n\n\n<p>A msql dependency was added in Mule Project, what is the minimum deployable archive setting for the application to run in cloud hub?<\/p>\n\n\n\n<p>a. (Y) Attach project sources (-) Only export project sources (Y) Include project modules and dependencies<br>b. (-) Attach project sources (-) Only export project sources (Y) Include project modules and dependencies<br>c. (Y) Attach project sources (-) Only export project sources (-) Include project modules and dependencies<br>b<\/p>\n\n\n\n<p>Given the following json input and xml output. What is the dataweave code that transform the json array to xml?<br><strong><em>JSON<\/em><\/strong><br>[{<br>&#8220;Airline&#8221;: &#8220;United&#8221;,<br>&#8220;Accommodation&#8221;:&#8221;Economy&#8221;<br>},<br>{<br>&#8220;Airline&#8221;: &#8220;American&#8221;,<br>&#8220;Accommodation&#8221;: &#8220;BusinessClass&#8221;<br>}]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong><em>XML<\/em><\/strong><br><br>United Economy American BusinessClass<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">a. %dw 2.0 output application\/xml<\/h2>\n\n\n\n<p>{(Flights: payload map(obj,idx) -&gt; {<br>Flight: {<br>Airline : obj.Airline,<br>Accomodation : obj.Accomodation<br>}<br>})}<\/p>\n\n\n\n<p>b. %dw 2.0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/xml<\/h2>\n\n\n\n<p>Flights: {(payload map(obj,idx) -&gt; {<br>Flight: payload<br>})}<\/p>\n\n\n\n<p>c. %dw 2.0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/xml<\/h2>\n\n\n\n<p>payload map(obj,idx) -&gt;<br>Flights: payload map(obj,idx) -&gt; {<br>Flight: {<br>Airline : obj.Airline,<br>Accomodation : obj.Accomodation<br>}<br>}<\/p>\n\n\n\n<p>d. %dw 2.0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/xml<\/h2>\n\n\n\n<p>Flights: {(payload map(obj,idx) -&gt; {<br>Flight: {<br>{ Airline : obj.Airline,<br>Accomodation : obj.Accomodation<br>}<br>})}<br>d<\/p>\n\n\n\n<p>Given the following flow and Transform Flight Type. How do the code in Lookup transform look likes if the LookupTransform output is &#8220;AMERICANAIRLINE&#8221;?<br>Below is Transform Flight Type code.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>%dw 2.0<br>output application\/java<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">fun name(FlightType:String) = upper(FlightType)<\/h2>\n\n\n\n<p>name(payload.FlightType)<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>lookup<br>[listener] -&gt; [logger] -&gt; [set payload ({&#8220;FlightType&#8221;:&#8221;americanairline&#8221;})] -&gt; [transform message (Lookup Transform)] -&gt; [logger]<\/p>\n\n\n\n<p>lookupflights<br><\/p>\n\n\n<p>[transform message (Transform FlightType)]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. lookup{&#8220;lookupflights&#8221;,(payload.FlightType)}<br>b. lookup(&#8220;lookupflights&#8221;,{payload.FlightType})<br>c. lookup(&#8220;lookupflights&#8221;,{FlightType:payload.FlightType})<br>d. &#8220;lookupflights&#8221;,{FlightType:FlightType})<br>c<\/p>\n\n\n\n<p>A web service implements an API to handle requests to http:\/\/flights.com\/flight?airline=&#8221;&#8221;.<br>A web client makes a request to this API implementation at http:\/\/flights.com\/flight?airline=&#8221;American&#8221;.<br>What is the correct DataWeave expression to retrieve the value American?<\/p>\n\n\n\n<p>a. #[attributes.queryparams.airline]<br>b. #[message.attributes.queryparams.airlines]<br>c. #[attributes.queryparam.&#8221;airline&#8221;]<br>d. #[message.inboundproperties.attributes.airline]<br>a<\/p>\n\n\n\n<p>What is the correct dataweave expression to set on choice so UnitedAirline will be selected?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>choice<br>[listener] -&gt; [set payload (UnitedAirline)] -&gt;<br>choice<br>-&gt; Expression?<br>-&gt; [Set Payload] -&gt; [Logger]<br>-&gt; Default<br>-&gt; [Set Payload]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. #[payload == &#8216;UnitedAirline&#8217;]<br>b. #[when payload == &#8216;UnitedAirline&#8217;]<br>c. payload == &#8216;UnitedAirline&#8217;<br>d. #[if payload == &#8216;UnitedAirline&#8217;]<br>a<\/p>\n\n\n\n<p>A developer is tasked to create a function named &#8220;doProcess&#8221; that accepts a string and a number as its parameters in the same order. How should the developer declare this function in a DWL file?<\/p>\n\n\n\n<p>a. fun doProcess( data:String, num:Number ) = \/do Something\/<br>b. var doProcess( data:String, num:Number ) = \/do Something\/<br>a<\/p>\n\n\n\n<p>Which of the following is the correct way of declaring a local variable?<\/p>\n\n\n\n<p>a. var fullname = payload.firstname ++ &#8221; &#8221; ++ payload.lastname<br>b. fullname using (payload.firstname ++ &#8221; &#8221; ++ payload.lastname)<br>c. using (fullname = payload.firstname ++ &#8221; &#8221; ++ payload.lastname)<br>d. using (fullname -&gt; payload.firstname ++ &#8221; &#8221; ++ payload.lastname)<br>a<\/p>\n\n\n\n<p>How do you use the capitalize function?<\/p>\n\n\n\n<p>a. import capitalize from dw::core::Strings<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/json<\/h2>\n\n\n\n<p>{<br>full_name: capitalize(&#8220;Juan Dela Cruz&#8221;)<br>}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">b. output application\/json<\/h2>\n\n\n\n<p>{<br>full_name: capitalize(&#8220;Juan Dela Cruz&#8221;)<br>}<\/p>\n\n\n\n<p>c. import capitalize from dw:core:Strings<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">output application\/json<\/h2>\n\n\n\n<p>{<br>full_name: capitalize(&#8220;Juan Dela Cruz&#8221;)<br>}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">d. output application\/json<\/h2>\n\n\n\n<p>import capitalize from dw::core::Strings<br>{<br>full_name: capitalize(&#8220;Juan Dela Cruz&#8221;)<br>}<br>a<\/p>\n\n\n\n<p>What is the output of Map?<br>a.Array<br>b.Object<br>c.Map<br>d.String<br>a<\/p>\n\n\n\n<p>A mule application has a scatter-gather component that has 3 events. The first event completed in 10 secs, 2 nd event in 15 secs and 3 rd event in 20 secs. How long it takes to complete the processing of 3 events and before processing the next component?<\/p>\n\n\n\n<p>a. 55 seconds<br>b. 20 seconds<br>c. 15 seconds<br>d. 10 seconds<br>b<\/p>\n\n\n\n<p>Refer to exhibit. What will be the value of payload in the logger?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>[listener (GET \/for)] -&gt; [set payload ([1,2,3])] -&gt; [FOR EACH set payload (payload + 1)] -&gt; [logger]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>a. 9<br>b. Unreachable. Error: Cannot coerce Array to Number inside For Each scope<br>c. 4<br>d. [1, 2, 3]<br>d<\/p>\n\n\n\n<p>Which among the following is true about the relationship of Batch Job and For Each?<\/p>\n\n\n\n<p>a. For Each: Multi Threaded, Batch Job: Multi Threaded<br>b. For Each: Multi Threaded, Batch Job: Single Threaded<br>c. For Each: Single Threaded, Batch Job: Multi Threaded<br>d. For Each: Single Threaded, Batch Job: Single Threaded<br>c<\/p>\n\n\n\n<p>By default, what happens to a file after an FTP File Read operation is done?<\/p>\n\n\n\n<p>a. Stays\/Nothing\/No action<br>b. Deleted<br>c. Renamed<br>d. Moved<br>a<\/p>\n\n\n\n<p>Assume that you are given a JSON input:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>{<br>&#8220;firstname&#8221;: &#8220;Antonio&#8221;,<br>&#8220;lastname&#8221;: &#8220;Banderas&#8221;<br>}<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>on a file writer component. This file writer will write on a CSV file. What do you expect to see on the CSV file?<\/p>\n\n\n\n<p>a.<br>{&#8220;firstname&#8221;: &#8220;Antonio&#8221; | &#8220;lastname&#8221;: &#8220;Banderas&#8221;}<\/p>\n\n\n\n<p>b.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>| { |<br>| &#8220;firstname&#8221;: &#8220;Antonio&#8221;, |<br>| &#8220;lastname&#8221;: &#8220;Banderas&#8221; |<br>| } |<br>|<strong><em><strong><em>___________________________<\/em><\/strong><\/em><\/strong>|<\/p>\n\n\n\n<p>c.<br>{<br>&#8220;firstname&#8221;: &#8220;Antonio&#8221;,<br>&#8220;lastname&#8221;: &#8220;Banderas&#8221;<br>}<\/p>\n\n\n\n<p>d. { (Fistname : Antonio , lastname : Banderas) }<\/p>\n\n\n\n<p>e. NOne of the above<br>a<\/p>\n\n\n\n<p>Assume that after doing a database select using a select processor, you have a transformer to process its output. If the select statement did not return any row<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>what should you expect in the payload?<\/li>\n<\/ul>\n\n\n\n<p>a.[]<br>b.Empty<br>c. Null<br>d. &#8220;&#8221;<br>c<\/p>\n\n\n\n<p>A mule flow has 2 database select statement, which variable do you store the result of the first select statement so it can be used even after the execution of the second select statement.<\/p>\n\n\n\n<p>a. Variable<br>b. Target<br>c. Session<br>d. Payload<br>b<\/p>\n\n\n\n<p>How do you persist a data such that it will be available across flowS?<\/p>\n\n\n\n<p>a. Object store in Key\/Value pair<br>b. Session<br>c. Mules Properties<br>d. Payload<br>a<\/p>\n\n\n\n<p>A database select statement result was assigned to variable Pload. How do you retrieve the database response in the succeeding flow?<\/p>\n\n\n\n<p>a.#[vars.Pload]<br>b.#[payload.Pload]<br>c.#[message.varS.Pload]<br>d.#[attribute.vars.pload]<br>a<\/p>\n\n\n\n<p>What is the nature of output if the Transform component is set as application\/java?<\/p>\n\n\n\n<p>a.Object<br>b.Array<br>c.Map<br>d.JSON<br>a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MuleSoft Certification Exam V3 (Latest 2024\/ 2025 Update) Practice Questions and Verified Answers |100% Correct| Grade A MuleSoft Certification Exam V3 (Latest2024\/ 2025 Update) Practice Questions andVerified Answers |100% Correct| Grade AQ: What is the correct way to start a Modern API according to Mulesoft?a. Design the specs to secure the APIb. Gather requirements and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-131912","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131912","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=131912"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131912\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=131912"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=131912"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=131912"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}