UIPath Answers for UiPath Lesson 8 Advanced Citrix Automation quiz

Answers for UiPathLevel 1 Lesson 8 Advanced Citrix Automation quiz

What does the Find Image activity return?
Ans : – An UI element object.
How can you start an application within a Citrix environment?
Ans : – Double clicking its icon on the desktop
– Define a shortcut key and then trigger the app with a Send Hotkey activity
How can we make sure that an app is in a certain state in a Citrix environment?
Ans : – By waiting for certain UI elements to appear or disappear and making decisions based on that.
Which of the following activities can be used to select an item in drop down list, in Citrix?
Ans : – Click OCR Text
– Click Image
What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?
Ans : – 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?
Ans : – Yes, if the clipping region avoids the background of the icon.
No, if the accuracy is too high.
How can we make sure that an app is in a certain state in a Citrix environment?
Ans :By waiting for certain UI elements to appear or disappear and making decisions based on that.
How do you reset a clipping region?
Ans : – With a Set Clipping Region activity
What does the Find Image activity return?
Ans : – An UI element object.
Can a Pick Branch activity be used alone?
Ans :- No, it can only be added inside a Pick activity body.
What is the EASIEST navigation method to be used in a form within Citrix?
Ans : – By sending keyboard commands/hotkeys
How can you start an application within a Citrix environment?
Ans : – Double clicking the application icon on the desktop
Defining a shortcut key and then triggering the app with a Send Hotkey activity
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?
Ans : – Yes, use On image appear and start typing only after the trigger happens.
What happens if Find Image doesn’t actually find the desired image?
Ans : – An exception is thrown.
What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?
Ans : – It should work if the Windows Remote Connection is in ‘full-screen’ mode.
Which of the following activities can be used to select an item in drop down list, in Citrix?
Ans : – Click image
– Click OCR Text
How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?
Ans : – In the command prompt, type in the path to the application and the argument.