FreeQAs
 Request Exam  Contact
  • Home
  • View All Exams
  • New QA's
  • Upload
PRACTICE EXAMS:
  • Oracle
  • Fortinet
  • Juniper
  • Microsoft
  • Cisco
  • Citrix
  • CompTIA
  • VMware
  • ISC
  • SAP
  • EMC
  • PMI
  • HP
  • Salesforce
  • Other
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. Salesforce Certification
  3. MuleSoft-Integration-Architect-I Exam
  4. Salesforce.MuleSoft-Integration-Architect-I.v2026-07-22.q100 Dumps
  • ««
  • «
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
Download Now

Question 96

An insurance company is using a CIoudHub runtime plane. As a part of requirement, email alert should 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?

Correct Answer: D
* Requirement Analysis: The organization needs to send email alerts to the internal operations team whenever a policy applied to an API instance is deleted in the CloudHub runtime plane.
* Solution: The most effective approach is to implement a new Mule application that uses the Audit Log REST API to detect when a policy is deleted and then sends an email using the SMTP connector.
* Implementation Steps:
* Access Audit Logs:
* Use the Anypoint Platform's Audit Log REST API to monitor and detect policy deletion events.
* Example of accessing the Audit Log REST API:
GET /accounts/api/v2/organizations/{orgId}/audit-logs
* This endpoint will provide logs, including events related to policy deletions.
* Create Email Notification Application:
* Create a Mule application that periodically polls the Audit Log REST API to check for policy deletion events.
* Use the SMTP connector to send email notifications to the operations team.
* Example Mule flow:
<flow name="policy-deletion-alert-flow"> <scheduler frequency="60000" /> <http:request config-ref=" AuditLogAPIConfig" path="/audit-logs" method="GET"> <http:request-builder> <http:uri-params> <http:uri- param key="orgId" value="your-org-id" /> </http:uri-params> <http:query-params> <http:query-param key=" eventType" value="PolicyDeleted" /> </http:query-params> </http:request-builder> </http:request> <choice>
<when expression="#[payload contains 'PolicyDeleted']"> <smtp:send config-ref="SMTP_Config" to=" [email protected]" subject="Policy Deletion Alert"> <smtp:body>Policy deletion detected: #
[payload]</smtp:body> </smtp:send> </when> </choice> </flow>
* Scheduler: Configures the application to check the audit logs at regular intervals (e.g., every minute).
* HTTP Request: Makes a GET request to the Audit Log REST API to fetch the logs.
* Choice Router: Checks if the payload contains a policy deletion event.
* SMTP Connector: Sends an email to the operations team with details about the policy deletion.
* Advantages:
* Automation: Automates the detection of policy deletions and the notification process, reducing manual monitoring efforts.
* Timeliness: Ensures the operations team is promptly informed of any policy deletions, enabling them to take immediate action if necessary.
References
* MuleSoft Documentation on Audit Log REST API
* MuleSoft Documentation on SMTP Connector
* MuleSoft Documentation on MuleSoft Scheduler Component
insert code

Question 97

What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?

Correct Answer: D
* Correct answer is To directly reference one shared and customized log4j2.xml file from multiple Mule applications. Key word to note in the answer is directly.
* By default, CloudHub replaces a Mule application's log4j2.xml file with a CloudHub log4j2.xml file. This specifies the CloudHub appender to write logs to the CloudHub logging service.
* You cannot modify CloudHub log4j2.xml file to add any custom appender. But there is a process in order to achieve this. You need to raise a request on support portal to disable CloudHub provided Mule application log4j2 file.

* Once this is done , Mule application's log4j2.xml file is used which you can use to send/export application logs to other log4j2 appenders, such as a custom logging system MuleSoft does not own any responsibility for lost logging data due to misconfiguration of your own log4j appender if it happens by any chance.

* One more difference between customer-hosted Mule runtimes and CloudHub deployed mule instance is that
- CloudHub system log messages cannot be sent to external log management system without installing custom CH logging configuration through support
- where as Customer-hosted runtime can send system and application log to external log management system MuleSoft Reference:
https://docs.mulesoft.com/runtime-manager/viewing-log-data
https://docs.mulesoft.com/runtime-manager/custom-log-appender
insert code

Question 98

An integration architect is designing an API that must accept requests from API clients for both XML and JSON content over HTTP/1.1 by default.
Which API architectural style, when used for its intended and typical purposes, should the architect choose to meet these requirements?

Correct Answer: A
insert code

Question 99

A leading bank implementing new mule API.
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.
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 How should this requirement be implemented to achieve better throughput?

Correct Answer: A
insert code

Question 100

An automation engineer needs to write scripts to automate the steps of the API lifecycle, including steps to create, publish, deploy and manage APIs and their implementations in Anypoint Platform.
What Anypoint Platform feature can be used to automate the execution of all these actions in scripts in the easiest way without needing to directly invoke the Anypoint Platform REST APIs?

Correct Answer: D
Anypoint Platform provides a scripting and command-line tool for both Anypoint Platform and Anypoint Platform Private Cloud Edition (Anypoint Platform PCE). The command-line interface (CLI) supports both the interactive shell and standard CLI modes and works with: Anypoint Exchange Access management Anypoint Runtime Manager
insert code
  • ««
  • «
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
[×]

Download PDF File

Enter your email address to download Salesforce.MuleSoft-Integration-Architect-I.v2026-07-22.q100 Dumps

Email:

FreeQAs

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 FreeQAs

www.freeqas.com materials do not contain actual questions and answers from Cisco's certification exams.