M12 Mulesoft triggering flows

M12 Mulesoft triggering flows

Professional Development

5 Qs

quiz-placeholder

Similar activities

Pengembangan di Sisi Server dengan JavaScript

Pengembangan di Sisi Server dengan JavaScript

Professional Development

9 Qs

NodeJs: Cron jobs

NodeJs: Cron jobs

Professional Development

10 Qs

DSA106.14

DSA106.14

Professional Development

9 Qs

DevOps Pro

DevOps Pro

Professional Development

10 Qs

M4 - Mulesoft Building APIs

M4 - Mulesoft Building APIs

Professional Development

5 Qs

AWS Compute Services

AWS Compute Services

Professional Development

10 Qs

Pengetahuan Dasar MySQL

Pengetahuan Dasar MySQL

Professional Development

10 Qs

M6 - Mulesoft Mule Events

M6 - Mulesoft Mule Events

Professional Development

8 Qs

M12 Mulesoft triggering flows

M12 Mulesoft triggering flows

Assessment

Quiz

Professional Development, Computers

Professional Development

Hard

Created by

freddy forero

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

A Flow Reference component sends a non-empty JSON object payload to another flow named childFlow, which then returns an XML body.

A Flow Reference component saves the payload returned from childFlow to its target attribute named payload. Refer to the exhibit. 

What is true about the Mule event's payload at the next event processor after the Flow Reference component?

The payload is the XML response

body

The payload is a non-empty Java object

The payload is the original JSON object

The payload is null

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Refer to the exhibit. What is the object type returned by the File List operation?

Array of Mule event objects

Object of Mule event objects

Array of String file names

Object of String file names

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?

To save the most recent records retrieved from a database to enable database caching

To avoid duplicate processing of records in a database

To enable multithreaded event processing for each record retrieved from a database

To save the payload into the ObjectStore for future reference

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Assume that a database table contains a recordID column that always increases as new records get added to the table.

In a Mule application, what is the key process to enable manual watermarking for requests to a database using the Scheduler endpoint and the Database SELECT operation?

Save the max recordID from the set of recordIDs in an ObjectStore and reference this recordID in subsequent database requests

Enable automatic watermarking in the Database Select operation

Set the Watermark column in the Scheduler endpoint to the recordID

Save the max recordID from the set of recordIDs in a variable and reference this variable in subsequent database requests

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations.

Which operation is asynchronous (does not wait for a response before continuing to the next event processor) and which operation is synchronous (blocks and waits for a response or timeout before continuing to the next event processor)?

Publish consume: Asynchronous. Publish: Synchronous

Publish consume: Asynchronous. Publish: Asynchronous

Publish consume: Synchronous. Publish: Asynchronous

Publish consume: Synchronous. Publish: Synchronous