CERTIFICATION EXAM QUESTIONS
AND ANSWERS
Which;function(s);is;available;with;an;attended;robot?;
-Ability;to;continue;execution;under;a;locked;screen;
-Used;for;debugging;and;testing;purposes
-Started;from;the;robot;try;or;command;prompt;
-Responsible;for;remote;execution,;monitoring,;and;scheduling;-;ans-
✔✔Started;from;the;robot;tray;or;command;prompt.
A;customer;calls;into;a;Call;Center;to;get;an;update;on;their;current;outstanding;payment.;
Consider;the;following;use;case:;
1.;The;customer;provides;the;Customer;Id;to;the;call;center;representative.;
2.;The;call;center;representative;inputs;the;Customer;ID;into;a;web;application.;
3.;Data;is;scraped;from;the;web;application.;
4.;Calculations;are;performed;by;the;robot.;
5.;The;outstanding;amount;is;provided;to;the;customer;over;the;telephone;by;the;represent
ative.;
if;this;process;is;automated,;what;is;the;minimum;number;of;steps;that;require;manual;inte
rvention?;-;ans-✔✔Three,;because;steps;3;and;4;are;automated.
Which;type(s);of;automation;does;UiPath;support?;-;ans-
✔✔Attended,;Hybrid,;and;Unattended;automation
Which;component;of;the;UiPath;platform;is;used;to;develop;workflows?;-;ans-
✔✔UiPath;Studio
What;describes;a;characteristic;of;a;UiPath;robot?
*Attended;and;Studio;robots;can;be;used;without;a;password
*No;specific;permission;is;required;for;the;user;to;create;a;robot;
*Robots;cannot;be;deleted;if;they;do;not;have;any;pending;or;active;jobs;attached;to;them;
*Standard;robots;can;work;on;both;standard;machines;and;templates.;-;ans-
✔✔Attended;and;Studio;robots;can;be;used;without;a;password.
, During;development,;a;breakpoint;is;enabled;at;a;particular;activity.;Later,;the;developer;p
ublished;the;package;to;UiPath;Orchestrator.;When;the;process;runs;from;a;UiPath;Robot;
in;an;unattended;mode,;what;is;the;expected;behavior?;-;ans-
✔✔Breakpoint;will;have;no;impact;on;the;process;execution.
A;developer;finished;creating;a;workflow.;Based;on;debugging;best;practices,;what;is;the;c
orrect;sequence;of;steps;that;should;be;performed;to;test;and;debug;any;resulting;errors?;
-;ans-✔✔1.;Select;"Validate";from;the;Execute;tab;and;remove;any;validation;errors.;
2.;Run;the;workflow;and;find;the;execution;errors.;
3.;Add;breakpoints;at;the;activities;throwing;the;exceptions;and;at;the;invoked;workflows;th
at;contain;the;errors.;
4.;Run;in;Debug;mode
What;describes;the;function;of;UiPath;version;control?;-;ans-
✔✔Provides;a;developer;an;effective;way;to;create;larger;projects;that;require;collaboratio
n;between;multiple;users.
Which;UiPath;Studio;panel;can;be;used;to;change;the;scope;of;a;variable?;-;ans-
✔✔Variables
What;are;the;differences;between;variables;and;arguments?;-;ans-
✔✔Variables;pass;the;data;between;activities;inside;workflows;
Arguments;pass;the;data;between;workflows
A;developer;has;created;an;automation;process;that;includes:;
1.;Main;.xaml;file;
Invoke;SuperMarket;workflow
"Supermarket.xaml"
Write;Line
Text:;Fruits;
Based;on;the;information;shown;in;the;graphics,;what;is;the;output;of;the;Write;Line;activity
;in;the;Main.xaml;file?;-;ans-✔✔Apple
In;UiPath;Studio,;which;argument;direction(s);exist?;-;ans-✔✔Input,;Output,;and;Input/
Output;arguments
Which;characters;can;be;used;as;wildcards;while;editing;a;selector?;-;ans-✔✔?;and;*
How;can;a;full;list;of;attributes;of;UI;elements;be;displayed?;-;ans-
✔✔Using;the;UI;Explorer;tool
Which;argument;type;does;the;selector;property;accept?;-;ans-✔✔System.String