Practice Free Mule-Arch-202 Exam Online Questions
What is the primary purpose of using a Common/Canonical Data Model in Mule applications?
- A . To reduce the number of transformations required between different systems.
- B . To increase the complexity of data mappings.
- C . To comply with local data storage laws.
- D . To allow for easier manual data entry.
A company is tracking the number of patient COVID-19 tests given across a region, and the number of records handled by the system is in the millions. Test results must be accessible to doctors in offices, hospitals, and urgent-care facilities within three seconds of the request, particularly for patients at high risk.
Given this information, which test supports the system for the risk assessment?
- A . Integration test
- B . Unit test
- C . User acceptance test
- D . Performance test
A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?
- A . Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
- B . Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
- C . Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
- D . Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Select the correct use cases for implementing VM queues in Mule applications deployed on-premises. (Choose Two)
- A . Handling high-throughput, low-latency tasks
- B . Facilitating secure file transfer protocols
- C . Ensuring reliable message delivery between flows
- D . Distributing load evenly across network resources
Why is it important to differentiate between disaster recovery and high availability? (Choose Two)
- A . Because each requires different levels of investment in infrastructure.
- B . Because they apply to different stages of system failure and recovery.
- C . Because high availability can replace the need for disaster recovery.
- D . Because the strategies for achieving them often require different technologies and approaches.
A company needs to be able to send data from Salesforce to a homegrown system behind a corporate firewall. The data needs to be pushed only one way and doesn’t need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
- A . Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
- B . Due to high volume of records, a third-party integration tool is required to stage records off platform.
- C . Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- D . Due to high volume of records, salesforce will need to make a REST API call to external system.
A company is designing a Mule application named Inventory that uses a persistent Object Store. The Inventory Mule application is deployed to CloudHub and is configured to use Object Store v2.
Another Mule application named Cleanup is being developed to delete values from the Inventory Mule application’s persistent Object Store. The Cleanup Mule application will also be deployed to CloudHub.
What is the most direct way for the Cleanup Mule application to delete values from the Inventory Mule application’s persistent Object Store with the least latency?
- A . Use the Object Store v2 REST API configured to access the Inventory Mule application’s persistent Object Store
- B . Use a VM connector configured to directly access the persistent queue of the Inventory Mule application’s persistent Object Store
- C . Use an Object Store connector configured to access the Inventory Mule application’s persistent Object Store
- D . Use an Anypoint MQ connector configured to directly access the Inventory Mule application’s persistent Object Store
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back-office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back-office systems to provide a single interface for associates. Reliability and monitoring of these integrations are required as associates support customers.
Which integration solution should the architect consider when planning the implementation?
- A . Architect Services in back-office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
- B . Decouple back-office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
- C . Build a custom integration gateway to support back-office system integrations and ensure reliability and monitoring capabilities.
- D . Leverage Middleware for all back-office system integrations ensuring real time alerting, monitoring and reporting capabilities.
Which feature of Anypoint Security is essential for securing edge access?
- A . Edge caching mechanisms.
- B . Integrated development environment (IDE) security enhancements.
- C . Tokenization of data in transit.
- D . Deployment of dedicated load balancers.
When designing Mule applications, what is a common feature of core connectors? (Choose Two)
- A . They always enable transaction management.
- B . They can interact with different types of systems and APIs.
- C . They require custom coding for error handling.
- D . They support both synchronous and asynchronous communication.
