(Latest 2024 Update) |Real Questions
and Verified Answers| Graded A
QUESTION
Where is page access configured?
Answer:
Module Security
QUESTION
What would be a reasonable validation rule to use for AllowedNumberOfVisitorsPerDay?
Answer:
Range <= 1000
QUESTION
How can you easily manage accounts for your app?
Answer:
Connect navigation to the built-in Account_Overview page
QUESTION
Is it possible limit an entity to only one object?
Answer:
Yes, through a Microflow QUESTION
What is a limitation of a sub-microflow compared to a regular microflow?
Answer:
None. Sub-microflows are equally capable.
QUESTION
What main benefit do sub-microflows offer?
Answer:
Better maintainability
QUESTION
If you want to leave notes for future developers (or yourself) in a microflow, what can you use?
Answer:
Annotations
QUESTION
What is a limitation of a rule compared to a microflow?
Answer:
You have a smaller selection of activities.
QUESTION
You've replaced a microflow with newer functionality and want to test it. However, you don't
want to delete the old microflow permanently in case something goes wrong. How can you do
this?
Answer:
Exclude it from the project. QUESTION
How can you allow users to access parts of an app (like a login page) without needing to log in?
Answer:
Set up anonymous users.
QUESTION
In a microflow, what is a token?
Answer:
A system-generated value.
QUESTION
In a microflow expression, "toUpperCase" is an example of what?
Answer:
A function
QUESTION
In a microflow, what would be an example of a variable?
Answer:
$Customer
QUESTION
You need to debug a microflow in production but don't want to impact your users. How can you trigger debugging only when you personally are running the microflow?
Answer:
Set a breakpoint condition. Answer:
Answer:
Answer:
Answer:
Answer:QUESTION
How can you have a microflow automatically run at a specific moment in time?
Create and enable a scheduled event.
QUESTION
What can you use to exit a loop early, instead of finishing the entire list of iterator objects?
A break event
QUESTION
You want to find the total number of objects in a list. What can you easily use to do this?
Use an aggregate list function.
QUESTION
What are batches used for?
Processing large amounts of data.
QUESTION
What is the list object in a loop called?
An iterator