IBM Robotic Process Automation – Intermediate II IBM Quiz Answers

Get IBM Robotic Process Automation – Intermediate II IBM Quiz Answers

This course is a continuation of the Intermediate I course, and introduces more complex concepts in order to make your script more complete. You learn about resilience and error handling, script calls and vaults. This is an intermediate level course for developers and technical professionals.

After completing this course, you should be able to:

  • Maintain resilience and perform error handling in the WAL language.
  • Use script calls in WAL language.
  • Configure and manipulate RPA and RDA vaults.

Before taking this course, you must:

  • Know programming logic.
  • Watch IBM Robotic Process Automation – Basic I course.
  • Watch IBM Robotic Process Automation – Basic II course.
  • Watch IBM Robotic Process Automation – Intermediate I course.

Enroll on IBM

Quiz 1: IBM Robotic Process Automation – Intermediate II

Q1. When an error occurs in WDG Automation Studio, it is recorded in the wdg environment variable: error. Select four information that can be obtained from this variable?

  • The error message. 
  • The script that generated the error. 
  • The date and time of the error. 
  • The command that generated the error. 
  • The line in which the error happened.

Q2. What are exceptions?

  • Exceptions are unexpected errors that occur during script construction.
  • An exception is when the script runs correctly without interruption.
  • Exceptions are environment variables.
  • Exceptions are expected errors that occur during script construction and do not result in execution terminating or an alternate flow triggering.
  • Exceptions are unexpected errors that occur during the execution of a script, resulting in the termination of that execution, or in the triggering of an alternative flow.

Q3. In the context of WDG Automation, what allows the encapsulation of generic routines to reuse it when needed?

  • Script Call.
  • Variables.
  • Commands.
  • Assets.
  • Vault

Q4. The Web Client is used to configure the credentials of:

  • RPA Vault.
  • RDA Vault.
  • Script.
  • Commands.
  • Parameter

Q5. To send the value of a variable from the source script to a script called by the Execute Script command, you must:

  • Use any variable.
  • Use a subroutine called a parameter.
  • Use the Execute Script command without a variable.
  • Use an asset called target.
  • Use a parameter variable in the target script.

Q6. About the recover command, we can state that: 

I) Must be inserted into the subroutine responsible for handling the error;

II) Is responsible for ignoring the error and continuing execution;

III) After executed returns the script to the command that caused the error;

IV) After executed returns the script to the previous command to which caused the error;

V) After executed returns the script to the command following the one that caused the error.

  • II and IV are correct.
  • I and II are incorrect.
  • I and II are correct.
  • I, II and III are correct.
  • II and V are incorrect.
  • I and V are correct.

Q7. Review the statement below. 

“The Handle Error command is responsible for capturing any errors that occur in commands below it.”

  • True
  • False

Q8. What is the command that calls and executes another script in the same execution context?

  • Execute Subroutines.
  • Run JavaScript.
  • Run R Script.
  • Execute Script.
  • Run Windows Script

Q9. Review the alternatives below about the Call Stack window. 

I) It is available in the View tab;

II) It is available in Debug mode;

III) Supports the identification of chaining of script calls during the execution of the source script;

IV) Facilitates the visualization of the logic and operation of the bot in the test phase. 

Now select the option that contains only the correct alternatives. 

  • Only III and IV are true.
  • Only I, II and III are true.
  • Only I, III and IV are true. 
  • Only II, III and IV are true. 
  • All statements are true. 
  • All statements are false.

Q10. The Vault allows the encryption and storage of credentials. These credentials can be used later in scripts using the command:

  • Get Parameter.
  • Get Vault Item.
  • Get Subtext.
  • Get Item Index.
  • Get Environment Variable
Conclusion:

I hope this IBM Robotic Process Automation – Intermediate II IBM Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

Your email address will not be published. Required fields are marked *