Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
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:
Before taking this course, you must:
Q1. The LIFO concept, meaning Last-in-first-out, means “The last in is first out”, relates to which type of collection?
Q2. Take a look at the flowchart below:
Choose which command(s) match the flow control structure represented by the flowchart:
Q3. In the WDG Automation Studio tool, the construction of the script done by drag-and-drop functionality is done in which interface?
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.
Q5. Which the command has as one of its functions to print an output message?
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.
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?
Q8. By clicking on the left side of the command line in the Designer interface, it is defined:
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>}.
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.
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 >>