Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
This course is a continuation of the Basic I course, demonstrating more in-depth and essential concepts for the development of the programmer within the IBM RPA resources, such as use of assets and parameters, manipulation of PDFs, data table and database. 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. What is the command used to export an asset to use in the script?
Q2. What command is used to terminate the database connection?
Q3. What are parameters within the WDG Automation context?
Q4. What command is used to assign a value to a specific field in an editable PDF file?
Q5. What the Add row (addRow) command does?
Q6. What are the asset options available in WDG Automation Studio?
Q7. Review the following information:
I) WDG Automation enables mass data processing in the database, thus ensuring performance and consistency in interactions.
II) All databases have the same syntax for connection string.
III) For connection to mySQL database it is necessary to make a manual configuration of the connector on the target machine.
IV) To execute a stored procedure we use the sqlProcedure command and to have the result of a procedure we use the sqlReaderProcedure command.
V) The sqlExecute and sqlExecuteReader commands allow SQL statements to be executed, the difference between them is that sqlExecute returns a data table and number of rows and columns, and sqlExecuteReader returns only the rows that have been affected.
Check the alternative that presents all the correct statements.
Q8. Review the following statements:
I) Parameters are numeric variables defined in WDG Automation Studio.
II) Parameters are created on the Web Client, and can have values accessed by any Client script.
III) There is only one way to get parameter, which is through the getParameter command.
IV) The getParameter command gets the value of a single client parameter, and getParameters allows the values of multiple parameters to be obtained at once.
V) Parameters are a great resource for getting values for the script in scenarios where these values are not initially controlled by the robot.
Check the alternative that contains all the correct statements.
Q9. Read the following data table sentence in WDG Automation:
“The delete Column command allows you to delete a column as well as all its values and shifts the following columns to the left.”
Q10. Review the following statements:
I) To start pdf manipulation, we use the pdfClose command.
II) pdfSetValues used to assign a value to a specific field in an editable PDF file.
III) The Field Mapper tool is used to map FIELDS of PDFs with mappable fields.
IV) When using the Field Mapper tool, we abstract the manual use of the pdfGetValue command through the “Get” option and pdfSetValue through the “Set” option.
V) With the region selector tool we can get a PDF region just like text.
Check the alternative that presents all the correct statements.
I hope this IBM Robotic Process Automation – Basic 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 >>