Two APIs are deployed to a two-node on-prem cluster. Due to a requirements change, the two APIs must communicate to exchange data asynchronously.
A.
If the two APIs use the same domain, the VM Connector can be leveraged
B.
The VM Connector is used to inter-application communication, so it is not possible to use the VM Connector
C.
Instead of using the VM Connector use <flow-ref>directly
D.
It is not possible to use the VM Connector since the APIs are running in a cluster mode and each mode has it own set of VM Queues
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 an appropriate truststore configuration and reconnection strategy for the listener
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?
A.
Settings.xml
B.
Config.yaml
C.
Pom.xml
D.
Mule.artificact.json
When a client and server are exchanging messages during the mTLS handshake, what is being agreed on during the cipher suite exchange?
A.
A protocol
B.
The TLS version
C.
An encryption algorithm
D.
The Public key format
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
Page 1 out of 10 Pages |