Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 1 / 7 Exam : Mule-Arch-202 Title : https://www.cert007.com/exam/mule-arch-202/ Salesforce Certified MuleSoft Platform Integration Architect Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 2 / 7 1.A Mule application is being designed to receive a CSV file nightly that contains millions of records from an external vendor over SFTP. The records from the file must be transformed and then written to a database. Records can be inserted into the database in any order. In this use case, which combination of Mule components provides the most effective way to write these records to the database? A. Use a Parallel For Each scope to insert records in-parallel into the database B. Use the DataWeave map function and an Async scope to insert records in-parallel into the database C. Use a Batch Job scope to bulk-insert records into the database D. Use a Scatter-Gather router to bulk-insert records into the database Answer: C 2.Which of the following are fundamental features available to all Mule applications? (Choose Two) A. Custom exception strategies. B. DataWeave transformations. C. Built-in modules for all external systems. D. Automatic data encryption. Answer: AB 3.NorthernTrail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing. What solution should anarchitect propose? A. Trigger invokes Queueable Apex method, with custom error handling process. B. Trigger makes @future Apex method, with custom error handling process. C. Button press invokes synchronous callout, with user handling retries in case of error D. Outbound Messaging, which will automatically handle error retries to the service. Answer: A 4.Which option is a correct feature of Anypoint Platform for managing event-driven APIs? A. Email campaign management B. Event-driven messaging C. Traditional file transfer protocol D. Static web hosting Answer: B 5.A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third-party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production. What type of monitoring should the Integration Consultant have considered to monitor this integration? A. Monitor Platform Events created per hour limits across the Salesforce instance. B. Set up debug logs for Platform Event triggers to monitor performance. C. Validate the Platform Event definition matches leads definition. Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 3 / 7 D. Monitor the volume of leads that are created in Salesforce. Answer: A 6.A manufacturing organization has implemented a continuous integration (CI) lifecycle that promotes Mule applications through code, build, and test stages. To standardize the organization's CI journey, a new dependency control approach is being designed to store artifacts that include information such as dependencies, versioning, and build promotions. To implement these process improvements, the organization requires developers to maintain all dependencies related to Mule application code in a shared location. Which system should the organization use in a shared location to standardize all dependencies related to Mule application code? A. API Community Manager B. A MuleSoft-managed repository at repository.mulesoft.org C. A binary artifact repository D. The Anypoint Object Store service at cloudhub.io Answer: C 7.In the context of Mule applications, why is it important to use a Canonical Data Model for designing automated tests? A. It ensures that all developers use the same programming language. B. It allows for consistent test cases across different systems and services. C. It provides a fixed set of APIs for all integration points. D. It reduces the need for security testing. Answer: B 8.How does using a Common/Canonical Data Model benefit integration solutions in Mule applications? A. It primarily enhances UI design flexibility. B. It simplifies communication between different data formats and systems. C. It increases the need for custom transformations. D. It restricts the use of APIs to internal systems only. Answer: B 9.What is the primary use of Virtual Machine (VM) queues in Mule applications? A. To enhance UI responsiveness B. To manage inter-application communication within the same Mule instance C. To provide external API security D. To facilitate data storage in external databases Answer: B 10.What should be considered when designing Mule applications to use XA transactions for ensuring data reliability? A. XA transactions are lighter and less resource-intensive than local transactions. B. XA transactions ensure data consistency across multiple resources. C. XA transactions are best used with connectors that manage non-persistent data. Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 4 / 7 D. XA transactions should be avoided in distributed environments. Answer: B 11.Which advantage does using web APIs and HTTP offer for high-level integration architectures? A. Decreased need for security. B. Platform-independent communication. C. Limited scalability. D. Protocol dependency reduction. Answer: B 12.Which strategy enhances security when using Anypoint Security for edge access? A. Disabling all inbound traffic filters. B. Applying strict policies on IP whitelisting and traffic encryption. C. Allowing unrestricted data flows to optimize performance. D. Using basic authentication over HTTPS for all endpoints. Answer: B 13.Which of these are considered best practices when designing high-level integration architectures using API-led Connectivity (Choose Two) A. Building each API for a single, specific purpose. B. Ensuring APIs are only used once across workflows. C. Creating layered API structures to separate system, process, and experience layers. D. Utilizing synchronous communication only. Answer: AC 14.Refer to the exhibit. Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 5 / 7 A telecommunications company receives orders (bill payments) from customers who submit a simple HTML form (no JavaScript or Web Assembly). Currently the process is synchronous and the customer is notified after everything is complete. The requirement is that the customer is notified of payment (charging the customer's credit card) through the response to the browser, but the customer can also be notified when the order is applied to the customer's account at a later time. Due to an increase in customers, the system has been unable to handle the load and the solution has been experiencing performance and reliability issues. Which request point could be replaced with an event-driven API using a JMS queue to help mitigate the performance issues, increase the fault tolerance, and meet the requirements? A. 5 B. 4 C. 1 D. 2 Answer: A 15.An organization's release engineer wants to override secure properties in a CloudHub production environment. Properties can be updated in the Properties tab in Runtime Manager, but the password is Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 6 / 7 not being hidden even after the application is restarted or redeployed. What could be the reason? A. The secureProperties key in the mule-artifact.json file does not list properties B. Properties need to be prefixed with a secure keyword when entered in the Properties tab C. Properties do not exist in the prod properties file D. In a secure-prod.yaml file properties are not marked secure Answer: A 16.An airline's passenger reservations center is designing an integration solution that combines invocations of three different System APIs (bookFlight, bookHotel, and bookCar) in a business transaction. Each System API makes calls to a single database. The entire business transaction must be rolled back when at least one of the APIs fails. What is the most direct way to integrate these APIs in near real-time that provides the best balance of consistency, performance, and reliability? A. Implement local transactions in each API implementation Coordinate between the API implementations using a Saga pattern Apply various compensating actions depending on where a failure occurs B. Implement an eXtended Architecture (XA) transaction manager in a Mule application using a Saga pattern Connect each API implementation with the Mule application using XA transactions Apply various compensating actions depending on where a failure occurs C. Implement local transactions within each API implementation Configure each API implementation to also participate in the same eXtended Architecture (XA) transaction Implement caching in each API implementation to improve performance D. Implement eXtended Architecture (XA) transactions between the API implementations Coordinate between the API implementations using a Saga pattern Implement caching in each API implementation to improve performance Answer: A 17.Why is it important to configure stateful components with an OS in distributed Mule applications? (Choose Two) A. To maintain state across different nodes of the application B. To ensure faster processing speeds by utilizing local storage C. To provide fault tolerance and data recovery capabilities D. To simplify the deployment process across multiple environments Answer: AC 18.Which deployment option ensures the highest level of control over both the Anypoint Platform control plane and runtime plane? A. Public cloud B. Private cloud C. On-premises D. SaaS Pass Salesforce Mule-Arch-202 Exam | Latest Mule-Arch-202 Dumps & Practice Exams - Cert007 7 / 7 Answer: C 19.What capability does the Salesforce Connector provide to Mule applications? A. Real-time event tracking on all Salesforce objects. B. Batch processing of Salesforce records. C. Execution of SOQL and SOSL queries within flows. D. Integration with Salesforce Chatter only. Answer: C 20.Select the correct statement about Anypoint Platform runtime plane deployment options. (Choose Two) A. It can only be deployed in a public cloud. B. It supports both on-premises and cloud environments. C. It is restricted to physical servers only. D. Hybrid deployment is possible, combining cloud and on-premises configurations. Answer: BD 21.In an organization, there are multiple backend systems that contain customer-related data. There are multiple client systems that request the customer data from only one or more backend systems. How can the integration between the source and target systems be designed to maximize efficiency? A. Create a single Experience API with one endpoint for all consumers. Receive the request, transform it into a Common Data Model, and then send it to the Process API. Have a single Process API that will route it to different System APIs using content-based routing. B. Create a single Experience API and expose multiple endpoints. Have separate Process APIs to route the request to the different System APIs and send back the response. C. Create multiple Experience APIs exposed to the different end users. Have separate Process APIs to route the request to the different System APIs and send back the response. D. Create a single Experience API with one endpoint for all consumers. Receive the request and transform it into a Common Data Model. Have a single Process API that will route it to a single System API. The System API is designed to have multiple connections to multiple end systems. Answer: A 22.What is a fundamental security measure for Mule applications to protect against data breaches and intrusions? A. Frequent application redesign to confuse potential attackers. B. Ensuring all data transmissions are encrypted. C. Using only proprietary protocols for data transmission. D. Limiting application functionality to reduce attack surfaces. Answer: B