Upload Button Icon Add office photos

Automation Anywhere

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Automation Anywhere Software Developer Interview Questions and Answers

Updated 28 Aug 2023

Automation Anywhere Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

Data structure and Java script coding

Round 3 - Technical 

(1 Question)

  • Q1. Routing, lazy loading, server-side rendering

Interview questions from similar companies

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

Interview Questionnaire 

7 Questions

  • Q1. What are properties of input box?
  • Ans. 

    Properties of input box include type, size, placeholder, value, and disabled status.

    • Type: Specifies the type of input (text, password, email, etc.)

    • Size: Defines the width of the input box in characters

    • Placeholder: Text displayed in the input box when it is empty

    • Value: The current value entered in the input box

    • Disabled: Determines if the input box is disabled or not

  • Answered by AI
  • Q2. Difference between find element and element exist?
  • Ans. 

    find element is used to locate a specific element on a webpage, while element exist checks if an element is present or not.

    • find element is used to locate an element based on its attributes or properties

    • element exist checks if an element is present on the webpage

    • find element returns the first matching element, while element exist returns a boolean value

    • find element throws an exception if the element is not found, while

  • Answered by AI
  • Q3. What is the version you are working on?
  • Ans. 

    I am currently working on version 2.0 of the software.

    • We recently released version 1.5 with bug fixes and minor improvements.

    • Version 2.0 includes major feature enhancements and a redesigned user interface.

    • Our team is currently in the testing phase and aiming for a release in the next month.

  • Answered by AI
  • Q4. How will you enhance performance of BOT?
  • Ans. 

    To enhance BOT performance, I would optimize code, improve algorithms, and increase server capacity.

    • Optimize code to reduce execution time

    • Improve algorithms to increase efficiency

    • Increase server capacity to handle more requests

    • Use caching to reduce database queries

    • Implement load balancing to distribute workload

    • Use asynchronous programming to improve response time

  • Answered by AI
  • Q5. Details about Orchestrator?
  • Ans. 

    Orchestrator is a tool used for automating workflows and managing tasks in a system.

    • Orchestrator helps in automating repetitive tasks and workflows.

    • It can integrate with various systems and applications to streamline processes.

    • Orchestrator can be used for scheduling and monitoring tasks.

    • Examples of Orchestrator tools include Microsoft System Center Orchestrator and UiPath Orchestrator.

  • Answered by AI
  • Q6. What is re-framework?
  • Ans. 

    ReFramework is a framework for building Robotic Process Automation (RPA) solutions in UiPath.

    • ReFramework is a template for building RPA solutions in UiPath.

    • It provides a structured approach to development, with pre-built components for error handling, logging, and exception handling.

    • ReFramework is designed to be scalable and reusable, allowing developers to build solutions quickly and efficiently.

    • It includes five main ...

  • Answered by AI
  • Q7. What is the property name which is used to match in image recognition?
  • Ans. 

    The property name used for image recognition is 'alt' attribute.

    • The 'alt' attribute is used to provide alternative text for an image.

    • It is used by screen readers to describe the image to visually impaired users.

    • It can also be used by search engines to understand the content of the image.

    • The 'alt' attribute should be descriptive and relevant to the image.

    • It should not be left empty or used for decorative images.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in any on programming language. They give a simple use case for coding while your screen is shared with them.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

If p,q,r,s and t are in Arithmetic Progression, is r is the largest among them?i.t>0,ii.p,q<0
A)1
B)2
C)3
D)4

Round 2 - Group Discussion 

How does Social Media had Impact over Students

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep preparing each and every point and don't even miss the single change to develop yours career

I applied via Company Website and was interviewed in Feb 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Coding questions of 3
we can write in any language C, C++, JAVA & PYTHON.

Round 3 - Technical 

(4 Questions)

  • Q1. Asked about Project which i mentioned o my Resume
  • Q2. Questions on C 1. storage classes 2. Recursion. 3. Difference b/w structure and union
  • Q3. They asked to write code live on hacker rank 1. palindrome 2.Find maximum number in array 3. Reverse the string
  • Q4. Finally they asked about do you python

Interview Preparation Tips

Topics to prepare for EdgeVerve Systems Software Developer interview:
  • phython
  • Projects on ur Resume
Interview preparation tips for other job seekers - I think they just time pass
after i answered all the questions .
because of i don't know about python they rejected me..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algos, OOPS, SQL
Round 3 - HR 

(1 Question)

  • Q1. Are you ready to relocate
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What are the pillars of oops?
  • Ans. 

    The pillars of OOP are encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling of data and methods into a single unit

    • Inheritance: ability to create new classes from existing ones

    • Polymorphism: ability to use a single interface for multiple types

  • Answered by AI
  • Q2. Web api Security mechanism
  • Ans. 

    Web API security mechanisms protect against unauthorized access and ensure data integrity.

    • Authentication: Verify the identity of the user or client accessing the API.

    • Authorization: Determine what actions the authenticated user or client is allowed to perform.

    • Encryption: Securely transmit data over the network using encryption algorithms.

    • Input validation: Validate and sanitize user input to prevent common security vulne...

  • Answered by AI
  • Q3. Deadlock in Sql
  • Ans. 

    Deadlock in SQL occurs when two or more transactions permanently wait for each other to release resources.

    • Deadlock happens when two or more transactions acquire locks on resources and wait for each other indefinitely.

    • It can occur due to poor transaction scheduling, lock contention, or incorrect use of transactions.

    • To prevent deadlock, use proper transaction isolation levels, minimize lock contention, and ensure transac...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics.

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2022. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Aptitude test, was quite easy. next was hr round.

Round 3 - HR 

(4 Questions)

  • Q1. What are your future goals?
  • Q2. What are your future goals
  • Q3. What are your future goalss
  • Q4. Any questions for me?

Interview Preparation Tips

Interview preparation tips for other job seekers - dont worry give your best. never make the same mistake you did the interview before.
Contribute & help others!
anonymous
You can choose to be anonymous

Automation Anywhere Interview FAQs

How many rounds are there in Automation Anywhere Software Developer interview?
Automation Anywhere interview process usually has 3 rounds. The most common rounds in the Automation Anywhere interview process are Resume Shortlist, Coding Test and Technical.

Recently Viewed

LIST OF COMPANIES

Avalara Technologies

Overview

SALARIES

Avalara Technologies

INTERVIEWS

Deloitte

No Interviews

INTERVIEWS

Winjit Technologies

No Interviews

INTERVIEWS

Toyota Industries Engine India

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

MindGate Solutions

No Interviews

SALARIES

Toyota Industries Engine India

INTERVIEWS

Tudip Technologies

No Interviews

SALARIES

Toyota Industries Engine India

Tell us how to improve this page.

Automation Anywhere Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Automation Anywhere Software Developer Salary
based on 5 salaries
₹14.5 L/yr - ₹21 L/yr
107% more than the average Software Developer Salary in India
View more details

Automation Anywhere Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent