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

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

A heathcare customer wants to use hospital system data, which includes code that was developed using legacy tools and methods. The customer has created reusableJava libraries in order to read the data from the system.

What is the most effective way to develop an API retrieve the data from the hospital system?

Options:

A.

Refer to JAR files in the code


B.

Include the libraries writes deploying the code into the runtime


C.

Create the Java code in your project and invoice the data from the code


D.

Install libraries in a local repository and refer to it in the pm.xml file


Expert Solution
Questions # 2:

A Mule application deployed to multiple Cloudhub 2.0 replicas needs to temporarily persist large files over 10MB between flow executions, and routinely needs to query whether the file data exists on separate executions.

How can this be achieved?

Options:

A.

Store the contents of the file on separate storage, and store the key and location of the file Object using Object Store v2


B.

Use an in-memory Object Store


C.

Store the key and full contents of the file in an Object Store


D.

Store the key and full contents of the file, caching the filename and location between requests


Expert Solution
Questions # 3:

Refer to the exhibit.

Question # 3

A developer generates the base scaffolding for an API in Anypoint Studio.

Which HTTP status code is returned while testing using the API Kit console if no values are entered in client-secret?

Options:

A.

HTTP status code:200


B.

HTTP status code:403


C.

HTTP status code:400


D.

HTTP status code:500


Expert Solution
Questions # 4:

An organization uses CloudHub to deploy all of its applications.

How cana common-global-handler flow be configured so that it can be reused across all of the organization’s deployed applications?

Options:

A.

Create a Mule plugin project

Create a common-global-error-handler flow inside the plugin project.

Use this plugin as a dependency in all Mute applications.

Import that configuration file in Mute applications.


B.

Create a common-global-error-handler flow in all Mule Applications Refer to it flow-ref wherever needed.


C.

Create a Mule Plugin project

Create a common-global-error-handler flow inside the plugin project.

Use this plugin as a dependency in all Mule applications


D.

Create a Mule daman project.

Create a common-global-error-handler flow inside the domain project.

Use this domain project as a dependency.


Expert Solution
Questions # 5:

Which type of cache invalidation does the Cache scope support without having to write any additional code?

Options:

A.

Write-through invalidation


B.

White-behind invalidation


C.

Time to live


D.

Notification-based invalidation


Expert Solution
Questions # 6:

When implementing a synchronous API where the event source is an HTTP Listener, a developer needs to return the same correlation ID backto the caller in the HTTP response header.

How can this be achieved?

Options:

A.

Enable the auto-generate CorrelationID option when scaffolding the flow


B.

Enable the CorrelationID checkbox in the HTTP Listener configuration


C.

Configure a custom correlation policy


D.

NO action is needed as the correlation ID is returned to the caller in the response header by default


Expert Solution
Questions # 7:

A Mule application defines as SSL/TLS keystore properly ‘tis,keystore.keyPassword’’ as secure.

How can this property be referenced toaccess its value within the application?

Options:

A.

#{secure::tiskeystore,keyPassowrd}


B.

${secure::tiskeystore,keyPassowrd}


C.

${secure::tiskeystore,keyPassowrd}


D.

p{secure::tiskeystore,keyPassowrd}


Expert Solution
Questions # 8:

Mule application A is deployed to CloudHub and is using Object Store v2. Mute application B is also deployed to CloudHub.

Which approach can Mule application B use to remove values from Mule application A’S Object Store?

Options:

A.

Object Store v2 RESTAPI


B.

CloudHub Connector


C.

Object Store Connector


D.

CloudHub REST API


Expert Solution
Questions # 9:

A company deploys 10 public APIs to CloudHub. Each API has its individual health endpoint defined. The platform operation team wants to configure API Functional Monitoring to monitor the health of the APIs periodically while minimizing operational overhead and cost.

How should API Functional Monitoring be configured?

Options:

A.

From one public location with each API in its own schedule


B.

From one private location with all 10 APIs in a single schedule


C.

From one public location with all 10 APIs in a single schedule


D.

From 10 public locations with each API in its own schedule


Expert Solution
Questions # 10:

An API has been developed and deployed to CloudHub Among the policies applied to this API is an allowlist of IP addresses. A developer wants to run a test in Anypoint Studio and does not want any policies applied because their workstation is not included in the allowlist.

What must the developer do in order to run this test locally without the policies applied?

Options:

A.

Create a properties file specifically for local development and set the API instance ID to a value that is notused in API Manager


B.

Pass in the runtime parameter ‘’-Danpow.platform.gatekeeper=disabled’’


C.

Deactivate the API in API Manager so the Autodiscovery element will not find the application when it runs in Studio


D.

Run the test as-s, with no changes because the Studio runtime will not attempt to connect to API Manager


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions