Upload Button Icon Add office photos

Filter interviews by

3F Advanced Techno Labs RPA Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Other and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is active work queue
  • Ans. 

    Active work queue is a list of items that are currently being processed by a robot.

    • Active work queue helps the robot to prioritize tasks and manage workload.

    • It allows the robot to track the progress of each item in the queue.

    • Examples of items in the queue include invoices, purchase orders, and customer requests.

  • Answered by AI
  • Q2. What is session variable?
  • Ans. 

    Session variable is a variable that is stored and can be accessed during a user's session on a website or application.

    • Session variables are used to store user-specific information, such as login credentials or preferences.

    • They are stored on the server-side and can be accessed by the application during the user's session.

    • Session variables are typically cleared when the user logs out or their session expires.

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before the interview and review the development best practices in Blue Prism.

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects done

Interview Preparation Tips

Interview preparation tips for other job seekers - The
Process is really slow

I applied via Referral and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.RPA Basics 2. Mostly questions are related while explaining my projects 3. what new features are added in the recent version of uipath.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about your projects and basic concepts of Uipath.

I applied via Naukri.com and was interviewed in Nov 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. RPA BP questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I got selected in interview and HR told me that I will get call from them for other formalities, i got call next day and they asked me to upload documents and then no updates from them now it is 5 months over. I'm tired of sending multiple remainders but no response. This reflects their responsibilities.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

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. Do you know vbscript?
  • Ans. 

    Yes, vbscript is a scripting language used for automating tasks in Windows environments.

    • VBScript stands for Visual Basic Scripting Edition.

    • It is commonly used for automating tasks in Windows environments.

    • VBScript is often used in conjunction with RPA tools like UiPath for automation.

    • Example: Set objShell = CreateObject("WScript.Shell")

  • Answered by AI
  • Q2. Do you know sharepoint?
  • Ans. 

    Yes, I have experience with SharePoint.

    • I have worked with SharePoint to create and manage document libraries.

    • I have experience with SharePoint workflows and automation.

    • I have integrated SharePoint with other systems using APIs.

    • I have customized SharePoint sites using web parts and templates.

  • Answered by AI
  • Q3. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask the relevant questions in technical round if you see the resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. All questions about Automation Anywhere.
  • Ans. You should be prepared for the AA tool-based question.
  • Answered Anonymously
  • Q2. How to use PDF extraction?
  • Ans. 

    PDF extraction involves using software tools to extract text, images, and data from PDF files.

    • Use RPA tools like UiPath, Automation Anywhere, or Blue Prism to automate the process of extracting data from PDF files.

    • Utilize OCR (Optical Character Recognition) technology to extract text from scanned PDFs.

    • Extract structured data from PDF forms using data extraction techniques.

    • Consider using regex patterns to extract specif...

  • Answered by AI
  • Q3. How to use the IQ bot?
  • Ans. 

    IQ Bot is a cognitive automation solution that can learn from human behavior to handle unstructured data.

    • IQ Bot uses machine learning algorithms to understand and extract data from unstructured documents.

    • It can be trained to recognize patterns and extract relevant information from various types of documents.

    • IQ Bot can be integrated with RPA tools like UiPath to automate end-to-end processes.

    • It can handle documents like...

  • Answered by AI
  • Q4. How to use SQL queries?
  • Ans. 

    SQL queries are used to retrieve, manipulate, and manage data stored in a database.

    • Write SQL queries using SELECT, INSERT, UPDATE, DELETE statements.

    • Use WHERE clause to filter data based on specific conditions.

    • Join tables using INNER JOIN, LEFT JOIN, RIGHT JOIN.

    • Aggregate data using functions like COUNT, SUM, AVG.

    • Group data using GROUP BY clause.

    • Order data using ORDER BY clause.

  • Answered by AI
  • Q5. What is the difference between truncating and deleting in SQL?
  • Ans. 

    Truncating removes all records from a table, while deleting removes specific records.

    • Truncating is faster than deleting as it does not log individual row deletions.

    • Truncating resets identity columns, while deleting does not.

    • Truncating cannot be rolled back, while deleting can be.

    • Truncating is a DDL operation, while deleting is a DML operation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini RPA Developer interview:
  • SQL
  • VB Script
  • AA360
Interview preparation tips for other job seekers - be good and expert in your tech.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many types of selectors are present in uipath?
  • Ans. 

    There are three types of selectors in UiPath: UiElement, aaname, and idx.

    • UiElement selector is the default selector used by UiPath, based on the attributes of the UI element.

    • aaname selector is based on the 'aaname' attribute of the UI element.

    • idx selector is based on the position of the UI element in the application window.

  • Answered by AI
  • Q2. How many ways you can store credentials in uipath
  • Ans. 

    Credentials in UiPath can be stored in Orchestrator Assets, Windows Credential Manager, Config file, and Constants file.

    • Orchestrator Assets: Securely store credentials in Orchestrator and retrieve them during automation.

    • Windows Credential Manager: Store credentials in Windows Credential Manager and access them in UiPath.

    • Config file: Store credentials in a separate configuration file and read them during automation.

    • Cons...

  • Answered by AI

Skills evaluated in this interview

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).

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

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

Tell us how to improve this page.

Compare 3F Advanced Techno Labs with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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