Upload Button Icon Add office photos

Automation Anywhere

Compare button icon Compare button icon Compare

Filter interviews by

Automation Anywhere Senior Technical Support Engineer Interview Questions and Answers

Updated 18 Sep 2021

Automation Anywhere Senior Technical Support Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. AD, HA, HTTP codes, Developer tools, Logs, Troubleshooting Approach, DB Query

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your current organization job role and troubleshooting skills and prepare the points defined above

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

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.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked Core java concepts like Exception, Thread, Collections etc
  • Q2. One coding question: when the program runs, both the thread concurrently with t1 printing "Helloworld" once and t2 printing "helloWorld" twice.

Interview Preparation Tips

Interview preparation tips for other job seekers - They are more focused on core java topics and threads so prepared well on this.

Automation Anywhere Interview FAQs

How to prepare for Automation Anywhere Senior Technical Support 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 Troubleshooting, Technical Support, Active Directory, Analytics and Macros.

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 431 Interviews
Johnson Controls Interview Questions
3.6
 • 261 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
NICE Interview Questions
3.6
 • 78 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
Wipro PARI Interview Questions
3.4
 • 43 Interviews
View all
Automation Anywhere Senior Technical Support Engineer Salary
based on 32 salaries
₹9.5 L/yr - ₹20 L/yr
97% more than the average Senior Technical Support Engineer Salary in India
View more details

Automation Anywhere Senior Technical Support Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

4.0

Promotions

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