Where should the Mule Maven details be configured?

Multiple individual Mute application need to use the Mule Maven plugin to deploy to CloudHub. The plugin configuration should .. reused where necessary and anything project, specific should be property-based. Where should the Mule Maven details be configured?A . A parent pom.xml B. Settings, xml C. Pom, xml D. A...

August 15, 2023 No Comments READ MORE +

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

Which configurations are required for HTTP Listener to enable mTLS authentication?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...

August 13, 2023 No Comments READ MORE +

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

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?A ....

August 11, 2023 No Comments READ MORE +

What is a best practice to enrich every log message with the order ID?

A Mule application for processing orders must log the order ID for every log message output. What is a best practice to enrich every log message with the order ID?A . Use flow variables within every logger processor to log the order ID B. Set a flow variable and edit...

August 11, 2023 No Comments READ MORE +

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

Refer to the exhibit. What action must be performed to log all the errors raised by the VM Connector?A . Add <AsyncLOgger name=’orgroute.extensions vm’ level=ERROR’I> inside the Logger tag B. Add <AsyncLOgger name=’orgroute.extensions vm’ level=ERROR’/> inside the Appenders tag C. Configure <Logger level-‘ERROR’/> inside the VM Connector configuration D. Nothing,...

August 11, 2023 No Comments READ MORE +

Which approach should be used to test that the payment API is working in production?

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...

August 11, 2023 No Comments READ MORE +

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

Which command is used to convert a JKS keystore to PKCS12?A . Keytool-importkeystore Csrckeystore keystore p12-srcstoretype PKCS12 Cdestkeystore keystore.jks Cdeststoretype JKS B. Keytool-importkeystore Csrckeystore keystore p12-srcstoretype JKS Cdestkeystore keystore.p12 Cdeststoretype PKCS12 C. Keytool-importkeystore Csrckeystore keystore jks-srcstoretype JKS Cdestkeystore keystore.p13 Cdeststoretype PKCS12 D. Keytool-importkeystore Csrckeystore keystore jks-srcstoretype PKCS12 Cdestkeystore keystore.p12 Cdeststoretype...

August 11, 2023 No Comments READ MORE +

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

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?A . Initialize, validate, compute, test, package, verify, install, deploy B. Validate, initialize, compile, package, test, install, verify, verify,...

August 10, 2023 No Comments READ MORE +

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

Which statement is true when using XML SDK for creating custom message processors?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...

August 10, 2023 No Comments READ MORE +

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?

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...

August 10, 2023 No Comments READ MORE +