Reliable Salesforce MuleSoft MuleSoft-Integration-Architect-I Dumps PDF Oct 22, 2024 Recently Updated Questions [Q68-Q92]

Share

Reliable Salesforce MuleSoft MuleSoft-Integration-Architect-I Dumps PDF Oct 22, 2024 Recently Updated Questions

Pass Your Salesforce MuleSoft-Integration-Architect-I Exam with Correct 275 Questions and Answers

NEW QUESTION # 68
According to MuleSoft, which system integration term describes the method, format, and protocol used for communication between two system?

  • A. interaction
  • B. Message
  • C. Component
  • D. Interface

Answer: D


NEW QUESTION # 69
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.
What is the expected H1TP status when the client exceeds the quota of the API calls?

  • A. HTTP status 400 from the rate-limiting policy violation since the call does not reach the back-end
  • B. HTTP status 429 as defined in the HTTP:RETRY EXHAUSTED error handler in the API B. HTTP status 500 as defined in the ANY error handler in the API since an API:RETRY_EXHAUSTED will be generated
  • C. HTTP status 401 unauthorized for policy violation

Answer: B


NEW QUESTION # 70
An insurance company is implementing a MuleSoft API to get inventory details from the two vendors. Due to network issues, the invocations to vendor applications are getting timed-out intermittently. But the transactions are successful upon reprocessing What is the most performant way of implementing this requirement?

  • A. Implement a scatter-gather scope to invoke the two vendor
    applications on two different route
    Use the Until-Successful scope to implement the retry mechanism
    for timeout errors on each route
  • B. Implement a For-Each scope to invoke the two vendor applications
    Use until successful scope to implement the retry mechanism for the timeout errors
  • C. Implement a Choice scope to invoke the two vendor applications on two different route Use the try-catch scope to implement the retry mechanism for timeout errors on each route
  • D. Implement Round-Robin scope to invoke the two vendor applications on two different routes Use the Try-Catch scope to implement retry mechanism for timeout errors on each route

Answer: A


NEW QUESTION # 71
An organization is implementing a Quote of the Day API that caches today's quote. What scenario can use the CloudHub Object Store connector to persist the cache's state?

  • A. When there are three CloudHub deployments of the API implementation to three separate CloudHub regions that must share the cache state.
  • B. When there are two CloudHub deployments of the API implementation by two Anypoint Platform business groups to the same CloudHub region that must share the cache state.
  • C. When there is one CloudHub deployment of the API implementation to three workers that must share the cache state.
  • D. When there is one deployment of the API implementation to CloudHub and another one to customer hosted mule runtime that must share the cache state.

Answer: C

Explanation:
Object Store Connector is a Mule component that allows for simple key-value storage. Although it can serve a wide variety of use cases, it is mainly design for: - Storing synchronization information, such as watermarks. - Storing temporal information such as access tokens. - Storing user information. Additionally, Mule Runtime uses Object Stores to support some of its own components, for example: - The Cache module uses an Object Store to maintain all of the cached data. - The OAuth module (and every OAuth enabled connector) uses Object Stores to store the access and refresh tokens. Object Store data is in the same region as the worker where the app is initially deployed. For example, if you deploy to the Singapore region, the object store persists in the Singapore region. MuleSoft Reference : https://docs.mulesoft.com/object-store-connector/1.1/ Data can be shared between different instances of the Mule application. This is not recommended for Inter Mule app communication. Coming to the question, object store cannot be used to share cached data if it is deployed as separate Mule applications or deployed under separate Business Groups. Hence correct answer is When there is one CloudHub deployment of the API implementation to three workers that must share the cache state.


NEW QUESTION # 72
An insurance provider is implementing Anypoint platform to manage its application infrastructure and is using the customer hosted runtime for its business due to certain financial requirements it must meet. It has built a number of synchronous API's and is currently hosting these on a mule runtime on one server These applications make use of a number of components including heavy use of object stores and VM queues.
Business has grown rapidly in the last year and the insurance provider is starting to receive reports of reliability issues from its applications.
The DevOps team indicates that the API's are currently handling too many requests and this is over loading the server. The team has also mentioned that there is a significant downtime when the server is down for maintenance.
As an integration architect, which option would you suggest to mitigate these issues?

  • A. Add a load balancer and add additional servers in a cluster configuration
  • B. Add a load balancer and add additional servers in a server group configuration
  • C. Change applications by use an event-driven model
  • D. Increase physical specifications of server CPU memory and network

Answer: B


NEW QUESTION # 73
According to MuteSoft, which principle is common to both Service Oriented Architecture (SOA) and API-led connectivity approaches?

  • A. Service reusability
  • B. Service centralization
  • C. Service statefulness
  • D. Service interdependence

Answer: A


NEW QUESTION # 74
An organization is designing the following two Mule applications that must share data via a common persistent object store instance:
- Mule application P will be deployed within their on-premises datacenter.
- Mule application C will run on CloudHub in an Anypoint VPC.
The object store implementation used by CloudHub is the Anypoint Object Store v2 (OSv2).
what type of object store(s) should be used, and what design gives both Mule applications access to the same object store instance?

  • A. Application P uses the Object Store connector to access a persistent object store Application C accesses this persistent object store via the Object Store REST API through an IPsec tunnel
  • B. Application C and P both use the Object Store connector to access the Anypoint Object Store v2
  • C. Application C and P both use the Object Store connector to access a persistent object store
  • D. Application C uses the Object Store connector to access a persistent object Application P accesses the persistent object store via the Object Store REST API

Answer: D

Explanation:
Correct answer is Application A accesses the persistent object store via the Object Store REST API Application B uses the Object Store connector to access a persistent object * Object Store v2 lets CloudHub applications store data and states across batch processes, Mule components and applications, from within an application or by using the Object Store REST API. * On-premise Mule applications cannot use Object Store v2. * You can select Object Store v2 as the implementation for Mule 3 and Mule 4 in CloudHub by checking the Object Store V2 checkbox in Runtime Manager at deployment time. * CloudHub Mule applications can use Object Store connector to write to the object store * The only way on-premises Mule applications can access Object Store v2 is via the Object Store REST API. * You can configure a Mule app to use the Object Store REST API to store and retrieve values from an object store in another Mule app.


NEW QUESTION # 75
An XA transaction Is being configured that involves a JMS connector listening for Incoming JMS messages. What is the meaning of the timeout attribute of the XA transaction, and what happens after the timeout expires?

  • A. The time that Is allowed to pass without the transaction being ended explicitly After the timeout, the transaction Is forcefully rolled-back
  • B. 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
  • C. 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
  • D. 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

Answer: A

Explanation:
* Setting a transaction timeout for the Bitronix transaction manager
* Set the transaction timeout either
- In wrapper.conf
- In CloudHub in the Properties tab of the Mule application deployment
* The default is 60 secs. It is defined as
mule.bitronix.transactiontimeout = 120
* This property defines the timeout for each transaction created for this manager.
If the transaction has not terminated before the timeout expires it will be automatically rolled back.
--------------------------------------------------------------------------------------------------------------------- Additional Info around Transaction Management:
Bitronix is available as the XA transaction manager for Mule applications
* To use Bitronix, declare it as a global configuration element in the Mule application
<bti:transaction-manager />
* Each Mule runtime can have only one instance of a Bitronix transaction manager, which is shared by all Mule applications
* For customer-hosted deployments, define the XA transaction manager in a Mule domain
- Then share this global element among all Mule applications in the Mule runtime


NEW QUESTION # 76
A platform architect includes both an API gateway and a service mesh in the architect of a distributed application for communication management.
Which type of communication management does a service mesh typically perform in this architecture?

  • A. Between application services and the firewall
  • B. Between services within the application
  • C. Between the application and external API clients
  • D. Between the application and external API implementations.

Answer: B


NEW QUESTION # 77
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.
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.
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?

  • A. Design Center
  • B. Runtime Manager
  • C. API Manager
  • D. Anypoint Exchange

Answer: D

Explanation:
The mocking service is a feature of Anypoint Platform and runs continuously. You can run the mocking service from the text editor, the visual editor, and from Anypoint Exchange. You can simulate calls to the API in API Designer before publishing the API specification to Exchange or in Exchange after publishing the API specification.


NEW QUESTION # 78
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.
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?

  • A. Only MuleSoft-provided certificates are exposed.
  • B. Only underlying Mule application certificates are exposed (pass-through)
  • C. Only customer-provided wildcard certificates are exposed.
  • D. Only customer-provided self-signed certificates are exposed.

Answer: A

Explanation:
https://docs.mulesoft.com/runtime-manager/dedicated-load-balancer-tutorial


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

  • A. To change tog4j2 tog levels in Anypoint Runtime Manager without having to restart the Mule application
  • B. To directly reference one shared and customized log4j2.xml file from multiple Mule applications
  • C. To send Mule application log entries to Splunk
  • D. To log certain messages to a custom log category

Answer: B

Explanation:
* 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


NEW QUESTION # 80
Refer to the exhibit.
An organization is designing a Mule application to receive data from one external business partner. The two companies currently have no shared IT infrastructure and do not want to establish one. Instead, all communication should be over the public internet (with no VPN).
What Anypoint Connector can be used in the organization's Mule application to securely receive data from this external business partner?

  • A. File connector
  • B. VM connector
  • C. Object Store connector
  • D. SFTP connector

Answer: D

Explanation:
* Object Store and VM Store is used for sharing data inter or intra mule applications in same setup. Can't be used with external Business Partner
* Also File connector will not be useful as the two companies currently have no shared IT infrastructure. It's specific for local use.
* Correct answer is SFTP connector. The SFTP Connector implements a secure file transport channel so that your Mule application can exchange files with external resources. SFTP uses the SSH security protocol to transfer messages. You can implement the SFTP endpoint as an inbound endpoint with a one-way exchange pattern, or as an outbound endpoint configured for either a one-way or request-response exchange pattern.


NEW QUESTION # 81
Customer has deployed mule applications to different customer hosted mule run times. Mule applications are managed from Anypoint platform.
What needs to be configured to monitor these Mule applications from Anypoint monitoring and what sends monitoring data to Anypoint monitoring?

  • A. Install runtime manager agent on each mule runtime
    Runtime manager agent since monitoring data from the mule applications to Anypoint monitoring
  • B. By default, Anypoint monitoring agent will be installed on each Mule run time Anypoint Monitoring agent automatically sends monitoring data from the Mule applications to Anypoint monitoring
  • C. Enable monitoring of individual applications from runtime manager application settings Runtime manager agent sends monitoring data from the mule applications to Anypoint monitoring
  • D. Anypoint monitoring agent on each mule runtime
    Anypoint monitoring agent sends monitoring data from the mule applications to Anypoint monitoring

Answer: D


NEW QUESTION # 82
An organization is choosing between API-led connectivity and other integration approaches.
According to MuleSoft, which business benefits is associated with an API-led connectivity approach using Anypoint Platform?

  • A. improved security through adoption of monolithic architectures
  • B. Higher outcome repeatability through centralized development
  • C. Greater project predictability through tight coupling of systems
  • D. Increased developer productivity through sell-service of API assets

Answer: D


NEW QUESTION # 83
Which Anypoint Platform component helps integration developers discovers and share reusable APIs, connectors, and templates?

  • A. Design Center
  • B. Anypoint Studio
  • C. API Manager
  • D. Anypoint Exchange

Answer: D


NEW QUESTION # 84
An organization will deploy Mule applications to Cloudhub, Business requirements mandate that all application logs be stored ONLY in an external splunk consolidated logging service and NOT in Cloudhub.
In order to most easily store Mule application logs ONLY in Splunk, how must Mule application logging be configured in Runtime Manager, and where should the log4j2 splunk appender be defined?

  • A. Disable Cloudhub logging in Runtime Manager
    Define the splunk appender in EACH Mule application's log4j2.xml file
  • B. Disable Cloudhub logging in Runtime Manager
    Define the splunk appender in ONE global log4j.xml file that is uploaded once to Runtime Manger to support at Mule application deployments.
  • C. Keep the default logging configuration in Runtime Manager
    Define the Splunk appender in EACH Mule application log4j2.xml file
  • D. Keep the default logging configuration in RuntimeManager
    Define the splunk appender in ONE global log4j.xml file that is uploaded once to Runtime Manager to support at Mule application deployments.

Answer: A

Explanation:
By default, CloudHub replaces a Mule application's log4j2.xml file with a CloudHub log4j2.xml file. In CloudHub, you can disable the CloudHub provided Mule application log4j2 file. This allows integrating Mule application logs with custom or third-party log management systems


NEW QUESTION # 85
Anypoint Exchange is required to maintain the source code of some of the assets committed to it, such as Connectors, Templates, and API specifications.
What is the best way to use an organization's source-code management (SCM) system in this context?

  • A. Organizations need to use Anypoint Exchange as the main SCM system to centralize versioning and avoid code duplication
  • B. Organizations need to point Anypoint Exchange to their SCM system so Anypoint Exchange can pull source code when requested by developers and provide it to Anypoint Studio
  • C. Organizations should continue to use an SCM system of their choice, in addition to keeping source code for these asset types in Anypoint Exchange, thereby enabling parallel development, branching, and merging
  • D. Organizations can continue to use an SCM system of their choice for branching and merging, as long as they follow the branching and merging strategy enforced by Anypoint Exchange

Answer: A

Explanation:
* Organization should continue to use SCM system of their choice, in addition to keeping source code for these asset types in Anypoint Exchange, thereby enabling parallel development, branching.
* Reason is that Anypoint exchange is not full fledged version repositories like GitHub.
* But at same time it is tightly coupled with Mule assets


NEW QUESTION # 86
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 on a given customer-hosted server is experiencing high memory consumption during certain periods
  • B. When a Mule runtime's customer-hosted server is about to run out of disk space
  • C. When the Mute runtime license installed on a Mule runtime is about to expire
  • D. When an SSL certificate used by one of the deployed Mule applications is about to expire

Answer: A

Explanation:
Correct answer is When a Mule runtime on a given customer-hosted server is experiencing high memory consumption during certain periods Using Anypoint Monitoring, you can configure two different types of alerts: Basic alerts for servers and Mule apps Limit per organization: Up to 50 basic alerts for users who do not have a Titanium subscription to Anypoint Platform You can set up basic alerts to trigger email notifications when a metric you are measuring passes a specified threshold. You can create basic alerts for the following metrics for servers or Mule apps: For on-premises servers and CloudHub apps: * CPU utilization * Memory utilization * Thread count Advanced alerts for graphs in custom dashboards in Anypoint Monitoring. You must have a Titanium subscription to use this feature. Limit per organization: Up to 20 advanced alerts


NEW QUESTION # 87
A key Cl/CD capability of any enterprise solution is a testing framework to write and run repeatable tests.
Which component of Anypoint Platform provides the te6t automation capabilities for customers to use in their pipelines?

  • A. Anypoint CLl
  • B. Exchange Mocking Service
  • C. MUnit
  • D. Mule Maven Plugin

Answer: C


NEW QUESTION # 88
According to the Internet Engineering Task Force (IETF), which supporting protocol does File Transfer Protocol (FTP) use for reliable communication?

  • A. Hypertext Transfer Protocol (HTTP)
  • B. A Secure Sockets Layer (SSL)
  • C. B Transmission Control Protocol (TCP)
  • D. Lightweight Directory Access Protocol (LDAP)

Answer: C


NEW QUESTION # 89
An organization if struggling frequent plugin version upgrades and external plugin project dependencies. The team wants to minimize the impact on applications by creating best practices that will define a set of default dependencies across all new and in progress projects.
How can these best practices be achieved with the applications having the least amount of responsibility?

  • A. Add all dependencies in each application's POM.xml file
  • B. Create a parent POM of all the required dependencies and reference each in each application's POM.xml file
  • C. Create a Mule plugin project with all the dependencies and add it as a dependency in each application's POM.xml file
  • D. Create a mule domain project with all the dependencies define in its POM.xml file and add each application to the domain Project

Answer: B


NEW QUESTION # 90
What is a defining characteristic of an integration-Platform-as-a-Service (iPaaS)?

  • A. Code-first
  • B. No-code
  • C. A Cloud-based
  • D. On-premises

Answer: C


NEW QUESTION # 91
How are the API implementation , API client, and API consumer combined to invoke and process an API ?

  • A. The API consumer creates an API implementation , which receives API invocations from an API such that they are processed for an API client
  • B. The API consumer creates an API client which sends API invocations to an API such that they are processed by an API implementation
  • C. An API client creates an API consumer, which receives API invocation from an API such that they are processed for an API implementation
  • D. The API client creates an API consumer which sends API invocations to an API such that they are processed by API implementation

Answer: C

Explanation:
The API consumer creates an API client which sends API invocations to an API such that they are processed by an API implementation This is based on below definitions API client * An application component * that accesses a service * by invoking an API of that service - by definition of the term API over HTTP API consumer * A business role, which is often assigned to an individual * that develops API clients, i.e., performs the activities necessary for enabling an API client to invoke APIs API implementation * An application component * that implements the functionality


NEW QUESTION # 92
......

Latest 2024 Realistic Verified MuleSoft-Integration-Architect-I Dumps: https://www.passreview.com/MuleSoft-Integration-Architect-I_exam-braindumps.html

Pass MuleSoft-Integration-Architect-I Exam Updated 275 Questions: https://drive.google.com/open?id=1k5ql_i1vQJhsCdKoWsCVVy7oTk8GOj0e