Question 26

A developer needs to create a process that performs the following:
1. Scrapes a table of common English-Spanish translations
2. Writes the table to an Excel file
3. Emails that Excel file as an attachment
While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
  • Question 27

    Which of the following are considered best practices?
    Options are :
  • Question 28

    Please choose the incorrect statement about the usage of the State Machine activity.
  • Question 29

    A developer automates a project for Finance Team. As the first step, robot needs to capture ticket numbers from a Sharepoint site and then search them in SalesForce application. However, on Sharepoint all ticket numbers contain 7 characters and start with zeros e.g. 0000728, 0011430, 0003219. While in SalesForce, zeros in front are removed e.g. 728, 11430, 3219.
    How can robot overcome this inconsistency?
  • Question 30

    Which activities allow you to iterate through an array of strings?
    Options are :