M12 Mulesoft triggering flows

M12 Mulesoft triggering flows

Professional Development

5 Qs

quiz-placeholder

Similar activities

M9 Mulesoft Controlling Event Flows

M9 Mulesoft Controlling Event Flows

Professional Development

5 Qs

Types of online learning

Types of online learning

Professional Development

10 Qs

GCEL1 UNIT 12: FACILITATE GROUP WORK

GCEL1 UNIT 12: FACILITATE GROUP WORK

University - Professional Development

6 Qs

11-20

11-20

Professional Development

10 Qs

Full Stack QUIZ

Full Stack QUIZ

Professional Development

10 Qs

Post test Data Science Day 25 (SQL)

Post test Data Science Day 25 (SQL)

Professional Development

10 Qs

Database Basics

Database Basics

Professional Development

10 Qs

Apache Kafka

Apache Kafka

Professional Development

9 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