{"id":50874,"date":"2023-02-15T02:22:38","date_gmt":"2023-02-15T02:22:38","guid":{"rendered":"https:\/\/www.dumpsbase.com\/freedumps\/?p=50874"},"modified":"2023-02-15T02:22:45","modified_gmt":"2023-02-15T02:22:45","slug":"mulesoft-mcia-level-1-dumps-v13-02-make-mulesoft-certified-integration-architect-level-1-exam-preparation-well","status":"publish","type":"post","link":"https:\/\/www.dumpsbase.com\/freedumps\/mulesoft-mcia-level-1-dumps-v13-02-make-mulesoft-certified-integration-architect-level-1-exam-preparation-well.html","title":{"rendered":"MuleSoft MCIA-Level 1 Dumps (V13.02) &#8211; Make MuleSoft Certified Integration Architect &#8211; Level 1 Exam Preparation Well"},"content":{"rendered":"\n<p>Success in MuleSoft Certified Integration Architect &#8211; Level 1 certification exam can be guaranteed by DumpsBase. The MCIA-Level 1 dumps V13.02 is available at DumpsBase, we have updated the MCIA-Level 1 dumps questions with precise answers for learning. DumpsBase only offers the relevant information for the MCIA-Level 1 exam preparation. DumpsBase makes your preparation easier with these MuleSoft MCIA-Level 1 practice questions and answers that are enough for your success in the MuleSoft Certified Integration Architect &#8211; Level 1 exam on your earliest try.<\/p>\n<h2>Check MuleSoft <em><span style=\"background-color: #99cc00;\">MCIA-Level 1 Free Dumps Demo<\/span><\/em> First<\/h2>\n<script>\n\t  window.fbAsyncInit = function() {\n\t    FB.init({\n\t      appId            : '622169541470367',\n\t      autoLogAppEvents : true,\n\t      xfbml            : true,\n\t      version          : 'v3.1'\n\t    });\n\t  };\n\t\n\t  (function(d, s, id){\n\t     var js, fjs = d.getElementsByTagName(s)[0];\n\t     if (d.getElementById(id)) {return;}\n\t     js = d.createElement(s); js.id = id;\n\t     js.src = \"https:\/\/connect.facebook.net\/en_US\/sdk.js\";\n\t     fjs.parentNode.insertBefore(js, fjs);\n\t   }(document, 'script', 'facebook-jssdk'));\n\t<\/script><script type=\"text\/javascript\" >\ndocument.addEventListener(\"DOMContentLoaded\", function(event) { \nif(!window.jQuery) alert(\"The important jQuery library is not properly loaded in your site. Your WordPress theme is probably missing the essential wp_head() call. You can switch to another theme and you will see that the plugin works fine and this notice disappears. If you are still not sure what to do you can contact us for help.\");\n});\n<\/script>  \n  \n<div  id=\"watupro_quiz\" class=\"quiz-area single-page-quiz\">\n<p id=\"submittingExam6989\" style=\"display:none;text-align:center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/img\/loading.gif\" width=\"16\" height=\"16\"><\/p>\n\n<div class=\"watupro-exam-description\" id=\"description-quiz-6989\"><\/div>\n\n<form action=\"\" method=\"post\" class=\"quiz-form\" id=\"quiz-6989\"  enctype=\"multipart\/form-data\" >\n<div class='watu-question ' id='question-1' style=';'><div id='questionWrap-1'  class='   watupro-question-id-251696'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>1. <\/span>An external web UI application currently accepts occasional HTTP requests from client web browsers to change (insert, update, or delete) inventory pricing information in an inventory system's database. Each inventory pricing change must be transformed and then synchronized with multiple customer experience systems in near real-time (in under 10 seconds). New customer experience systems are expected to be added in the future. <br \/>\r<br>The database is used heavily and limits the number of SELECT queries that can be made to the database to 10 requests per hour per user. <br \/>\r<br>What is the most scalable, idiomatic (used for its intended purpose), decoupled. reusable, and maintainable integration mechanism available to synchronize each inventory pricing change with the various customer experience systems in near real-time?<\/div><input type='hidden' name='question_id[]' id='qID_1' value='251696' \/><input type='hidden' id='answerType251696' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251696[]' id='answer-id-996420' class='answer   answerof-251696 ' value='996420'   \/><label for='answer-id-996420' id='answer-label-996420' class=' answer'><span>Write a Mule application with a Database On Table Row event source configured for the inventory pricing database, with the watermark attribute set to an appropriate database column \r\nIn the same now, use a Scatter-Gather to call each customer experience system's REST API with transformed inventory-pricing records<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251696[]' id='answer-id-996421' class='answer   answerof-251696 ' value='996421'   \/><label for='answer-id-996421' id='answer-label-996421' class=' answer'><span>Add a trigger to the inventory-pricing database table so that for each change to the inventory pricing database, a stored procedure is called that makes a REST call to a Mule application \r\nWrite the Mule application to publish each Mule event as a message to an Anypoint MQ exchange \r\nWrite other Mule applications to subscribe to the Anypoint MQ exchange, transform each received message, and then update the Mule application's corresponding customer experience system(s)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251696[]' id='answer-id-996422' class='answer   answerof-251696 ' value='996422'   \/><label for='answer-id-996422' id='answer-label-996422' class=' answer'><span>Replace the external web UI application with a Mule application to accept HTTP requests from client web browsers \r\nIn the same Mule application, use a Batch Job scope to test if the database request will succeed, aggregate pricing changes within a short time window, and then update both the inventory pricing database and each customer experience system using a Parallel For Each scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251696[]' id='answer-id-996423' class='answer   answerof-251696 ' value='996423'   \/><label for='answer-id-996423' id='answer-label-996423' class=' answer'><span>Write a Mule application with a Database On Table Row event source configured for the inventory pricing database, with the ID attribute set to an appropriate database column \r\nIn the same flow, use a Batch Job scope to publish transformed Inventory-pricing records to an Anypoint MQ queue \r\nWrite other Mule applications to subscribe to the Anypoint MQ queue, transform each received message, and then update the Mule application's corresponding customer experience system(s)<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-2' style=';'><div id='questionWrap-2'  class='   watupro-question-id-251697'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>2. <\/span>An ABC Farms project team is planning to build a new API that is required to work with data from different domains across the organization. <br \/>\r<br>The organization has a policy that all project teams should leverage existing investments by reusing existing APIs and related resources and documentation that other project teams have already developed and deployed. <br \/>\r<br>To support reuse, where on Anypoint Platform should the project team go to discover and read existing APIs, discover related resources and documentation, and interact with mocked versions of those APIs?<\/div><input type='hidden' name='question_id[]' id='qID_2' value='251697' \/><input type='hidden' id='answerType251697' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251697[]' id='answer-id-996424' class='answer   answerof-251697 ' value='996424'   \/><label for='answer-id-996424' id='answer-label-996424' class=' answer'><span>Design Center<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251697[]' id='answer-id-996425' class='answer   answerof-251697 ' value='996425'   \/><label for='answer-id-996425' id='answer-label-996425' class=' answer'><span>API Manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251697[]' id='answer-id-996426' class='answer   answerof-251697 ' value='996426'   \/><label for='answer-id-996426' id='answer-label-996426' class=' answer'><span>Runtime Manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251697[]' id='answer-id-996427' class='answer   answerof-251697 ' value='996427'   \/><label for='answer-id-996427' id='answer-label-996427' class=' answer'><span>Anypoint Exchange<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-3' style=';'><div id='questionWrap-3'  class='   watupro-question-id-251698'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>3. <\/span>What Mule application can have API policies applied by Anypoint Platform to the endpoint exposed by that Mule application?<\/div><input type='hidden' name='question_id[]' id='qID_3' value='251698' \/><input type='hidden' id='answerType251698' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251698[]' id='answer-id-996428' class='answer   answerof-251698 ' value='996428'   \/><label for='answer-id-996428' id='answer-label-996428' class=' answer'><span>A Mule application that accepts requests over HTTP\/1x<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251698[]' id='answer-id-996429' class='answer   answerof-251698 ' value='996429'   \/><label for='answer-id-996429' id='answer-label-996429' class=' answer'><span>A Mule application that accepts JSON requests over TCP but is NOT required to provide a response.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251698[]' id='answer-id-996430' class='answer   answerof-251698 ' value='996430'   \/><label for='answer-id-996430' id='answer-label-996430' class=' answer'><span>A Mule application that accepts JSON requests over WebSocket<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251698[]' id='answer-id-996431' class='answer   answerof-251698 ' value='996431'   \/><label for='answer-id-996431' id='answer-label-996431' class=' answer'><span>A Mule application that accepts gRPC requests over HTTP\/2<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-4' style=';'><div id='questionWrap-4'  class='   watupro-question-id-251699'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>4. <\/span>An integration Mute application consumes and processes a list of rows from a CSV file. Each row must be read from the CSV file, validated, and the row data sent to a JMS queue, in the exact order as in the CSV file. <br \/>\r<br>If any processing step for a row falls, then a log entry must be written for that row, but processing of other rows must not be affected. <br \/>\r<br>What combination of Mute components is most idiomatic (used according to their intended purpose) when Implementing the above requirements?<\/div><input type='hidden' name='question_id[]' id='qID_4' value='251699' \/><input type='hidden' id='answerType251699' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251699[]' id='answer-id-996432' class='answer   answerof-251699 ' value='996432'   \/><label for='answer-id-996432' id='answer-label-996432' class=' answer'><span>Scatter-Gather component On Error Continue scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251699[]' id='answer-id-996433' class='answer   answerof-251699 ' value='996433'   \/><label for='answer-id-996433' id='answer-label-996433' class=' answer'><span>VM connector first Successful scope On Error Propagate scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251699[]' id='answer-id-996434' class='answer   answerof-251699 ' value='996434'   \/><label for='answer-id-996434' id='answer-label-996434' class=' answer'><span>For Each scope On Error Continue scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251699[]' id='answer-id-996435' class='answer   answerof-251699 ' value='996435'   \/><label for='answer-id-996435' id='answer-label-996435' class=' answer'><span>Async scope On Error Propagate scope<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-5' style=';'><div id='questionWrap-5'  class='   watupro-question-id-251700'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>5. <\/span>A Mule application is synchronizing customer data between two different database systems. <br \/>\r<br>What is the main benefit of using eXtended Architecture (XA) transactions over local transactions to synchronize these two different database systems?<\/div><input type='hidden' name='question_id[]' id='qID_5' value='251700' \/><input type='hidden' id='answerType251700' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251700[]' id='answer-id-996436' class='answer   answerof-251700 ' value='996436'   \/><label for='answer-id-996436' id='answer-label-996436' class=' answer'><span>An XA transaction synchronizes the database systems with the least amount of Mule configuration or coding<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251700[]' id='answer-id-996437' class='answer   answerof-251700 ' value='996437'   \/><label for='answer-id-996437' id='answer-label-996437' class=' answer'><span>An XA transaction handles the largest number of requests in the shortest time<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251700[]' id='answer-id-996438' class='answer   answerof-251700 ' value='996438'   \/><label for='answer-id-996438' id='answer-label-996438' class=' answer'><span>An XA transaction automatically rolls back operations against both database systems if any operation falls<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251700[]' id='answer-id-996439' class='answer   answerof-251700 ' value='996439'   \/><label for='answer-id-996439' id='answer-label-996439' class=' answer'><span>An XA transaction writes to both database systems as fast as possible<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-6' style=';'><div id='questionWrap-6'  class='   watupro-question-id-251701'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>6. <\/span>What is a key difference between synchronous and asynchronous logging from Mule applications?<\/div><input type='hidden' name='question_id[]' id='qID_6' value='251701' \/><input type='hidden' id='answerType251701' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251701[]' id='answer-id-996440' class='answer   answerof-251701 ' value='996440'   \/><label for='answer-id-996440' id='answer-label-996440' class=' answer'><span>Synchronous logging writes log messages in a single logging thread but does not block the Mule event being processed by the next event processor<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251701[]' id='answer-id-996441' class='answer   answerof-251701 ' value='996441'   \/><label for='answer-id-996441' id='answer-label-996441' class=' answer'><span>Asynchronous logging can improve Mule event processing throughput while also reducing the processing time for each Mule event<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251701[]' id='answer-id-996442' class='answer   answerof-251701 ' value='996442'   \/><label for='answer-id-996442' id='answer-label-996442' class=' answer'><span>Asynchronous logging produces more reliable audit trails with more accurate timestamps<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251701[]' id='answer-id-996443' class='answer   answerof-251701 ' value='996443'   \/><label for='answer-id-996443' id='answer-label-996443' class=' answer'><span>Synchronous logging within an ongoing transaction writes log messages in the same thread that processes the current Mule event<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-7' style=';'><div id='questionWrap-7'  class='   watupro-question-id-251702'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>7. <\/span>An API implementation is being developed to expose data from a production database via HTTP requests. The API implementation executes a database SELECT statement that is dynamically created based upon data received from each incoming HTTP request. The developers are planning to use various types of testing to make sure the Mule application works as expected, can handle specific workloads, and behaves correctly from an API consumer perspective. <br \/>\r<br>What type of testing would typically mock the results from each SELECT statement rather than actually execute it in the production database?<\/div><input type='hidden' name='question_id[]' id='qID_7' value='251702' \/><input type='hidden' id='answerType251702' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251702[]' id='answer-id-996444' class='answer   answerof-251702 ' value='996444'   \/><label for='answer-id-996444' id='answer-label-996444' class=' answer'><span>Unit testing (white box)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251702[]' id='answer-id-996445' class='answer   answerof-251702 ' value='996445'   \/><label for='answer-id-996445' id='answer-label-996445' class=' answer'><span>Integration testing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251702[]' id='answer-id-996446' class='answer   answerof-251702 ' value='996446'   \/><label for='answer-id-996446' id='answer-label-996446' class=' answer'><span>Functional testing (black box)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251702[]' id='answer-id-996447' class='answer   answerof-251702 ' value='996447'   \/><label for='answer-id-996447' id='answer-label-996447' class=' answer'><span>Performance testing<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-8' style=';'><div id='questionWrap-8'  class='   watupro-question-id-251703'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>8. <\/span>A finance giant is planning to migrate all its Mule applications to Runtime fabric (RTF). <br \/>\r<br>Currently all Mule applications are deployed cloud hub using automated CI\/CD scripts. <br \/>\r<br>As an integration architect, which of the below step would you suggest to ensure that the applications from cloudhub are migrated properly to Runtime Fabric (RTF) with an assumption that organization is keen on keeping the same deployment strategy?<\/div><input type='hidden' name='question_id[]' id='qID_8' value='251703' \/><input type='hidden' id='answerType251703' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996448' class='answer   answerof-251703 ' value='996448'   \/><label for='answer-id-996448' id='answer-label-996448' class=' answer'><span>No changes need to be made to PO<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996449' class='answer   answerof-251703 ' value='996449'   \/><label for='answer-id-996449' id='answer-label-996449' class=' answer'><span>xml file and CI\/CD script should be modified as per the RTF configurations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996450' class='answer   answerof-251703 ' value='996450'   \/><label for='answer-id-996450' id='answer-label-996450' class=' answer'><span>runtimeFabric dependency should be added as a mule plug-in to PO<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996451' class='answer   answerof-251703 ' value='996451'   \/><label for='answer-id-996451' id='answer-label-996451' class=' answer'><span>xml file and CI\/CD script should be modified as per the RTF configurations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996452' class='answer   answerof-251703 ' value='996452'   \/><label for='answer-id-996452' id='answer-label-996452' class=' answer'><span>runtimeFabric deployment should be added to PO<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996453' class='answer   answerof-251703 ' value='996453'   \/><label for='answer-id-996453' id='answer-label-996453' class=' answer'><span>xml file in all \r\nthe mule applications and CI\/CD script should be modified as per the RTF configurations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251703[]' id='answer-id-996454' class='answer   answerof-251703 ' value='996454'   \/><label for='answer-id-996454' id='answer-label-996454' class=' answer'><span>runtimeFabric profile should be added mule configuration files in the mule applications and CI\/CD script should be modified as per the RTF configurations<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-9' style=';'><div id='questionWrap-9'  class='   watupro-question-id-251704'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>9. <\/span>An external REST client periodically sends an array of records in a single POST request to a Mule application API endpoint. <br \/>\r<br>The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received in the array <br \/>\r<br>Record processing will take place inside a router or scope that calls a child flow. The child flow has its own error handling defined. Any validation or communication failures should not prevent further processing of the remaining records. <br \/>\r<br>To best address these requirements what is the most idiomatic (used for it intended purpose) router or scope to used in the parent flow, and what type of error handler should be used in the child flow?<\/div><input type='hidden' name='question_id[]' id='qID_9' value='251704' \/><input type='hidden' id='answerType251704' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251704[]' id='answer-id-996455' class='answer   answerof-251704 ' value='996455'   \/><label for='answer-id-996455' id='answer-label-996455' class=' answer'><span>First Successful router in the parent flow \r\nOn Error Continue error handler in the child flow<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251704[]' id='answer-id-996456' class='answer   answerof-251704 ' value='996456'   \/><label for='answer-id-996456' id='answer-label-996456' class=' answer'><span>For Each scope in the parent flow \r\nOn Error Continue error handler in the child flow<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251704[]' id='answer-id-996457' class='answer   answerof-251704 ' value='996457'   \/><label for='answer-id-996457' id='answer-label-996457' class=' answer'><span>Parallel For Each scope in the parent flow \r\nOn Error Propagate error handler in the child flow<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251704[]' id='answer-id-996458' class='answer   answerof-251704 ' value='996458'   \/><label for='answer-id-996458' id='answer-label-996458' class=' answer'><span>Until Successful router in the parent flow \r\nOn Error Propagate error handler in the child flow<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-10' style=';'><div id='questionWrap-10'  class='   watupro-question-id-251705'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>10. <\/span>An API implementation is being designed that must invoke an Order API which is known to repeatedly experience downtime. For this reason a fallback API is to be called when the Order API is unavailable. <br \/>\r<br>What approach to designing invocation of the fallback API provides the best resilience?<\/div><input type='hidden' name='question_id[]' id='qID_10' value='251705' \/><input type='hidden' id='answerType251705' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251705[]' id='answer-id-996459' class='answer   answerof-251705 ' value='996459'   \/><label for='answer-id-996459' id='answer-label-996459' class=' answer'><span>Redirect client requests through an HTTP 303 temporary redirect status code to the fallback API whenever the Order API is unavailable<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251705[]' id='answer-id-996460' class='answer   answerof-251705 ' value='996460'   \/><label for='answer-id-996460' id='answer-label-996460' class=' answer'><span>Set an option in the HTTP Requester component that invokes the order API to instead invoke a fallback API whenever an HTTP 4XX or 5XX response status code is received from Order API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251705[]' id='answer-id-996461' class='answer   answerof-251705 ' value='996461'   \/><label for='answer-id-996461' id='answer-label-996461' class=' answer'><span>Create a separate entry for the order API in API manager and then invoke this API as a fallback API if the primary Order API is unavailable<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251705[]' id='answer-id-996462' class='answer   answerof-251705 ' value='996462'   \/><label for='answer-id-996462' id='answer-label-996462' class=' answer'><span>Search Anypoint Exchange for a suitable existing fallback API and them implement invocations to their fallback API in addition to the Order API<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-11' style=';'><div id='questionWrap-11'  class='   watupro-question-id-251706'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>11. <\/span>An insurance company is using a CIoudHub runtime plane. As a part of requirement, email alert should <br \/>\r<br>be sent to internal operations team every time of policy applied to an API instance is deleted As an integration architect suggest on how this requirement be met?<\/div><input type='hidden' name='question_id[]' id='qID_11' value='251706' \/><input type='hidden' id='answerType251706' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251706[]' id='answer-id-996463' class='answer   answerof-251706 ' value='996463'   \/><label for='answer-id-996463' id='answer-label-996463' class=' answer'><span>Use audit logs in Anypoint platform to detect a policy deletion and configure the Audit logs alert feature to send an email to the operations team<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251706[]' id='answer-id-996464' class='answer   answerof-251706 ' value='996464'   \/><label for='answer-id-996464' id='answer-label-996464' class=' answer'><span>Use Anypoint monitoring to configure an alert that sends an email to the operations team every time a policy is deleted in API manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251706[]' id='answer-id-996465' class='answer   answerof-251706 ' value='996465'   \/><label for='answer-id-996465' id='answer-label-996465' class=' answer'><span>Create a custom connector to be triggered every time of policy is deleted in API manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251706[]' id='answer-id-996466' class='answer   answerof-251706 ' value='996466'   \/><label for='answer-id-996466' id='answer-label-996466' class=' answer'><span>Implement a new application that uses the Audit log REST API to \r\ndetect the policy deletion and send an email to operations team the SMTP connector<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-12' style=';'><div id='questionWrap-12'  class='   watupro-question-id-251707'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>12. <\/span>In a Mule Application, a flow contains two (2) JMS consume operations that are used to connect to a JMS broker and consume messages from two (2) JMS destination. The Mule application then joins the two JMS messages together. <br \/>\r<br>The JMS broker does not implement high availability (HA) and periodically experiences scheduled outages of upto 10 mins for routine maintenance. <br \/>\r<br>What is the most idiomatic (used for its intented purpose) way to build the mule flow so it can best recover from the expected outages?<\/div><input type='hidden' name='question_id[]' id='qID_12' value='251707' \/><input type='hidden' id='answerType251707' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251707[]' id='answer-id-996467' class='answer   answerof-251707 ' value='996467'   \/><label for='answer-id-996467' id='answer-label-996467' class=' answer'><span>Configure a reconnection strategy for the JMS connector<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251707[]' id='answer-id-996468' class='answer   answerof-251707 ' value='996468'   \/><label for='answer-id-996468' id='answer-label-996468' class=' answer'><span>Enclose the two (2) JMS operation in an Until Successful scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251707[]' id='answer-id-996469' class='answer   answerof-251707 ' value='996469'   \/><label for='answer-id-996469' id='answer-label-996469' class=' answer'><span>Consider a transaction for the JMS connector<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251707[]' id='answer-id-996470' class='answer   answerof-251707 ' value='996470'   \/><label for='answer-id-996470' id='answer-label-996470' class=' answer'><span>Enclose the two (2) JMS operations in a Try scope with an Error Continue error handler<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-13' style=';'><div id='questionWrap-13'  class='   watupro-question-id-251708'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>13. <\/span>An airline is architecting an API connectivity project to integrate its flight data into an online aggregation website. The interface must allow for secure communication high-performance and asynchronous message exchange. <br \/>\r<br>What are suitable interface technologies for this integration assuming that Mulesoft fully supports these technologies and that Anypoint connectors exist for these interfaces?<\/div><input type='hidden' name='question_id[]' id='qID_13' value='251708' \/><input type='hidden' id='answerType251708' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251708[]' id='answer-id-996471' class='answer   answerof-251708 ' value='996471'   \/><label for='answer-id-996471' id='answer-label-996471' class=' answer'><span>AsyncAPI over HTTPS \r\nAMQP with RabbitMQ JSON\/REST over HTTPS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251708[]' id='answer-id-996472' class='answer   answerof-251708 ' value='996472'   \/><label for='answer-id-996472' id='answer-label-996472' class=' answer'><span>XML over ActiveMQ XML over SFTP XML\/REST over HTTPS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251708[]' id='answer-id-996473' class='answer   answerof-251708 ' value='996473'   \/><label for='answer-id-996473' id='answer-label-996473' class=' answer'><span>CSV over FTP YAM L over TLS JSON over HTTPS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251708[]' id='answer-id-996474' class='answer   answerof-251708 ' value='996474'   \/><label for='answer-id-996474' id='answer-label-996474' class=' answer'><span>SOAP over HTTPS HOP over TLS gRPC over HTTPS<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-14' style=';'><div id='questionWrap-14'  class='   watupro-question-id-251709'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>14. <\/span>An API client is implemented as a Mule application that includes an HTTP Request operation using a default configuration. The HTTP Request operation invokes an external API that follows standard HTTP status code conventions, which causes the HTTP Request operation to return a 4xx status code. <br \/>\r<br>What is a possible cause of this status code response?<\/div><input type='hidden' name='question_id[]' id='qID_14' value='251709' \/><input type='hidden' id='answerType251709' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251709[]' id='answer-id-996475' class='answer   answerof-251709 ' value='996475'   \/><label for='answer-id-996475' id='answer-label-996475' class=' answer'><span>An error occurred inside the external API implementation when processing the HTTP request that was received from the outbound HTTP Request operation of the Mule application<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251709[]' id='answer-id-996476' class='answer   answerof-251709 ' value='996476'   \/><label for='answer-id-996476' id='answer-label-996476' class=' answer'><span>The external API reported that the API implementation has moved to a different external endpoint<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251709[]' id='answer-id-996477' class='answer   answerof-251709 ' value='996477'   \/><label for='answer-id-996477' id='answer-label-996477' class=' answer'><span>The HTTP response cannot be interpreted by the HTTP Request operation of the Mule application after it was received from the external API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251709[]' id='answer-id-996478' class='answer   answerof-251709 ' value='996478'   \/><label for='answer-id-996478' id='answer-label-996478' class=' answer'><span>The external API reported an error with the HTTP request that was received from the outbound HTTP Request operation of the Mule application<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-15' style=';'><div id='questionWrap-15'  class='   watupro-question-id-251710'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>15. <\/span>A system API EmployeeSAPI is used to fetch employee's data from an underlying SQL database. <br \/>\r<br>The architect must design a caching strategy to query the database only when there is an update to the employees stable or else return a cached response in order to minimize the number of redundant transactions being handled by the database. <br \/>\r<br>What must the architect do to achieve the caching objective?<\/div><input type='hidden' name='question_id[]' id='qID_15' value='251710' \/><input type='hidden' id='answerType251710' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251710[]' id='answer-id-996479' class='answer   answerof-251710 ' value='996479'   \/><label for='answer-id-996479' id='answer-label-996479' class=' answer'><span>Use an On Table Row on employees table and call invalidate cache Use an object store caching strategy and expiration interval to empty<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251710[]' id='answer-id-996480' class='answer   answerof-251710 ' value='996480'   \/><label for='answer-id-996480' id='answer-label-996480' class=' answer'><span>Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and expiration interval to empty<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251710[]' id='answer-id-996481' class='answer   answerof-251710 ' value='996481'   \/><label for='answer-id-996481' id='answer-label-996481' class=' answer'><span>Use a Scheduler with a fixed frequency every hour triggering an invalidate cache flow Use an object store caching strategy and set expiration interval to 1-hour<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251710[]' id='answer-id-996482' class='answer   answerof-251710 ' value='996482'   \/><label for='answer-id-996482' id='answer-label-996482' class=' answer'><span>Use an on table rule on employees table call invalidate cache and said new employees data to cache \r\nUse an object store caching strategy and set expiration interval to 1-hour<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-16' style=';'><div id='questionWrap-16'  class='   watupro-question-id-251711'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>16. <\/span>Which of the below requirements prevent the usage of Anypoint MQ in a company's network? (Choose two answers)<\/div><input type='hidden' name='question_id[]' id='qID_16' value='251711' \/><input type='hidden' id='answerType251711' value='checkbox'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-251711[]' id='answer-id-996483' class='answer   answerof-251711 ' value='996483'   \/><label for='answer-id-996483' id='answer-label-996483' class=' answer'><span>single message payload can be up to 15 MB<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-251711[]' id='answer-id-996484' class='answer   answerof-251711 ' value='996484'   \/><label for='answer-id-996484' id='answer-label-996484' class=' answer'><span>payloads must be encrypted<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-251711[]' id='answer-id-996485' class='answer   answerof-251711 ' value='996485'   \/><label for='answer-id-996485' id='answer-label-996485' class=' answer'><span>the message broker must be hosted on premises<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-251711[]' id='answer-id-996486' class='answer   answerof-251711 ' value='996486'   \/><label for='answer-id-996486' id='answer-label-996486' class=' answer'><span>support for point-to-point messaging<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-251711[]' id='answer-id-996487' class='answer   answerof-251711 ' value='996487'   \/><label for='answer-id-996487' id='answer-label-996487' class=' answer'><span>ability for a third party outside the company's network to consume events from the queue<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-17' style=';'><div id='questionWrap-17'  class='   watupro-question-id-251712'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>17. <\/span>An organization has implemented the cluster with two customer hosted Mule runtimes is hosting an application. <br \/>\r<br>This application has a flow with a JMS listener configured to consume messages from a queue destination. As an integration architect can you advise which JMS listener configuration must be used to receive messages in all the nodes of the cluster?<\/div><input type='hidden' name='question_id[]' id='qID_17' value='251712' \/><input type='hidden' id='answerType251712' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251712[]' id='answer-id-996488' class='answer   answerof-251712 ' value='996488'   \/><label for='answer-id-996488' id='answer-label-996488' class=' answer'><span>Use the parameter primaryNodeOnly= &quot;false&quot; on the JMS listener<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251712[]' id='answer-id-996489' class='answer   answerof-251712 ' value='996489'   \/><label for='answer-id-996489' id='answer-label-996489' class=' answer'><span>Use the parameter primaryNodeOnly= &quot;false&quot; on the JMS listener with a shared subscription<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251712[]' id='answer-id-996490' class='answer   answerof-251712 ' value='996490'   \/><label for='answer-id-996490' id='answer-label-996490' class=' answer'><span>Use the parameter primaryNodeOnly= &quot;true&quot; on the JMS listener with a non-shared subscription<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251712[]' id='answer-id-996491' class='answer   answerof-251712 ' value='996491'   \/><label for='answer-id-996491' id='answer-label-996491' class=' answer'><span>Use the parameter primaryNodeOnly= &quot;true&quot; on the JMS listener<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-18' style=';'><div id='questionWrap-18'  class='   watupro-question-id-251713'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>18. <\/span>A project team is working on an API implementation using the RAML definition as a starting point. The team has updated the definition to include new operations and has published a new version to exchange. Meanwhile another team is working on a mule application consuming the same API implementation. <br \/>\r<br>During the development what has to be performed by the mule application team to take advantage of the newly added operations?<\/div><input type='hidden' name='question_id[]' id='qID_18' value='251713' \/><input type='hidden' id='answerType251713' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251713[]' id='answer-id-996492' class='answer   answerof-251713 ' value='996492'   \/><label for='answer-id-996492' id='answer-label-996492' class=' answer'><span>Scaffold the client application with the new definition<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251713[]' id='answer-id-996493' class='answer   answerof-251713 ' value='996493'   \/><label for='answer-id-996493' id='answer-label-996493' class=' answer'><span>Scaffold API implementation application with the new definition<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251713[]' id='answer-id-996494' class='answer   answerof-251713 ' value='996494'   \/><label for='answer-id-996494' id='answer-label-996494' class=' answer'><span>Update the REST connector from exchange in the client application<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251713[]' id='answer-id-996495' class='answer   answerof-251713 ' value='996495'   \/><label for='answer-id-996495' id='answer-label-996495' class=' answer'><span>Update the API connector in the API implementation and publish to exchange<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-19' style=';'><div id='questionWrap-19'  class='   watupro-question-id-251714'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>19. <\/span>An organization's governance process requires project teams to get formal approval from all key stakeholders for all new Integration design specifications. An integration Mule application Is being designed that interacts with various backend systems. The Mule application will be created using Anypoint Design Center or Anypoint Studio and will then be deployed to a customer-hosted runtime. <br \/>\r<br>What key elements should be included in the integration design specification when requesting approval for this Mule application?<\/div><input type='hidden' name='question_id[]' id='qID_19' value='251714' \/><input type='hidden' id='answerType251714' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251714[]' id='answer-id-996496' class='answer   answerof-251714 ' value='996496'   \/><label for='answer-id-996496' id='answer-label-996496' class=' answer'><span>SLAs and non-functional requirements to access the backend systems<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251714[]' id='answer-id-996497' class='answer   answerof-251714 ' value='996497'   \/><label for='answer-id-996497' id='answer-label-996497' class=' answer'><span>Snapshots of the Mule application's flows, including their error handling<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251714[]' id='answer-id-996498' class='answer   answerof-251714 ' value='996498'   \/><label for='answer-id-996498' id='answer-label-996498' class=' answer'><span>A list of current and future consumers of the Mule application and their contact details<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251714[]' id='answer-id-996499' class='answer   answerof-251714 ' value='996499'   \/><label for='answer-id-996499' id='answer-label-996499' class=' answer'><span>The credentials to access the backend systems and contact details for the administrator of each system<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-20' style=';'><div id='questionWrap-20'  class='   watupro-question-id-251715'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>20. <\/span>What aspects of a CI\/CD pipeline for Mute applications can be automated using MuleSoft-provided Maven plugins?<\/div><input type='hidden' name='question_id[]' id='qID_20' value='251715' \/><input type='hidden' id='answerType251715' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251715[]' id='answer-id-996500' class='answer   answerof-251715 ' value='996500'   \/><label for='answer-id-996500' id='answer-label-996500' class=' answer'><span>Compile, package, unit test, deploy, create associated API instances in API Manager B Import from API designer, compile, package, unit test, deploy, publish to Am\/point Exchange<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251715[]' id='answer-id-996501' class='answer   answerof-251715 ' value='996501'   \/><label for='answer-id-996501' id='answer-label-996501' class=' answer'><span>Compile, package, unit test, validate unit test coverage, deploy<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251715[]' id='answer-id-996502' class='answer   answerof-251715 ' value='996502'   \/><label for='answer-id-996502' id='answer-label-996502' class=' answer'><span>Compile, package, unit test, deploy, integration test<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-21' style=';'><div id='questionWrap-21'  class='   watupro-question-id-251716'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>21. <\/span>A mule application must periodically process a large dataset which varies from 6 GB lo 8 GB from a back-end database and write transform data lo an FTPS server using a properly configured bad job scope. <br \/>\r<br>The performance requirements of an application are approved to run in the cloud hub 0.2 vCore with 8 GB storage capacity and currency requirements are met. <br \/>\r<br>How can the high rate of records be effectively managed in this application?<\/div><input type='hidden' name='question_id[]' id='qID_21' value='251716' \/><input type='hidden' id='answerType251716' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251716[]' id='answer-id-996503' class='answer   answerof-251716 ' value='996503'   \/><label for='answer-id-996503' id='answer-label-996503' class=' answer'><span>Use streaming with a file storage repeatable strategy for reading records from the database and batch aggregator with streaming to write to FTPS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251716[]' id='answer-id-996504' class='answer   answerof-251716 ' value='996504'   \/><label for='answer-id-996504' id='answer-label-996504' class=' answer'><span>Use streaming with an in-memory reputable store strategy for reading records from the database and batch aggregator with streaming to write to FTPS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251716[]' id='answer-id-996505' class='answer   answerof-251716 ' value='996505'   \/><label for='answer-id-996505' id='answer-label-996505' class=' answer'><span>Use streaming with a file store repeatable strategy for reading records from the database and batch aggregator with an optimal size<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251716[]' id='answer-id-996506' class='answer   answerof-251716 ' value='996506'   \/><label for='answer-id-996506' id='answer-label-996506' class=' answer'><span>Use streaming with a file store repeatable strategy reading records from the database and batch aggregator without any required configuration<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-22' style=';'><div id='questionWrap-22'  class='   watupro-question-id-251717'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>22. <\/span>An Integration Mule application is being designed to synchronize customer data between two systems. One system is an IBM Mainframe and the other system is a Salesforce Marketing Cloud (CRM) instance. Both systems have been deployed in their typical configurations, and are to be invoked using the native protocols provided by Salesforce and IBM. <br \/>\r<br>What interface technologies are the most straightforward and appropriate to use in this Mute application to interact with these systems, assuming that Anypoint Connectors exist that implement these interface technologies?<\/div><input type='hidden' name='question_id[]' id='qID_22' value='251717' \/><input type='hidden' id='answerType251717' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251717[]' id='answer-id-996507' class='answer   answerof-251717 ' value='996507'   \/><label for='answer-id-996507' id='answer-label-996507' class=' answer'><span>IBM: DB access CRM: gRPC<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251717[]' id='answer-id-996508' class='answer   answerof-251717 ' value='996508'   \/><label for='answer-id-996508' id='answer-label-996508' class=' answer'><span>IBM: REST CRM:REST<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251717[]' id='answer-id-996509' class='answer   answerof-251717 ' value='996509'   \/><label for='answer-id-996509' id='answer-label-996509' class=' answer'><span>IBM: Active MQ CRM: REST<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251717[]' id='answer-id-996510' class='answer   answerof-251717 ' value='996510'   \/><label for='answer-id-996510' id='answer-label-996510' class=' answer'><span>IBM: CICS CRM: SOAP<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-23' style=';'><div id='questionWrap-23'  class='   watupro-question-id-251718'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>23. <\/span>An API has been unit tested and is ready for integration testing. The API is governed by a Client ID Enforcement policy in all environments. <br \/>\r<br>What must the testing team do before they can start integration testing the API in the Staging environment?<\/div><input type='hidden' name='question_id[]' id='qID_23' value='251718' \/><input type='hidden' id='answerType251718' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251718[]' id='answer-id-996511' class='answer   answerof-251718 ' value='996511'   \/><label for='answer-id-996511' id='answer-label-996511' class=' answer'><span>They must access the API portal and create an API notebook using the Client ID and Client Secret supplied by the API portal in the Staging environment<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251718[]' id='answer-id-996512' class='answer   answerof-251718 ' value='996512'   \/><label for='answer-id-996512' id='answer-label-996512' class=' answer'><span>They must request access to the API instance in the Staging environment and obtain a Client ID and Client Secret to be used for testing the API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251718[]' id='answer-id-996513' class='answer   answerof-251718 ' value='996513'   \/><label for='answer-id-996513' id='answer-label-996513' class=' answer'><span>They must be assigned as an API version owner of the API in the Staging environment<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251718[]' id='answer-id-996514' class='answer   answerof-251718 ' value='996514'   \/><label for='answer-id-996514' id='answer-label-996514' class=' answer'><span>They must request access to the Staging environment and obtain the Client ID and Client Secret for that environment to be used for testing the API<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-24' style=';'><div id='questionWrap-24'  class='   watupro-question-id-251719'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>24. <\/span>A Mule application is running on a customer-hosted Mule runtime in an organization's network. The Mule application acts as a producer of asynchronous Mule events. Each Mule event must be broadcast to all interested external consumers outside the Mule application. The Mule events should be published in a way that is guaranteed in normal situations and also minimizes duplicate delivery in less frequent failure scenarios. <br \/>\r<br>The organizational firewall is configured to only allow outbound traffic on ports 80 and 443. Some external event consumers are within the organizational network, while others are located outside the firewall. <br \/>\r<br>What Anypoint Platform service is most idiomatic (used for its intended purpose) for publishing these Mule events to all external consumers while addressing the desired reliability goals?<\/div><input type='hidden' name='question_id[]' id='qID_24' value='251719' \/><input type='hidden' id='answerType251719' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251719[]' id='answer-id-996515' class='answer   answerof-251719 ' value='996515'   \/><label for='answer-id-996515' id='answer-label-996515' class=' answer'><span>CloudHub VM queues<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251719[]' id='answer-id-996516' class='answer   answerof-251719 ' value='996516'   \/><label for='answer-id-996516' id='answer-label-996516' class=' answer'><span>Anypoint MQ<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251719[]' id='answer-id-996517' class='answer   answerof-251719 ' value='996517'   \/><label for='answer-id-996517' id='answer-label-996517' class=' answer'><span>Anypoint Exchange<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251719[]' id='answer-id-996518' class='answer   answerof-251719 ' value='996518'   \/><label for='answer-id-996518' id='answer-label-996518' class=' answer'><span>CloudHub Shared Load Balancer<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-25' style=';'><div id='questionWrap-25'  class='   watupro-question-id-251720'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>25. <\/span>Refer to the exhibit. <br \/>\r<br><br><img decoding=\"async\" width=362 height=248 id=\"\u56fe\u7247 225\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/02\/image005-9.jpg\"><br><br \/>\r<br>A business process involves the receipt of a file from an external vendor over SFTP. The file needs to be parsed and its content processed, validated, and ultimately persisted to a database. The delivery mechanism is expected to change in the future as more vendors send similar files using other mechanisms such as file transfer or HTTP POST. <br \/>\r<br>What is the most effective way to design for these requirements in order to minimize the impact of future change?<\/div><input type='hidden' name='question_id[]' id='qID_25' value='251720' \/><input type='hidden' id='answerType251720' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251720[]' id='answer-id-996519' class='answer   answerof-251720 ' value='996519'   \/><label for='answer-id-996519' id='answer-label-996519' class=' answer'><span>Use a MuleSoft Scatter-Gather and a MuleSoft Batch Job to handle the different files coming from different sources<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251720[]' id='answer-id-996520' class='answer   answerof-251720 ' value='996520'   \/><label for='answer-id-996520' id='answer-label-996520' class=' answer'><span>Create a Process API to receive the file and process it using a MuleSoft Batch Job while delegating the data save process to a System API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251720[]' id='answer-id-996521' class='answer   answerof-251720 ' value='996521'   \/><label for='answer-id-996521' id='answer-label-996521' class=' answer'><span>Create an API that receives the file and invokes a Process API with the data contained In the file, then have the Process API process the data using a MuleSoft Batch Job and other System APIs as needed<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251720[]' id='answer-id-996522' class='answer   answerof-251720 ' value='996522'   \/><label for='answer-id-996522' id='answer-label-996522' class=' answer'><span>Use a composite data source so files can be retrieved from various sources and \r\ndelivered to a MuleSoft Batch Job for processing<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-26' style=';'><div id='questionWrap-26'  class='   watupro-question-id-251721'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>26. <\/span>What API policy would LEAST likely be applied to a Process API?<\/div><input type='hidden' name='question_id[]' id='qID_26' value='251721' \/><input type='hidden' id='answerType251721' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251721[]' id='answer-id-996523' class='answer   answerof-251721 ' value='996523'   \/><label for='answer-id-996523' id='answer-label-996523' class=' answer'><span>Custom circuit breaker<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251721[]' id='answer-id-996524' class='answer   answerof-251721 ' value='996524'   \/><label for='answer-id-996524' id='answer-label-996524' class=' answer'><span>Client ID enforcement<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251721[]' id='answer-id-996525' class='answer   answerof-251721 ' value='996525'   \/><label for='answer-id-996525' id='answer-label-996525' class=' answer'><span>Rate limiting<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251721[]' id='answer-id-996526' class='answer   answerof-251721 ' value='996526'   \/><label for='answer-id-996526' id='answer-label-996526' class=' answer'><span>JSON threat protection<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-27' style=';'><div id='questionWrap-27'  class='   watupro-question-id-251722'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>27. <\/span>An organization is designing a mule application to support an all or nothing transaction between serval database operations and some other connectors so that they all roll back if there is a problem with any of the connectors <br \/>\r<br>Besides the database connector, what other connector can be used in the transaction.<\/div><input type='hidden' name='question_id[]' id='qID_27' value='251722' \/><input type='hidden' id='answerType251722' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251722[]' id='answer-id-996527' class='answer   answerof-251722 ' value='996527'   \/><label for='answer-id-996527' id='answer-label-996527' class=' answer'><span>VM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251722[]' id='answer-id-996528' class='answer   answerof-251722 ' value='996528'   \/><label for='answer-id-996528' id='answer-label-996528' class=' answer'><span>Anypoint MQ<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251722[]' id='answer-id-996529' class='answer   answerof-251722 ' value='996529'   \/><label for='answer-id-996529' id='answer-label-996529' class=' answer'><span>SFTP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251722[]' id='answer-id-996530' class='answer   answerof-251722 ' value='996530'   \/><label for='answer-id-996530' id='answer-label-996530' class=' answer'><span>ObjectStore<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-28' style=';'><div id='questionWrap-28'  class='   watupro-question-id-251723'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>28. <\/span>An organization is evaluating using the CloudHub shared Load Balancer (SLB) vs creating a CloudHub dedicated load balancer (DLB). They are evaluating how this choice affects the various types of certificates used by CloudHub deplpoyed Mule applications, including MuleSoft-provided, customer-provided, or Mule application-provided certificates. <br \/>\r<br>What type of restrictions exist on the types of certificates that can be exposed by the CloudHub Shared Load Balancer (SLB) to external web clients over the public internet?<\/div><input type='hidden' name='question_id[]' id='qID_28' value='251723' \/><input type='hidden' id='answerType251723' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251723[]' id='answer-id-996531' class='answer   answerof-251723 ' value='996531'   \/><label for='answer-id-996531' id='answer-label-996531' class=' answer'><span>Only MuleSoft-provided certificates are exposed.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251723[]' id='answer-id-996532' class='answer   answerof-251723 ' value='996532'   \/><label for='answer-id-996532' id='answer-label-996532' class=' answer'><span>Only customer-provided wildcard certificates are exposed.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251723[]' id='answer-id-996533' class='answer   answerof-251723 ' value='996533'   \/><label for='answer-id-996533' id='answer-label-996533' class=' answer'><span>Only customer-provided self-signed certificates are exposed.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251723[]' id='answer-id-996534' class='answer   answerof-251723 ' value='996534'   \/><label for='answer-id-996534' id='answer-label-996534' class=' answer'><span>Only underlying Mule application certificates are exposed (pass-through)<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-29' style=';'><div id='questionWrap-29'  class='   watupro-question-id-251724'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>29. <\/span>An XA transaction Is being configured that involves a JMS connector listening for Incoming JMS messages. <br \/>\r<br>What is the meaning of the timeout attribute of the XA transaction, and what happens after the timeout expires?<\/div><input type='hidden' name='question_id[]' id='qID_29' value='251724' \/><input type='hidden' id='answerType251724' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251724[]' id='answer-id-996535' class='answer   answerof-251724 ' value='996535'   \/><label for='answer-id-996535' id='answer-label-996535' class=' answer'><span>The time that is allowed to pass between committing the transaction and the completion of the Mule flow After the timeout, flow processing triggers an error<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251724[]' id='answer-id-996536' class='answer   answerof-251724 ' value='996536'   \/><label for='answer-id-996536' id='answer-label-996536' class=' answer'><span>The time that Is allowed to pass between receiving JMS messages on the same JMS connection After the timeout, a new JMS connection Is established<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251724[]' id='answer-id-996537' class='answer   answerof-251724 ' value='996537'   \/><label for='answer-id-996537' id='answer-label-996537' class=' answer'><span>The time that Is allowed to pass without the transaction being ended explicitly After the timeout, the transaction Is forcefully rolled-back<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251724[]' id='answer-id-996538' class='answer   answerof-251724 ' value='996538'   \/><label for='answer-id-996538' id='answer-label-996538' class=' answer'><span>The time that Is allowed to pass for state JMS consumer threads to be destroyed After the timeout, a new JMS consumer thread is created<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-30' style=';'><div id='questionWrap-30'  class='   watupro-question-id-251725'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>30. <\/span>A global organization operates datacenters in many countries. There are private network links between these datacenters because all business data (but NOT metadata) must be exchanged over these private network connections. <br \/>\r<br>The organization does not currently use AWS in any way. <br \/>\r<br>The strategic decision has Just been made to rigorously minimize IT operations effort and investment going forward. <br \/>\r<br>What combination of deployment options of the Anypoint Platform control plane and runtime plane(s) best serves this organization at the start of this strategic journey?<\/div><input type='hidden' name='question_id[]' id='qID_30' value='251725' \/><input type='hidden' id='answerType251725' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251725[]' id='answer-id-996539' class='answer   answerof-251725 ' value='996539'   \/><label for='answer-id-996539' id='answer-label-996539' class=' answer'><span>MuleSoft-hosted Anypoint Platform control plane CloudHub Shared Worker Cloud in multiple AWS regions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251725[]' id='answer-id-996540' class='answer   answerof-251725 ' value='996540'   \/><label for='answer-id-996540' id='answer-label-996540' class=' answer'><span>Anypoint Platform - Private Cloud Edition Customer-hosted runtime plane in each datacenter<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251725[]' id='answer-id-996541' class='answer   answerof-251725 ' value='996541'   \/><label for='answer-id-996541' id='answer-label-996541' class=' answer'><span>MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in multiple AWS regions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251725[]' id='answer-id-996542' class='answer   answerof-251725 ' value='996542'   \/><label for='answer-id-996542' id='answer-label-996542' class=' answer'><span>MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in each datacenter<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-31' style=';'><div id='questionWrap-31'  class='   watupro-question-id-251726'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>31. <\/span>An integration Mute application is being designed to process orders by submitting them to a backend system for offline processing. Each order will be received by the Mute application through an HTTPS POST and must be acknowledged immediately. Once acknowledged, the order will be submitted to a backend system. Orders that cannot be successfully submitted due to rejections from the backend system will need to be processed manually (outside the backend system). <br \/>\r<br>The Mule application will be deployed to a customer-hosted runtime and is able to use an existing ActiveMQ broker if needed. <br \/>\r<br>The backend system has a track record of unreliability both due to minor network connectivity issues and longer outages. <br \/>\r<br>What idiomatic (used for their intended purposes) combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the backend system, while minimizing manual order processing?<\/div><input type='hidden' name='question_id[]' id='qID_31' value='251726' \/><input type='hidden' id='answerType251726' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251726[]' id='answer-id-996543' class='answer   answerof-251726 ' value='996543'   \/><label for='answer-id-996543' id='answer-label-996543' class=' answer'><span>An On Error scope Non-persistent VM ActiveMQ Dead Letter Queue for manual processing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251726[]' id='answer-id-996544' class='answer   answerof-251726 ' value='996544'   \/><label for='answer-id-996544' id='answer-label-996544' class=' answer'><span>An On Error scope MuleSoft Object Store ActiveMQ Dead Letter Queue for manual processing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251726[]' id='answer-id-996545' class='answer   answerof-251726 ' value='996545'   \/><label for='answer-id-996545' id='answer-label-996545' class=' answer'><span>Until Successful component MuleSoft Object Store ActiveMQ is NOT needed or used<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251726[]' id='answer-id-996546' class='answer   answerof-251726 ' value='996546'   \/><label for='answer-id-996546' id='answer-label-996546' class=' answer'><span>Until Successful component ActiveMQ long retry Queue ActiveMQ Dead Letter Queue for manual processing<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-32' style=';'><div id='questionWrap-32'  class='   watupro-question-id-251727'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>32. <\/span>A leading e-commerce giant will use Mulesoft API's on runtime fabric (RTF) to process customer orders. Some customer's sensitive information such as credit card information is also there as a part of a API payload. <br \/>\r<br>What approach minimizes the risk of matching sensitive data to the original and can convert back to the original value whenever and wherever required?<\/div><input type='hidden' name='question_id[]' id='qID_32' value='251727' \/><input type='hidden' id='answerType251727' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251727[]' id='answer-id-996547' class='answer   answerof-251727 ' value='996547'   \/><label for='answer-id-996547' id='answer-label-996547' class=' answer'><span>Apply masking to hide the sensitive information and then use API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251727[]' id='answer-id-996548' class='answer   answerof-251727 ' value='996548'   \/><label for='answer-id-996548' id='answer-label-996548' class=' answer'><span>manager to detokenize the masking format to return the original value<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251727[]' id='answer-id-996549' class='answer   answerof-251727 ' value='996549'   \/><label for='answer-id-996549' id='answer-label-996549' class=' answer'><span>create a tokenization format and apply a tokenization policy to the API Gateway<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251727[]' id='answer-id-996550' class='answer   answerof-251727 ' value='996550'   \/><label for='answer-id-996550' id='answer-label-996550' class=' answer'><span>Used both masking and tokenization<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251727[]' id='answer-id-996551' class='answer   answerof-251727 ' value='996551'   \/><label for='answer-id-996551' id='answer-label-996551' class=' answer'><span>Apply a field level encryption policy in the API Gateway<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-33' style=';'><div id='questionWrap-33'  class='   watupro-question-id-251728'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>33. <\/span>Refer to the exhibit. <br \/>\r<br><br><img decoding=\"async\" width=649 height=185 id=\"\u56fe\u7247 194\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/02\/image009-7.jpg\"><br><br \/>\r<br>A Mule application is deployed to a multi-node Mule runtime cluster. The Mule application uses the competing consumer pattern among its cluster replicas to receive JMS messages from a JMS queue. To process each received JMS message, the following steps are performed in a flow: <br \/>\r<br>Step 1: The JMS Correlation ID header is read from the received JMS message. <br \/>\r<br>Step 2: The Mule application invokes an idempotent SOAP webservice over HTTPS, passing the JMS Correlation ID as one parameter in the SOAP request. <br \/>\r<br>Step 3: The response from the SOAP webservice also returns the same JMS Correlation ID. <br \/>\r<br>Step 4: The JMS Correlation ID received from the SOAP webservice is validated to be identical to the JMS Correlation ID received in Step 1. <br \/>\r<br>Step 5: The Mule application creates a response JMS message, setting the JMS Correlation ID message header to the validated JMS Correlation ID and publishes that message to a response JMS queue. <br \/>\r<br>Where should the Mule application store the JMS Correlation ID values received in Step 1 and Step 3 so that the validation in Step 4 can be performed, while also making the overall Mule application highly available, fault-tolerant, performant, and maintainable?<\/div><input type='hidden' name='question_id[]' id='qID_33' value='251728' \/><input type='hidden' id='answerType251728' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251728[]' id='answer-id-996552' class='answer   answerof-251728 ' value='996552'   \/><label for='answer-id-996552' id='answer-label-996552' class=' answer'><span>Both Correlation ID values should be stored in a persistent object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251728[]' id='answer-id-996553' class='answer   answerof-251728 ' value='996553'   \/><label for='answer-id-996553' id='answer-label-996553' class=' answer'><span>Both Correlation ID values should be stored In a non-persistent object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251728[]' id='answer-id-996554' class='answer   answerof-251728 ' value='996554'   \/><label for='answer-id-996554' id='answer-label-996554' class=' answer'><span>The Correlation ID value in Step 1 should be stored in a persistent object store \r\nThe Correlation ID value in step 3 should be stored as a Mule event variable\/attribute<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251728[]' id='answer-id-996555' class='answer   answerof-251728 ' value='996555'   \/><label for='answer-id-996555' id='answer-label-996555' class=' answer'><span>Both Correlation ID values should be stored as Mule event variable\/attribute<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-34' style=';'><div id='questionWrap-34'  class='   watupro-question-id-251729'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>34. <\/span>A mule application designed to fulfil two requirements <br \/>\r<br>a) Processing files are synchronously from an FTPS server to a back-end database using VM intermediary queues for load balancing VM events <br \/>\r<br>b) Processing a medium rate of records from a source to a target system using batch job scope <br \/>\r<br>Considering the processing reliability requirements for FTPS files, how should VM queues be configured for processing files as well as for the batch job scope if the application is deployed to Cloudhub workers?<\/div><input type='hidden' name='question_id[]' id='qID_34' value='251729' \/><input type='hidden' id='answerType251729' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251729[]' id='answer-id-996556' class='answer   answerof-251729 ' value='996556'   \/><label for='answer-id-996556' id='answer-label-996556' class=' answer'><span>Use Cloud hub persistent queues for FTPS files processing \r\nThere is no need to configure VM queues for the batch jobs scope as it uses by default the worker's disc for VM queueing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251729[]' id='answer-id-996557' class='answer   answerof-251729 ' value='996557'   \/><label for='answer-id-996557' id='answer-label-996557' class=' answer'><span>Use Cloud hub persistent VM queue for FTPS file processing \r\nThere is no need to configure VM queues for the batch jobs scope as it uses by default the worker's JVM memory for VM queueing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251729[]' id='answer-id-996558' class='answer   answerof-251729 ' value='996558'   \/><label for='answer-id-996558' id='answer-label-996558' class=' answer'><span>Use Cloud hub persistent VM queues for FTPS file processing Disable VM queue for the batch job scope<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251729[]' id='answer-id-996559' class='answer   answerof-251729 ' value='996559'   \/><label for='answer-id-996559' id='answer-label-996559' class=' answer'><span>Use VM connector persistent queues for FTPS file processing Disable VM queue for the batch job scope<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-35' style=';'><div id='questionWrap-35'  class='   watupro-question-id-251730'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>35. <\/span>An organization has various integrations implemented as Mule applications. Some of these Mule applications are deployed to custom hosted Mule runtimes (on-premises) while others execute in the MuleSoft-hosted runtime plane (CloudHub). To perform the Integra functionality, these Mule applications connect to various backend systems, with multiple applications typically needing to access the backend systems. <br \/>\r<br>How can the organization most effectively avoid creating duplicates in each Mule application of the credentials required to access the backend systems?<\/div><input type='hidden' name='question_id[]' id='qID_35' value='251730' \/><input type='hidden' id='answerType251730' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251730[]' id='answer-id-996560' class='answer   answerof-251730 ' value='996560'   \/><label for='answer-id-996560' id='answer-label-996560' class=' answer'><span>Create a Mule domain project that maintains the credentials as Mule domain-shared \r\nresources Deploy the Mule applications to the Mule domain, so the credentials are available to the Mule applications<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251730[]' id='answer-id-996561' class='answer   answerof-251730 ' value='996561'   \/><label for='answer-id-996561' id='answer-label-996561' class=' answer'><span>Store the credentials in properties files in a shared folder within the organization's data center Have the Mule applications load properties files from this shared location at startup<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251730[]' id='answer-id-996562' class='answer   answerof-251730 ' value='996562'   \/><label for='answer-id-996562' id='answer-label-996562' class=' answer'><span>Segregate the credentials for each backend system into environment-specific properties files Package these properties files in each Mule application, from where they are loaded at startup<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251730[]' id='answer-id-996563' class='answer   answerof-251730 ' value='996563'   \/><label for='answer-id-996563' id='answer-label-996563' class=' answer'><span>Configure or create a credentials service that returns the credentials for each backend system, and that is accessible from customer-hosted and MuleSoft-hosted Mule runtimes Have the Mule applications toad the properties at startup by invoking that credentials service<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-36' style=';'><div id='questionWrap-36'  class='   watupro-question-id-251731'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>36. <\/span>A rale limiting policy has been applied to a soap VI.2 API published in Clondhub. The API implementation catches errors in a global error handler on error propagate in the main flow for HTTP: RETRY_EXHAUSTED with HTTP status set to 429 and any with the HTTP status set to 500. <br \/>\r<br>What is the expected H1TP status when the client exceeds the quota of the API calls?<\/div><input type='hidden' name='question_id[]' id='qID_36' value='251731' \/><input type='hidden' id='answerType251731' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251731[]' id='answer-id-996564' class='answer   answerof-251731 ' value='996564'   \/><label for='answer-id-996564' id='answer-label-996564' class=' answer'><span>HTTP status 429 as defined in the HTTP:RETRY EXHAUSTED error handler in the API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251731[]' id='answer-id-996565' class='answer   answerof-251731 ' value='996565'   \/><label for='answer-id-996565' id='answer-label-996565' class=' answer'><span>HTTP status 500 as defined in the ANY error handler in the API since an API:RETRY_EXHAUSTED will be generated<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251731[]' id='answer-id-996566' class='answer   answerof-251731 ' value='996566'   \/><label for='answer-id-996566' id='answer-label-996566' class=' answer'><span>HTTP status 401 unauthorized for policy violation<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251731[]' id='answer-id-996567' class='answer   answerof-251731 ' value='996567'   \/><label for='answer-id-996567' id='answer-label-996567' class=' answer'><span>HTTP status 400 from the rate-limiting policy violation since the call does not reach the back-end<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-37' style=';'><div id='questionWrap-37'  class='   watupro-question-id-251732'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>37. <\/span>An organization is designing an integration solution to replicate financial transaction data from a legacy system into a data warehouse (DWH). <br \/>\r<br>The DWH must contain a daily snapshot of financial transactions, to be delivered as a CSV file. Daily transaction volume exceeds tens of millions of records, with significant spikes in volume during popular shopping periods. <br \/>\r<br>What is the most appropriate integration style for an integration solution that meets the organization's current requirements?<\/div><input type='hidden' name='question_id[]' id='qID_37' value='251732' \/><input type='hidden' id='answerType251732' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251732[]' id='answer-id-996568' class='answer   answerof-251732 ' value='996568'   \/><label for='answer-id-996568' id='answer-label-996568' class=' answer'><span>Event-driven architecture<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251732[]' id='answer-id-996569' class='answer   answerof-251732 ' value='996569'   \/><label for='answer-id-996569' id='answer-label-996569' class=' answer'><span>Microservice architecture<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251732[]' id='answer-id-996570' class='answer   answerof-251732 ' value='996570'   \/><label for='answer-id-996570' id='answer-label-996570' class=' answer'><span>API-led connectivity<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251732[]' id='answer-id-996571' class='answer   answerof-251732 ' value='996571'   \/><label for='answer-id-996571' id='answer-label-996571' class=' answer'><span>Batch-triggered ETL<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-38' style=';'><div id='questionWrap-38'  class='   watupro-question-id-251733'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>38. <\/span>A banking company is developing a new set of APIs for its online business. One of the critical API's is a master lookup API which is a system API. This master lookup API uses persistent object store. <br \/>\r<br>This API will be used by all other APIs to provide master lookup data. <br \/>\r<br><br><img decoding=\"async\" width=633 height=316 id=\"\u56fe\u7247 854\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/02\/image012-7.jpg\"><br><br \/>\r<br>Master lookup API is deployed on two cloudhub workers of 0.1 vCore each because there is a lot of master data to be cached. Master lookup data is stored as a key value pair. The cache gets refreshed if they key is not found in the cache. <br \/>\r<br>Doing performance testing it was observed that the Master lookup API has a higher response time due to database queries execution to fetch the master lookup data. <br \/>\r<br>Due to this performance issue, go-live of the online business is on hold which could cause potential financial loss to Bank. <br \/>\r<br>As an integration architect, which of the below option you would suggest to resolve performance issue?<\/div><input type='hidden' name='question_id[]' id='qID_38' value='251733' \/><input type='hidden' id='answerType251733' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251733[]' id='answer-id-996572' class='answer   answerof-251733 ' value='996572'   \/><label for='answer-id-996572' id='answer-label-996572' class=' answer'><span>Implement HTTP caching policy for all GET endpoints for the master lookup API and implement locking to synchronize access to object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251733[]' id='answer-id-996573' class='answer   answerof-251733 ' value='996573'   \/><label for='answer-id-996573' id='answer-label-996573' class=' answer'><span>Upgrade vCore size from 0.1 vCore to 0,2 vCore<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251733[]' id='answer-id-996574' class='answer   answerof-251733 ' value='996574'   \/><label for='answer-id-996574' id='answer-label-996574' class=' answer'><span>Implement HTTP caching policy for all GET endpoints for master lookup API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251733[]' id='answer-id-996575' class='answer   answerof-251733 ' value='996575'   \/><label for='answer-id-996575' id='answer-label-996575' class=' answer'><span>Add an additional Cloudhub worker to provide additional capacity<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-39' style=';'><div id='questionWrap-39'  class='   watupro-question-id-251734'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>39. <\/span>A project team uses RAML specifications to document API functional requirements and <br \/>\r<br>deliver API definitions. As per the current legal requirement, all designed API definitions to be augmented with an additional non-functional requirement to protect the services from a high rate of requests according to define service level agreements. <br \/>\r<br>Assuming that the project is following Mulesoft API governance and policies, how should the project team convey the necessary non-functional requirement to stakeholders?<\/div><input type='hidden' name='question_id[]' id='qID_39' value='251734' \/><input type='hidden' id='answerType251734' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251734[]' id='answer-id-996576' class='answer   answerof-251734 ' value='996576'   \/><label for='answer-id-996576' id='answer-label-996576' class=' answer'><span>Create proxies in API manager for the non functional requirement and publish to exchange<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251734[]' id='answer-id-996577' class='answer   answerof-251734 ' value='996577'   \/><label for='answer-id-996577' id='answer-label-996577' class=' answer'><span>Add all non functional requirements as comments to RAML specification and publish to exchange<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251734[]' id='answer-id-996578' class='answer   answerof-251734 ' value='996578'   \/><label for='answer-id-996578' id='answer-label-996578' class=' answer'><span>Create various SLA's in API manager for the non functional requirement and publish to exchange<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251734[]' id='answer-id-996579' class='answer   answerof-251734 ' value='996579'   \/><label for='answer-id-996579' id='answer-label-996579' class=' answer'><span>Update API definitions with the fragment for the appropriate policy and publish to exchange<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-40' style=';'><div id='questionWrap-40'  class='   watupro-question-id-251735'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>40. <\/span>How are the API implementation, API client, and API consumer combined to invoke and process an API?<\/div><input type='hidden' name='question_id[]' id='qID_40' value='251735' \/><input type='hidden' id='answerType251735' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251735[]' id='answer-id-996580' class='answer   answerof-251735 ' value='996580'   \/><label for='answer-id-996580' id='answer-label-996580' class=' answer'><span>The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API client<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251735[]' id='answer-id-996581' class='answer   answerof-251735 ' value='996581'   \/><label for='answer-id-996581' id='answer-label-996581' class=' answer'><span>The API consumer creates an API client which sends API invocations to an API such that they are processed by an API implementation<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251735[]' id='answer-id-996582' class='answer   answerof-251735 ' value='996582'   \/><label for='answer-id-996582' id='answer-label-996582' class=' answer'><span>An API client creates an API consumer, which receives API invocation from an API such that they are processed for an API implementation<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251735[]' id='answer-id-996583' class='answer   answerof-251735 ' value='996583'   \/><label for='answer-id-996583' id='answer-label-996583' class=' answer'><span>The API client creates an API consumer which sends API invocations to an API such that they are processed by API implementation<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-41' style=';'><div id='questionWrap-41'  class='   watupro-question-id-251736'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>41. <\/span>A Mule application contains a Batch Job with two Batch Steps (Batch_Step_l and Batch_Step_2). A payload with 1000 records is received by the Batch Job. <br \/>\r<br>How many threads are used by the Batch Job to process records, and how does each Batch Step process records within the Batch Job?<\/div><input type='hidden' name='question_id[]' id='qID_41' value='251736' \/><input type='hidden' id='answerType251736' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251736[]' id='answer-id-996584' class='answer   answerof-251736 ' value='996584'   \/><label for='answer-id-996584' id='answer-label-996584' class=' answer'><span>Each Batch Job uses SEVERAL THREADS for the Batch Steps Each Batch Step instance receives ONE record at a time as the payload, and RECORDS are processed IN PARALLEL within and between the two Batch Steps<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251736[]' id='answer-id-996585' class='answer   answerof-251736 ' value='996585'   \/><label for='answer-id-996585' id='answer-label-996585' class=' answer'><span>Each Batch Job uses a SINGLE THREAD for all Batch steps Each Batch step instance receives ONE record at a time as the payload, and RECORDS are processed IN ORDER, first through Batch_Step_l and then through Batch_Step_2<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251736[]' id='answer-id-996586' class='answer   answerof-251736 ' value='996586'   \/><label for='answer-id-996586' id='answer-label-996586' class=' answer'><span>Each Batch Job uses a SINGLE THREAD to process a configured block size of record Each Batch Step instance receives A BLOCK OF records as the payload, and BLOCKS of records are processed IN ORDER<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251736[]' id='answer-id-996587' class='answer   answerof-251736 ' value='996587'   \/><label for='answer-id-996587' id='answer-label-996587' class=' answer'><span>Each Batch Job uses SEVERAL THREADS for the Batch Steps Each Batch Step instance receives ONE record at a time as the payload, and BATCH STEP INSTANCES execute IN PARALLEL to process records and Batch Steps in ANY order as fast as possible<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-42' style=';'><div id='questionWrap-42'  class='   watupro-question-id-251737'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>42. <\/span>A new upstream API Is being designed to offer an SLA of 500 ms median and 800 ms maximum (99th percentile) response time. The corresponding API implementation needs to sequentially invoke 3 downstream APIs of very similar complexity. The first of these downstream APIs offers the following SLA for its response time: median: 100 ms, 80th percentile: 500 ms, 95th percentile: 1000 ms. If possible, how can a timeout be set in the upstream API for the invocation of the first downstream API to meet the new upstream API's desired SLA?<\/div><input type='hidden' name='question_id[]' id='qID_42' value='251737' \/><input type='hidden' id='answerType251737' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251737[]' id='answer-id-996588' class='answer   answerof-251737 ' value='996588'   \/><label for='answer-id-996588' id='answer-label-996588' class=' answer'><span>Set a timeout of 100 ms; that leaves 400 ms for the other two downstream APIs to complete<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251737[]' id='answer-id-996589' class='answer   answerof-251737 ' value='996589'   \/><label for='answer-id-996589' id='answer-label-996589' class=' answer'><span>Do not set a timeout; the Invocation of this API Is mandatory and so we must wait until it responds<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251737[]' id='answer-id-996590' class='answer   answerof-251737 ' value='996590'   \/><label for='answer-id-996590' id='answer-label-996590' class=' answer'><span>Set a timeout of 50 ms; this times out more invocations of that API but gives additional room for retries<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251737[]' id='answer-id-996591' class='answer   answerof-251737 ' value='996591'   \/><label for='answer-id-996591' id='answer-label-996591' class=' answer'><span>No timeout is possible to meet the upstream API's desired SLA; a different SLA must be negotiated with the first downstream API or invoke an alternative API<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-43' style=';'><div id='questionWrap-43'  class='   watupro-question-id-251738'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>43. <\/span>A marketing organization is designing a Mule application to process campaign data. The Mule application will periodically check for a file in a SFTP location and process the records in the file. The size of the file can vary from 10MB to 5GB. Due to the limited availabiltty of vCores, the Mule application is deployed to a single CloudHub worker configured with vCore size 0.2. <br \/>\r<br>The application must transform and send different formats of this file to three different downstream SFTP locations. <br \/>\r<br>What is the most idiomatic (used for its intended purpose) and performant way to configure the SFTP operations or event sources to process the large files to support these deployment requirements?<\/div><input type='hidden' name='question_id[]' id='qID_43' value='251738' \/><input type='hidden' id='answerType251738' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251738[]' id='answer-id-996592' class='answer   answerof-251738 ' value='996592'   \/><label for='answer-id-996592' id='answer-label-996592' class=' answer'><span>Use an in-memory repeatable stream<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251738[]' id='answer-id-996593' class='answer   answerof-251738 ' value='996593'   \/><label for='answer-id-996593' id='answer-label-996593' class=' answer'><span>Use a file-stored non-repeatable stream<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251738[]' id='answer-id-996594' class='answer   answerof-251738 ' value='996594'   \/><label for='answer-id-996594' id='answer-label-996594' class=' answer'><span>Use an in-memory non-repeatable stream<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251738[]' id='answer-id-996595' class='answer   answerof-251738 ' value='996595'   \/><label for='answer-id-996595' id='answer-label-996595' class=' answer'><span>Use a file-stored repeatable stream<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-44' style=';'><div id='questionWrap-44'  class='   watupro-question-id-251739'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>44. <\/span>An organization has deployed runtime fabric on an eight note cluster with performance profile. An API uses and non persistent object store for maintaining some of its state data. <br \/>\r<br>What will be the impact to the stale data if server crashes?<\/div><input type='hidden' name='question_id[]' id='qID_44' value='251739' \/><input type='hidden' id='answerType251739' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251739[]' id='answer-id-996596' class='answer   answerof-251739 ' value='996596'   \/><label for='answer-id-996596' id='answer-label-996596' class=' answer'><span>State data is preserved<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251739[]' id='answer-id-996597' class='answer   answerof-251739 ' value='996597'   \/><label for='answer-id-996597' id='answer-label-996597' class=' answer'><span>State data is rolled back to a previously saved version<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251739[]' id='answer-id-996598' class='answer   answerof-251739 ' value='996598'   \/><label for='answer-id-996598' id='answer-label-996598' class=' answer'><span>State data is lost<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251739[]' id='answer-id-996599' class='answer   answerof-251739 ' value='996599'   \/><label for='answer-id-996599' id='answer-label-996599' class=' answer'><span>State data is preserved as long as more than one more is unaffected by the crash<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-45' style=';'><div id='questionWrap-45'  class='   watupro-question-id-251740'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>45. <\/span>An organization currently uses a multi-node Mule runtime deployment model within their datacenter, so each Mule runtime hosts several Mule applications. The organization is planning to transition to a deployment model based on Docker containers in a Kubernetes cluster. The organization has already created a standard Docker image containing a Mule runtime and all required dependencies (including a JVM), but excluding the Mule application itself. <br \/>\r<br>What is an expected outcome of this transition to container-based Mule application deployments?<\/div><input type='hidden' name='question_id[]' id='qID_45' value='251740' \/><input type='hidden' id='answerType251740' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251740[]' id='answer-id-996600' class='answer   answerof-251740 ' value='996600'   \/><label for='answer-id-996600' id='answer-label-996600' class=' answer'><span>Required redesign of Mule applications to follow microservice architecture principles<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251740[]' id='answer-id-996601' class='answer   answerof-251740 ' value='996601'   \/><label for='answer-id-996601' id='answer-label-996601' class=' answer'><span>Required migration to the Docker and Kubernetes-based Anypoint Platform - Private Cloud Edition<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251740[]' id='answer-id-996602' class='answer   answerof-251740 ' value='996602'   \/><label for='answer-id-996602' id='answer-label-996602' class=' answer'><span>Required change to the URL endpoints used by clients to send requests to the Mule applications<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251740[]' id='answer-id-996603' class='answer   answerof-251740 ' value='996603'   \/><label for='answer-id-996603' id='answer-label-996603' class=' answer'><span>Guaranteed consistency of execution environments across all deployments of a Mule application<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-46' style=';'><div id='questionWrap-46'  class='   watupro-question-id-251741'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>46. <\/span>An organization is designing a Mule application to periodically poll an SFTP location for new files containing sales order records and then process those sales orders. Each sales order must be processed exactly once. <br \/>\r<br>To support this requirement, the Mule application must identify and filter duplicate sales orders on the basis of a unique ID contained in each sales order record and then only send the new sales orders to the downstream system. <br \/>\r<br>What is the most idiomatic (used for its intended purpose) Anypoint connector, validator, or scope that can be configured in the Mule application to filter duplicate sales orders on the basis of the unique ID field contained in each sales order record?<\/div><input type='hidden' name='question_id[]' id='qID_46' value='251741' \/><input type='hidden' id='answerType251741' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251741[]' id='answer-id-996604' class='answer   answerof-251741 ' value='996604'   \/><label for='answer-id-996604' id='answer-label-996604' class=' answer'><span>Configure a Cache scope to filter and store each record from the received file by the order ID<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251741[]' id='answer-id-996605' class='answer   answerof-251741 ' value='996605'   \/><label for='answer-id-996605' id='answer-label-996605' class=' answer'><span>Configure a Database connector to filter and store each record by the order ID<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251741[]' id='answer-id-996606' class='answer   answerof-251741 ' value='996606'   \/><label for='answer-id-996606' id='answer-label-996606' class=' answer'><span>Configure an Idempotent Message Validator component to filter each record by the order ID<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251741[]' id='answer-id-996607' class='answer   answerof-251741 ' value='996607'   \/><label for='answer-id-996607' id='answer-label-996607' class=' answer'><span>Configure a watermark In an On New or Updated File event source to filter unique \r\nrecords by the order ID<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-47' style=';'><div id='questionWrap-47'  class='   watupro-question-id-251742'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>47. <\/span>An organization has deployed both Mule and non-Mule API implementations to integrate its customer and order management systems. All the APIs are available to REST clients on the public internet. <br \/>\r<br>The organization wants to monitor these APIs by running health checks: for example, to determine if an API can properly accept and process requests. The organization does not have subscriptions to any external monitoring tools and also does not want to extend its IT footprint. <br \/>\r<br>What Anypoint Platform feature provides the most idiomatic (used for its intended purpose) way to monitor the availability of both the Mule and the non-Mule API implementations?<\/div><input type='hidden' name='question_id[]' id='qID_47' value='251742' \/><input type='hidden' id='answerType251742' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251742[]' id='answer-id-996608' class='answer   answerof-251742 ' value='996608'   \/><label for='answer-id-996608' id='answer-label-996608' class=' answer'><span>API Functional Monitoring<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251742[]' id='answer-id-996609' class='answer   answerof-251742 ' value='996609'   \/><label for='answer-id-996609' id='answer-label-996609' class=' answer'><span>Runtime Manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251742[]' id='answer-id-996610' class='answer   answerof-251742 ' value='996610'   \/><label for='answer-id-996610' id='answer-label-996610' class=' answer'><span>API Manager<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251742[]' id='answer-id-996611' class='answer   answerof-251742 ' value='996611'   \/><label for='answer-id-996611' id='answer-label-996611' class=' answer'><span>Anypoint Visualizer<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-48' style=';'><div id='questionWrap-48'  class='   watupro-question-id-251743'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>48. <\/span>A company is designing an integration Mule application to process orders by submitting them to a back-end system for offline processing. Each order will be received by the Mule application through an HTTP5 POST and must be acknowledged immediately. <br \/>\r<br>Once acknowledged the order will be submitted to a back-end system. Orders that cannot be successfully submitted due to the rejections from the back-end system will need to be processed manually (outside the banking system). <br \/>\r<br>The mule application will be deployed to a customer hosted runtime and will be able to use an existing ActiveMQ broker if needed. The ActiveMQ broker is located inside the organization's firewall. The back-end system has a track record of unreliability due to both minor network connectivity issues and longer outages. <br \/>\r<br>Which combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the back-end system while supporting but minimizing manual order processing?<\/div><input type='hidden' name='question_id[]' id='qID_48' value='251743' \/><input type='hidden' id='answerType251743' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251743[]' id='answer-id-996612' class='answer   answerof-251743 ' value='996612'   \/><label for='answer-id-996612' id='answer-label-996612' class=' answer'><span>One or more On Error scopes to assist calling the back-end system An Untill successful scope containing VM components for long retries A persistent dead-letter VM queue configure in Cloud hub<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251743[]' id='answer-id-996613' class='answer   answerof-251743 ' value='996613'   \/><label for='answer-id-996613' id='answer-label-996613' class=' answer'><span>An Until Successful scope to call the back-end system One or more ActiveMQ long-retry queues One or more ActiveMQ dead-letter queues for manual processing<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251743[]' id='answer-id-996614' class='answer   answerof-251743 ' value='996614'   \/><label for='answer-id-996614' id='answer-label-996614' class=' answer'><span>One or more on-Error scopes to assist calling the back-end system one or more ActiveMQ long-retry queues A persistent dead-letter Object store configuration in the CloudHub object store service<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251743[]' id='answer-id-996615' class='answer   answerof-251743 ' value='996615'   \/><label for='answer-id-996615' id='answer-label-996615' class=' answer'><span>A batch job scope to call the back in system An Untill successful scope containing Object Store components for long retries. A dead-letter object store configured in the Mule application<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-49' style=';'><div id='questionWrap-49'  class='   watupro-question-id-251744'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>49. <\/span>49 of A popular retailer is designing a public API for its numerous business partners. Each business partner will invoke the API at the URL 58. https:\/\/api.acme.com\/partnefs\/vl. The API implementation is estimated to require deployment to 5 CloudHub workers. <br \/>\r<br>The retailer has obtained a public X.509 certificate for the name apl.acme.com, signed by a reputable CA, to be used as the server certificate. <br \/>\r<br>Where and how should the X.509 certificate and Mule applications be used to configure load balancing among the 5 CloudHub workers, and what DNS entries should be configured in order for the retailer to support its numerous business partners?<\/div><input type='hidden' name='question_id[]' id='qID_49' value='251744' \/><input type='hidden' id='answerType251744' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996616' class='answer   answerof-251744 ' value='996616'   \/><label for='answer-id-996616' id='answer-label-996616' class=' answer'><span>Add the<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996617' class='answer   answerof-251744 ' value='996617'   \/><label for='answer-id-996617' id='answer-label-996617' class=' answer'><span>509 certificate to the Mule application's deployable archive, then configure a CloudHub Dedicated Load Balancer (DLB) for each of the Mule application's CloudHub workers \r\nCreate a CNAME for api.acme.com pointing to the DLB's A record<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996618' class='answer   answerof-251744 ' value='996618'   \/><label for='answer-id-996618' id='answer-label-996618' class=' answer'><span>Add the<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996619' class='answer   answerof-251744 ' value='996619'   \/><label for='answer-id-996619' id='answer-label-996619' class=' answer'><span>509 certificate to the CloudHub Shared Load Balancer (SLB), not to the Mule application \r\nCreate a CNAME for api.acme.com pointing to the SLB's A record<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996620' class='answer   answerof-251744 ' value='996620'   \/><label for='answer-id-996620' id='answer-label-996620' class=' answer'><span>Add the<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996621' class='answer   answerof-251744 ' value='996621'   \/><label for='answer-id-996621' id='answer-label-996621' class=' answer'><span>509 certificate to a CloudHub Dedicated Load Balancer (DLB), not to the Mule application \r\nCreate a CNAME for api.acme.com pointing to the DLB's A record<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251744[]' id='answer-id-996622' class='answer   answerof-251744 ' value='996622'   \/><label for='answer-id-996622' id='answer-label-996622' class=' answer'><span>Add the x.509 certificate to the Mule application's deployable archive, then configure the CloudHub Shared Load Balancer (SLB) \r\nfor each of the Mule application's CloudHub workers \r\nCreate a CNAME for api.acme.com pointing to the SLB's A record<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-50' style=';'><div id='questionWrap-50'  class='   watupro-question-id-251745'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>50. <\/span>A leading bank implementing new mule API. <br \/>\r<br>The purpose of API to fetch the customer account balances from the backend application and display them on the online platform the online banking platform. The online banking platform will send an array of accounts to Mule API get the account balances. <br \/>\r<br>As a part of the processing the Mule API needs to insert the data into the database for auditing purposes and this process should not have any performance related implications on the account balance retrieval flow <br \/>\r<br>How should this requirement be implemented to achieve better throughput?<\/div><input type='hidden' name='question_id[]' id='qID_50' value='251745' \/><input type='hidden' id='answerType251745' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251745[]' id='answer-id-996623' class='answer   answerof-251745 ' value='996623'   \/><label for='answer-id-996623' id='answer-label-996623' class=' answer'><span>Implement the Async scope fetch the data from the backend application and to insert \r\nrecords in the Audit database<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251745[]' id='answer-id-996624' class='answer   answerof-251745 ' value='996624'   \/><label for='answer-id-996624' id='answer-label-996624' class=' answer'><span>Implement a for each scope to fetch the data from the back-end application and to insert records into the Audit database<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251745[]' id='answer-id-996625' class='answer   answerof-251745 ' value='996625'   \/><label for='answer-id-996625' id='answer-label-996625' class=' answer'><span>Implement a try-catch scope to fetch the data from the back-end application and use the Async scope to insert records into the Audit database<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251745[]' id='answer-id-996626' class='answer   answerof-251745 ' value='996626'   \/><label for='answer-id-996626' id='answer-label-996626' class=' answer'><span>Implement parallel for each scope to fetch the data from the backend application and use Async scope to insert the records into the Audit database<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-51' style=';'><div id='questionWrap-51'  class='   watupro-question-id-251746'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>51. <\/span>What comparison is true about a CloudHub Dedicated Load Balancer (DLB) vs. the CloudHub Shared Load Balancer (SLB)?<\/div><input type='hidden' name='question_id[]' id='qID_51' value='251746' \/><input type='hidden' id='answerType251746' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251746[]' id='answer-id-996627' class='answer   answerof-251746 ' value='996627'   \/><label for='answer-id-996627' id='answer-label-996627' class=' answer'><span>Only a DLB allows the configuration of a custom TLS server certificate<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251746[]' id='answer-id-996628' class='answer   answerof-251746 ' value='996628'   \/><label for='answer-id-996628' id='answer-label-996628' class=' answer'><span>Only the SLB can forward HTTP traffic to the VPC-internal ports of the CloudHub workers<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251746[]' id='answer-id-996629' class='answer   answerof-251746 ' value='996629'   \/><label for='answer-id-996629' id='answer-label-996629' class=' answer'><span>Both a DLB and the SLB allow the configuration of access control via IP whitelists<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251746[]' id='answer-id-996630' class='answer   answerof-251746 ' value='996630'   \/><label for='answer-id-996630' id='answer-label-996630' class=' answer'><span>Both a DLB and the SLB implement load balancing by sending HTTP requests to workers with the lowest workloads<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-52' style=';'><div id='questionWrap-52'  class='   watupro-question-id-251747'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>52. <\/span>What operation can be performed through a JMX agent enabled in a Mule application?<\/div><input type='hidden' name='question_id[]' id='qID_52' value='251747' \/><input type='hidden' id='answerType251747' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251747[]' id='answer-id-996631' class='answer   answerof-251747 ' value='996631'   \/><label for='answer-id-996631' id='answer-label-996631' class=' answer'><span>View object store entries<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251747[]' id='answer-id-996632' class='answer   answerof-251747 ' value='996632'   \/><label for='answer-id-996632' id='answer-label-996632' class=' answer'><span>Replay an unsuccessful message<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251747[]' id='answer-id-996633' class='answer   answerof-251747 ' value='996633'   \/><label for='answer-id-996633' id='answer-label-996633' class=' answer'><span>Set a particular tog4J2 log level to TRACE<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251747[]' id='answer-id-996634' class='answer   answerof-251747 ' value='996634'   \/><label for='answer-id-996634' id='answer-label-996634' class=' answer'><span>Deploy a Mule application<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-53' style=';'><div id='questionWrap-53'  class='   watupro-question-id-251748'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>53. <\/span>A project uses Jenkins to implement CI\/CD process. It was observed that each Mule package contains some of the Jenkins files and folders for configurations of CI\/CD jobs. <br \/>\r<br>As these files and folders are not part of the actual package, expectation is that these should not be part of deployed archive. <br \/>\r<br>Which file can be used to exclude these files and folders from the deployed archive?<\/div><input type='hidden' name='question_id[]' id='qID_53' value='251748' \/><input type='hidden' id='answerType251748' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251748[]' id='answer-id-996635' class='answer   answerof-251748 ' value='996635'   \/><label for='answer-id-996635' id='answer-label-996635' class=' answer'><span>muleignore<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251748[]' id='answer-id-996636' class='answer   answerof-251748 ' value='996636'   \/><label for='answer-id-996636' id='answer-label-996636' class=' answer'><span>_unTrackMule<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251748[]' id='answer-id-996637' class='answer   answerof-251748 ' value='996637'   \/><label for='answer-id-996637' id='answer-label-996637' class=' answer'><span>mulelnclude<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251748[]' id='answer-id-996638' class='answer   answerof-251748 ' value='996638'   \/><label for='answer-id-996638' id='answer-label-996638' class=' answer'><span>_muleExclude<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-54' style=';'><div id='questionWrap-54'  class='   watupro-question-id-251749'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>54. <\/span>What best describes the Fully Qualified Domain Names (FQDNs), also known as DNS entries, created when a Mule application is deployed to the CloudHub Shared Worker Cloud?<\/div><input type='hidden' name='question_id[]' id='qID_54' value='251749' \/><input type='hidden' id='answerType251749' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251749[]' id='answer-id-996639' class='answer   answerof-251749 ' value='996639'   \/><label for='answer-id-996639' id='answer-label-996639' class=' answer'><span>A fixed number of FQDNs are created, IRRESPECTIVE of the environment and VPC design<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251749[]' id='answer-id-996640' class='answer   answerof-251749 ' value='996640'   \/><label for='answer-id-996640' id='answer-label-996640' class=' answer'><span>The FQDNs are determined by the application name chosen, IRRESPECTIVE of the region<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251749[]' id='answer-id-996641' class='answer   answerof-251749 ' value='996641'   \/><label for='answer-id-996641' id='answer-label-996641' class=' answer'><span>The FQDNs are determined by the application name, but can be modified by an administrator after deployment<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251749[]' id='answer-id-996642' class='answer   answerof-251749 ' value='996642'   \/><label for='answer-id-996642' id='answer-label-996642' class=' answer'><span>The FQDNs are determined by both the application name and the region<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-55' style=';'><div id='questionWrap-55'  class='   watupro-question-id-251750'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>55. <\/span>Mule application A receives a request Anypoint MQ message REQU with a payload containing a variable-length list of request objects. Application A uses the For Each scope to split the list into individual objects and sends each object as a message to an Anypoint MQ queue. <br \/>\r<br>Service S listens on that queue, processes each message independently of all other messages, and sends a response message to a response queue. <br \/>\r<br>Application A listens on that response queue and must in turn create and publish a response Anypoint MQ message RESP with a payload containing the list of responses sent by service S in the same order as the request objects originally sent in REQU. <br \/>\r<br>Assume successful response messages are returned by service S for all request messages. <br \/>\r<br>What is required so that application A can ensure that the length and order of the list of objects in RESP and REQU match, while at the same time maximizing message throughput?<\/div><input type='hidden' name='question_id[]' id='qID_55' value='251750' \/><input type='hidden' id='answerType251750' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251750[]' id='answer-id-996643' class='answer   answerof-251750 ' value='996643'   \/><label for='answer-id-996643' id='answer-label-996643' class=' answer'><span>Use a Scatter-Gather within the For Each scope to ensure response message order Configure the Scatter-Gather with a persistent object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251750[]' id='answer-id-996644' class='answer   answerof-251750 ' value='996644'   \/><label for='answer-id-996644' id='answer-label-996644' class=' answer'><span>Perform all communication involving service S synchronously from within the For Each scope, so objects in RESP are in the exact same order as request objects in REQU<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251750[]' id='answer-id-996645' class='answer   answerof-251750 ' value='996645'   \/><label for='answer-id-996645' id='answer-label-996645' class=' answer'><span>Use an Async scope within the For Each scope and collect response messages in a second For Each scope in the order In which they arrive, then send RESP using this list of responses<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251750[]' id='answer-id-996646' class='answer   answerof-251750 ' value='996646'   \/><label for='answer-id-996646' id='answer-label-996646' class=' answer'><span>Keep track of the list length and all object indices in REQU, both in the For Each scope and in all communication involving service Use persistent storage when creating RESP<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-56' style=';'><div id='questionWrap-56'  class='   watupro-question-id-251751'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>56. <\/span>A company is planning to migrate its deployment environment from on-premises cluster to a Runtime Fabric (RTF) cluster. It also has a requirement to enable Mule applications deployed to a Mule runtime instance to store and share data across application replicas and restarts. <br \/>\r<br>How can these requirements be met?<\/div><input type='hidden' name='question_id[]' id='qID_56' value='251751' \/><input type='hidden' id='answerType251751' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251751[]' id='answer-id-996647' class='answer   answerof-251751 ' value='996647'   \/><label for='answer-id-996647' id='answer-label-996647' class=' answer'><span>Anypoint object store V2 to share data between replicas in the RTF cluster<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251751[]' id='answer-id-996648' class='answer   answerof-251751 ' value='996648'   \/><label for='answer-id-996648' id='answer-label-996648' class=' answer'><span>Install the object store pod on one of the cluster nodes<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251751[]' id='answer-id-996649' class='answer   answerof-251751 ' value='996649'   \/><label for='answer-id-996649' id='answer-label-996649' class=' answer'><span>Configure Persistence Gateway in any of the servers using Mule Object Store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251751[]' id='answer-id-996650' class='answer   answerof-251751 ' value='996650'   \/><label for='answer-id-996650' id='answer-label-996650' class=' answer'><span>Configure Persistent Gateway at the RTF<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-57' style=';'><div id='questionWrap-57'  class='   watupro-question-id-251752'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>57. <\/span>A company is designing a mule application to consume batch data from a partner's ftps server. The data files have been compressed and then digitally signed using PGP. <br \/>\r<br>What inputs are required for the application to securely consumed these files?<\/div><input type='hidden' name='question_id[]' id='qID_57' value='251752' \/><input type='hidden' id='answerType251752' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251752[]' id='answer-id-996651' class='answer   answerof-251752 ' value='996651'   \/><label for='answer-id-996651' id='answer-label-996651' class=' answer'><span>ATLS context Key Store requiring the private key and certificate for the company PGP public key of partner PGP private key for the company<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251752[]' id='answer-id-996652' class='answer   answerof-251752 ' value='996652'   \/><label for='answer-id-996652' id='answer-label-996652' class=' answer'><span>ATLS context first store containing a public certificate for partner ftps server and the PGP public key of the partner TLS contact Key Store containing the FTP credentials<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251752[]' id='answer-id-996653' class='answer   answerof-251752 ' value='996653'   \/><label for='answer-id-996653' id='answer-label-996653' class=' answer'><span>TLS context trust or containing a public certificate for the ftps server The FTP username and password The PGP public key of the partner<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251752[]' id='answer-id-996654' class='answer   answerof-251752 ' value='996654'   \/><label for='answer-id-996654' id='answer-label-996654' class=' answer'><span>The PGP public key of the partner \r\nThe PGP private key for the company \r\nThe FTP username and password<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-58' style=';'><div id='questionWrap-58'  class='   watupro-question-id-251753'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>58. <\/span>An organization is designing multiple new applications to run on CloudHub in a single Anypoint VPC and that must share data using a common persistent Anypoint object store V2 (OSv2). <br \/>\r<br>Which design gives these mule applications access to the same object store instance?<\/div><input type='hidden' name='question_id[]' id='qID_58' value='251753' \/><input type='hidden' id='answerType251753' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251753[]' id='answer-id-996655' class='answer   answerof-251753 ' value='996655'   \/><label for='answer-id-996655' id='answer-label-996655' class=' answer'><span>AVM connector configured to directly access the persistence queue of the persistent object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251753[]' id='answer-id-996656' class='answer   answerof-251753 ' value='996656'   \/><label for='answer-id-996656' id='answer-label-996656' class=' answer'><span>An Anypoint MQ connector configured to directly access the persistent object store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251753[]' id='answer-id-996657' class='answer   answerof-251753 ' value='996657'   \/><label for='answer-id-996657' id='answer-label-996657' class=' answer'><span>Object store V2 can be shared across cloudhub applications with the configured osv2 connector<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251753[]' id='answer-id-996658' class='answer   answerof-251753 ' value='996658'   \/><label for='answer-id-996658' id='answer-label-996658' class=' answer'><span>The object store V2 rest API configured to access the persistent object store<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-59' style=';'><div id='questionWrap-59'  class='   watupro-question-id-251754'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>59. <\/span>Refer to the exhibit. <br \/>\r<br><br><img decoding=\"async\" width=530 height=290 id=\"\u56fe\u7247 98\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/02\/image015-6.jpg\"><br><br \/>\r<br>A Mule application is deployed to a cluster of two customer-hosted Mute runtimes. The Mute application has a flow that polls a database and another flow with an HTTP Listener. <br \/>\r<br>HTTP clients send HTTP requests directly to individual cluster nodes. <br \/>\r<br>What happens to database polling and HTTP request handling in the time after the primary (master) node of the cluster has railed, but before that node is restarted?<\/div><input type='hidden' name='question_id[]' id='qID_59' value='251754' \/><input type='hidden' id='answerType251754' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251754[]' id='answer-id-996659' class='answer   answerof-251754 ' value='996659'   \/><label for='answer-id-996659' id='answer-label-996659' class=' answer'><span>Database polling continues Only HTTP requests sent to the remaining node continue to be accepted<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251754[]' id='answer-id-996660' class='answer   answerof-251754 ' value='996660'   \/><label for='answer-id-996660' id='answer-label-996660' class=' answer'><span>Database polling stops All HTTP requests continue to be accepted<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251754[]' id='answer-id-996661' class='answer   answerof-251754 ' value='996661'   \/><label for='answer-id-996661' id='answer-label-996661' class=' answer'><span>Database polling continues All HTTP requests continue to be accepted, but requests to the failed node Incur increased latency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251754[]' id='answer-id-996662' class='answer   answerof-251754 ' value='996662'   \/><label for='answer-id-996662' id='answer-label-996662' class=' answer'><span>Database polling stops All HTTP requests are rejected<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-60' style=';'><div id='questionWrap-60'  class='   watupro-question-id-251755'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>60. <\/span>Refer to the exhibit. <br \/>\r<br><br><img decoding=\"async\" width=581 height=460 id=\"\u56fe\u7247 173\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/02\/image017-6.jpg\"><br><br \/>\r<br>An organization is sizing an Anypoint VPC for the non-production deployments of those Mule applications that connect to the organization's on-premises systems. This applies to approx. 60 Mule applications. Each application is deployed to two CloudHub i workers. The organization currently has three non-production environments (DEV, SIT and UAT) that share this VPC. The AWS region of the VPC has two AZs. <br \/>\r<br>The organization has a very mature DevOps approach which automatically progresses each application through all non-production environments before automatically deploying to production. This process results in several Mule application deployments per hour, using CloudHub's normal zero-downtime deployment feature. <br \/>\r<br>What is a CIDR block for this VPC that results in the smallest usable private IP address range?<\/div><input type='hidden' name='question_id[]' id='qID_60' value='251755' \/><input type='hidden' id='answerType251755' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251755[]' id='answer-id-996663' class='answer   answerof-251755 ' value='996663'   \/><label for='answer-id-996663' id='answer-label-996663' class=' answer'><span>10.0.0.0\/26 (64 IPS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251755[]' id='answer-id-996664' class='answer   answerof-251755 ' value='996664'   \/><label for='answer-id-996664' id='answer-label-996664' class=' answer'><span>10.0.0.0\/25 (128 IPs)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251755[]' id='answer-id-996665' class='answer   answerof-251755 ' value='996665'   \/><label for='answer-id-996665' id='answer-label-996665' class=' answer'><span>10.0.0.0\/24 (256 IPs)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251755[]' id='answer-id-996666' class='answer   answerof-251755 ' value='996666'   \/><label for='answer-id-996666' id='answer-label-996666' class=' answer'><span>10.0.0.0\/22 (1024 IPs)<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-61' style=';'><div id='questionWrap-61'  class='   watupro-question-id-251756'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>61. <\/span>An organization is using Mulesoft cloudhub and develops API's in the latest version. As a part of requirements for one of the API's, third party API needs to be called. The security team has made it clear that calling any external API needs to have include listing <br \/>\r<br>As an integration architect please suggest the best way to accomplish the design plan to support these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_61' value='251756' \/><input type='hidden' id='answerType251756' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251756[]' id='answer-id-996667' class='answer   answerof-251756 ' value='996667'   \/><label for='answer-id-996667' id='answer-label-996667' class=' answer'><span>Implement includelist IP on the cloudhub VPC firewall to allow the traffic<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251756[]' id='answer-id-996668' class='answer   answerof-251756 ' value='996668'   \/><label for='answer-id-996668' id='answer-label-996668' class=' answer'><span>Implement the validation of includelisted IP operation<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251756[]' id='answer-id-996669' class='answer   answerof-251756 ' value='996669'   \/><label for='answer-id-996669' id='answer-label-996669' class=' answer'><span>Implement the Any point filter processor to implement the include list IP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251756[]' id='answer-id-996670' class='answer   answerof-251756 ' value='996670'   \/><label for='answer-id-996670' id='answer-label-996670' class=' answer'><span>Implement a proxy for the third party API and enforce the IPinclude list policy and call this proxy from the flow of the API<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-62' style=';'><div id='questionWrap-62'  class='   watupro-question-id-251757'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>62. <\/span>As a part of business requirement, old CRM system needs to be integrated using Mule application. CRM system is capable of exchanging data only via SOAP\/HTTP protocol. <br \/>\r<br>As an integration architect who follows API led approach, what is the below step you will perform so that you can share document with CRM team?<\/div><input type='hidden' name='question_id[]' id='qID_62' value='251757' \/><input type='hidden' id='answerType251757' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251757[]' id='answer-id-996671' class='answer   answerof-251757 ' value='996671'   \/><label for='answer-id-996671' id='answer-label-996671' class=' answer'><span>Create RAML specification using Design Center<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251757[]' id='answer-id-996672' class='answer   answerof-251757 ' value='996672'   \/><label for='answer-id-996672' id='answer-label-996672' class=' answer'><span>Create SOAP API specification using Design Center<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251757[]' id='answer-id-996673' class='answer   answerof-251757 ' value='996673'   \/><label for='answer-id-996673' id='answer-label-996673' class=' answer'><span>Create WSDL specification using text editor<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251757[]' id='answer-id-996674' class='answer   answerof-251757 ' value='996674'   \/><label for='answer-id-996674' id='answer-label-996674' class=' answer'><span>Create WSDL specification using Design Center<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-63' style=';'><div id='questionWrap-63'  class='   watupro-question-id-251758'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>63. <\/span>A Mule application is built to support a local transaction for a series of operations on a single database. The Mule application has a Scatter-Gather that participates in the local transaction. <br \/>\r<br>What is the behavior of the Scatter-Gather when running within this local transaction?<\/div><input type='hidden' name='question_id[]' id='qID_63' value='251758' \/><input type='hidden' id='answerType251758' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251758[]' id='answer-id-996675' class='answer   answerof-251758 ' value='996675'   \/><label for='answer-id-996675' id='answer-label-996675' class=' answer'><span>Execution of each route within the Scatter-Gather occurs sequentially \r\nAny error that occurs inside the Scatter-Gather will result in a rollback of all the database operations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251758[]' id='answer-id-996676' class='answer   answerof-251758 ' value='996676'   \/><label for='answer-id-996676' id='answer-label-996676' class=' answer'><span>Execution of all routes within the Scatter-Gather occurs in parallel \r\nAny error that occurs inside the Scatter-Gather will result in a rollback of all the database operations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251758[]' id='answer-id-996677' class='answer   answerof-251758 ' value='996677'   \/><label for='answer-id-996677' id='answer-label-996677' class=' answer'><span>Execution of each route within the Scatter-Gather occurs sequentially \r\nAny error that occurs inside the Scatter-Gather will NOT result in a rollback of any of the database operations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251758[]' id='answer-id-996678' class='answer   answerof-251758 ' value='996678'   \/><label for='answer-id-996678' id='answer-label-996678' class=' answer'><span>Execution of each route within the Scatter-Gather occurs in parallel \r\nAny error that occurs inside the Scatter-Gather will NOT result in a rollback of any of the database operations<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-64' style=';'><div id='questionWrap-64'  class='   watupro-question-id-251759'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>64. <\/span>What Anypoint Connectors support transactions?<\/div><input type='hidden' name='question_id[]' id='qID_64' value='251759' \/><input type='hidden' id='answerType251759' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251759[]' id='answer-id-996679' class='answer   answerof-251759 ' value='996679'   \/><label for='answer-id-996679' id='answer-label-996679' class=' answer'><span>Database, JMS, VM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251759[]' id='answer-id-996680' class='answer   answerof-251759 ' value='996680'   \/><label for='answer-id-996680' id='answer-label-996680' class=' answer'><span>Database, 3MS, HTTP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251759[]' id='answer-id-996681' class='answer   answerof-251759 ' value='996681'   \/><label for='answer-id-996681' id='answer-label-996681' class=' answer'><span>Database, JMS, VM, SFTP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251759[]' id='answer-id-996682' class='answer   answerof-251759 ' value='996682'   \/><label for='answer-id-996682' id='answer-label-996682' class=' answer'><span>Database, VM, File<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-65' style=';'><div id='questionWrap-65'  class='   watupro-question-id-251760'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>65. <\/span>A Mule application is built to support a local transaction for a series of operations on a single database. The mule application has a Scatter-Gather scope that participates in the local transaction. <br \/>\r<br>What is the behavior of the Scatter-Gather when running within this local transaction?<\/div><input type='hidden' name='question_id[]' id='qID_65' value='251760' \/><input type='hidden' id='answerType251760' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251760[]' id='answer-id-996683' class='answer   answerof-251760 ' value='996683'   \/><label for='answer-id-996683' id='answer-label-996683' class=' answer'><span>Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter-Gather will result in a roll back of all the database operations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251760[]' id='answer-id-996684' class='answer   answerof-251760 ' value='996684'   \/><label for='answer-id-996684' id='answer-label-996684' class=' answer'><span>Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will be handled by error handler and will not result in roll back<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251760[]' id='answer-id-996685' class='answer   answerof-251760 ' value='996685'   \/><label for='answer-id-996685' id='answer-label-996685' class=' answer'><span>Execution of all routes within Scatter-Gather occurs sequentially Any error that occurs inside Scatter-Gather will result in a roll back of all the database operations<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251760[]' id='answer-id-996686' class='answer   answerof-251760 ' value='996686'   \/><label for='answer-id-996686' id='answer-label-996686' class=' answer'><span>Execution of all routes within Scatter-Gather occurs in parallel Any error that occurs inside Scatter-Gather will be handled by error handler and will not result in roll back<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-66' style=';'><div id='questionWrap-66'  class='   watupro-question-id-251761'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>66. <\/span>A mule application uses an HTTP request operation to involve an external API. <br \/>\r<br>The external API follows the HTTP specification for proper status code usage. <br \/>\r<br>What is possible cause when a 3xx status code is returned to the HTTP Request operation from the external API?<\/div><input type='hidden' name='question_id[]' id='qID_66' value='251761' \/><input type='hidden' id='answerType251761' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251761[]' id='answer-id-996687' class='answer   answerof-251761 ' value='996687'   \/><label for='answer-id-996687' id='answer-label-996687' class=' answer'><span>The request was not accepted by the external API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251761[]' id='answer-id-996688' class='answer   answerof-251761 ' value='996688'   \/><label for='answer-id-996688' id='answer-label-996688' class=' answer'><span>The request was Redirected to a different URL by the external API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251761[]' id='answer-id-996689' class='answer   answerof-251761 ' value='996689'   \/><label for='answer-id-996689' id='answer-label-996689' class=' answer'><span>The request was NOT RECEIVED by the external API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251761[]' id='answer-id-996690' class='answer   answerof-251761 ' value='996690'   \/><label for='answer-id-996690' id='answer-label-996690' class=' answer'><span>The request was ACCEPTED by the external API<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-67' style=';'><div id='questionWrap-67'  class='   watupro-question-id-251762'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>67. <\/span>In Anypoint Platform, a company wants to configure multiple identity providers (IdPs) for multiple lines of business (LOBs). Multiple business groups, teams, and environments have been defined for these LOBs. <br \/>\r<br>What Anypoint Platform feature can use multiple IdPs across the company\u2019s business groups, teams, and environments?<\/div><input type='hidden' name='question_id[]' id='qID_67' value='251762' \/><input type='hidden' id='answerType251762' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251762[]' id='answer-id-996691' class='answer   answerof-251762 ' value='996691'   \/><label for='answer-id-996691' id='answer-label-996691' class=' answer'><span>MuleSoft-hosted (CloudHub) dedicated load balancers<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251762[]' id='answer-id-996692' class='answer   answerof-251762 ' value='996692'   \/><label for='answer-id-996692' id='answer-label-996692' class=' answer'><span>Client (application) management<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251762[]' id='answer-id-996693' class='answer   answerof-251762 ' value='996693'   \/><label for='answer-id-996693' id='answer-label-996693' class=' answer'><span>Virtual private clouds<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251762[]' id='answer-id-996694' class='answer   answerof-251762 ' value='996694'   \/><label for='answer-id-996694' id='answer-label-996694' class=' answer'><span>Permissions<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-68' style=';'><div id='questionWrap-68'  class='   watupro-question-id-251763'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>68. <\/span>A Mule application is synchronizing customer data between two different database systems. <br \/>\r<br>What is the main benefit of using XA transaction over local transactions to synchronize these two database system?<\/div><input type='hidden' name='question_id[]' id='qID_68' value='251763' \/><input type='hidden' id='answerType251763' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251763[]' id='answer-id-996695' class='answer   answerof-251763 ' value='996695'   \/><label for='answer-id-996695' id='answer-label-996695' class=' answer'><span>Reduce latency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251763[]' id='answer-id-996696' class='answer   answerof-251763 ' value='996696'   \/><label for='answer-id-996696' id='answer-label-996696' class=' answer'><span>Increase throughput<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251763[]' id='answer-id-996697' class='answer   answerof-251763 ' value='996697'   \/><label for='answer-id-996697' id='answer-label-996697' class=' answer'><span>Simplifies communincation<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251763[]' id='answer-id-996698' class='answer   answerof-251763 ' value='996698'   \/><label for='answer-id-996698' id='answer-label-996698' class=' answer'><span>Ensure consistency<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-69' style=';'><div id='questionWrap-69'  class='   watupro-question-id-251764'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>69. <\/span>A global, high-volume shopping Mule application is being built and will be deployed to CloudHub. To improve performance, the Mule application uses a Cache scope that maintains cache state in a CloudHub object store. Web clients will access the Mule application over HTTP from all around the world, with peak volume coinciding with business hours in the web client's geographic location. <br \/>\r<br>To achieve optimal performance, what Anypoint Platform region should be chosen for the CloudHub object store?<\/div><input type='hidden' name='question_id[]' id='qID_69' value='251764' \/><input type='hidden' id='answerType251764' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251764[]' id='answer-id-996699' class='answer   answerof-251764 ' value='996699'   \/><label for='answer-id-996699' id='answer-label-996699' class=' answer'><span>Choose the same region as to where the Mule application is deployed<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251764[]' id='answer-id-996700' class='answer   answerof-251764 ' value='996700'   \/><label for='answer-id-996700' id='answer-label-996700' class=' answer'><span>Choose the US-West region, the only supported region for CloudHub object stores<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251764[]' id='answer-id-996701' class='answer   answerof-251764 ' value='996701'   \/><label for='answer-id-996701' id='answer-label-996701' class=' answer'><span>Choose the geographically closest available region for each web client<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251764[]' id='answer-id-996702' class='answer   answerof-251764 ' value='996702'   \/><label for='answer-id-996702' id='answer-label-996702' class=' answer'><span>Choose a region that is the traffic-weighted geographic center of all web clients<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-70' style=';'><div id='questionWrap-70'  class='   watupro-question-id-251765'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>70. <\/span>As a part of design, Mule application is required call the Google Maps API to perform a distance computation. The application is deployed to cloudhub. <br \/>\r<br>At the minimum what should be configured in the TLS context of the HTTP request configuration to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_70' value='251765' \/><input type='hidden' id='answerType251765' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251765[]' id='answer-id-996703' class='answer   answerof-251765 ' value='996703'   \/><label for='answer-id-996703' id='answer-label-996703' class=' answer'><span>The configuration is built-in and nothing extra is required for the TLS context<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251765[]' id='answer-id-996704' class='answer   answerof-251765 ' value='996704'   \/><label for='answer-id-996704' id='answer-label-996704' class=' answer'><span>Request a private key from Google and create a PKCS12 file with it and add it in keyStore as a part of TLS context<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251765[]' id='answer-id-996705' class='answer   answerof-251765 ' value='996705'   \/><label for='answer-id-996705' id='answer-label-996705' class=' answer'><span>Download the Google public certificate from a browser, generate JKS file from it and add it in key store as a part of TLS context<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-251765[]' id='answer-id-996706' class='answer   answerof-251765 ' value='996706'   \/><label for='answer-id-996706' id='answer-label-996706' class=' answer'><span>Download the Google public certificate from a browser, generate a JKS file from it and add it in Truststore as part of the TLS context<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div style='display:none' id='question-71'>\n\t<div class='question-content'>\n\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/img\/loading.gif\" width=\"16\" height=\"16\" alt=\"Loading...\" title=\"Loading...\" \/>&nbsp;Loading...\t<\/div>\n<\/div>\n\n<br \/>\n\t\n\t\t\t<div class=\"watupro_buttons flex \" id=\"watuPROButtons6989\" >\n\t\t  <div id=\"prev-question\" style=\"display:none;\"><input type=\"button\" value=\"&lt; Previous\" onclick=\"WatuPRO.nextQuestion(event, 'previous');\"\/><\/div>\t\t  \t\t  \t\t   \n\t\t   \t  \t\t<div><input type=\"button\" name=\"action\" class=\"watupro-submit-button\" onclick=\"WatuPRO.submitResult(event)\" id=\"action-button\" value=\"View Results\"  \/>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t<input type=\"hidden\" name=\"quiz_id\" value=\"6989\" id=\"watuPROExamID\"\/>\n\t<input type=\"hidden\" name=\"start_time\" id=\"startTime\" value=\"2026-05-09 17:32:38\" \/>\n\t<input type=\"hidden\" name=\"start_timestamp\" id=\"startTimeStamp\" value=\"1778347958\" \/>\n\t<input type=\"hidden\" name=\"question_ids\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"watupro_questions\" value=\"251696:996420,996421,996422,996423 | 251697:996424,996425,996426,996427 | 251698:996428,996429,996430,996431 | 251699:996432,996433,996434,996435 | 251700:996436,996437,996438,996439 | 251701:996440,996441,996442,996443 | 251702:996444,996445,996446,996447 | 251703:996448,996449,996450,996451,996452,996453,996454 | 251704:996455,996456,996457,996458 | 251705:996459,996460,996461,996462 | 251706:996463,996464,996465,996466 | 251707:996467,996468,996469,996470 | 251708:996471,996472,996473,996474 | 251709:996475,996476,996477,996478 | 251710:996479,996480,996481,996482 | 251711:996483,996484,996485,996486,996487 | 251712:996488,996489,996490,996491 | 251713:996492,996493,996494,996495 | 251714:996496,996497,996498,996499 | 251715:996500,996501,996502 | 251716:996503,996504,996505,996506 | 251717:996507,996508,996509,996510 | 251718:996511,996512,996513,996514 | 251719:996515,996516,996517,996518 | 251720:996519,996520,996521,996522 | 251721:996523,996524,996525,996526 | 251722:996527,996528,996529,996530 | 251723:996531,996532,996533,996534 | 251724:996535,996536,996537,996538 | 251725:996539,996540,996541,996542 | 251726:996543,996544,996545,996546 | 251727:996547,996548,996549,996550,996551 | 251728:996552,996553,996554,996555 | 251729:996556,996557,996558,996559 | 251730:996560,996561,996562,996563 | 251731:996564,996565,996566,996567 | 251732:996568,996569,996570,996571 | 251733:996572,996573,996574,996575 | 251734:996576,996577,996578,996579 | 251735:996580,996581,996582,996583 | 251736:996584,996585,996586,996587 | 251737:996588,996589,996590,996591 | 251738:996592,996593,996594,996595 | 251739:996596,996597,996598,996599 | 251740:996600,996601,996602,996603 | 251741:996604,996605,996606,996607 | 251742:996608,996609,996610,996611 | 251743:996612,996613,996614,996615 | 251744:996616,996617,996618,996619,996620,996621,996622 | 251745:996623,996624,996625,996626 | 251746:996627,996628,996629,996630 | 251747:996631,996632,996633,996634 | 251748:996635,996636,996637,996638 | 251749:996639,996640,996641,996642 | 251750:996643,996644,996645,996646 | 251751:996647,996648,996649,996650 | 251752:996651,996652,996653,996654 | 251753:996655,996656,996657,996658 | 251754:996659,996660,996661,996662 | 251755:996663,996664,996665,996666 | 251756:996667,996668,996669,996670 | 251757:996671,996672,996673,996674 | 251758:996675,996676,996677,996678 | 251759:996679,996680,996681,996682 | 251760:996683,996684,996685,996686 | 251761:996687,996688,996689,996690 | 251762:996691,996692,996693,996694 | 251763:996695,996696,996697,996698 | 251764:996699,996700,996701,996702 | 251765:996703,996704,996705,996706\" \/>\n\t<input type=\"hidden\" name=\"no_ajax\" value=\"0\">\t\t\t<\/form>\n\t<p>&nbsp;<\/p>\n<\/div>\n\n<script type=\"text\/javascript\">\n\/\/jQuery(document).ready(function(){\ndocument.addEventListener(\"DOMContentLoaded\", function(event) { \t\nvar question_ids = \"251696,251697,251698,251699,251700,251701,251702,251703,251704,251705,251706,251707,251708,251709,251710,251711,251712,251713,251714,251715,251716,251717,251718,251719,251720,251721,251722,251723,251724,251725,251726,251727,251728,251729,251730,251731,251732,251733,251734,251735,251736,251737,251738,251739,251740,251741,251742,251743,251744,251745,251746,251747,251748,251749,251750,251751,251752,251753,251754,251755,251756,251757,251758,251759,251760,251761,251762,251763,251764,251765\";\nWatuPROSettings[6989] = {};\nWatuPRO.qArr = question_ids.split(',');\nWatuPRO.exam_id = 6989;\t    \nWatuPRO.post_id = 50874;\nWatuPRO.store_progress = 0;\nWatuPRO.curCatPage = 1;\nWatuPRO.requiredIDs=\"0\".split(\",\");\nWatuPRO.hAppID = \"0.03891100 1778347958\";\nvar url = \"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/show_exam.php\";\nWatuPRO.examMode = 1;\nWatuPRO.siteURL=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-admin\/admin-ajax.php\";\nWatuPRO.emailIsNotRequired = 0;\nWatuPROIntel.init(6989);\nWatuPRO.inCategoryPages=1;});    \t \n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8047,9098],"tags":[9092,9097,9094],"class_list":["post-50874","post","type-post","status-publish","format-standard","hentry","category-mulesoft","category-mulesoft-certified-architect","tag-mcia-level-1","tag-mcia-level-1-exam-dumps","tag-mcia-level-1-free-dumps"],"_links":{"self":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/50874","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/comments?post=50874"}],"version-history":[{"count":1,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/50874\/revisions"}],"predecessor-version":[{"id":50876,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/50874\/revisions\/50876"}],"wp:attachment":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/media?parent=50874"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/categories?post=50874"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/tags?post=50874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}