Upload Button Icon Add office photos

Filter interviews by

Globant Senior Automation Test Engineer Interview Questions and Answers

Updated 7 Nov 2024

Globant Senior Automation Test Engineer Interview Experiences

2 interviews found

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 Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question based on resume
  • Q2. Count occurrences of each character in a string
  • Ans. 

    Count occurrences of each character in a string

    • Create a map to store character counts

    • Iterate through the string and update counts in the map

    • Return the map with character counts

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

(2 Questions)

  • Q1. Java programming
  • Q2. Explain framework
  • Ans. 

    Framework is a structured set of guidelines, tools, and practices used to develop and maintain software applications.

    • Framework provides a foundation for developing software applications by defining the structure, behavior, and interactions of components.

    • It helps in organizing code, improving code reusability, and enhancing maintainability.

    • Frameworks can be categorized into different types such as test automation framew...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 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 tips
Round 2 - Aptitude Test 

Asked regular questions of experience and what aptitudes I had

Round 3 - Coding Test 

Coding challenge questions regarding Java logic and concepts and agile with automation

Interview Preparation Tips

Topics to prepare for Globant Senior Automation Test Engineer interview:
  • Dev ops
Interview preparation tips for other job seekers - Keep learning always different techniques and strategies to grow culture

Senior Automation Test Engineer Interview Questions Asked at Other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) w ... read more
asked in Capgemini
Q2. what are the different types of datatypes in python?
asked in Capgemini
Q3. how do you concatenate a string and integer? is it possible ?
asked in Capgemini
Q4. what is xpath ? How do you find an element ? what is the differen ... read more
asked in Capgemini
Q5. if some data is not found on the page, do page refresh and how do ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.Asked questions related to selenium framework2.asked about load balancer3. Questions related to db queries on subqueries

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic string class,character class questions .
  • Q2. All technical tools nad technology which you have mentioned in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all your skills that you have mentioned in your resume.
Good Java/c# knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. What is the difference between Abstract class and Interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while Interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while Interface cannot have any implementation.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while Interfaces are used to define a contrac...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the challenges faced in Test Automation
  • Ans. 

    Challenges in Test Automation include dynamic UI elements, maintenance of scripts, data management, and flakiness.

    • Dynamic UI elements can cause scripts to fail if not handled properly

    • Maintenance of scripts can be time-consuming as applications evolve

    • Data management is crucial for test data setup and cleanup

    • Flakiness of tests can lead to false positives or negatives

  • Answered by AI
  • Q2. What are the top 3 defects that you have raised in your previous project or role.

Interview Preparation Tips

Topics to prepare for Amadeus QA Automation Engineer interview:
  • Functional Testing
  • Python
  • Selenium
  • Pytest
Interview preparation tips for other job seekers - Interview was on the easier side but there was no co-operation or friednliness in the interview it was more like one sided question and answer.

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you check property is already initialized or not in Selenium
  • Ans. 

    To check if a property is already initialized in Selenium, you can use the 'isDisplayed' method.

    • Use the 'isDisplayed' method to check if the property is visible on the web page

    • If the property is visible, it is likely initialized

    • If the property is not visible, it may not be initialized

  • Answered by AI
  • Q2. What is Generics
  • Ans. 

    Generics in programming allow for the creation of classes, interfaces, and methods that operate on specified types.

    • Generics provide type safety by allowing the specification of types at compile time.

    • They enable the creation of reusable code that can work with different data types.

    • Examples include List in C# and ArrayList in Java.

Answered by AI

Skills evaluated in this interview

Globant Interview FAQs

How many rounds are there in Globant Senior Automation Test Engineer interview?
Globant interview process usually has 2-3 rounds. The most common rounds in the Globant interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Globant Senior Automation Test 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 Testing, Javascript, Python, Quality Engineering and Test scripts.
What are the top questions asked in Globant Senior Automation Test Engineer interview?

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

  1. Count occurrences of each character in a str...read more
  2. Explain framew...read more
  3. Java programm...read more

Tell us how to improve this page.

Globant Senior Automation Test Engineer Salary
based on 204 salaries
₹9.5 L/yr - ₹28.6 L/yr
53% more than the average Senior Automation Test Engineer Salary in India
View more details

Globant Senior Automation Test Engineer Reviews and Ratings

based on 20 reviews

3.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

3.5

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 20 Reviews and Ratings
Senior Software Engineer
1.6k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
288 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Automation Test Engineer
252 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
204 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
Did you find this page helpful?
Yes No
write
Share an Interview