Update PDF

Title Update
Author Anonymous User
Course Descriptive Inorganic Chemistry
Institution University of Northern Iowa
Pages 23
File Size 119.7 KB
File Type PDF
Total Downloads 66
Total Views 183

Summary

fyj...


Description

Which of the following is a good example of a workflow name? Workflow1.xaml Workflow1.xaml The Use Flowchart activity

SAP_Process_Screen7.xaml

Adding activity annotations

GetCustomerNumber.xaml

Workflow That Gets The Customer Number.xaml What can you use to add more details about the process in the workflow itself? Flowchart activity

The Use

Adding activity annotations The Comment activity The Comment Out activity What type of arguments can you use in a workflow?

Out

Global In/Out In What is the recommended layout to define business logic in a complex process automation? Sequence Decision Flowchart For each What is the recommended layout for sequential activities?

Flowchart

For each Sequence Decision When running a workflow how can you see the steps the workflow is executing? Using Debug with Highlight Activities option Using Run and inspecting the Properties panel

Using Debug and inspecting the Output panel What can you use to make sure that the execution continues even if an activity fails? Try/Catch activity Throw activity TimeoutMS property DelayAfter property What is recommended to have in a Catch block? An alternative to the approach that fails

A LogMessage activity An Input Dialog activity Nothing If you want to wait until a UI Element becomes available on the screen, what activity should you use? Wait Element Vanish Find Element Element Exists How many Catches can you have in a Try/Catch block?

5

2 There is no limit on the number of catches. 1 If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to? System.Web.Mail.MailMessage

System.Net.Mail.MailMessage What activity can you use to send an email without entering the username and password of the email account? Send Exchange Mail Message Send SMTP Mail Message Send Outlook Mail Message Which of the following properties are found in the Get Outlook Mail Messages activity? Port

Server Password MailFolder The Send Outlook Mail Message activity will work without having Microsoft Outlook installed: false TRUE The Save Attachments activity can save all the attachments of an email to: a collection of attachment objects.

In a variable, as

An absolute path. A relative path. If the PDF activities are not listed in your Activities Panel, how can you get them?By installing them using the Manage Packages feature. By finding them in the Library tab. By going to the Output panel. Which of the following activities requires the PDF file to be opened with Acrobat Reader in order to read it? Read PDF Text Read Image Get Text Read PDF with OCR What is the easiest way to get the invoice number from a native PDF file? with Acrobat and scrape only relevant information

Open the PDF

Use Read PDF with OCR and get the value using string manipulation

Use Read PDF Text and get the value using string manipulation

The Read PDF with OCR activity will throw an error if the following is not specified: FileName property. The OCR Engine that is to be used.

The

The Password property. The Text property. If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use? Get Text There is no activity for this Get Text with OCR Read PDF with OCR In order to loop through all the rows of a datatable, which activity should be used?

While

Do While For Each For Each Row What happens if you use the Excel Read Range activity to read a .xlsx file that is already opened? It will read the document successfully. It will read an empty document. It will throw an error. You have an Excel table with two columns named "PersonName" and "Age". What happens if you use the activity Insert Column with the Column Name property set to "Age"? The Column "Age" is overwritten. A new column with the name "Age" is added at the end of the table

A new column with the name "Age" is added at the beginning of the table

An exception is thrown What happens if you try to use a Write Range activity to a .xlsx file that does not exist? throw an error.

It will

It will continue the execution without writing the data. It will create that file for you and write the data in it. What is the best approach to filter data from a data table based on a condition? Using the

'Select' method Using the 'Clone' method Use the Filter Table activity Using Format Value activity How do you reset a clipping region?

With a Break activity

With a Find Image activity With a Set Clipping Region activity It doesn't need to be reset Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into? No, this solution is not reliable because sometimes the loading time can take more than the delay time. Yes, use On image appear and start typing only after the trigger happens.

Yes, it’ll give the robot some time and when the element is loaded it can carry on typing.

What does the Find Image activity return? whether the image was found or not.

A boolean variable, whose value depends on

An UI element object. A PNG image. What can be done when the Windows Remote Connection doesn’t allow sending hotkeys? It should work if the Windows Remote Connection is in ‘full-screen’ mode.

There’s nothing that can be done. Send hotkeys after performing a click on the remote desktop window.

Which of the following activities can be used to select an item in drop down list, in Citrix? Click Image Click Text Click OCR Text

Can the robot perform clicks alongside key modifiers (Shift, Ctrl etc) in a Citrix environment? No Yes How can you improve accuracy when scraping with OCR a region that contains only digits? Use Get Text for the field in the Citrix Window Use Google OCR with “Numbers Only” Make sure the background is dark What is the best way to scrape a selectable text in a Citrix environment? Use Google OCR engine

