The Most In-Demand MuleSoft MCD-Level-1 Pass Guaranteed Quiz [Q89-Q112]

Share

The Most In-Demand MuleSoft MCD-Level-1 Pass Guaranteed Quiz

New Version MCD-Level-1 Certificate & Helpful Exam Dumps is Online

NEW QUESTION # 89
A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case.
What is the correct DataWeave to call the pascalize function in a Transform Message component?
A)

B)

C)

D)

  • A. Option B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: A


NEW QUESTION # 90
Refer
to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error.
What is the next step to fix this error?

  • A. set a SOAP payload before the Consume operation that contains the destination query parameter
  • B. Set a header In the Consume operation equal to the destination query parameter
  • C. set a JSON payload before the Consume operation that contains the destination query parameter
  • D. set a property m the Consume operation equal to the destination query parameter

Answer: A


NEW QUESTION # 91
What valid RAML retrieves details on a specific by its orderld as a URL parameter?
A)

B)

C)

D)

  • A. Option D
  • B. Option C
  • C. Option B
  • D. Option A

Answer: D


NEW QUESTION # 92
What module and operation will throw an error if a Mule events payload is not number ?

  • A. Validation modules Is not Number operation
  • B. Validation modules Is Number operation
  • C. None of these
  • D. Filter modules Is Number operation

Answer: B

Explanation:
Correct answer is Validation modules Is Number operation.
Mule 4 does not use filters anymore. The functionality provided by filters in Mule 3 can be achieved by using the Validation Module.


NEW QUESTION # 93
Refer
to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error.
What is the next step to fix this error?

  • A. set a SOAP payload before the Consume operation that contains the destination query parameter
  • B. set a JSON payload before the Consume operation that contains the destination query parameter
  • C. Set a header In the Consume operation equal to the destination query parameter
  • D. set a property m the Consume operation equal to the destination query parameter

Answer: C


NEW QUESTION # 94
Refer to the exhibits.



The Batch Job scope contains two Batch Steps scopes with different accept expression.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the batch job scope , what messages have been logged by the Logger component?

  • A. 1. {amount=140}
    2. {amount=102}
    3. {step2amount=100}
    4. {step2amount=140}
  • B. 1. {amount=140}
    2. {amount=102}
    3. {step2amount=100}
    4. {step2amount=40}
  • C. 1. {amount=140}
    2. {amount=102}
    3. {step2amount=100}
    4. {step2amount=140}
  • D. 1. {amount=140}
    2. {amount=102}
    3. {step2amount=100}

Answer: C

Explanation:
5. {step2amount=102}
Explanation:
Lets understand this solution step by step.
1) Batch Step (Less than 50)
Accept expression for this batch step is less than 50. Hence elements which will go in this batch step are amount value 40 and 2. Hence output of logger in first batch step is
{amount=140}
{amount=102}
2) Batch Step (Greater than 20)
Accept condition for this batch step is greater than 20. Note that input amount values for this batch step are 100 , 140 and 102 (last two values have been updated in batch step less than 50) As all values satisfy this condition out put of second logger is
{step2amount=100}
{step2amount=140}
{step2amount=102}
Hence correct answer to this question is

{amount=140}
{amount=102}
{step2amount=100}
{step2amount=140}
{step2amount=102}


NEW QUESTION # 95
Refer to the exhibit.

What is the response to a web client request to http://localhost:8081?

  • A. After
  • B. before
  • C. Validation Error
  • D. null

Answer: A


NEW QUESTION # 96
Which of the below activity doesn't support parallel execution?

  • A. Parallel For Each
  • B. Batch job
  • C. First Successful Router
  • D. Scatter-Gather Router

Answer: A

Explanation:
The First Successful router iterates through a list of configured processing routes until one of the routes executes successfully. This is sequential execution. In all other options mentioned in the question ,we can achieve parallel execution.


NEW QUESTION # 97
Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?

  • A. [10. 20, 30. 40, 50, 60]
  • B. [20, 40, 60]
  • C. [10. 20] [30, 40] [50, 60]
  • D. [20. 40] [60]

Answer: D


NEW QUESTION # 98
Refer to the exhibits.

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

  • A. [[1,2,3,4], 14]
  • B. [[order1, order2, order3, order4], 14]
  • C. [orderlorder2order3order4, 14]
  • D. [[1,2,3,4], 10]

Answer: A


NEW QUESTION # 99
Refer to the exhibits.

The Mule Application is being debugged in Anypoint Studio and stops at breakpoint. What is the value of payload displayed in debugger at this breakpoint?

  • A. Processing
  • B. Finished
  • C. Begin

Answer: C


NEW QUESTION # 100
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?
What response is returned to the web client?

  • A. Hello-HTTP-Three
  • B. Helb-JMS1-HTTP-JMS2 -Three
  • C. Hello- HTTP-] MS2-Three
  • D. HTTP-JMS2-Three

Answer: C


NEW QUESTION # 101
What is the minimum Cloudhub worker size that can be specified while deploying mule application?

  • A. 1.0 vCores
  • B. 0.5 vCores
  • C. 0.1 vCores
  • D. 0.2 vCores

Answer: C

Explanation:
Correct answer is 0.1 vCores
MuleSoft Doc Ref : https://docs.mulesoft.com/runtime-manager/cloudhub-architecture#cloudhub-workers CloudHub Workers Workers are dedicated instances of Mule runtime engine that run your integration applications on CloudHub. The memory capacity and processing power of a worker depends on how you configure it at the application level.
Worker sizes have different compute, memory, and storage capacities. You can scale workers vertically by selecting one of the available worker sizes:


NEW QUESTION # 102
Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?

  • A. "End"
  • B. "Start"
  • C. ""
  • D. "String is not blank"

Answer: A

Explanation:
1. Set Payload "Start"
2. 'Is Balnk String' Creates an Error object with #[error.description] ="String is not blank"
3. Default Error Handler catches and Propagates error
4. 'On Error Propogate' is 'RED IN RED OUT'. It Returns Status Code : 500 & #[error.description]
-------------------------------------------------------------------------------------------------------------------------- Correct answer is String is not blank. Because validation component will throw an error as payload is not blank.


NEW QUESTION # 103
Refer to the exhibits.

The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.
What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D


NEW QUESTION # 104
Refer to the exhibits.


A JSON payload is set in the Set Payload transformer.
What is logged by the Logger?

  • A. "String"
  • B. "Array"
  • C. "Object"
  • D. "JSON"

Answer: D


NEW QUESTION # 105
Refer to the exhibits.


A
web client submits a request to http://localhQst:8081 /flights. What is the result at the end of the flow?

  • A. "XML"
  • B. "string"
  • C. "Java"
  • D. "object"

Answer: D


NEW QUESTION # 106
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?

  • A. Attach project sources
    Include project modules and dependencies
  • B. Attach project sources
    Include project modules and dependencies
  • C. Attach project sources
    Include project modules and dependencies
  • D. Attach project sources
    Include project modules and dependencies

Answer: B


NEW QUESTION # 107
Which of the below functionality is provided by zip operator in DataWeave?

  • A. Used for sending attachments
  • B. All of the above
  • C. Minimize the size of long text using encoding.
  • D. Merges elements of two lists (arrays) into a single list

Answer: D

Explanation:
Correct answer is Merges elements of two lists (arrays) into a single list MuleSoft Doc Reference : https://docs.mulesoft.com/mule-runtime/4.3/dw-core-functions-zip


NEW QUESTION # 108
Refer to the exhibits.


The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?

  • A. Error - private flow
  • B. Error - main flow
  • C. Validation Error
  • D. Success - main flow

Answer: D


NEW QUESTION # 109
Refer to the exhibits.

The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.
What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?

  • A. payload
    quantity var color query param
  • B. payload
    color query param
  • C. payload
  • D. payload
    quantity var

Answer: C


NEW QUESTION # 110
Refer to the exhibit.

What is a valid expression for the Choice router's when expression to route events to the documenticShipping flow?

  • A. #[ if(payload == "US") ]
  • B. #[ payload == 'US' J
  • C. #[ if(payload = 'US') J
  • D. 0#[ payload = 'US' ]

Answer: B


NEW QUESTION # 111
Refer to the exhibit.
How should the WHERE clause be changed to set the city and state values from the configured input parameters?

A)

B)

C)

D)

  • A. Option D
  • B. Option C
  • C. Option B
  • D. Option A

Answer: D


NEW QUESTION # 112
......

MCD-Level-1 Free Certification Exam Material with 226 Q&As : https://tesking.pass4cram.com/MCD-Level-1-dumps-torrent.html