Question 86
A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.

From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.

Question 87
Which activity can you use if you want to loop through a collection of items?
Options are :
Options are :
Question 88
A developer extracts data about employees from an Excel workbook. The developer uses the following expression to filter the extracted datatable.
extractedDataTable.Select("[Age]>=21 AND ([Education]='Master' OR [Salary]>100000) AND [Education]='Bachelor'") How many rows will be returned as the result of the filtering?
Please find below the worksheet with data.

extractedDataTable.Select("[Age]>=21 AND ([Education]='Master' OR [Salary]>100000) AND [Education]='Bachelor'") How many rows will be returned as the result of the filtering?
Please find below the worksheet with data.

Question 89
Which is the best way to navigate to a specific page in a web browser?
Options are :
Options are :
Question 90
A developer reviewed the following sequence:

The parameters of the Invoke Method are:


In order to get the table name of the first element in the DataSet, which expressions should the developer use?

The parameters of the Invoke Method are:


In order to get the table name of the first element in the DataSet, which expressions should the developer use?

