Upload Button Icon Add office photos

Filter interviews by

Globant Automation Engineer Interview Questions and Answers

Updated 23 Dec 2021

Globant Automation Engineer Interview Experiences

1 interview found

Automation Engineer Interview Questions & Answers

user image ANURAG SHARMA

posted on 23 Dec 2021

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions on array programming?
  • Q2. Questions on Xpath & CSS Selector
  • Q3. They will provide scenarios of FindElements & FindElement?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident what are the answers you provide stick to them

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. About my experience
  • Q2. About my project and automation work
Round 2 - HR 

(2 Questions)

  • Q1. About my notice period
  • Q2. About my expected ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Sort the list of a given array of strings
  • Ans. 

    Sort a given array of strings

    • Use built-in sorting functions in programming languages

    • Implement sorting algorithms like bubble sort, merge sort, etc.

    • Consider case sensitivity and special characters

  • Answered by AI
  • Q2. Maximum number of repeating characters in a string
  • Ans. 

    The maximum number of repeating characters in a string needs to be determined.

    • Iterate through each character in the string and keep track of the count of consecutive repeating characters.

    • Update the maximum count whenever a new maximum is found.

    • Return the maximum count at the end of the iteration.

  • Answered by AI
  • Q3. Type script and java script arrow function loops if else condition
  • Ans. 

    Explaining type script and java script arrow function loops with if else condition.

    • TypeScript and JavaScript both support arrow functions for concise syntax.

    • Arrow functions can be used in loops to simplify code.

    • If-else conditions can be used with arrow functions to add logic.

    • Example: const numbers = [1, 2, 3]; numbers.forEach(num => {if(num % 2 === 0) {console.log(num + ' is even');} else {console.log(num + ' is odd');

  • Answered by AI
  • Q4. Parallel browser testing, test ng, oops concept
  • Q5. Scaled agile framework related questions
  • Q6. Selenium and cypress difference ? How to choose best tool
  • Ans. 

    Selenium is widely used for web automation while Cypress is a newer tool with better performance and debugging capabilities.

    • Selenium supports multiple programming languages while Cypress only supports JavaScript.

    • Cypress has a built-in test runner and debugger while Selenium requires third-party tools.

    • Selenium is better for cross-browser testing while Cypress is better for end-to-end testing.

    • Choose Selenium for larger a...

  • Answered by AI
  • Q7. Comparator and comparable difference?
  • Ans. 

    Comparator and Comparable are interfaces used for sorting objects in Java.

    • Comparator interface is used to sort objects based on custom criteria.

    • Comparable interface is used to sort objects based on their natural order.

    • Comparator interface has two methods: compare() and equals().

    • Comparable interface has one method: compareTo().

  • Answered by AI
  • Q8. Fail-safe and fail-fast iterator?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well concept of automation,java script and oops

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Opps concept and exception handling
Round 2 - Aptitude Test 

Simple interest

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics in java and selenium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude and out put realted questions

Round 2 - Coding Test 

Face to face dsa and string manipulations

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

I applied via Naukri.com and was interviewed in Aug 2023. 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. SQL Joins - Inner Join
  • Q2. Identifying webelement - particularly xpath
  • Ans. 

    Identifying webelement using xpath involves locating elements based on their attributes and hierarchy in the HTML structure.

    • Use unique attributes like id, class, name, etc. to create xpath expressions

    • Avoid using absolute xpaths as they are prone to breaking with changes in the HTML structure

    • Use relative xpaths that are more robust and flexible

    • Consider using xpath axes like ancestor, descendant, sibling, etc. for comple

  • Answered by AI
  • Q3. Array List, other Data Structure
Round 3 - One-on-one 

(3 Questions)

  • Q1. Convert number to roman numeral logic
  • Ans. 

    Convert a given number to its equivalent Roman numeral representation.

    • Create a mapping of numbers to Roman numerals (e.g. 1 -> 'I', 5 -> 'V', 10 -> 'X', etc.)

    • Iterate through the mapping in descending order and subtract the largest possible numeral from the given number until it reaches 0.

    • Handle special cases like 4, 9, 40, 90, etc. by using subtraction rules.

    • Combine the Roman numerals obtained in the process to form th

  • Answered by AI
  • Q2. SQL Queries normal nested queries
  • Q3. Things to consider while designing automation framework
  • Ans. 

    Considerations for designing automation framework

    • Identify the scope and objectives of automation

    • Choose the right tools and technologies based on project requirements

    • Design a modular and scalable framework for easy maintenance

    • Implement best practices for code reusability and readability

    • Include error handling and reporting mechanisms for better debugging

    • Consider integration with CI/CD pipelines for continuous testing

    • Plan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to playwright and selenium
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. They mostly asked about Java questions and few scenarios to write test cases.
  • Q2. Most of the questions are java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to have good grip on coding concepsts. I haven't clered the first round.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Networking related questions
  • Q2. Questions related to file transfer between multiple systems
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading questions
  • Q2. Related to multiple thread synchronization, lock etc
Round 3 - Coding Test 

Space and time complexities were asked for program

Round 4 - Technical 

(1 Question)

  • Q1. Managerial round

I applied via Naukri.com and was interviewed before Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Python program for string,list and oop concepts
  • Ans. 

    Python program demonstrating string, list, and OOP concepts.

    • Create a class with attributes and methods

    • Use string methods like split(), join(), and replace()

    • Manipulate lists using append(), pop(), and slicing

    • Demonstrate inheritance and polymorphism

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Python program questions and manual testing concepts
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about oops concepts and programs. Also questions for agile and jira.

Skills evaluated in this interview

Globant Interview FAQs

How to prepare for Globant Automation 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 Globant. The most common topics and skills that interviewers at Globant expect are Automation Engineering, Automation Testing, Coding and Programming.
What are the top questions asked in Globant Automation Engineer interview?

Some of the top questions asked at the Globant Automation Engineer interview -

  1. They will provide scenarios of FindElements & FindEleme...read more
  2. Questions on array programmi...read more
  3. Questions on Xpath & CSS Selec...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Globant interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Globant Automation Engineer Salary
based on 13 salaries
₹10 L/yr - ₹19.5 L/yr
124% more than the average Automation Engineer Salary in India
View more details

Globant Automation Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

3.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
1.6k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
288 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Automation Test Engineer
251 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Technical Lead
234 salaries
unlock blur

₹15.9 L/yr - ₹39 L/yr

Senior Automation Test Engineer
202 salaries
unlock blur

₹9.5 L/yr - ₹28.6 L/yr

Explore more salaries
Compare Globant with

Accenture

3.9
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview