Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Pass the MuleSoft MuleSoft Certified Architect MCIA-Level-1 Questions and answers with CertsForce

Viewing page 8 out of 9 pages
Viewing questions 71-80 out of questions
Questions # 71:

A Mule application is being designed To receive nightly a CSV file containing millions of records from an external vendor over SFTP, The records from the file need to be validated, transformed. And then written to a database. Records can be inserted into the database in any order.

In this use case, what combination of Mule components provides the most effective and performant way to write these records to the database?

Options:

A.

Use a Parallel for Each scope to Insert records one by one into the database


B.

Use a Scatter-Gather to bulk insert records into the database


C.

Use a Batch job scope to bulk insert records into the database.


D.

Use a DataWeave map operation and an Async scope to insert records one by one into the database.


Expert Solution
Questions # 72:

What is an example of data confidentiality?

Options:

A.

Signing a file digitally and sending it using a file transfer mechanism


B.

Encrypting a file containing personally identifiable information (PV)


C.

Providing a server's private key to a client for secure decryption of data during a two-way SSL handshake


D.

De-masking a person's Social Security number while inserting it into a database


Expert Solution
Questions # 73:

An organization has chosen Mulesoft for their integration and API platform.

According to the Mulesoft catalyst framework, what would an integration architect do to create achievement goals as part of their business outcomes?

Options:

A.

Measure the impact of the centre for enablement


B.

build and publish foundational assets


C.

agree upon KPI's and help develop and overall success plan


D.

evangelize API's


Expert Solution
Questions # 74:

A team would like to create a project skeleton that developers can use as a starting point when creating API Implementations with Anypoint Studio. This skeleton should help drive consistent use of best practices within the team.

What type of Anypoint Exchange artifact(s) should be added to Anypoint Exchange to publish the project skeleton?

Options:

A.

A custom asset with the default API implementation


B.

A RAML archetype and reusable trait definitions to be reused across API implementations


C.

An example of an API implementation following best practices


D.

a Mule application template with the key components and minimal integration logic


Expert Solution
Questions # 75:

A manufacturing company is planning to deploy Mule applications to its own Azure Kubernetes Service infrastructure.

The organization wants to make the Mule applications more available and robust by deploying each Mule application to an isolated Mule runtime in a Docker container while managing all the Mule applications from the MuleSoft-hosted control plane.

What is the most idiomatic (used for its intended purpose) choice of runtime plane to meet these organizational requirements?

Options:

A.

Anypoint Platform Private Cloud Edition


B.

Anypoint Runtime Fabric


C.

CloudHub


D.

Anypoint Service Mesh


Expert Solution
Questions # 76:

What Is a recommended practice when designing an integration Mule 4 application that reads a large XML payload as a stream?

Options:

A.

The payload should be dealt with as a repeatable XML stream, which must only be traversed (iterated-over) once and CANNOT be accessed randomly from DataWeave expressions and scripts


B.

The payload should be dealt with as an XML stream, without converting it to a single Java object (POJO)


C.

The payload size should NOT exceed the maximum available heap memory of the Mute runtime on which the Mule application executes


D.

The payload must be cached using a Cache scope If It Is to be sent to multiple backend systems


Expert Solution
Questions # 77:

The implementation of a Process API must change. What is a valid approach that minimizes the impact of this change on API clients?

Options:

A.

Implement required changes to the Process API implementation so that whenever possible, the Process API's RAML definition remains unchanged


B.

Update the RAML definition of the current Process API and notify API client developers by sending them links to the updated RAML definition


C.

Postpone changes until API consumers acknowledge they are ready to migrate to a new Process API or API version


D.

Implement the Process API changes in a new API implementation, and have the old API implementation return an HTTP status code 301 - Moved Permanently to inform API clients they should be calling the new API implementation


Expert Solution
Questions # 78:

An organization has defined a common object model in Java to mediate the communication between different Mule applications in a consistent way. A Mule application is being built to use this common object model to process responses from a SOAP API and a REST API and then write the processed results to an order management system.

The developers want Anypoint Studio to utilize these common objects to assist in creating mappings for various transformation steps in the Mule application.

What is the most idiomatic (used for its intended purpose) and performant way to utilize these common objects to map between the inbound and outbound systems in the Mule application?

Options:

A.

Use JAXB (XML) and Jackson (JSON) data bindings


B.

Use the WSS module


C.

Use the Java module


D.

Use the Transform Message component


Expert Solution
Questions # 79:

An organization uses a four(4) node customer hosted Mule runtime cluster to host one(1) stateless api implementation. The API is accessed over HTTPS through a load balancer that uses round-robin for load distribution. Each node in the cluster has been sized to be able to accept four(4) times the current number of requests.

Two(2) nodes in the cluster experience a power outage and are no longer available. The load balancer directs the outage and blocks the two unavailable the nodes from receiving further HTTP requests.

What performance-related consequence is guaranteed to happen to average, assuming the remaining cluster nodes are fully operational?

Options:

A.

100% increase in the average response time of the API


B.

50% reduction in the throughput of the API


C.

100% increase in the number of requests received by each remaining node


D.

50% increase in the JVM heap memory consumed by each remaining node


Expert Solution
Questions # 80:

A mule application is being designed to perform product orchestration. The Mule application needs to join together the responses from an inventory API and a Product Sales History API with the least latency.

To minimize the overall latency. What is the most idiomatic (used for its intended purpose) design to call each API request in the Mule application?

Options:

A.

Call each API request in a separate lookup call from Dataweave reduce operator


B.

Call each API request in a separate route of a Scatter-Gather


C.

Call each API request in a separate route of a Parallel For Each scope


D.

Call each API request in a separate Async scope


Expert Solution
Viewing page 8 out of 9 pages
Viewing questions 71-80 out of questions