Certbus > Salesforce > Salesforce Certifications > SALESFORCE-MULESOFT-DEVELOPER-II > SALESFORCE-MULESOFT-DEVELOPER-II Online Practice Questions and Answers

SALESFORCE-MULESOFT-DEVELOPER-II Online Practice Questions and Answers

Questions 4

An API has been built to enable scheduling email provider. The front-end system does very little data entry validation, and problems have started to appear in the email that go to patients. A validatecustomer'' flow is added validate the data.

What is he expected behavior of the "validate-customer'' flow?

A. If only the email address Is invalid a VALIDATION.INVALID_EMAIL error is raised

B. If the email address is invalid, processing continues to see if the appointment data and customer name are also invalid

C. If the appointment date and customer name are invalid, a SCHEDULE:INVALID_APPOINTMENT_DATE error is raised

D. If all of the values are invalid the last validation error is raised:SCHEDULE:INVALID_CUSTOMER_NAME

Browse 60 Q&As
Questions 5

Which statement is true about using mutual TLS to secure an application?

A. Mutual TLS requires a hardware security module to be used

B. Mutual TLS authenticates the identity of the server before the identity of the client

C. Mutual TLS ensures only authorized end users are allowed to access an endpoint

D. Mutual TLS increases the encryption strength versus server-side TLS alone

Browse 60 Q&As
Questions 6

Refer to the exhibit.

What action must be performed to log all the errors raised by the VM Connector?

A. Add inside the Logger tag

B. Add inside the Appenders tag

C. Configure inside the VM Connector configuration

D. Nothing, as error-level events are automatically logged

Browse 60 Q&As
Questions 7

Which statement is true when working with correlation IDS?

A. The HTTP Listener regenerates correlation IDs regardless of the HTTP request

B. The Anypoint MQ Connector automatically propagates correlation IDS

C. The HTTP Listener generates correlation IDS unless a correlation ID is received in the HTTP request

D. The VM Connector does not automatically propagate correction IDs

Browse 60 Q&As
Questions 8

Which command is used to convert a JKS keystore to PKCS12?

A. Keytool-importkeystore "srckeystore keystore p12-srcstoretype PKCS12 "destkeystore keystore.jks "deststoretype JKS

B. Keytool-importkeystore "srckeystore keystore p12-srcstoretype JKS "destkeystore keystore.p12 " deststoretype PKCS12

C. Keytool-importkeystore "srckeystore keystore jks-srcstoretype JKS "destkeystore keystore.p13 " deststoretype PKCS12

D. Keytool-importkeystore "srckeystore keystore jks-srcstoretype PKCS12 "destkeystore keystore.p12 "deststoretype JKS

Browse 60 Q&As
Questions 9

Refer to the exhibit.

Based on the code snippet, schema,json file, and payload below, what is the outcome of the given

code snippet when a request is sent with the payload?

A. The Mule flow will execute successfully with status code 200, and the response will be the JSON sent in request

B. The Mule flow will execute successfully with status code 204

C. The Mule flow will throw the exception "JSON:SCHEMA_NOT_HONOURED

D. The Mule flow will execute successfully with status code 200m and a response will display the message " Age in years which must equal to or greater than zero.''

Browse 60 Q&As
Questions 10

When registering a client application with an existing API instance or API Group instance, what is required to manually approve or reject request access?

A. To configure the SLA tier for the application and have the role of Organization Administrator, API Manager Environment Administrator, or the Manage Contacts permission

B. To configure the SLA tier for the application and have the Exchange Administrator permission

C. To configure the SLA tier for the application

D. To only have Exchange Administrator permission

Browse 60 Q&As
Questions 11

A developer is working on a project that requires encrypting all data before sending it to a backend application. To accomplish this, the developer will use PGP encryption in the Mule 4 Cryptography module. What is required to encrypt the data before sending it to the backend application?

A. The application needs to configure HTTPS TLS context information to encrypt the data

B. The application needs to both the private and public keys to encrypt the data

C. The application needs the public key from the backend service to encrypt the data

D. The application needs the private key from the backend service to encrypt the data

Browse 60 Q&As
Questions 12

Refer to the exhibit.

When creating a new project, which API implementation allows for selecting the correct API version and scaffolding the flows from the API specification?

A. Import a published API

B. Generate a local RAML from anypoint Studio

C. Download RAML from Design Center

D. Import RAML from local file

Browse 60 Q&As
Questions 13

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

A. HTTP Webhock

B. Shared database trigger

C. Schedule Event Publisher

D. ETL data load

Browse 60 Q&As
Questions 14

Bioinfo System API is implemented and published to Anypoint Exchange. A developer wants to invoke this API using its REST Connector. What should be added to the POM?

A. Option A

B. Option B

C. Option C

D. Option D

E. Option E

Browse 60 Q&As
Questions 15

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?

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.

Browse 60 Q&As
Questions 16

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?

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

Browse 60 Q&As
Questions 17

A mule application exposes and API for creating payments. An Operations team wants to ensure that the Payment API is up and running at all times in production. Which approach should be used to test that the payment API is working in production?

A. Create a health check endpoint that listens on a separate port and uses a separate HTTP Listener configuration from the API

B. Configure the application to send health data to an external system

C. Create a health check endpoint that reuses the same port number and HTTP Listener configuration as the API itself

D. Monitor the Payment API directly sending real customer payment data

Browse 60 Q&As
Questions 18

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?

A. Create a properties file specifically for local development and set the API instance ID to a value that is not used 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

Browse 60 Q&As
Exam Name: Salesforce Certified MuleSoft Developer II
Last Update: Mar 16, 2025
Questions: 60 Q&As

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99