Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 1 question 12 discussion

Actual exam question from UiPath 's UiARD
Question #: 12
Topic #: 1
[All UiARD Questions]

A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee's machine.
To ensure the UI automation runs in the background which commonly used activity property must always be avoided?

  • A. Default
  • B. Simulate Type
  • C. Activate
  • D. SendWindowMessages
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ykw
4 months, 3 weeks ago
Selected Answer: C
Correct answer should be C
upvoted 1 times
...
Manuraj2002
9 months ago
Selected Answer: C
C IS CORRECT
upvoted 1 times
...
Ingvarn
1 year ago
Selected Answer: C
Activate - "When this check box is selected, the specified UI element is brought to the foreground and activated before the text is written."
upvoted 1 times
...
Alex_RPA
1 year ago
Selected Answer: C
Si bien los valore predeterminado no funcionan en segundo plano "Predeterminado no es una propiedad" es un valor que se le da ala propiedad "Metodo de entrada" . la propiedad activate hace que siempre traiga la ventana al primer plano
upvoted 1 times
...
phileraene
1 year, 3 months ago
Selected Answer: C
Property of click activity too
upvoted 1 times
...
_BP_
1 year, 3 months ago
Selected Answer: C
Default isn't an activity property. The "default method" simulates the keystrokes using the hardware driver. Activate is a property of the TypeInto activity. By default, the checkbox is selected. When true/checked, the specified UI element is brought to the foreground and activated before the text is written. Answer is C.
upvoted 2 times
...
robert_lovasz
1 year, 4 months ago
A Default does only work in fore ground
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: A
Default does not work in background. But can anyone explain Activate?
upvoted 1 times
Mirjalol
1 year, 4 months ago
Okay I read about Activate, it is activity, not a property lol
upvoted 1 times
...
...
Aryan12345
1 year, 4 months ago
Selected Answer: C
Answer is C Activate
upvoted 1 times
Mirjalol
1 year, 4 months ago
Can you please explain your answer with details and source? Activate is an activity, not a property.
upvoted 1 times
...
...
Aryan12345
1 year, 4 months ago
Answer is C Activate
upvoted 1 times
...
Engineer24
1 year, 4 months ago
Selected Answer: A
The Correct answer is A because Default is not working in the background !
upvoted 1 times
...
Morendi
1 year, 5 months ago
Selected Answer: A
Default is a hardware event which does not support background activities
upvoted 1 times
...
Manche
1 year, 6 months ago
Can't be the answer C ?
upvoted 1 times
...
PunitB
1 year, 7 months ago
Selected Answer: B
To ensure that the UI automation runs in the background and interacts with hidden or minimized windows on an employee's machine, it is important to avoid using the "SimulateType" property on activities that involve typing or keyboard input. The "SimulateType" property is used to simulate the typing of text or keyboard input without actually sending the input to the application's window. This property is commonly used to speed up the automation process and to reduce the risk of errors caused by the timing of the input. However, when interacting with hidden or minimized windows, using the "SimulateType" property can cause issues because it relies on the application window being active and in the foreground. If the window is hidden or minimized, the input will not be sent correctly, and the automation process may fail.
upvoted 2 times
...
Online
1 year, 8 months ago
Selected Answer: A
Should be A, as Default (Hardware) doesn't work in background. https://docs.uipath.com/studio/standalone/2022.10/user-guide/input-methods
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...