Upload Button Icon Add office photos

Filter interviews by

Globant Senior Automation Engineer Interview Questions and Answers

Updated 22 Dec 2024

Globant Senior Automation Engineer Interview Experiences

3 interviews found

Senior Automation Engineer Interview Questions & Answers

user image Aniket Dilip Yawalkar

posted on 9 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked mostly about Java coding and collections
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain the automation framework you used in your project
  • Ans. 

    I used a keyword-driven automation framework in my project.

    • The framework was designed to allow testers to write test cases using keywords and reusable functions.

    • Test scripts were written in a tabular format, making it easy to understand and maintain.

    • The framework included libraries for common functions like logging, reporting, and data handling.

    • Test data was stored in external files like Excel sheets or CSV files for e...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant Senior Automation Engineer interview:
  • Java
  • Selenium
  • Cucumber
  • Appium

Skills evaluated in this interview

Senior Automation Engineer Interview Questions Asked at Other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do ... read more
Q2. 1. In your framework how have you and why have used abstract clas ... read more
Q3. What is jenkins? Do you have experience in setting up pipeline in ... read more
Q4. What is BDD? what difference between BDD and cucumber? Are you aw ... read more
Q5. What is UpCasting? and why we can't use downCasting in OOPS?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

You will have two technical rounds; in the first round, most of the questions will focus on data structures and algorithms (DSA).

Round 2 - Coding Test 

In the second round, the focus shifts towards hands-on experience, as well as frameworks and design patterns.

Round 3 - HR 

(1 Question)

  • Q1. Salary decison and other company details

Interview questions from similar companies

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
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
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 Engineer interview?
Globant interview process usually has 1-2 rounds. The most common rounds in the Globant interview process are Technical, Coding Test and HR.
What are the top questions asked in Globant Senior Automation Engineer interview?

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

  1. Explain the automation framework you used in your proj...read more
  2. Asked mostly about Java coding and collecti...read more
  3. salary decison and other company deta...read more

Tell us how to improve this page.

Globant Senior Automation Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 3 Globant interviews
Job Portal
33%
67% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Globant Senior Automation Engineer Salary
based on 27 salaries
₹10 L/yr - ₹25.5 L/yr
42% more than the average Senior Automation Engineer Salary in India
View more details

Globant Senior Automation Engineer Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-Life balance

3.1

Salary & Benefits

3.2

Job Security

3.2

Company culture

3.2

Promotions/Appraisal

3.2

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
1.7k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Engineer
285 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Automation Test Engineer
250 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