Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

IBM Robotic Process Automation – Basic II IBM Quiz Answers

Get IBM Robotic Process Automation – Basic II IBM Quiz Answers

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:

  • Define and use assets and parameters.
  • Manipulate PDFs with the tools available in IBM Robotic Process Automation Studio.
  • Manipulate data table and databases with IBM RPA Studio.

Before taking this course, you must:

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

Enroll on IBM

Quiz 1: IBM Robotic Process Automation – Basic II

Q1. What is the command used to export an asset to use in the script?

  • Write to file
  • Move File
  • Import file
  • Set Variable
  • Export Asset

Q2. What command is used to terminate the database connection?

  • Terminate SQL Connection
  • Connect to SQL Server
  • SQLite Connection
  • Run SQL Command

Q3. What are parameters within the WDG Automation context?

  • These are variables defined in WDG Automation Studio.
  • These are subroutines defined in WDG Automation Studio.
  • They are Text type variables defined in the Web Client.
  • These are assets imported into WDG Automation Studio.
  • They are numerical variables.

Q4. What command is used to assign a value to a specific field in an editable PDF file?

  • Assign Value to PDF
  • Open PDF File
  • Merge PDFs
  • Set Variable
  • Close PDF

Q5. What the Add row (addRow) command does?

  • Writes a table of data to a text file.
  • Copies the values of one or more specific rows from one table to another.
  • Allows you to add a new row of values to a Data Table, even if the table contains values.
  • Deletes a column from a data table.
  • Updates existing values in a specific row of the table.

Q6. What are the asset options available in WDG Automation Studio?

  • Variables, Subroutines, and Commands.
  • File, Audio, Image, Web Service, and Grammar.
  • File, Variables, Subroutines, and Commands.
  • Subroutines, Audio, Image, and Variables.
  • Audio, Subroutines, and Commands.

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. 

  • Only statement I.
  • I and V.
  • I, III and IV.
  • II, IV and V.
  • All statements are correct.

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. 

  • I, II, III and IV.
  • I, IV and V.
  • II and V.
  • II, IV and V.
  • IV and V

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.” 

  • True
  • False

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. 

  • Only statement I.
  • I and V.
  • II, III and IV.
  • II, IV and V.
  • All statements are correct.
Conclusion:

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 >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

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