Mulesoft Composer Flashcards

1
Q

Which of the following can you use to add a trigger to a flow using MuleSoft Composer?

  A. Schedule
  B. Action step
  C. System event
  D. A and B
  E. A and C
A

E. A and C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is the first task you must perform when adding an action step to your flow?

A. Name the step.
B. Specify an object.
C. Add an If/Else Block.
D. Connect to the system
A

D. Connect to the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following flow components must you use to make decisions and take corresponding actions?

A. Choice
B. Swimlane
C. If/Else
D. Switch/Case
A

C. If/Else

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following actions must you perform before you can use a For Each loop?

A. Get records
B. Create Record
C. Update Record
D. Create or Update Record
A

A. Get records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following functions accepts a string, capitalizes the first letter of each word in the string, and returns the result?

A. lower()
B. upper()
C. capitalize()
D. substitue()
A

C. capitalize()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following functions accepts a date and returns a datetime?

A. now()
B. addDays()
C.fromDateToDateTime()
D. daysBetweenDateTimes()
A

C.fromDateToDateTime()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following levels can you refresh data in a flow?

A. Field
B. Object
C. System
D. A and B
E. B and C
A

D. A and B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following is the best way to test a flow?

A. Test the happy path.
B. Test every possible path.
C. Test the worst-case-scenario path.
D. Test the most-likely-to-happen path.
A

B. Test every possible path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What’s the next step after you test a flow?

A. Turn on
B. Activate
C. Trigger
D. Run
A

B. Activate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does MuleSoft Composer let you know if there’s an issue with running a flow?

A. It generates a notification in your flow.
B. It sends a notification to your email address.
C. It posts to your Chatter profile.
D. It sends you a direct message on Slack.
A

B. It sends a notification to your email address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of these permissions must your Google Sheets account grant MuleSoft Composer?

A. Create metadata for files in your Google Drive.
B. See and download all your Google Drive files.
C. See, edit, create, and delete your spreadsheets in Google Drive.
D. A and B
E. B and C
A

E. B and C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

As a best practice, what type of org should you use when you design and test your flows?

A. Developer
B. QA
C. Sandbox
D. Production
A

C. Sandbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly