최신 MuleSoft Certified Developer MCD-Level-2 무료샘플문제:
1. 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)
B)
C)
D)
2. 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) 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.
B) 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.
C) In Until Successful configuration, set the retry count to 1 for error type HTTP: UNAUTHORIZED.
D) Configure retrying until a MULERETRY_EXHAUSTED error is raised or the API responds back with a successful response.
3. 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 10 public locations 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 one public location with each API in its own schedule
4. A Mule API receives a JSON payload and updates the target system with the payload. The developer uses JSON schemas to ensure the data is valid.
How can the data be validation before posting to the target system?
A) Add the JSON module dependency and add the validate-schema operation in the flow, configured to reference the schema
B) Apply the JSON Schema policy in API Manager and reference the correct schema in the policy configuration
C) Using the DataWeave if Else condition test the values of the payload against the examples included in the schema
D) Use a DataWeave 2.09 transform operation, and at the log of the DataWeave script, add:
%dw 2.0
Import.json-moduls
5. Refer to the exhibit.
What action must be performed to log all the errors raised by the VM Connector?
A) Configure <Logger level-'ERROR'/> inside the VM Connector configuration
B) Nothing, as error-level events are automatically logged
C) Add <AsyncLOgger name='orgroute.extensions vm' level=ERROR'/> inside the Appenders tag
D) Add <AsyncLOgger name='orgroute.extensions vm' level=ERROR'I> inside the Logger tag
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: C |