ANSWERS
Which;of;the;following;roles;signs-off;the;UAT;results?;-;ans-✔✔Process;Owner
The;process;definition;document;is;finalized;in;the;______________;phase;-;ans-
✔✔Discovery
Which;phases;does;the;Solution;Architect;play;a;role;in?;-;ans-
✔✔Design,;Development;&;Testing
What;role;provides;business;demos;during;the;development;phase?;-;ans-
✔✔RPA;Developer
Which;tasks;are;involved;in;the;Discovery;phase?;-;ans-
✔✔Feasibility;and;Complexity;Analysis.;Process;prioritization
Who;approves;the;Process;Definition;Document?;-;ans-✔✔Process;Owner,;CoE
What;two;inputs;from;the;Discovery;phase;are;necessary;to;complete;the;Design;phase;su
ccessfully?;-;ans-
✔✔Approved;Process;Definition;Document.;Walkthrough;of;the;Process;Definition;Docu
ment
What;are;the;responsibilities;of;the;Solution;Architect;in;the;Design;phase?;-;ans-
✔✔Prepares;the;Solution;Design;Document.;Performs;the;technical;assessment;of;the;id
entified;automation;opportunity.
What;inputs;from;the;Design;phase;are;necessary;to;complete;the;Development;phase;su
ccessfully?;-;ans-✔✔Approved;Solution;Design;Document.;Sprint;plan.
What;are;the;responsibilities;of;an;RPA;Developer;in;the;Development;phase?;-;ans-
✔✔Perform;unit;testing.;Build;the;bots.
What;are;the;responsibilities;of;the;Subject;Matter;Expert;in;the;testing;phase?;-;ans-
✔✔Perform;functional;UAT;testing.;Schedule;the;bots;in;the;UAT;control;room.
, Which;of;the;following;documents;are;required;to;initiate;bot;deployment;on;the;Production
;Control;Room?;-;ans-
✔✔Production;Deployment;check;list.;Production;release;notes.;Bot;Inventory.
Who;is;responsible;for;scheduling;bots;in;the;Production;Control;Room?;-;ans-
✔✔Subject;Matter;Expert
Who;initiates;the;Change;Request;in;the;case;of;an;application-driven;change?;-;ans-
✔✔Business;Process;Owner
To;support;the;customer's;business;expansion;to;other;geographical;locations,;a;new;data
;center;is;added;to;handle;additional;transaction;volumes.;This;is;an;example;of;a/
an;_________________________;-;ans-✔✔Infrastructure-driven;change
What;are;the;five;steps;to;achieve;transformation;of;process;documentation;to;automation
?;-;ans-✔✔Capture,;Map,;Analyze,;Document;&;Automate
Which;of;the;following;tasks;are;performed;by;a;Discovery;Bot;Administrator?;-;ans-
✔✔Create;a;process.;Associate;Discovery;Bot;Analyst;with;a;process.;Associate;Discover
y;Bot;User;with;a;process.
Which;of;the;following;users;creates;opportunities;from;aggregated;views;of;recordings?;-;
ans-✔✔Discovery;Bot;Analyst
Which;of;the;following;options;can;you;use;to;register;your;device;in;the;Community;Editio
n;Control;Room?;-;ans-✔✔Devices;page;and;the;Local;device;icon;in;the;bottom-left;menu
Which;of;the;following;actions;is;used;to;move;the;cursor;to;a;specific;cell;in;a;Microsoft;Ex
cel;spreadsheet;or;a;CSV;file?;-;ans-✔✔Go;to;cell
When;using;the;Recorder:;Capture;action,;how;will;you;know;when;an;application;object;h
as;been;identified?;-;ans-✔✔The;application;object;is;highlighted;in;red
Error;handling;action:;Finally;-;ans-
✔✔The;action;that;gets;executed;regardless;of;whether;an;exception;occurs;or;not.
Error;handling;action:;Try;-;ans-
✔✔The;sequence;of;actions;in;which;you;expect;to;encounter;an;error.
Error;handling;action:;Throw;-;ans-
✔✔The;action;that;throws;a;custom;message;if;the;bot;encounters;an;error.
Which;of;the;following;actions;allows;you;to;perform;a;task;and;handles;multiple;exception
s?;-;ans-✔✔Try/Catch/Finally
Error;handling;action:;Catch;-;ans-✔✔The;action;that;handles;exception.