시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / MuleSoft Developer I 덤프  / MuleSoft Developer I 문제 연습

Salesforce MuleSoft Developer I 시험

Salesforce Certified MuleSoft Developer I 온라인 연습

최종 업데이트 시간: 2024년11월08일

당신은 온라인 연습 문제를 통해 Salesforce MuleSoft Developer I 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 MuleSoft Developer I 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 235개의 시험 문제와 답을 포함하십시오.

 / 6

Question No : 1


Refer to the exhibits.






A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE: CONNECTIVITY error.
What response message is returned to the web client?

정답:

Question No : 2


Refer to the exhibits.



A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?

정답:
Explanation:

Question No : 3


Refer to the exhibits.



A company has defined this Book data type and Book example to be used in APIs.
What is valid RAML for an API that uses this Book data type and Book example?
A)



B)



C)



D)



정답:

Question No : 4


Refer to the exhibit.



The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating.
What payload is logged by the Logger component?

정답:

Question No : 5


Refer to the exhibits.



The input array of strings is processed by the batch job that processes, filters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing?

정답:
Explanation:
Logs would look like:
INFO 2021-06-09 19:14:56,039 [[MuleRuntime].uber.06: [validationtest].batch-job-validationtestBatch_Job-work-manager @6de10f3e] [processor:
validationtestFlow/processors/1/route/0/route/0/aggregator/processors/0; event: bfb751e1-9939-11eb-9f69-02053763653a]
org.mule.runtime.core.internal.processor.LoggerMessageProcessor:
[
“\”A\””,
“\”C\””,
“\”D\””
]
―-
INFO 2021-06-09 19:15:02,486 [[MuleRuntime].uber.06: [validationtest].batch-job-
validationtestBatch_Job-work-manager @6de10f3e] [processor:
validationtestFlow/processors/1/route/0/route/0/aggregator/processors/0; event: bfb751e1-
9939-11eb-9f69-02053763653a]
org.mule.runtime.core.internal.processor.LoggerMessageProcessor: [
“\”E\””
]
Batch aggregator value is 3. Hence in first time it will print [“A”, “C”, “D”] and in next
iteration it will print [ “E” ]
-------------------------------------------------------------------------------------------------------------------------
Correct answer is [ “E” ]

Question No : 6


Refer to the exhibits.



The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing? A)



B)



C)



D)



정답:

Question No : 7


Refer to the exhibits.



Each route in the Scatter-Gather sets the payload to the number shown in the label.
What response is returned to a web client request to the HTTP Listener?
A)



B)



C)



D)



정답:
Explanation:
Correct answer is as below.
After all processing routes have finished execution, the Scatter-Gather component creates a new Mule event that combines all resulting Mule events from each route, and then passes the new Mule event to the next component in the flow.
{
"0": {
"attributes": ...,
"payload": "100"
},
"1": {
"attributes": ...,
"payload": "200"
}
}
Bottom of Form

Question No : 8


Refer to the exhibits.



The web client sends a POST request to the ACME Order API with an XML payload. An error is returned.
What should be changed in the request so that a success response code is returned to the web client?

정답:
Explanation:
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format. The format problem might be due to the request's indicated Content-Type or Content-Encoding, or as a result of inspecting the data directly. As per RAML input is expected in application/xml. Hence correct answer is Set a request header with the name Content-Type to a

Question No : 9


Refer to the exhibits.






A web client sends a POST request to the HTTP Listener with the payload "Hello-".
What response is returned to the web client?

정답:

Question No : 10


Refer to the exhibits.






A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error.
What response message is returned to the web client?

정답:

Question No : 11


A web client sends a request to http;//localhost:8081?dept=sales.
What is the correct DataWeave expression to access the value of dept?

정답:

Question No : 12


Refer to the exhibit.



In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.
About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

정답:

Question No : 13


A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?

정답:

Question No : 14


A Database On Table Row listener retrieves data from a CUSTOMER table that contains a primary key userjd column and an increasing kxjin_date_time column. Neither column allows duplicate values.
How should the listener be configured so it retrieves each row at most one time?

정답:
Explanation:
* Watermark allows the poll scope to poll for new resources instead of getting the same resource over and over again.
* The database table must be ordered so that the “watermark functionality” can move effectively in the ordered list. Watermark stores the current/last picked up “record id.”
* If the Mule application is shut down, it will store the last picked up “record id” in the Java Object Store and the data will continue to exist in the file. This watermark functionality is valuable and enables developers to have increased transparency.
* Developers do not need to create code to handle caching; it is all configurable!
* There are two columns and both are unique but user_id can't guaranty sequence whereas date_time will always be in increasing order and table content can easily be ordered on the basis of last processed date_time.
So correct answer is: Set the watermark column to the date_time column

Question No : 15


Refer to the exhibits.






What payload and quantity are logged at the end of the main flow?

정답:

 / 6