Chapter 18: Mock Exam 2
This is mock exam 2. It is used to test your knowledge and give you a feel for what the actual exam is like. This mock exam does not contain the actual exam questions. If you feel you are ready, take this exam without looking at the solutions. If you get a score of 70% or above on this one, you can be sure you are ready to take the actual exam, and you will have a really good chance of passing.
So, what are you waiting for? Go for it! Answer the following questions:
- Which of the following processes should not be chosen for RPA?
- Rule-based
- Voluminous
- Repetitive in nature
- A process with a high exception rate
- How can execution be paused before a particular activity while debugging?
- By using a
Break
activity - By using a
MessageBox
activity - By using a breakpoint in
Debug
mode - By using a
Wait Attribute
activity
- By using a
- Which key combination allows you to automatically create an
Out
direction argument from an activity's property field?- Ctrl + Shift + E
- Ctrl +...