Select the entire text and Copy Use Microsoft OCR engine Use “Get Full Text” activity How can you scrape a field on a Citrix Environment when the value in that field changes each transaction? Find a static element nearby and use Scrape Relative

It's impossible because you cannot locate the element Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence? Yes, because Clipping Region is a shared resource. No, for the next actions we can use other Clipping Regions.

This is a reliable selector for a dynamic page: "webctrl idx='144' tag='IMG'/"

TRUE

false How can you improve the following calendar page selector to work only for dates in 2017? “” app='chrome.exe' title='UiPath - Calendar - * />”

“ not correct : When you automate Web pages What text extraction method can you use to get text position? OCR native What is the best activity for scraping tables from a web page? Data scraping wizard Which of the text extraction methods can return the hidden text from a UI element?

What is the Data Scraping wizard for? Extracting whole tables from the web or other applications

FullText

Extracting correlated data from the web or other applications The main advantage of the OCR method is: ==> this is not correct : It works even if the application is running in the background.

Can variables be used to build dynamic selectors? Yes Which of the following statements are true regarding the Find Element activity? It returns the found element in a variable for later use It throws an exception if it doesn’t find the element on screen

What is UiExplorer used for? To create and fine tune selectors To explore the UI tree What is the Highlight activity useful for? For troubleshooting and verifying selectors Can UiExplorer be used to record UI interactions? no How can you improve accuracy when scraping with OCR a region that contains only digits? Use Google OCR with “Numbers Only” What activities can be used to interact with applications in a Citrix environment? Click Image Click OCR Tekst + ????? Consider having an application in Citrix Environment that has a button named ‘Accept’ and also a label that contains the Accept word. How can Click Text be customized in order to access the correct button? By using the Occurrence property.

You can use image/text automation outside of a Citrix enviroment?

TRUE

Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence? Yes, because Clipping Region is a shared resource.

Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into? No, this solution is not reliable because sometimes the loading time can take more than the delay time. Yes, use On image appear and start typing only after the trigger happens.

What is the EASIEST navigation method to be used in a form within Citrix? By sending keyboard commands/hotkeys Can a Pick Branch activity be used alone? No, it can only be added inside a Pick activity body. What can be done when the Windows Remote Connection doesn’t allow sending hotkeys? It should work if the Windows Remote Connection is in ‘full-screen’ mode.

If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work? Yes, if the clipping region avoids the background of the icon. No, if the accuracy is too high.

What happens if the AddHeaders option is checked for Read Range Activity? The first row from the specified range is considered to be the column names

How do you specify the Excel file to read from, in a Read Cell activity? In the WorkbookPath property, provide a relative path, if the workbook is in the project folder

In the WorkbookPath property, provide the full path of the workbook

What activity can you use to create a DataTable from an input string? Generate Data Table What happens if you try to use a Write Range activity to a .xlsx file that does not exist? It will create that file for you and write the data in it. What happens if you use the Excel Read Range activity to read a .xlsx file that is already opened? It will read the document successfully. What activity should you use to extract all the text from the PDF file? Read PDF Tekst Read PDF with OCR Which of the following statements regarding the Read PDF with OCR activity are true? It works with native .pdf files It can use different OCR engines (Microsoft, Google) It allows you to specify the range of pages to be read The Read PDF with OCR activity will throw an error if the following is not specified: The FileName property. The OCR Engine that is to be used. If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use? Get Text How can you specify the location of a PDF file? As a full path to the PDF As a relative path Which of the following activities will allow you to retrieve only unread messages? Get Outlook Mail Messages

Get IMAP Mail Messages What activity can you use to send an email without entering the username and password of the email account? Send Outlook Mail Message The Save Attachments activity can save all the attachments of an email to: A relative path. An absolute path. The Send Outlook Mail Message activity will work without having Microsoft Outlook installed: FALSE Which of the following properties are found in the Get Outlook Mail Messages activity? MailFolder What activity can be used in a Citrix environment to check whether a UI element is displayed or not? Image Exists Where can you see the variables’ values during workflow execution? In the Locals pane If you need to know if a UI Element is available on the screen or not, what activity should you use? Element Exists What is recommended to have in a Catch block? An alternative to the approach that fails A LogMessage activity What does the Locals panel display when you are working in Debug mode? The current values of your variables. What is the recommended layout for a sequence of UI interactions? Sequence What is the recommended layout to define business logic in a complex process automation?

Flowchart How can you extract data from an invoked workflow? ==> is not correct : By using the Output property of the Invoke Workflow File activity. By using In/Out arguments. How should an RPA developer address runtime exceptions in the workflows? By using automatic recovery sequences inside the Catch blocks. By logging any exception events By using Try/Catch blocks when invoking external workflow files

What is the recommended layout for sequential activities? Sequence Which activities can be used to interact with the user? Messagebox Input Dialog Which activities can you use if you want to loop through a collection of items? For Each Activity How can you fine tune a selector? Replacing variable attribute parts with * As a best practice, how should workflows use a local desktop application? By checking if the corresponding process is running and if not opening the application By closing the application once it’s no longer needed shortcut What is the attach window activity used for? To specify the top-level window container you will be working with

How does UiPath recognize elements on screen?

Using screen coordinates Using the position of the UI Element Using attributes of the UI Element and their parents

How should an RPA developer address runtime exception in the workflow? By using try/catch blocks when invoking external workflow files

What recording wizard would you use to generate partial selectors? Desktop recording Web Recording Citrix Recording By using the fulltext scraping method, the robot is able to Get hidden information Get editable tekst What activity can you use to read an entire sheet from an excel file? Read Range What is considered a best practice in large projects? Breaking a large process in a smaller workflow Encapsulating most used activities in a single-activity workflow that can be invoked from another workflow Testing workflow independently Giving description names to variable and workflows What happens if you try to use write range activity to a .xls file that does not exist? It will create that file for you and write the data in it What activity allows you to customize the name of the sender when you are sending an email? Send Exchange mail message Send Outlook mail message

What is an argument? An input/output parameter of the workflow There is an input field with the text “abc”. If you use the type activity with the text “123” and following property is set to simulate type checked, and EmptyField unchecked what will be the text in the field? 123 How do you exit the selection mode? Right click ESC What happens if you use the write range activity with the range property set to “” to write a database to excel that already contains data? It will overwrite the existing data How can you trigger another workflow from within your current one? By using the invoke workflow file activity Creating automation in Citrix environment is challenging because interact with the app using only image recognition and OCR

You need to

You don’t have direct access to UI elements What activities can you use to send an email message? Send Outlook mail message Send SMTP mail message Where can you see the activities that make up the workflow? In the workspace pane I

n the outline pane

s it possible to make an image automation if you are not in Citrix environment? Yes, but should be used as last resort Having an app in Citrix environment with multiple text-boxes that look the same,

how do you identify one of them to type into? By clicking relative to a unique text/image next to the textbox

Can you run the robot manually, step by step, in order to analyze the robot behaviour in a certain condition? Yes, by using a breakpoint and running the workflow in debug mode Yes, by using step into step over How can you find all anchor element in the web page? Using the find children activity What would you use to exit from a For each activity and condition and continue the execution of the workflow? Break activity What should you use to make sure that the workflow continues no matter what activity fails? Try catch activity ContinueOnError property Getting the content of the PDF document is possible scraping to get it’s data

By opening the PDF and using screen

By using the read PDF text activity and providing the PDF file’s path

What should you use to verify if a checkbox is selected or not? Get attribute activity What happens if you send “123[k(enter)]” by using type into activity with SimulateType property selected? It will type “123[k(enter)]” What is sequence most suitable for? Short and simple workflows Pieces of automation that can be used in a large project What activities can be used to interact with the application in Citrix environment?

Click

Image Click Tekst What happens if you put a Breakpoint on a click activity and start what workflow in debug mode? The workflow will be paused until you click the continue button

Which statement of the following statements is true regarding lists and Array? You can iterate through list using for each loop activity Array and list elements can be accessed by index What should you use to scrape tables from web page? Data scraping Which of the following input methods works in the background? Simulate Type/Click Window Messages The Save attachments activity can save all the attachments of an email to: In a variable, as a collection of attachment objects An absolute path The Read PDF with OCR activity will throw an error if the following is not specified OCR engine that is to be used The FileName property What are the supported wildcard characters for selectors in UiPath Studio? * Which activity should you use to click on the specific text in Citrix environment? Click Tekst Click OCR Tekst What kind of workflow should you create to define business rules? Flow chart

?

The

Sequence What is the most effective way to handle the click on UI element that is not always available? By placing the click activity inside try/catch block By setting the continueonerror property of the click activity to true

What is timeoutMS property used for? To define the amount of time during which the target of an activity must be found

How can UiPath identify an UI element on the screen? By using an partial selector inside a container By using full selector The most important advantages of the fulltext method are: It’s fast How can you improve the following calendar page selector to work only for dates in 2017? 1. ” title=”UPath – Calender – * 2017 />”...


Similar Free PDFs