Mulesoft Composer Flashcards
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
E. A and C
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
D. Connect to the system
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
C. If/Else
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. Get records
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()
C. capitalize()
Which of the following functions accepts a date and returns a datetime?
A. now() B. addDays() C.fromDateToDateTime() D. daysBetweenDateTimes()
C.fromDateToDateTime()
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
D. A and B
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.
B. Test every possible path.
What’s the next step after you test a flow?
A. Turn on B. Activate C. Trigger D. Run
B. Activate
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.
B. It sends a notification to your email address.
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
E. B and C
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
C. Sandbox