Upload Button Icon Add office photos

Automation Anywhere

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Automation Anywhere Software Engineer Interview Questions and Answers

Updated 27 Apr 2024

Automation Anywhere Software Engineer Interview Experiences

1 interview found

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

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: There were 4 coding questions. All of them were simple. We wrote code on our laptop and submited code to volunteer in their pendrive. I soved three of them correctly and one partially correct. Still got shortlisted.
Tips: Skip
Duration: 90 minutes
Total Questions: 4

Round: Technical Interview
Experience: They asked me everything from my resume. So one should know everything about their projects and every point in resume. Also they asked few other technical questions.

Skill Tips: Do maximum questions from the site mentioned below. Also particaipate in quizzes and hackathons from hackerrank.com/ and -----/
Skills: Algorithms, Data structures
College Name: IIT BOMBAY

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About previous projects

Interview Preparation Tips

Topics to prepare for AntWorks Software Engineer interview:
  • C#.Net

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about data structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the live code and have knowledge of time and space complexity.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Managerial discussions and design level interviews
Round 3 - Behavioral 

(1 Question)

  • Q1. Few technical but mostly a behavorial round
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions and salary discussions

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find common ancestor of 2 nodes in a binary tree ?
  • Ans. 

    Find common ancestor of 2 nodes in a binary tree

    • Traverse the tree from root to both nodes and store the paths

    • Compare the paths to find the last common node

    • Use recursion to traverse the tree and find the common ancestor

  • Answered by AI
  • Q2. Find min element of stack in O(1) time ?
  • Ans. 

    To find the minimum element of a stack in O(1) time, maintain a separate stack for minimum values.

    • Create a separate stack to store minimum values

    • Push the minimum value onto the minimum stack every time a new value is pushed onto the main stack

    • Pop the minimum stack every time the main stack pops a value

    • The top of the minimum stack will always contain the minimum value

  • Answered by AI
  • Q3. Sort a binary array of 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 0 0 1 0 ? Optimise the code ?
  • Ans. 

    Sort a binary array of 0s and 1s and optimize the code.

    • Use two pointers approach to swap 0s and 1s

    • Avoid using sorting algorithms like bubble sort or selection sort

    • Use a single loop to traverse the array and swap elements

    • Use XOR operation to swap elements

  • Answered by AI
  • Q4. Java HashMap internals ? what happend when hashcode returns always 1 ?
  • Ans. 

    Explaining Java HashMap internals and behavior when hashcode always returns 1.

    • HashMap uses hashcode to calculate the index of the bucket where the key-value pair will be stored.

    • If hashcode always returns 1, all key-value pairs will be stored in the same bucket resulting in poor performance.

    • In this case, HashMap will use a linked list to store multiple key-value pairs in the same bucket.

    • Retrieving a value from a HashMap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice imp DS also questions mostly from Strings and Arrays. HashMap in Java. Core java be clear about concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL Questions based on subqueries.

Round 2 - Technical 

(1 Question)

  • Q1. Java basics and coding question.
Contribute & help others!
anonymous
You can choose to be anonymous

Automation Anywhere Interview FAQs

How many rounds are there in Automation Anywhere Software Engineer interview?
Automation Anywhere interview process usually has 2 rounds. The most common rounds in the Automation Anywhere interview process are Coding Test and Aptitude Test.
How to prepare for Automation Anywhere Software Engineer 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 Automation Anywhere. The most common topics and skills that interviewers at Automation Anywhere expect are Hibernate, MySQL, Oracle, XML and Core Java.

Recently Viewed

INTERVIEWS

Successive Technologies

No Interviews

INTERVIEWS

Successive Technologies

30 top interview questions

INTERVIEWS

4i apps solutions

No Interviews

SALARIES

Successive Technologies

SALARIES

Successive Technologies

INTERVIEWS

Mahindra & Mahindra

No Interviews

INTERVIEWS

Tata Power

No Interviews

LIST OF COMPANIES

Successive Technologies

Locations

REVIEWS

Cadence Design Systems

No Reviews

SALARIES

ZF India Technology Center

Tell us how to improve this page.

Automation Anywhere Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Automation Anywhere Software Engineer Salary
based on 10 salaries
₹10 L/yr - ₹26 L/yr
111% more than the average Software Engineer Salary in India
View more details

Automation Anywhere Software Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

4.0

Salary

3.2

Job security

4.2

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Support Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Automation Anywhere with

Uipath

3.8
Compare

Blue Prism

5.0
Compare

WorkFusion

2.5
Compare

Pegasystems

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