Upload Button Icon Add office photos

Filter interviews by

Vertical Techsoft RPA Developer Interview Questions and Answers

Updated 23 May 2024

Vertical Techsoft RPA Developer Interview Experiences

1 interview found

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Scenario questions
  • Q2. How to filter datatable
  • Ans. 

    Filtering a datatable involves using the Select method to specify the criteria for filtering.

    • Use the Select method of the DataTable to filter rows based on a condition

    • Specify the condition using a string that follows the syntax of a SQL WHERE clause

    • Example: dataTable.Select("Column1 = 'Value'") will filter rows where Column1 equals 'Value'

  • Answered by AI
  • Q3. Manipu questions
Round 2 - Technical 

(1 Question)

  • Q1. Activities in Uipath
  • Ans. 

    Activities in UiPath are pre-built components that help automate specific tasks within a workflow.

    • Activities are drag-and-drop components in UiPath Studio

    • They perform specific actions like clicking, typing, reading files, etc.

    • Activities can be customized with properties and parameters

    • Examples include 'Click', 'Type Into', 'Read Range', etc.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. RPA lifecycle desciption
Round 2 - Technical 

(1 Question)

  • Q1. DOM selectors in web automation
  • Ans. 

    DOM selectors are used in web automation to locate and interact with elements on a webpage.

    • DOM selectors are used to identify elements on a webpage using attributes like id, class, name, etc.

    • Common DOM selectors include getElementById(), getElementsByClassName(), querySelector(), etc.

    • Using the correct DOM selector is crucial for successful web automation.

    • Example: document.getElementById('elementId') will select an elem

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain in detail RE_framework flow and its advantages
  • Ans. 

    REFramework is a framework in UiPath that provides a template for building scalable and robust automation solutions.

    • REFramework stands for Robotic Enterprise Framework

    • It follows a state machine design pattern with 5 main states: Init, Get Transaction Data, Process Transaction, End Process, and Exception Handling

    • Advantages include reusability of components, centralized exception handling, and logging capabilities

    • It allo...

  • Answered by AI
  • Q2. What is Document Understanding and how it works end to end
  • Ans. 

    Document Understanding is a process of extracting data from unstructured documents using AI and machine learning.

    • Document Understanding involves using AI and machine learning to extract data from unstructured documents such as invoices, receipts, and forms.

    • It includes tasks like document classification, data extraction, and validation of extracted data.

    • Document Understanding can be achieved through technologies like OC...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Skills evaluated in this interview

RPA Developer Interview Questions & Answers

Wipro user image Supriya Reddy

posted on 23 Oct 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is rpa and what types of tools
  • Ans. 

    RPA stands for Robotic Process Automation, which involves using software robots to automate repetitive tasks.

    • RPA tools can be categorized into three types: Probots, Knowbots, and Chatbots.

    • Examples of RPA tools include UiPath, Blue Prism, Automation Anywhere, and WorkFusion.

    • RPA tools are used to automate tasks such as data entry, invoice processing, report generation, and more.

  • Answered by AI
  • Q2. Uses of rpa and how you identify process
  • Ans. 

    RPA is used to automate repetitive tasks in various industries. Processes are identified by analyzing tasks that are rule-based and time-consuming.

    • RPA is used to automate repetitive tasks such as data entry, invoice processing, and customer service inquiries.

    • Processes are identified by analyzing tasks that are rule-based, structured, and time-consuming.

    • Identification of processes involves mapping out the steps involved...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic UiPath and Orchestrator questions
  • Q2. Atened and unattended bot difference
  • Ans. 

    Attended bots require human intervention, while unattended bots can run autonomously.

    • Attended bots require human supervision and interaction during execution.

    • Unattended bots can run autonomously without human intervention.

    • Attended bots are typically used for tasks that require human decision-making, while unattended bots are used for repetitive tasks.

    • Examples: Attended bot - a bot that assists a customer service repres...

  • Answered by AI
  • Q3. REframwork explain fully
  • Ans. 

    REFramework is a Robotic Enterprise Framework for automating processes in UiPath.

    • REFramework is a template provided by UiPath for building scalable and maintainable automation projects.

    • It includes components like Init, Process, End Process, and Exception Handling.

    • It follows a state machine design pattern to manage the flow of the automation.

    • REFramework helps in structuring the automation project and handling exceptions...

  • Answered by AI
  • Q4. Need to do task at UiPath web automation
Round 2 - Technical 

(3 Questions)

  • Q1. Need to explain about my project
  • Q2. REframwork get transaction item related question
  • Q3. Need to do web automation task at uipath

Interview Preparation Tips

Interview preparation tips for other job seekers - After applying waited one and half day to scheduled Technical Round1 that was went well.after 3days scheduled Technical Round2 on just 2hours before.Interviwer was joint late and very urgency and pressured mind but I clear and performed well.He asked about my notice period.After that I try to ask feedback from HR but no response...

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is left click
  • Ans. 

    Left click is a computer mouse action where the left button is pressed and released.

    • Left click is a common action used to select items, open files, and interact with software.

    • It is typically the primary button on a mouse and is used for most actions in computer applications.

    • Examples include clicking on icons, buttons, links, and dragging items on the screen.

  • Answered by AI
  • Q2. Do you know Excel as a database
  • Ans. 

    Yes, Excel can be used as a database for small-scale data management and analysis.

    • Excel can be used to store and organize data in tables similar to a database

    • Functions like VLOOKUP and PivotTables can be used for data analysis

    • Excel can handle large amounts of data but may not be as efficient as a traditional database for complex queries

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between close and kill all in uipath
  • Ans. 

    Close stops the execution of a specific application or window, while Kill All stops all running processes in UiPath.

    • Close is used to stop a specific application or window in UiPath

    • Kill All stops all running processes in UiPath

    • Close is more targeted and specific, while Kill All is more broad and general

  • Answered by AI

Skills evaluated in this interview

RPA Developer Interview Questions & Answers

HCLTech user image Ganesh Suryawanshi

posted on 7 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What are the different methods to give trigger via uipath??
  • Ans. 

    Different methods to give trigger via UiPath include orchestrator, schedules, and queues.

    • Using UiPath Orchestrator to schedule and trigger processes

    • Setting up schedules within UiPath Studio to trigger processes at specific times

    • Using queues in UiPath to trigger processes based on certain conditions

  • Answered by AI
  • Q2. Whats the difficult situations you face while developing a flow??
  • Ans. 

    One difficult situation while developing a flow is handling exceptions and errors.

    • Handling unexpected errors and exceptions that may occur during the flow execution.

    • Dealing with complex decision-making logic within the flow.

    • Ensuring the flow is scalable and can handle large volumes of data efficiently.

    • Integrating the flow with other systems and applications seamlessly.

    • Optimizing the flow for performance and resource ut

  • Answered by AI
  • Q3. What is control room do in blueprism??
  • Ans. 

    Control Room in Blue Prism is a centralized platform for managing, monitoring, and controlling the digital workforce.

    • Control Room provides a centralized dashboard for monitoring and managing robots and processes.

    • It allows scheduling, prioritizing, and allocating work to robots.

    • Control Room also provides analytics and reporting capabilities for performance monitoring.

    • It enables secure access control and audit trails for

  • Answered by AI
  • Q4. What is the state machin ??
  • Ans. 

    A state machine is a mathematical model used to design computer programs or systems that operate in a sequence of states.

    • State machines have a finite number of states and transitions between these states.

    • They can be deterministic or non-deterministic.

    • Examples include traffic lights, vending machines, and elevator control systems.

  • Answered by AI
  • Q5. Explain Re-framework in Uipath?
  • Ans. 

    ReFramework is a framework provided by UiPath for building robust and scalable automation solutions.

    • ReFramework is based on state machines and includes components like Init, Process, End Process, and Exception Handling.

    • It provides features like transaction handling, logging, and error handling to ensure reliability and maintainability of automation projects.

    • ReFramework helps in structuring automation projects in a modu...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Oct 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Orchestrator related questions
  • Q2. State machine related questions
  • Q3. Basic UiPath questions
Round 2 - One-on-one 

(3 Questions)

  • Q1. Previous projects
  • Q2. Our work history
  • Q3. Which location your looking for

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was fine.but interviewer speaking like lazy and suddenly asked me to turn right your camera feeling awkward.basic UiPath related questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Scenarios based questions
  • Q2. Difference between Automation Anywhere v11 and A360
  • Ans. 

    Automation Anywhere v11 is the older version with limited features, while A360 is the newer version with advanced capabilities.

    • Automation Anywhere v11 has limited AI capabilities compared to A360

    • A360 offers cloud-native architecture for scalability and flexibility

    • A360 provides enhanced analytics and reporting features for better insights

    • A360 supports more integrations with third-party applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent

Vertical Techsoft Interview FAQs

How many rounds are there in Vertical Techsoft RPA Developer interview?
Vertical Techsoft interview process usually has 2 rounds. The most common rounds in the Vertical Techsoft interview process are Technical.
What are the top questions asked in Vertical Techsoft RPA Developer interview?

Some of the top questions asked at the Vertical Techsoft RPA Developer interview -

  1. How to filter datata...read more
  2. Activities in Uip...read more
  3. Scenario questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Vertical Techsoft interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Vertical Techsoft RPA Developer Salary
based on 8 salaries
₹4.5 L/yr - ₹4.7 L/yr
26% less than the average RPA Developer Salary in India
View more details

Vertical Techsoft RPA Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

2.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
65 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

RPA Developer
8 salaries
unlock blur

₹4.5 L/yr - ₹4.7 L/yr

Automation Test Engineer
6 salaries
unlock blur

₹3.8 L/yr - ₹4.6 L/yr

Software Engineer
5 salaries
unlock blur

₹4.1 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Vertical Techsoft with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview