Upload Button Icon Add office photos

Filter interviews by

Globant Test Engineer Interview Questions and Answers

Updated 2 Aug 2023

Globant Test Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Aug 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 - Coding Test 

Pattern program, array segregation prograk

Round 3 - One-on-one 

(3 Questions)

  • Q1. Selenium wait, oops concept
  • Q2. Collection in java
  • Ans. 

    Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Common collection types include List, Set, Map, and Queue.

    • Example: List names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

    • Example: Set numbers = new HashSet<>(); numbers.add(1); numbers.add(2);

Answered by AI
  • Q3. TestNg question
  • Round 4 - HR 

    (1 Question)

    • Q1. Salary discussion

    Skills evaluated in this interview

    Interview questions from similar companies

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

    Round 1 - Aptitude Test 

    Aptitude round consisted of 60 questions in 60 minutes

    Round 2 - Technical 

    (2 Questions)

    • Q1. Interview duration was 1 hour 10 minutes
    • Q2. General testing process
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. What is oops ?
    • Ans. 

      Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

      • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

      • Inheritance: ability of a class to inherit properties and behavior from another class

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

      • Abstraction: hiding the complex implementation details an

    • Answered by AI
    • Q2. Method overloading and overriding

    I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. 1. Gave some python programming questions.
    • Q2. 2. Scenario based questions on testing and sql.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Interview is not so easy or not so tough. Purely depends on your resume and skill set.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    Less than 2 weeks
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Testing general questions and defects metrics
    Round 2 - Technical 

    (1 Question)

    • Q1. Overall testing concepts and latest trends
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Logical question and situations related questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Just an basic 30 question

    Round 2 - HR 

    (1 Question)

    • Q1. About my self and about your family background and salary expectations
    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
    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
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Company Website and was interviewed in Jul 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 - Technical 

    (2 Questions)

    • Q1. Regression testing Sanity testing Smoke testing Bug report Testcase preparation
    • Q2. Selenium Locators TestNG Junit Jmeter Jira
    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:
    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 

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

    Globant Interview FAQs

    How many rounds are there in Globant Test Engineer interview?
    Globant interview process usually has 4 rounds. The most common rounds in the Globant interview process are Resume Shortlist, Coding Test and One-on-one Round.
    What are the top questions asked in Globant Test Engineer interview?

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

    1. Collection in j...read more
    2. Selenium wait, oops conc...read more
    3. TestNg quest...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 Test Engineer Salary
    based on 6 salaries
    ₹3 L/yr - ₹10.3 L/yr
    23% more than the average Test Engineer Salary in India
    View more details

    Globant Test Engineer Reviews and Ratings

    based on 4 reviews

    4.4/5

    Rating in categories

    4.4

    Skill development

    4.9

    Work-Life balance

    4.4

    Salary & Benefits

    4.1

    Job Security

    4.5

    Company culture

    2.7

    Promotions/Appraisal

    4.4

    Work Satisfaction

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