IBM Robotic Process Automation – Basic I IBM Quiz Answers

Get IBM Robotic Process Automation – Basic I IBM Quiz Answers

In this course, you learn the basics of IBM Robotic Process Automation: inserting commands, publishing scripts, how to control the flow of the script, using variables, manipulating files, collection, text manipulation, and how to use routines. This is a basic course for developers and technical professionals.

After completing this course, you should be able to:

  • Use the basic functions of IBM Robotic Process Automation.
  • Manipulate key functionality available in IBM RPA Studio.
  • Publish scripts through IBM RPA Studio.
  • Manipulate variables, files, texts, and arrays.
  • Work with conditional structures and routines.

Before taking this course, you must:

  • Know programming logic.
  • Watch Installing IBM Robotic Process Automation course.

Enroll on IBM

Quiz: IBM Robotic Process Automation – Basic I

Q1. The LIFO concept, meaning Last-in-first-out, means “The last in is first out”, relates to which type of collection?

  • List
  • Stack
  • Queue
  • None of the alternatives

Q2. Take a look at the flowchart below: 

Choose which command(s) match the flow control structure represented by the flowchart: 

  • IF –  ELSE IF  – ELSE
  • WHILE
  • CASE
  • REPEAT
  • FOR

Q3. In the WDG Automation Studio tool, the construction of the script done by drag-and-drop functionality is done in which interface?

  • Variables.
  • Call Graph.
  • Script.
  • Designer.
  • Workflow. 

Q4. Check the correct alternative. 

I. Routines are not executed at runtime. 

II. Routine is a piece of code that can be called repeatedly by the main script. 

III. There are two ways to create a new routine: the first is using the “New Routine” button in the “Home” menu;  the other is by right-clicking on a command, and going to “Advanced” > “Extract Routine” 

IV. We can visualize the flow of the routines created by going to the Call Graph interface. 

  • Only I is correct.
  • Only I and III are correct.
  • Only I and IV are correct.
  • Only I, II and III are correct.
  • Only II, III and IV are correct.
  • All are correct. 

Q5. Which the command has as one of its functions to print an output message?

  • Replace Text
  • Concatenate Texts
  • Log Message
  • Write to File

Q6. WDG Studio is integrated with WDG Automation’s built-in version control system, allowing scripts to be published to the client repository and WDG app. Wdg’s version control system allows you to:

I) Simple incremental versioning: Each published script increments the last version number;

II) Modification History: The script’s modification history can be viewed in comments added during its publication;

III) Restoration: Earlier versions of a script can be restored to accommodate changes;

IV) Production version: A specific baseline version can be referenced as the production version, making it accessible to be used when calling the bot individually or via other scripts.

Select the option that presents all the correct alternatives.

  • I e IV.
  • II e I.
  • II, III e IV.
  • I, III e IV.
  • All the above.

Q7. If there are two text variables “WDG Automation” and “IBM Robotic Process Automation”, if you use the Replace Text (replaceText) command to replace the first variable with the second variable, what is the expected result?

  • WDG Automation
  • IBM Robotic Process Automation
  • WDG Robotic Process Automation
  • WDG AutomationIBM Robotic Process Automation

Q8. By clicking on the left side of the command line in the Designer interface, it is defined:

  • Variables
  • Subroutines
  • Assets
  • Breakpoints
  • Commands

Q9. In the WDG Automation Language (WAL), variables are a symbolic reference to the memory position that stores data at runtime. This data can be obtained by referencing the variable name using the syntax: ${<variable_name>}. 

  • True
  • False

Q10. In WDG Automation Studio, several commands for handling files have the parameter “File System”, which must be filled in for the correct handling of files. If the parameter is not entered, the script will run normally.

  • True
  • False
Conclusion:

I hope this IBM Robotic Process Automation – Basic I 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 *