Pass the Salesforce Salesforce MuleSoft Salesforce-MuleSoft-Developer-II Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which statement is true when using XML SDK for creating custom message processors?

Options:

A.

Properties are fields defined by an end user of the XML SDK component and serve as a global configuration for the entire Mule project inwhich they are used


B.

An XML SDK provides both inbound and outbound operations


C.

Operations can be reused in recursive calls


D.

All operations are public


Expert Solution
Questions # 12:

A system API that communicates to an underlying MySQL database is deploying to CloudHub. The DevOps team requires a readiness endpoint to monitor all system APIs.

Which strategy should be used to implement this endpoint?

Options:

A.

Create a dedicated endpoint that responds with the API status and reachability of the underlying systems


B.

Create a dedicated endpoint that responds with the API status and health of the server


C.

Use an existing resource endpoint of the API


D.

Create a dedicated endpoint that responds with the API status only


Expert Solution
Questions # 13:

A company has been using CI/CD. Its developers use Maven to handle build and deployment activities.

What is the correct sequence of activities that takes place during the Maven build and deployment?

Options:

A.

Initialize, validate, compute, test, package, verify, install, deploy


B.

Validate, initialize, compile, package, test, install, verify, verify, deploy


C.

Validate, initialize, compile, test package, verify, install, deploy


D.

Validation, initialize, compile, test, package, install verify, deploy


Expert Solution
Questions # 14:

The Center for Enablement team published a common application as a reusable module to the central Nexus repository.

How can the common application be included in all API implementations?

Options:

A.

Download the common application from Naxus and copy it to the src/main/resources folder in the API


B.

Copy the common application’s source XML file and out it in a new flow file in the src/main/mule folder


C.

Add a Maven dependency in the PCM file with multiple-plugin as


D.

Add a Maven dependency in the POM file with jar as


Expert Solution
Questions # 15:

A developer deploys an API to CloudHub and applies an OAuth policy on API Manager. During testing, the API response is slow, sothe developer reconfigures the API so that the out-of-the-box HTTP Caching policy is applied first, and the OAuth API policy is applied second.

What will happen when an HTTP request is received?

Options:

A.

In case of a cache hit, both the OAuth and HTTP Caching policies are evaluated; then the cached response is returned to the caller


B.

In case of a cache it, only the HTTP Caching policy is evaluating; then the cached response is returned to the caller


C.

In case of a cache miss, only the HTTP Caching policy is evaluated; then the API retrieves the data from the API implementation, and the policy stores the data to be cached in Object Store


D.

In case of a cache miss, both the OAuth and HTTP Caching policies are evaluated; then the API retrieves the data from the API implementation, and the policy does not store the data in Object Store


Expert Solution
Questions # 16:

A Mule implementation uses a HTTP Request within an Unit Successful scope to connect to an API.

How should a permanent error response like HTTP:UNAUTHORIZED be handle inside Until Successful to reduce latency?

Options:

A.

Configure retrying until a MULERETRY_EXHAUSTED error is raised or the API responds back with a successful response.


B.

In Until Successful configuration, set the retry count to 1 for error type HTTP: UNAUTHORIZED.


C.

Put the HTTP Request inside a try scope in Unit Successful.

In the error handler, use On Error Continue to catch permanent errors like HTTP UNAUTHORIZED.


D.

Put the HTTP Request inside a try scope in Unit Successful.

In the error handler, use On Error Propagate to catch permanent errors like HTTP UNAUTHORIZED.


Expert Solution
Questions # 17:

Which pattern can a web API use to notify its client of state changes as soon as they occur?

Options:

A.

HTTP Webhock


B.

Shared database trigger


C.

Schedule Event Publisher


D.

ETL data load


Expert Solution
Questions # 18:

Refer to the exhibit.

What required changes can be made to give a partial successful response in case the United Airlines API returns with a timeout?

Question # 18

Options:

A.

Add a Scatter-gather component inside a Try scope.

Set the payload to a default value ‘Error’ inside the error handler using the On Error Propagate scope.


B.

Add Flow Reference components inside a Try scope.

Set the payload to a default value’’ insider the error handler using the ON Error Continue scope


C.

Add Flow Reference components inside a Try scope

Set the payload to a default value ‘’ inside the error handler using the On Error Propagate scope


D.

Add a Scatter-Gather component inside a Try scope.

Set the payload to a defaultvalue ‘Error’’ inside the error handler using the On Error Continue scope.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions