Premium Employer

i

This company page is being actively managed by Accion Labs Team. If you also belong to the team, you can get access from here

Accion Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Accion Labs RPA Developer Interview Questions and Answers

Updated 25 Aug 2024

Accion Labs RPA Developer Interview Experiences

1 interview found

RPA Developer Interview Questions & Answers

user image Swagasmini Jena

posted on 25 Aug 2024

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

(1 Question)

  • Q1. What is your experience in tool
  • Ans. 

    I have 3 years of experience working with UiPath and Automation Anywhere tools in developing RPA solutions.

    • 3 years of experience with UiPath and Automation Anywhere tools

    • Developed RPA solutions for automating repetitive tasks

    • Experience in designing and implementing automation workflows

    • Familiarity with debugging and troubleshooting RPA scripts

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. UiPath - email filters,JSON deserialization,ComputerVision,excel activities related questions, RE-FRAMEWORK, Document understanding, AICenter
  • Q2. ORCHESTRATOR - assets,queues, storage buckets, queue based triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round of technical interview(HCL staff) - this is pretty simple with all basic questions
2nd round of technical interview(uipath team) - (I don't understand why a company like HCL had to rely on UiPath for assessment as if they don't have an talented resources for the job)..Anyways, the UiPath round was a bit tough because 50-70% of the questions are not related to what I worked on previously( if they have specific requirements they need to mention clearly in JD,instead of wasting everyone's time).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basics of activities and orchestrator
  • Q2. Re framework and uses
  • Ans. 

    ReFramework is a framework in UiPath for building scalable and reusable automation projects.

    • ReFramework provides a template for structuring automation projects with best practices

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

    • ReFramework uses state machines to manage the flow of automation tasks

  • Answered by AI
  • Q3. Outlook and SMTP activities
Round 3 - Coding Test 

They ask live scenario to code in UIPath tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was of 3 rounds including coding challenge

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create a power automate flow to change/modify rows in Excel.
  • Ans. 

    Use Power Automate to modify rows in Excel.

    • Create a new flow in Power Automate.

    • Add a trigger for when a new row is added or modified in the Excel file.

    • Use the 'Get rows' action to retrieve the rows from the Excel file.

    • Apply the necessary modifications to the rows using actions like 'Apply to each' and 'Update row'.

    • Save the changes back to the Excel file using the 'Update a row' action.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra RPA Developer interview:
  • Power automate
  • Excel automation
Interview preparation tips for other job seekers - Prepared with technical stuffs

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is modern and classic folder?
  • Ans. 

    Modern and Classic folders are two different types of folders in UiPath Orchestrator.

    • Modern folders are designed for multi-tenancy and allow for more granular control over permissions and access.

    • Classic folders are the traditional folders in Orchestrator and are used for single-tenancy.

    • Modern folders have a different user interface and are organized by tenants, while classic folders are organized by folders and subfold...

  • Answered by AI
  • Q2. Queue related question?
  • Q3. Stop and kill activity in orchestrator
  • Ans. 

    To stop and kill a job in Orchestrator, use the Stop Job and Kill Job activities respectively.

    • Use the Stop Job activity to gracefully stop a running job.

    • Use the Kill Job activity to forcefully terminate a running job.

    • Both activities can be found in the System > Jobs category in the Activities panel.

    • You can pass the Job ID as input to these activities to specify which job to stop or kill.

  • Answered by AI
  • Q4. How many types you create variable in ui path
  • Ans. 

    There are four types of variables in UiPath: Generic, Text, Number, and Boolean.

    • Generic variables can store any type of data

    • Text variables store strings of characters

    • Number variables store numeric values

    • Boolean variables store true/false values

  • Answered by AI
  • Q5. Practice for practical as they said share screen and give some scenario you have to make program

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare yourself for practical as well

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
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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - L1 Assessment Round 

(1 Question)

  • Q1. Explain AARI / Co-pilot Frame work in A360
  • Ans. 

    AARI / Co-pilot framework in A360 is a tool that helps automate repetitive tasks and streamline processes.

    • AARI stands for Automation Anywhere Robotic Interface and Co-pilot is a conversational AI assistant.

    • The framework allows users to interact with bots using natural language commands.

    • It can be used to automate tasks such as data entry, report generation, and data validation.

    • AARI / Co-pilot framework enhances user exp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to handle unique credentails for WLM bots
  • Ans. 

    Unique credentials for WLM bots can be handled by using secure credential stores or key management systems.

    • Use secure credential stores to securely store and retrieve credentials for WLM bots.

    • Implement key management systems to manage and rotate credentials for enhanced security.

    • Utilize encryption techniques to protect sensitive credentials during transmission and storage.

  • Answered by AI

Skills evaluated in this interview

Accion Labs Interview FAQs

How many rounds are there in Accion Labs RPA Developer interview?
Accion Labs interview process usually has 1 rounds. The most common rounds in the Accion Labs interview process are Technical.
How to prepare for Accion Labs RPA Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accion Labs. The most common topics and skills that interviewers at Accion Labs expect are Javascript, Power Automate, Powerapps, SQL and UiPath.

Tell us how to improve this page.

Accion Labs RPA Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Accion Labs Helping transform businesses through emerging technologies

RPA Developer Interview Questions from Similar Companies

View all

Accion Labs RPA Developer Reviews and Ratings

based on 2 reviews

2.3/5

Rating in categories

2.3

Skill development

4.1

Work-life balance

3.1

Salary

1.2

Job security

2.2

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
710 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
418 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
306 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Principal Software Engineer
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accion Labs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview