What do the Items in the Orchestrator queues consist of?Select all the options that apply
Options are :
- Processes to be executed by the robots
- Jobs to be executed by the robots
- Input data for the processes executed by the robots
Answer :Processes to be executed by the robots
Jobs to be executed by the robots
Input data for the processes executed by the robots
UiPath Certification RPA Developer dumps for Phase 1 Set 2
Which is the best way to delete un-referenced variables?
Options are :
- The unreferenced variables do not utilise memory,therefore you do not have to delete them
- You can manage your variables from the Design panel>Manage Variables>Remove Unreferenced
- Delete them one by one from the Variables panel.UiPath Studio performs the workflow validation in real time,therefore you can see which variable is being used
Answer :You can manage your variables from the Design panel>Manage Variables>Remove Unreferenced
In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented?
Options are :
- The SetTransactionStatus workflow
- The Main workflow
- The GetTransactionData workflow
Answer :The Main workflow
What happens in the Init state of the Main workflow,in the UiPath Robotic Enterprise Framework template?
Options are :
- The robot checks if the previous transaction is complete and then starts the next one
- The transaction items are extracted from the Queue
- The robot reads the configuration file and initializes all the required applications
Answer :The robot reads the configuration file and initializes all the required applications
Excel Automation Using UiPath
When should the "Add Log Fields" activity be used?
Options are :
- When logs need to be enabled
- When a log message with a maximum number of five visible fields needs to be generated
- When the standard log message has to be customized by adding new fields to it
Answer :When the standard log message has to be customized by adding new fields to it
Where can we see the logs generated by running robots?
Options are :
- In the Orchestrator logs
- In the local Logs folder
- In the Output panel
Answer :In the Orchestrator logs
In the local Logs folder
Which of the following are required to have efficient execution of automation projects?
Options are :
- Proper exception handling
- Effective logging mechanisms
- Recovery abilities
Answer :Proper exception handling
Effective logging mechanisms
Recovery abilities
UiPath Certification RPA Developer dumps for Phase 1 Set 3
What data flow should be used for UI navigation and data processing?
Options are :
- State Machine
- Flowchart
- Sequence
Answer :Sequence
How does the Anchor Base work?
Options are :
- It searches for an UiElement by using another UiElement as anchor
- It searches for an UiElement at a fixed anchor position
- It searches for an UiElement using a relative coordinate position
Answer :It searches for an UiElement by using another UiElement as anchor
What is the best way to select a row with a certain value form a column in Excel?
Options are :
- Use a Read Range activity to retrieve the contents of the Excel file,and then use a For Each activity loop to iterate through the data and identify the element
- Use the Find functionality from Excel
- Use a Read Range Activity to retrieve the contents of the Excel file ,and then use a Select method to identify the desired row
Answer :Use a Read Range activity to retrieve the contents of the Excel file,and then use a For Each activity loop to iterate through the data and identify the element
UiPath Orchestrator
The String.Format("Input={0} and Output={0}","1","2")
Options are :
- Input={0} and Output={0}
- Input = 1 and Output = 2
- Input ={1} and Output ={2}
- An error
- Input = 1 and Output =1
Answer :Input = 1 and Output =1
In UiPath Robotic Enterprise Framework,what are the transitions of the Init state?
Options are :
- In the case of System Error,the transition is to the Init state
- In the case of Success,the transition is to the Process Transaction state
- In the case of Success,the transition is to the Get Transaction Data state
- In the case of System Error,the transition is to the End Process state
Answer :In the case of Success,the transition is to the Get Transaction Data state
In the case of System Error,the transition is to the End Process state
Which of the statues below can a transaction have?Select all the options that apply
Options are :
- Successful
- Abandoned
- New
- Pending
- Failed
- In progress
Answer :Successful
Abandoned
New
Failed
In progress
UiPath Certification RPA Developer dumps for Phase 1 Set 1
In the UiPath Robotic Enterprise Framework template,if a System Error is encountered in the Process Transaction state of the Main workflow,which state is executed next?
Options are :
- End Process
- inIt
- Get Transaction Data
Answer :inIt
In the UiPath Robotic Enterprise Framework template,to enable the retry mechanism without using Queues,what should the value of MaxRetryNumber be set to?
Options are :
- Any value greater than 2
- 0
- Any values greater than 0
Answer :Any values greater than 0
If a large item collection is processed using For Each,which activity enables you to efficiently exit the loop after a specific moment?
Options are :
- The "Break" activity is the most suitable in For Each
- A While loop should be used For Each
- No activity can be used.Instead,you have to try create a Boolean variable based on which the For Each loop is broken
Answer :The "Break" activity is the most suitable in For Each
Exception Handling in UiPath
Which statement about the UiPath Robotic Enterprise Framework template is false?
Options are :
- The framework can be used only if you get the input data from the UiPath server queues
- The framework is meant to be a template that helps the user design processes
- The framework has a robust exception handling scheme and event logging
Answer :The framework can be used only if you get the input data from the UiPath server queues
Which of the following are considered best practices?
Options are :
- Start your new sequence with a short annotation meant to explain the purpose of the workflow
- Think about the exceptions that might occur during the execution of the process
- Include a Should Stop activity at the end of the workflow
Answer :Start your new sequence with a short annotation meant to explain the purpose of the workflow
Think about the exceptions that might occur during the execution of the process
What types of assets can be stored in Orchestrator?
Options are :
- String,Bool,Integer,Credential
- Integer,Password,GenericValue,String
- Array,Datatable,Boot,String
Answer :String,Bool,Integer,Credential
UiPath Certification RPA Developer dumps for Phase 1 Set 1
When should the Simulate Type/Click property be used?
Options are :
- Only for testing process
- Only when background automation is required
- Whenever supported by the target application
Answer :Whenever supported by the target application
What is Orchestrator used for?
Options are :
- Remotely controlling any number of robots and performing workflow management
- Designing workflows to be run by robots in a supervised mode
- Running Windows processes on the local machine
- Designing workflows to be run by robots in an unsupervised mode
Answer :Remotely controlling any number of robots and performing workflow management
Which activity provides the easiest way to loop through all the rows in a Data Table?
Options are :
- Do While
- For Each Row
- Repeat Until
- For Each
- While
Answer :For Each Row
Data Table Automation in UiPath
The return value of the Get Transaction Item activity is of the following type:
Options are :
- QueueItem
- Object
- String
- List
Answer :QueueItem
Is there any way to hide the execution of one activity in the logs?
Options are :
- Yes,by changing the minLevel property of the "Execution" logger from NLog.config.file
- No,but the logs can be manually edited
- Yes,by checking the Private property of the activity that is to be hidden
Answer :Yes,by checking the Private property of the activity that is to be hidden
How can you improve a selector?
Options are :
- By using intermediate containers for a better matching of the Ui element
- By adding the absolute position of the elements to the selector
- By replacing the dynamic parts of an attribute with wildcards
Answer :By using intermediate containers for a better matching of the Ui element
By replacing the dynamic parts of an attribute with wildcards
UiPath RPA Associate Certification Exam Practice Questions Set 1
Which of the following technologies can be used for background automation?
Options are :
- The Full Text method of Screen Scraping
- Type into activity with SendWindowMessages flag checked
- Data scraping
- The Click activity with the Simulate Click flag checked
Answer :Type into activity with SendWindowMessages flag checked
The Click activity with the Simulate Click flag checked
Which of the following are considered best practices?
Options are :
- Removing unreferenced variables
- Leaving target applications opened
- Deleting disabled code
Answer :Removing unreferenced variables
Deleting disabled code
What is the slowest method of reading text?
Options are :
Answer :OCR
Loops in UiPath Studio
Which emails are deleted if you use Get IMAP Mail Messages with the DeleteMessages property set to true?
Options are :
- Only the emails that were marked as previously read
- There is no DeleteMessages property for the Get IMAP Mail Messages activity.This option is available only for Get Exchange Mail Message
- The ones in the list that is retrieved by the Get IMAP Mail Messages activity
Answer :Only the emails that were marked as previously read
One of the steps in your process is to authenticate on a web application.How can you check if the login succeeded or not?
Options are :
- Check the return value of the Login activity
- Place the login activities inside a Try-Catch block.An exception is thrown in case a login problem occurs
- Use an Element Exist activity to check whether the login succeeded by searching for an element that us only displayed in that case
Answer :Use an Element Exist activity to check whether the login succeeded by searching for an element that us only displayed in that case