Demo Preview

DEV-301 Safe Question Preview

This public preview shows limited demo-safe questions only. Correct answers, full explanations, paid-only media, private IDs, and attempt data are not included.

Secure data at rest and in transitImplement maintainable and modular Mule applications and their Maven buildsMultiple Choice

Preview Questions

Multiple ChoiceSecure data at rest and in transit
Question 1. Refer to the exhibit. 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?
A. HTTP status code:200
B. HTTP status code:403
C. HTTP status code:400
D. HTTP status code:500
Multiple ChoiceSecure data at rest and in transit
Question 2. Refer to the exhibit. What is the result if ‘’Insecure’’ selected as part of the HTTP Listener configuration?
A. The HTTP Listener will trust any certificate presented by the HTTP client
B. The HTTP Lister will accept any unauthenticated request
C. The HTTP listener will only accept HTTP requests
D. Mutual TLS authentication will be enabled between this HTTP Listener and an HTTP client
Multiple ChoiceImplement maintainable and modular Mule applications and their Maven builds
Question 3. 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, deploy
C. Validate, initialize, compile, test package, verify, install, deploy
D. Validation, initialize, compile, test, package, install verify, deploy
Multiple ChoiceImplement maintainable and modular Mule applications and their Maven builds
Question 4. Which plugin or dependency is required to unit test modules created with XML SDK?
A. XMLUnit
B. Junit
C. MUnit Extensions Maven plugin
D. MUnit Maven plugin
Multiple ChoiceImplement maintainable and modular Mule applications and their Maven builds
Question 5. Refer to the exhibit. A Mule application pom.xml configures the Maven Resources plugin to exclude parsing binary files in the project’s src/main/resources/certs directory. Which configuration of this plugin achieves a successful build?
A. A)
A. Option A
B. B)
B. Option B
C. C)
C. Option C
D. D)
D. Option D