[2021] Pass MuleSoft MCIA-Level-1 Exam Updated 80 Questions [Q36-Q58]

Share

[2021] Pass  MuleSoft MCIA-Level-1 Exam Updated 80 Questions

Get 2021 Updated Free MuleSoft MCIA-Level-1 Exam Questions & Answer


MuleSoft MCIA-Level-1 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Identify common and distinguishing features and usage scenarios for CloudHub DLBs and public CloudHub LBs
  • Match protocols with networking constraints and API layers
Topic 2
  • Specify the requirements that would require the use of domain-level connectors
  • Architecting resilient and performant integration solutions
Topic 3
  • For a given API or integration, identify the steps that need to be taken in order for testing to occur
  • Select monitoring options for all available Anypoint Platform deployment options
Topic 4
  • Formulate an effective source code management strategy including branching and merging
  • Configure business groups, roles, and permissions within an Anypoint Platform organization
Topic 5
  • Designing networks for Anypoint Connectors
  • Recognize scenarios where message correlation is necessary
Topic 6
  • Operating and monitoring integration solutions
  • Design parts of an integration solution using any SOA-based integration approach
Topic 7
  • Identify metrics and operations exposed by default via JMX
  • Configuring and provisioning Anypoint Platform
Topic 8
  • Use Mule 4 constructs to make effective use of Enterprise Integration Patterns
  • Specify the connectors that can participate in the different types of transactions
Topic 9
  • Specify the purpose of various MuleSoft products in the area of DevOps and CI/CD
  • Select Anypoint Platform identity management vs client management for the correct purpose
Topic 10
  • Given a description of an integration problem, identify the most appropriate integration style
  • Design for short or long retries using reconnection strategies
Topic 11
  • Determine if horizontal scaling will help a Mule application meet its performance targets
  • Designing applications with Anypoint Connectors
Topic 12
  • Handling integration implementation lifecycles
  • Define a performant and HA deployment architecture for Mule applications in on-prem deployments
Topic 13
  • Specify testing strategies that use both mocking and invoking of external dependencies
  • Designing and documenting enterprise integration architecture
Topic 14
  • Use transport protocols and connectors correctly and coherently when and where applicable
  • Identify integrations scenarios when to use batch
Topic 15
  • Use streaming to handle large payloads within Mule applications
  • Recognize the purpose of various fault-tolerance strategies for remote calls


How much MuleSoft mcia - Level 1: MuleSoft Certified Integration Architect - Level 1 Exam Cost

The price of the MuleSoft mcia - Level 1: MuleSoft Certified Integration Architect - Level 1 exam is USD 375.

 

NEW QUESTION 36
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 AWS DirectConnect, plus matching firewall rules in the VPC and on-premises network
  • B. 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-premises network
  • C. Relocation of the database systems to a DMZ in the on-premises network, with Mule applications deployed to the CloudHub Shared Worker Cloud connecting only to the DMZ
  • D. Static IP addresses for the Mule applications deployed to the CloudHub Shared Worker Cloud, plus matching firewall rules and IP whitelisting in the on-premises network

Answer: A

Explanation:
https://docs.mulesoft.com/runtime-manager/vpc-connectivity-methods-concept

 

NEW QUESTION 37
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. Response time
  • B. Availability
  • C. Consistency
  • D. Throughput

Answer: C

 

NEW QUESTION 38
An Integration Mule application is being designed to synchronize customer data between two systems. One system is an IBM Mainframe and the other system is a Salesforce Marketing Cloud (CRM) instance. Both systems have been deployed in their typical configurations, and are to be invoked using the native protocols provided by Salesforce and IBM.
What interface technologies are the most straightforward and appropriate to use in this Mute application to interact with these systems, assuming that Anypoint Connectors exist that implement these interface technologies?

  • A. IBM: REST CRM:REST
  • B. IBM:QCS CRM: SOAP
  • C. IBM: Active MQ CRM: REST
  • D. IBM: DB access CRM: gRPC

Answer: C

 

NEW QUESTION 39
A REST API is being designed to implement a Mule application.
What standard interface definition language can be used to define REST APIs?

  • A. AsyncAPI Specification
  • B. YAML
  • C. Web Service Definition Language(WSDL)
  • D. OpenAPI Specification (OAS)

Answer: D

 

NEW QUESTION 40
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 with these stakeholders using Anypoint Platform and its supplied toolset?

  • A. 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
  • B. Use Anypoint Exchange to register the various Mule applications and APIs and share the RAML definitions with the stakeholders, so they can be discovered
  • C. 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
  • 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: C

 

NEW QUESTION 41
Additional nodes are being added to an existing customer-hosted Mule runtime cluster to improve performance. Mule applications deployed to this cluster are invoked by API clients through a load balancer.
What is also required to carry out this change?

  • A. API implementations using an object store must be adjusted to recognize the new nodes and persist to them
  • B. External monitoring tools or log aggregators must be configured to recognize the new nodes
  • C. A new load balancer must be provisioned to allow traffic to the new nodes in a round-robin fashion
  • D. New firewall rules must be configured to accommodate communication between API clients and the new nodes

Answer: A

Explanation:
Explanation/Reference: https://www.folkstalk.com/2019/11/mulesoft-integration-and-platform.html

 

NEW QUESTION 42
Refer to the 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 stops All HTTP requests are rejected
  • B. Database polling stops All HTTP requests continue to be accepted
  • C. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
  • D. Database polling continues All HTTP requests continue to be accepted, but requests to the failed node Incur increased latency

Answer: C

 

NEW QUESTION 43
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 existence of a public Anypoint Exchange portal to which the asset has been published
  • C. Design Center and RAML were both used to create the asset
  • D. The business groups to which the user belongs

Answer: D

 

NEW QUESTION 44
Refer to the exhibit.
A Mule application is being designed to be deployed to several CIoudHub workers. The Mule application's integration logic is to replicate changed Accounts from Satesforce to a backend system every 5 minutes.
A watermark will be used to only retrieve those Satesforce Accounts that have been modified since the last time the integration logic ran.
What is the most appropriate way to implement persistence for the watermark in order to support the required data replication integration logic?

  • A. Persistent Cache Scope
  • B. Persistent Anypoint MQ Queue
  • C. Persistent VM Queue
  • D. Persistent Object Store

Answer: D

 

NEW QUESTION 45
An API client is implemented as a Mule application that includes an HTTP Request operation using a default configuration. The HTTP Request operation invokes an external API that follows standard HTTP status code conventions, which causes the HTTP Request operation to return a 4xx status code.
What is a possible cause of this status code response?

  • A. The external API reported an error with the HTTP request that was received from the outbound HTTP Request operation of the Mule application
  • B. The HTTP response cannot be interpreted by the HTTP Request operation of the Mule application after it was received from the external API
  • C. The external API reported that the API implementation has moved to a different external endpoint
  • D. An error occurred inside the external API implementation when processing the HTTP request that was received from the outbound HTTP Request operation of the Mule application

Answer: B

Explanation:
Explanation/Reference: https://docs.mulesoft.com/connectors/http/http-request-ref

 

NEW QUESTION 46
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 a SINGLE THREAD for all Batch Steps
    Each 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
  • B. Each Batch Job uses SEVERAL THREADS for the Batch Steps
    Each 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
  • C. Each Batch Job uses SEVERAL THREADS for the Batch Steps
    Each 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
  • D. Each Batch Job uses a SINGLE THREAD to process a configured block size of record Each Batch Step instance receives A BLOCK OF records as the payload, and BLOCKS of records are processed IN ORDER

Answer: B

Explanation:
Explanation/Reference: https://docs.mulesoft.com/mule-runtime/3.8/batch-processing

 

NEW QUESTION 47
A Mule application is being designed to do the following:
Step 1: Read a SalesOrder message from a JMS queue, where each SalesOrder consists of a header and a list of SalesOrderLineltems.
Step 2: Insert the SalesOrder header and each SalesOrderLineItem into different tables in an RDBMS.
Step 3: Insert the SalesOrder header and the sum of the prices of all its SalesOrderLineltems into a table in a different RDBMS.
No SalesOrder message can be lost and the consistency of all SalesOrder-related information in both RDBMSs must be ensured at all times.
What design choice (including choice of transactions) and order of steps addresses these requirements?

  • A. 1. Read the JMS message (NOT in an XA transaction)
    2. Perform EACH DB insert in a SEPARATE DB transaction
    3. Acknowledge the JMS message
  • B. 1. Read and acknowledge the JMS message (NOT in an XA transaction)
    2. In a NEW XA transaction, perform BOTH DB inserts
  • C. 1. Read the JMS message in an XA transaction
    2. In the SAME XA transaction, perform BOTH DB inserts but do NOT acknowledge the JMS message
  • D. 1. Read the JMS message (NOT in an XA transaction)
    2. Perform BOTH DB inserts in ONE DB transaction
    3. Acknowledge the JMS message

Answer: C

Explanation:
Explanation

 

NEW QUESTION 48
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 receiving JMS messages on the same JMS connection After the timeout, a new JMS connection Is established
  • B. 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
  • 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 the timeout, a new JMS consumer thread is created

Answer: C

 

NEW QUESTION 49
Refer to the exhibit.

An organization is sizing an Anypoint VPC for the non-production deployments of those Mule applications that connect to the organization's on-premises systems. This applies to approx. 60 Mule applications. Each application is deployed to two CloudHub i workers. The organization currently has three non-production environments (DEV, SIT and UAT) that share this VPC. The AWS region of the VPC has two AZs.
The organization has a very mature DevOps approach which automatically progresses each application through all non-production environments before automatically deploying to production. This process results in several Mule application deployments per hour, using CloudHub's normal zero-downtime deployment feature.
What is a CIDR block for this VPC that results in the smallest usable private IP address range?

  • A. 10.0.0.0/26 (64 IPS)
  • B. 10.0.0.0/24 (256 IPs)
  • C. 10.0.0.0/25 (128 IPs)
  • D. 10.0.0.0/22 (1024 IPs)

Answer: D

 

NEW QUESTION 50
What aspects of a CI/CD pipeline for Mute applications can be automated using MuleSoft-provided Maven plugins?

  • A. Compile, package, unit test, validate unit test coverage, deploy
  • B. Compile, package, unit test, deploy, integration test
  • C. Compile, package, unit test, deploy, create associated API instances in API Manager B Import from API designer, compile, package, unit test, deploy, publish to Am/point Exchange

Answer: B

 

NEW QUESTION 51
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. Object Store connector
  • B. File connector
  • C. VM connector
  • D. SFTP connector

Answer: D

 

NEW QUESTION 52
A mule application uses an HTTP request operation to involve an external API.
The external API follows the HTTP specification for proper status code usage.
What is possible cause when a 3xx status code is returned to the HTTP Request operation from the external API?

  • A. The request was Redirected to a different URL by the external API
  • B. The request was ACCEPTED by the external API
  • C. The request was not accepted by the external API
  • D. The request was NOT RECEIVED by the external API

Answer: A

 

NEW QUESTION 53
Refer to the 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 stops All HTTP requests are rejected
  • B. Database polling stops All HTTP requests continue to be accepted
  • C. Database polling continues Only HTTP requests sent to the remaining node continue to be accepted
  • D. Database polling continues All HTTP requests continue to be accepted, but requests to the failed node Incur increased latency

Answer: C

 

NEW QUESTION 54
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 with these 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: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 55
What aspects of a CI/CD pipeline for Mute applications can be automated using MuleSoft-provided Maven plugins?

  • A. Compile, package, unit test, deploy, create associated API instances in API Manager B Import from API designer, compile, package, unit test, deploy, publish to Am/point Exchange
  • B. Compile, package, unit test, deploy, integration test
  • C. Compile, package, unit test, validate unit test coverage, deploy

Answer: C

 

NEW QUESTION 56
Refer to the exhibit.

A Mule application is being designed to be deployed to several CIoudHub workers. The Mule application's integration logic is to replicate changed Accounts from Satesforce to a backend system every 5 minutes.
A watermark will be used to only retrieve those Satesforce Accounts that have been modified since the last time the integration logic ran.
What is the most appropriate way to implement persistence for the watermark in order to support the required data replication integration logic?

  • A. Persistent Cache Scope
  • B. Persistent Anypoint MQ Queue
  • C. Persistent VM Queue
  • D. Persistent Object Store

Answer: D

 

NEW QUESTION 57
Refer to the 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. Use a composite data source so files can be retrieved from various sources and delivered to a MuleSoft Batch Job for processing
  • C. 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
  • D. 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

Answer: D

 

NEW QUESTION 58
......


Who should take the MuleSoft mcia - Level 1: MuleSoft Certified Integration Architect - Level 1 Exam

The MuleSoft mcia - Level 1: MuleSoft Certified Integration Architect - Level 1 exam certification is an internationally recognized certification that helps to have validation for those professionals who are keen to make their career in MuleSoft design, build, test and debug, deploy, and manage basic APIs and integrations.

If a candidate/professional seeks a powerful improvement in career growth needs enhanced knowledge, skills, and talents. The MuleSoft mcia - Level 1: MuleSoft Certified Integration Architect - Level 1 certification provides proof of this advanced knowledge and skill.

 

Verified MCIA-Level-1 exam dumps Q&As with Correct 80 Questions and Answers: https://www.examboosts.com/MuleSoft/MCIA-Level-1-practice-exam-dumps.html