Practice Free Mule-Arch-202 Exam Online Questions
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
A Mule Process API is being designed to provide product usage details. The Mule application must join together the responses from an Inventory API and a Product Sales History API with the least latency.
How should each API request be called in the Mule application to minimize overall latency?
- A . In a separate route of a Scatter-Gather
- B . Call each API request in a separate Mule flow
- C . Call each API request in a Batch Step within a Batch Job
- D . In a separate lookup call from a DataWeave reduce function
An organization is designing an integration solution to replicate financial transaction data from a legacy system into a data warehouse (DWH).
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.
What is the most appropriate integration style for an integration solution that meets the organization’s current requirements?
- A . Batch-triggered data integration
- B . Splitter-Aggregator Integration Pattern
- C . Event-driven architecture
- D . Microservice architecture
What benefits do web APIs and HTTP provide when utilized in high-level integration architectures?
- A . Reduced data integrity.
- B . Standardized interface for various types of clients.
- C . Increased system latency.
- D . Dependence on a specific software vendor.
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation. The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
- A . Push Topic Event can define a custom payload.
- B . Change Data Capture does not have record access support.
- C . Change Data Capture can be published from Apex.
- D . Apex triggers can subscribe to Generic Events.
An organization uses a set of customer-hosted Mule runtimes that are managed using the MuleSoft-hosted control plane.
What is a condition that can be alerted on from Anypoint Runtime Manager without any custom components or custom coding?
- A . When a Mule runtime license installed on a Mule runtime is about to expire
- B . When an SSL certificate used by one of the deployed Mule applications is about to expire
- C . When a Mule runtime’s customer-hosted server is about to run out of disk space
- D . When a Mule runtime on a given customer-hosted server is experiencing high memory consumption during certain periods
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?
- A . The maximum callouts in a single Apex transaction.
- B . The maximum number of parallel Apex callouts in a single continuation.
- C . The limit on long-running requests (total execution time).
- D . The limit of pending operations in the same transaction.
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?
- A . The maximum callouts in a single Apex transaction.
- B . The maximum number of parallel Apex callouts in a single continuation.
- C . The limit on long-running requests (total execution time).
- D . The limit of pending operations in the same transaction.
What should be considered when designing secure access to APIs on the Anypoint Platform? (Choose Two)
- A . Applying least privilege principles to API access.
- B . Ensuring all APIs are publicly accessible to promote transparency.
- C . Utilizing OAuth 2.0 for authentication and authorization.
- D . Disabling logging to prevent performance degradation.
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.
