Upload Button Icon Add office photos

Automation Anywhere

Compare button icon Compare button icon Compare

Filter interviews by

Automation Anywhere Selenium Automation Interview Questions and Answers

Updated 9 Jun 2021

Automation Anywhere Selenium Automation Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Work culture and hiring process
  • Q2. Good work culture, friendly environment, lot of opportunities to learn, good hiring process

Interview questions from similar companies

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
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. Based on your skill sets mentioned in your Resume
Round 3 - Technical 

(1 Question)

  • Q1. Based on your skilllsets
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary

Intern Interview Questions & Answers

Uipath user image Anonymous

posted on 14 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Background and interest in the role
  • Q2. Data analysis experience specifically
  • Ans. 

    I have experience in data analysis through coursework and projects.

    • Utilized Python and R for data analysis

    • Performed statistical analysis on datasets

    • Created data visualizations to communicate findings

  • Answered by AI

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

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

Medium leetcode question related to dp.

Round 2 - Coding Test 

LLD round to create a cache library

Round 3 - HLD 

(2 Questions)

  • Q1. Design Paytm like system
  • Ans. 

    Design a system similar to Paytm for online payments and transactions.

    • Implement user authentication and authorization for secure transactions

    • Develop a user-friendly interface for easy navigation and transactions

    • Integrate various payment options like credit/debit cards, net banking, UPI, and wallets

    • Implement a robust backend system to handle transactions and store user data securely

  • Answered by AI
  • Q2. Design Url Shortner
  • Ans. 

    Design a URL shortener service to generate short URLs for long URLs.

    • Use a unique identifier for each long URL to generate a short URL.

    • Implement a mapping system to map short URLs to long URLs.

    • Consider implementing features like custom short URLs, expiration dates, and analytics.

    • Ensure the short URLs are unique and not easily guessable.

    • Optimize the service for performance and scalability.

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Basic beaviour question.
  • Q2. Design Notification Service.
  • Ans. 

    Design a Notification Service for sending alerts to users.

    • Define types of notifications (email, SMS, push notifications)

    • Implement a system for users to subscribe/unsubscribe from notifications

    • Include a scheduling system for sending notifications at specific times

    • Consider implementing a notification history for users to view past alerts

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

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 - Coding Test 

1h, HackRank, 3 algo problem

Round 3 - HR 

(1 Question)

  • Q1. It was in English. He ask me about company, my experience and my wishes.
Round 4 - Technical 

(1 Question)

  • Q1. Logical and algo question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Math, resizing, English

Round 2 - Technical 

(1 Question)

  • Q1. What is java, string, thread, exception handling
  • Ans. 

    Java is a programming language, String is a data type for text, Thread is a unit of a process, Exception handling is managing errors.

    • Java is a popular programming language used for developing various applications.

    • String is a data type in Java used to store text.

    • Thread in Java is a unit of a process that can run concurrently with other threads.

    • Exception handling in Java is the process of managing errors that occur durin

  • Answered by AI
Round 3 - Coding Test 

Java program exception handling

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Nov 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 

Reasoning, java, java script basics

Round 3 - Technical 

(1 Question)

  • Q1. Previous experience, scenario type, java
Round 4 - HR 

(1 Question)

  • Q1. Hr round, package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Java, java script, rpa knowledge.

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Johnson Controls Interview Questions
3.6
 • 261 Interviews
NICE Interview Questions
3.6
 • 80 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 43 Interviews
View all
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