Black Friday Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Salesforce Certified MuleSoft Developer 2 (SU24) Question and Answers

Salesforce Certified MuleSoft Developer 2 (SU24)

Last Update Dec 3, 2024
Total Questions : 60

We are offering FREE Salesforce-MuleSoft-Developer-II Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare Salesforce-MuleSoft-Developer-II free exam questions and then go for complete pool of Salesforce Certified MuleSoft Developer 2 (SU24) test questions that will help you more.

Salesforce-MuleSoft-Developer-II pdf

Salesforce-MuleSoft-Developer-II PDF

$36.75  $104.99
Salesforce-MuleSoft-Developer-II Engine

Salesforce-MuleSoft-Developer-II Testing Engine

$43.75  $124.99
Salesforce-MuleSoft-Developer-II PDF + Engine

Salesforce-MuleSoft-Developer-II PDF + Testing Engine

$57.75  $164.99
Questions 1

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?

Options:

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

Discussion 0
Questions 2

Which configurations are required for HTTP Listener to enable mTLS authentication?

Options:

A.  

Set an appropriate reconnection strategy and use persistent connections for the listener

B.  

Set an appropriate keystore configuration and use persistent connections for the listener

C.  

Set an appropriate keystore and truststore configuration for the listener

D.  

Set an appropriate truststore configuration and reconnection strategy for the listener

Discussion 0
Questions 3

A custom policy needs to be developed to intercept all cutbound HTTP requests made by Mule applications.

Which XML element must be used to intercept outbound HTTP requests?

Options:

A.  

It is not possible to intercept outgoing HTTP requests, only inbound requests

B.  

http-policy:source

C.  

htt-policy:operation

D.  

http-policy:processor

Discussion 0
Questions 4

An organization uses CloudHub to deploy all of its applications.

How can a 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.

Discussion 0
Questions 5

What is the MuleSoft recommended method to encrypt sensitive property data?

Options:

A.  

The encryption key and sensitive data should be different for each environment

B.  

The encryption key should be identical for all environments

C.  

The encryption key should be identical for all environments and the sensitive data should be different for each environment

D.  

The encryption key should be different for each environment and the sensitive data should be the same for all environments

Discussion 0
Questions 6

A Mule application need to invoice an API hosted by an external system to initiate a process. The external API takes anywhere between one minute and 24 hours to compute its process.

Which implementation should be used to get response data from the external API after it completes processing?

Options:

A.  

Use an HTTP Connector to invoke the API and wait for a response

B.  

Use a Scheduler to check for a response every minute

C.  

Use an HTTP Connector inside Async scope to invoice the API and wait for a response

D.  

Expose an HTTP callback API in Mule and register it with the external system

Discussion 0
Questions 7

Which plugin or dependency is required to unit test modules created with XML SDK?

Options:

A.  

XMLUnit

B.  

Junit

C.  

MUnit Extensions Maven plugin

D.  

MUnit Maven plugin

Discussion 0
Questions 8

A scatter-gather router is configured with four routes:Route A, B, C and D.

Route C false.

Options:

A.  

Error,errorMesage.payload.results [‘2’]

B.  

Payload failures[‘2’]

C.  

Error,errorMessage,payload.failures[‘2’]

D.  

Payload [‘2’]

Discussion 0
Questions 9

Refer to the exhibit.

What is the result of the Mule Maven Plugin configuration of the value of property its,keystorePassoword in CloudHub 2.0?

Options:

A.  

CloudHub encrypts the value

B.  

The Mule server encrypts the value

C.  

Anypoint Studio secures the value

D.  

Runtime Manager masks the value

Discussion 0
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?

Options:

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

Discussion 0
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 in which 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

Discussion 0
Questions 12

The flow is invoicing a target API. The API’s protocol is HTTPS. The TLS configuration in the HTTP Request Configuration global element is set to None. A web client submits a request to http:localhost:8081/vehicles.

If the certificate of the target API is signed by a certificate authority (CA), what is true about the HTTP Request operation when the flow executes?

Options:

A.  

The HTTP Request operation will succeed if the CA’S certificate is present in the JRE’s default keystore

B.  

The HTTP Request operation will succeed if the CA’s certificate is present in the JRE’s default truststore.

C.  

The HTTP Request operation will always succeed regardless of the CA

D.  

The HTTP Request operation will always fail regardless of the CA

Discussion 0
Questions 13

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 REST API

B.  

CloudHub Connector

C.  

Object Store Connector

D.  

CloudHub REST API

Discussion 0
Questions 14

A Mule application uses API autodiscovery to access and enforce policies for a RESTful implementation.

Options:

A.  

Northing because flowRef is an optional attribute which can be passed runtime

B.  

The name of the flow that has APlkit Console to receive all incoming RESTful operation requests.

C.  

Any of the APIkit generate implement flows

D.  

The name of the flow that has HTTP listener to receive all incoming RESTful operation requests

Discussion 0
Questions 15

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

Discussion 0
Questions 16

A new Mule project has been created in Anypoint Studio with the default settings.

Which file inside the Mule project must be modified before using Maven to successfully deploy the application?

Options:

A.  

Settings.xml

B.  

Config.yaml

C.  

Pom.xml

D.  

Mule.artificact.json

Discussion 0
Questions 17

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

Options:

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

Discussion 0
Questions 18

A Mule application deployed to a standardalone Mule runtime uses VM queues to publish messages to be consumed asynchronously by another flow.

In the case of a system failure, what will happen to in-flight messages in the VM queues that have been consumed?

Options:

A.  

For nay type of queue, the message will be processed after the system comes online

B.  

For persistent queues, the message will be processed after the system comes online

C.  

For transient queues, the message will be processed after the system comes online

D.  

For any type of queue, the message will be lost

Discussion 0