getcertified4sure.com

MCIA-Level-1 Exam

Download MuleSoft MCIA-Level-1 Test Preparation Online




We provide real MCIA-Level-1 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass MuleSoft MCIA-Level-1 Exam quickly & easily. The MCIA-Level-1 PDF type is available for reading and printing. You can print more and practice many times. With the help of our MuleSoft MCIA-Level-1 dumps pdf and vce product and material, you can easily pass the MCIA-Level-1 exam.

Free demo questions for MuleSoft MCIA-Level-1 Exam Dumps Below:

NEW QUESTION 1
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 between committing the transaction and the completion of the Mule flow After the timeout, flow processing triggers an error
  • B. The time that Is allowed to pass between receiving JMS messages on the same JMS connectionAfter the timeout, a new JMS connection Is established
  • C. The time that Is allowed to pass without the transaction being ended explicitly After the timeout,the transaction Is forcefully rolled-back
  • D. The time that Is allowed to pass for state JMS consumer threads to be destroyed After thetimeout, a new JMS consumer thread is created

Answer: C

NEW QUESTION 2
What limits if a particular Anypoint Platform user can discover an asset in Anypoint Exchange?

  • A. The type of the asset in Anypoint Exchange
  • B. The business groups to which the user belongs
  • C. If Design Center and RAML were both used to create the asset
  • D. The existence of a public Anypoint Exchange portal to which the asset has been published

Answer: A

NEW QUESTION 3
Refer to the exhibit.
MCIA-Level-1 dumps exhibit
A Mule application is deployed to a cluster of two customer-hosted Mute runtimes. The Mute application has a flow that polls a database and another flow with an HTTP Listener.
HTTP clients send HTTP requests directly to individual cluster nodes.
What happens to database polling and HTTP request handling in the time after the primary (master) node of the cluster has railed, but before that node is restarted?

  • A. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
  • B. Database polling stops All HTTP requests continue to be accepted
  • C. Database polling continues All HTTP requests continue to be accepted, but requests to the failed node Incur increased latency
  • D. Database polling stops All HTTP requests are rejected

Answer: A

NEW QUESTION 4
When using Anypoint Platform across various lines of business with their own Anypoint Platform business groups, what configuration of Anypoint Platform is always performed at the organization level as opposed to at the business group level?

  • A. Identity management setup
  • B. Environment setup
  • C. Role and permission setup
  • D. Dedicated Load Balancer setup

Answer: C

NEW QUESTION 5
Mule applications need to be deployed to CloudHub so they can access on-premises database
systems. These systems store sensitive and hence tightly protected data, so are not accessible over
the internet.
What network architecture supports this requirement?

  • A. An Anypoint VPC connected to the on-premises network using an IPsec tunnel or AWSDirectConnect, plus matching firewall rulesin the VPC and on-premises network
  • B. Static IP addresses for the Mule applications deployed to the CloudHub Shared Worker Cloud, plusmatching firewall rules and IPwhitelisting in the on-premises network
  • C. An Anypoint VPC with one Dedicated Load Balancer fronting each on-premises database system,plus matching IP whitelisting in the load balancer and firewall rules in the VPC and on-premisesnetwork
  • D. Relocation of the database systems to a DMZ in the on-premises network, with Mule applicationsdeployed to the CloudHub Shared Worker Cloud connecting only to the DMZ

Answer: A

NEW QUESTION 6
What comparison is true about a CloudHub Dedicated Load Balancer (DLB) vs. the CloudHub Shared Load Balancer (SLB)?

  • A. Both a DLB and the SLB implement load balancing by sending HTTP requests to workers with the lowest workloads
  • B. Both a DLB and the SLB allow the configuration of access control via IP whitelists
  • C. Only a DLB allows the configuration of a custom TLS server certificate
  • D. Only the SLB can forward HTTP traffic to the VPC-internal ports of the CloudHub workers

Answer: B

NEW QUESTION 7
An integration Mule application consumes and processes a list of rows from a CSV file. Each row must be read from the CSV file, validated, and the row data sent to a JMS queue, in the exact order as in the CSV file.
If any processing step for a row fails, then a log entry must be written for that row, but processing of other rows must not be affected.
What combination of Mule components is most idiomatic (used according to their intended purpose) when implementing the above requirements?

  • A. Scatter-Gather componentOn Error Continue scope
  • B. VM connectorFirst Successful scopeOn Error Propagate scope
  • C. Async scopeOn Error Propagate scope
  • D. For Each scopeOn Error Continue scope

Answer: D

NEW QUESTION 8
An organization currently uses a multi-node Mule runtime deployment model within their datacenter, so each Mule runtime hosts several Mule applications. The organization is planning to transition to a deployment model based on Docker containers in a Kubernetes cluster. The organization has already created a standard Docker image containing a Mule runtime and all required dependencies (including a JVM), but excluding the Mule application itself.
What is an expected outcome of this transition to container-based Mule application deployments?

  • A. Required redesign of Mule applications to follow microservice architecture principles
  • B. Required migration to the Docker and Kubernetes-based Anypoint Platform - Private Cloud Edition
  • C. Required change to the URL endpoints used by clients to send requests to the Mule applications
  • D. Guaranteed consistency of execution environments across all deployments of a Mule application

Answer: A

NEW QUESTION 9
What metrics about API invocations are available for visualization in custom charts using Anypoint Analytics?

  • A. Request size, request HTTP verbs, response time
  • B. Request size, number of requests, JDBC Select operation result set size
  • C. Request size, number of requests, JDBC Select operation response time
  • D. Request size, number of requests, response size, response time

Answer: D

NEW QUESTION 10
49 of A popular retailer is designing a public API for its numerous business partners. Each business partner will invoke the API at the URL 58. https://api.acme.com/partnefs/vl. The API implementation is estimated to require deployment to 5 CloudHub workers.
The retailer has obtained a public X.509 certificate for the name apl.acme.com, signed by a reputable CA, to be used as the server certificate.
Where and how should the X.509 certificate and Mule applications be used to configure load balancing among the 5 CloudHub workers, and what DNS entries should be configured in order for the retailer to support its numerous business partners?

  • A. Add the X.509 certificate to the Mule application's deployable archive, then configure a CloudHub Dedicated Load Balancer (DLB) for each of the Mule application's CloudHub workersCreate a CNAME for api.acme.com pointing to the DLB's A record
  • B. Add the X.509 certificate to the CloudHub Shared Load Balancer (SLB), not to the Mule application Create a CNAME for api.acme.com pointing to the SLB's A record
  • C. Add the X.509 certificate to a CloudHub Dedicated Load Balancer (DLB), not to the Mule application Create a CNAME for api.acme.com pointing to the DLB's A record
  • D. Add the x.509 certificate to the Mule application's deployable archive, then configure the CloudHub Shared Load Balancer (SLB) for each of the Mule application's CloudHub workersCreate a CNAME for api.acme.com pointing to the SLB's A record

Answer: C

NEW QUESTION 11
What requires configuration of both a key store and a trust store for an HTTP Listener?

  • A. Support for TLS mutual (two-way) authentication with HTTP clients
  • B. Encryption of both HTTP request and HTTP response bodies for all HTTP clients
  • C. Encryption of requests to both subdomains and API resource endpoints (https://api.customer.com/ and https://customer.com/api)
  • D. Encryption of both HTTP request header and HTTP request body for all HTTP clients

Answer: A

NEW QUESTION 12
A Mule application currently writes to two separate SQL Server database instances across the internet using a single XA transaction. It is proposed to split this one transaction into two separate non-XA transactions with no other changes to the Mule application.
What non-functional requirement can be expected to be negatively affected when implementing this change?

  • A. Throughput
  • B. Availability
  • C. Response time
  • D. Consistency

Answer: D

NEW QUESTION 13
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 should continue to use an SCM system of their choice, in addition to keeping source codefor these asset types in Anypoint Exchange, thereby enabling parallel development, branching, and merging
  • B. Organizations need to use Anypoint Exchange as the main SCM system to centralize versioning and avoid code duplication
  • C. 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
  • D. 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

Answer: A

NEW QUESTION 14
Refer to the exhibit.
MCIA-Level-1 dumps exhibit
One of the backend systems invoked by an API implementation enforces rate limits on the number of requests a particular client can make. Both the backend system and the API implementation are deployed to several non-production environments in addition to production.
Rate limiting of the backend system applies to all non-production environments. The production environment, however, does NOT have any rate limiting.
What is the most effective approach to conduct performance tests of the API implementation in a staging (non-production) environment?

  • A. Use MUnit to simulate standard responses from the backend systemThen conduct performance tests to identify other bottlenecks in the system
  • B. Create a mocking service that replicates the backend system's production performance characteristicsThen configure the API implementation to use the mocking service and conduct the performance tests
  • C. Conduct scaled-down performance tests in the staging environment against the rate limited backend systemThen upscale performance results to full production scale
  • D. Include logic within the API implementation that bypasses invocations of the backend system in a performance test situation, instead invoking local stubs that replicate typical backend system responsesThen conduct performance tests using this API implementation

Answer: C

NEW QUESTION 15
Refer to the exhibit.
MCIA-Level-1 dumps exhibit
A business process involves the receipt of a file from an external vendor over SFTP. The file needs to be parsed and its content processed, validated, and ultimately persisted to a database. The delivery mechanism is expected to change in the future as more vendors send similar files using other mechanisms such as file transfer or HTTP POST.
What is the most effective way to design for these requirements in order to minimize the impact of future change?

  • A. Use a MuleSoft Scatter-Gather and a MuleSoft Batch Job to handle the different files coming from different sources
  • B. Create a Process API to receive the file and process it using a MuleSoft Batch Job while delegating the data save process to a System API
  • C. Create an API that receives the file and invokes a Process API with the data contained In the file, then have the Process API process the data using a MuleSoft Batch Job and other System APIs as needed
  • D. Use a composite data source so files can be retrieved from various sources and delivered to a MuleSoft Batch Job for processing

Answer: C

NEW QUESTION 16
Refer to the exhibit. A business process involves two APIs that interact with each other asynchronously over HTTP.
Each API is implemented as a Mule application. API 1 receives the initial HTTP request and invokes API 2 (in a fire and forget fashion) while API 2, upon completion of the processing, calls back into API 1 to notify about completion of the asynchronous process.
Each API is deployed to multiple redundant Mule runtimes and a separate load balancer, and is deployed to a separate network zone. In the network architecture, how must the firewall rules be configured to enable the above interaction between API 1 and API 2?
MCIA-Level-1 dumps exhibit
MCIA-Level-1 dumps exhibit

  • A. To allow communication between the load balancers used by each API
  • B. To authorize the certificates used by both the APIs
  • C. To open direct two-way communication between the Mule runtimes of both APIs
  • D. To enable communication from each API\'s Mule runtimes and network zone to the load balancer of the other API

Answer: C

NEW QUESTION 17
A Mule application contains a Batch Job with two Batch Steps (Batch_Step_1 and Batch_Step_2). A payload with 1000 records is received by the Batch Job.
How many threads are used by the Batch Job to process records, and how does each Batch Step process records within the Batch Job?

  • A. Each Batch Job uses SEVERAL THREADS for the Batch StepsEach Batch Step instance receives ONE record at a time as the payload, and BATCH STEP INSTANCES execute IN PARALLEL to process records and Batch Steps in ANY order as fast as possible
  • B. Each Batch Job uses SEVERAL THREADS for the Batch StepsEach Batch Step instance receives ONE record at a time as the payload, and RECORDS are processed IN PARALLEL within and between the two Batch Steps
  • C. Each Batch Job uses a SINGLE THREAD for all Batch StepsEach Batch Step instance receives ONE record at a time as the payload, and RECORDS are processed IN ORDER, first through Batch_Step_1 and then through Batch_Step_2
  • D. Each Batch Job uses a SINGLE THREAD to process a configured block size of recordEach Batch Step instance receives A BLOCK OF records as the payload, and BLOCKS of records are processed IN ORDER

Answer: A

NEW QUESTION 18
A set of integration Mule applications, some of which expose APIs, are being created to enable a new business process. Various stakeholders may be impacted by this. These stakeholders are a combination of
semi-technical users (who understand basic integration terminology and concepts such as JSON and XML) and technically skilled potential consumers of the Mule applications and APIs.
What Is an effective way for the project team responsible for the Mule applications and APIs being built to communicate withthese stakeholders using Anypoint Platform and its supplied toolset?

  • A. Use Anypoint Design Center to implement the Mule applications and APIs and give the various stakeholders access to these Design Center projects, so they can collaborate and provide feedback
  • B. Create Anypoint Exchange entries with pages elaborating the integration design, including API notebooks (where applicable) to help the stakeholders understand and interact with the Mule applications and APIs at various levels of technical depth
  • C. Use Anypoint Exchange to register the various Mule applications and APIs and share the RAML definitions with the stakeholders, so they can be discovered
  • D. Capture documentation about the Mule applications and APIs inline within the Mule integration flows and use Anypoint Studio's Export Documentation feature to provide an HTML version of this documentation to the stakeholders

Answer: B

NEW QUESTION 19
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 send Mule application log entries to Splunk
  • B. To change tog4j2 tog levels in Anypoint Runtime Manager without having to restart the Mule application
  • C. To log certain messages to a custom log category
  • D. To directly referenceone shared and customized log4j2.xml file from multiple Mule applications

Answer: D

NEW QUESTION 20
An integration Mule application is deployed to a customer-hosted multi-node Mule 4 runtime duster. The Mule application uses a Listener operation of a JMS connector to receive incoming messages from a JMS queue.
How are the messages consumed by the Mule application?

  • A. Depending on the JMS provider's configuration, either all messages are consumed by ONLY the primary cluster node or else ALL messages are consumed by ALL cluster nodes
  • B. Regardless of the Listener operation configuration, all messages are consumed by ALL cluster nodes
  • C. Depending on the Listener operation configuration, either all messages are consumed by ONLY the primary cluster node or else EACH message is consumed by ANY ONE cluster node
  • D. Regardless of the Listener operation configuration, all messages are consumed by ONLY the primary cluster node

Answer: C

NEW QUESTION 21
What Anypoint Connectors support transactions?

  • A. Database, JMS, VM
  • B. Database, 3MS, HTTP
  • C. Database, JMS, VM, SFTP
  • D. Database, VM, File

Answer: A

NEW QUESTION 22
An Order microservice and a Fulfillment microservice are being designed to communicate with their clients through message-based integration (and NOT through API invocations).
The Order microservice publishes an Order message (a kind of command message) containing the details of an order to be fulfilled. The intention is that Order messages are only consumed by one Mule application, the Fulfillment microservice.
The Fulfillment microservice consumes Order messages, fulfills the order described therein, and then publishes an OrderFulfilled message (a kind of event message). Each OrderFulfilled message can be consumed by any interested Mule application, and the Order microservice is one such Mule application.
What is the most appropriate choice of message broker(s) and message destination(s) in this scenario?

  • A. Order messages are sent to an Anypoint MQ exchangeOrderFulfilled messages are sent to an Anypoint MQ queueBoth microservices interact with Anypoint MQ as the message broker, which must therefore scale to support the load of both microservices
  • B. Order messages are sent to a JMS queueOrderFulfilled messages are sent to a JMS topicBoth microservices interact with the same JMS provider (message broker) instance, which must therefore scale to support the load of both microservices
  • C. Order messages are sent directly to the Fulfillment microservicesOrderFulfilled messages are sent directly to the Order microserviceThe Order microservice interacts with one AMQP-compatible message broker and the Fulfillment microservice interacts with a different AMQP-compatible message broker, so that both message brokers can be chosen and scaled to best support the load of each microservice
  • D. Order messages are sent to a JMS queueOrderFulfilled messages are sent to a JMS topicThe Order microservice interacts with one JMS provider (message broker) and the Fulfillment microservice interacts with a different JMS provider, so that both message brokers can be chosen and scaled to best support the load of each microservice

Answer: D

NEW QUESTION 23
Refer to the exhibit.
MCIA-Level-1 dumps exhibit
An organization deploys multiple Mule applications to the same customer -hosted Mule runtime.
Many of these Mule applications must expose an HTTPS endpoint on the same port using a serverside
certificate that rotates often.
What is the most effective way to package the HTTP Listener and package or store the server-side
certificate when deploying these Mule applications, so the disruption caused by certificate rotation is
minimized?

  • A. Package the HTTPS Listener configuration in a Mule DOMAIN project, referencing it from all Muleapplications that need to expose an HTTPS endpoint Package the server-side certificate in ALL Mule APPLICATIONS that need to expose an HTTPS endpoint
  • B. Package the HTTPS Listener configuration in a Mule DOMAIN project, referencing it from all Muleapplications that need to expose an HTTPS endpointStore the server-side certificate in a shared filesystem location in the Mule runtime's classpath,OUTSIDE the Mule DOMAIN or any Mule APPLICATION
  • C. Package an HTTPS Listener configuration In all Mule APPLICATIONS that need to expose an HTTPSendpoint Package the server-side certificate in a NEW Mule DOMAIN project
  • D. Package the HTTPS Listener configuration in a Mule DOMAIN project, referencing It from all Muleapplications that need to expose an HTTPS endpoint Package the server-side certificate in the SAME Mule DOMAIN project Go to Set

Answer: B

NEW QUESTION 24
A global organization operates datacenters in many countries. There are private network links between these datacenters because all business data (but NOT metadata) must be exchanged over these private network connections.
The organization does not currently use AWS in any way.
The strategic decision has Just been made to rigorously minimize IT operations effort and investment going forward.
What combination of deployment options of the Anypoint Platform control plane and runtime plane(s) best serves this organization at the start of this strategic journey?

  • A. MuleSoft-hosted Anypoint Platform control plane CloudHub Shared Worker Cloud in multiple AWS regions
  • B. Anypoint Platform - Private Cloud Edition Customer-hosted runtime plane in each datacenter
  • C. MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in multiple AWS regions
  • D. MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in each datacenter

Answer: B

NEW QUESTION 25
......

P.S. DumpSolutions now are offering 100% pass ensure MCIA-Level-1 dumps! All MCIA-Level-1 exam questions have been updated with correct answers: https://www.dumpsolutions.com/MCIA-Level-1-dumps/ (58 New Questions)