0% found this document useful (0 votes)
41 views5 pages

Viva Questions

ihubj

Uploaded by

snghhiteshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views5 pages

Viva Questions

ihubj

Uploaded by

snghhiteshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

RPA

Viva Q&A

What is Recorder?
Users may use recorders to record, save, and run tests in automation anywhere. The
platform offers three kinds of recorders. Smart Recorder records activity such as object
cloning, Screen Recorder catches on-screen actions, and Web Recorder captures
online data extraction.
Name some key features of Automation anywhere?
Recorder
Screen Scraping
Predictive Operational Analytics
Workload Management
Task Editor

What is Bot Creator?


It acts as a development environment. Developers use a drag-and-drop interface to
design rule-based automation, which is then submitted to the Control Room and, if
suitable, deployed.

What is Control Room?


This is basically the command and control center for all of your RPA robots. Robots may
be launched, paused, terminated, or scheduled from the Control Room. Credentials and
audit logs may be kept here as well.

What is Bot Runner?


This component operates robots on dedicated machines and has a similar appearance
to the Bot Builder component, but its major function is to operate robots. The end-to-end
status of the Bot Runner’s execution is transmitted back to the Control Room.

Name types of Bot.


Task-Bot
Meta-Bot
IQ Bot

What is Task Bot?


The Task Bots are the core of automation which execute repetitive rule-based tasks.
These tasks are easy to build and can execute multi-step processes with no errors.
Once a task is created and the bot executes the actions defined in it, then it is said to be
a Task Bot.
Ex:Fetch data from a pdf and add in excel.

What is Meta Bot?


Meta Bots are the next type of bots available in Automation Anywhere. These bots are
the advanced bots to that of the Task Bots.
Meta Bots are used to automate applications on a PC.
Meta Bots can be created using Application API’s, Visual Captures and Integration
Flow.
Assets-Assets are used to capture screen on which you wish to automate tasks. You
can capture multiple screens.
Logic-The Logic tab is used to add the rules to design the automation.

What is IQ Bot?
IQ bots are next-generation intelligent bots that allow developers to add cognitive
capabilities to processes.
These bots use cognitive capabilities to extract information from semi and unstructured
data.
IQ bots also learn to detect patterns so that the next time the pattern is encountered the
bot knows exactly what has to be done.
With every human validation, it learns and grows smarter to execute the actions.

Some Features of String operation command.


Use the String Operation command to manipulate text strings or extract part of a string
and store it in a variable.
The String Operations command is used for capturing then manipulating text strings, or
extracting a portion of a text block from an email, a website, or an application window.
The command enables users to search the string for particular phrases, compare two
strings, convert a string to upper or lowercase, or obtain the length of a string. The
resulting elements are stored in a list variable.

Explain Split command.


Splits a source string.
Specify the Source String.
Limit: Optional; specify a number of delimiters.
Match Case: Select this check box to refine the scope.

Explain substring command.


Retrieves a substring.
Specify the Source string.
Start From (minimum value = 1).
Optional: String Length (minimum value = 0).
Optional: Assign the output to a variable selected from the drop-down menu.

Port No for fetching mail from gmail.


993

Port No for sending mail from gmail.


587

Explain dictionary variables in automation anywhere.


A dictionary variable is a collection of key-value pairs, in which each key is mapped to a
value. It is similar to an entry in a dictionary where each word has a corresponding
definition or an explanation. The key is similar to the word and the value is its definition.
Within the dictionary, the key and value can be used wherever a string is used (in loops,
commands, parameters, MetaBots, and so on).

What is Web Service?


WEB service is type of API which supports HTTP protocol.
APIs are set of rules/protocols to communicate between two applications.
Types of Web Service:
SOAP(Uses xml)
RESTFul web service(REST)

Explain SOAP WS.


Use the SOAP web service action from the SOAP Web Service package to access and
exchange information between two systems in XML format.
● SOAP uses xml to send request to the server.
● In return, it get xml response.
● It uses http protocol for communication.
● WSDL - Web service Description Language.
● It describes methods available in web service with req and response types

Explain Restful WS.


Use the REST Web Service command to test REST Web services using the HTTP
methods GET, POST, PUT, and DELETE.

GET Method
Retrieves information (in the form of an entity) as identified by the Request URI.
POST Method
Requests that the server accepts the entity enclosed in the request as a new
subordinate of the web resource identified.
PUT Method
Updates a record by passing different URI parameters based on the Key-Value pair.
DELETE Method
Requests that the origin server deletes the identified resource.

Explain pgp.
Use the PGP (Pretty Good Privacy) package to automatically encrypt and decrypt files
for security.The PGP package supports two types of encryption, symmetric (single key)
and asymmetric (pair of keys) :
PGP symmetric : Requires a single key to encrypt and decrypt files.
PGP asymmetric: Requires PGP public and private key to encrypt and decrypt files.

Pdf package is used for.


Use the PDF package to automate various operations on a PDF file.
The PDF package enables you to perform the following tasks:
● Encrypt or decrypt a PDF file.
● Extract text from a PDF file.
● Convert a PDF file to an image.
● Merge several PDF files into a single file.
● Split a single PDF file into multiple files

Explain Cognitive automation steps:


Upload -to upload unstructured data documents
analyze -IQ bots analyzed the docs and completed field mapping
review
a)Review the mapping
b)Make correction if required
c)review extraction result
d)Save learning instance
e)Set toproduction

Explain Trigger.
Triggers enable a task to run automatically in response to an event that occurs on the
computer, such as a new window opening or a specific file created.
Automation Anywhere supports the following types of triggering events, also referred to
as actions:
● Window
● File
● Folder
● Service
● Email Message.

What is UIPath Orchestrator?


It is a web application that can be used to monitor and manage the robots and deploy,
schedule the robots while business exception handling is available through centralized
work queues.

What is UIPath?
UiPath is a robotic process automation tool for large-scale end-to-end automation.
For an accelerated business change, it provides solutions for businesses to automate
routine office activities. It uses a variety of methods to transform tedious tasks into
automated processes.

Name some Control flows in UIPath.


Control flow is a concept that refers to the order in which particular actions are taken. In
UiPath, you can do this through the activities you drop to your workflow, If...Else or For
Each statements and carefully-placed loops.
● While - if the condition is met, the set of actions in the body are executed.
● Do While - the actions are executed and then, if the condition is met, the actions
are executed again.
● The For Each loop works by iterating through a list of items, one item at a time,
and executing whatever actions are in the body of the action

You might also like