Upload Button Icon Add office photos
Engaged Employer

i

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

AG Technologies Verified Tick

Compare button icon Compare button icon Compare
2.7

based on 45 Reviews

Filter interviews by

AG Technologies RPA Developer Interview Questions and Answers

Updated 19 Dec 2024

AG Technologies RPA Developer Interview Experiences

3 interviews found

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Regarding past experience

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2023

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 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 - Aptitude Test 

Questions related to logic and reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to the basics of RPA and the implementation of its tools
Round 4 - HR 

(1 Question)

  • Q1. Discussion on CTC structure and joining WFH policy

RPA Developer Interview Questions Asked at Other Companies

Q1. What is procedural language and object oriented language? Which o ... read more
asked in Capgemini
Q2. 4. How can we filter 1 lakh rows in excel with specific filter
Q3. Coding Question: Given list of array, one number is missing and i ... read more
Q4. What are different Software Development Life Cycle? What are the ... read more
Q5. What is fundamental data types and derived data types? What is th ... read more

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2022

I applied via Referral and was interviewed before Aug 2021. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General knowledge, quantitative and qualitative analysis, reasoning, english

Round 3 - Coding Test 

Make the python code

Round 4 - Technical 

(1 Question)

  • Q1. Anything can be asked
Round 5 - One-on-one 

(1 Question)

  • Q1. Anything can be asked
Round 6 - HR 

(1 Question)

  • Q1. Your background, work environment you have been in

Interview Preparation Tips

Topics to prepare for AG Technologies RPA Developer interview:
  • Python
  • Javascript
  • HTML
  • CSS
Interview preparation tips for other job seekers - Don't join the company as they are not very good in overall

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Code Snept question with 3-4 Reasoning question. Google form

Round 2 - Assignment 

Pen paper coding round. String , Array . Linkedlist , graph, questions

Round 3 - Technical 

(3 Questions)

  • Q1. Maximum Spaning
  • Q2. Nearest Prime number
  • Ans. 

    To find the nearest prime number, iterate from the given number in both directions until a prime number is found.

    • Start iterating from the given number in both directions to find the nearest prime number.

    • Check if a number is prime by dividing it by all numbers less than its square root.

    • Keep track of the closest prime number found during the iteration.

  • Answered by AI
  • Q3. Second Maximum Number in Array
  • Ans. 

    Find the second maximum number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Project Question
  • Q2. Robot question of DSA
  • Q3. Stock Buy and sell - VI . Leetcode Hard
  • Q4. Leetcode Medium

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Duration 60 min, topics: DBMS, computer networking, outputs, SQL queries

Round 2 - Coding Test 

Topics: Trees, DP, Greedy

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good understanding of DSA, specially topics like Trees, DP, Graph and Greedy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

    • It ensures data integrity by avoiding update anomalies.

    • Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.

    • Example: In a database, instead of storing customer details i...

  • Answered by AI
  • Q2. What is reflection
  • Ans. 

    Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.

    • Allows accessing metadata of types and members at runtime

    • Enables dynamic instantiation of objects

    • Facilitates invoking methods dynamically

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

AG Technologies Interview FAQs

How many rounds are there in AG Technologies RPA Developer interview?
AG Technologies interview process usually has 3-4 rounds. The most common rounds in the AG Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for AG Technologies 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 AG Technologies. The most common topics and skills that interviewers at AG Technologies expect are ITSM, Captaining, Computer Savvy, Core banking and IT Skills.
What are the top questions asked in AG Technologies RPA Developer interview?

Some of the top questions asked at the AG Technologies RPA Developer interview -

  1. Questions related to the basics of RPA and the implementation of its to...read more
  2. Discussion on CTC structure and joining WFH pol...read more
  3. Anything can be as...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
View all
AG Technologies RPA Developer Salary
based on 18 salaries
₹2.4 L/yr - ₹5 L/yr
49% less than the average RPA Developer Salary in India
View more details

AG Technologies RPA Developer Reviews and Ratings

based on 9 reviews

3.8/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.7

Salary

3.6

Job security

3.7

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
21 salaries
unlock blur

₹1 L/yr - ₹7.8 L/yr

SAP Fico Consultant
19 salaries
unlock blur

₹4.1 L/yr - ₹8.1 L/yr

RPA Developer
18 salaries
unlock blur

₹2.4 L/yr - ₹5.1 L/yr

SAP Abap Consultant
10 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

SAP SD Consultant
10 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Explore more salaries
Compare AG Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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