Upload Button Icon Add office photos

Filter interviews by

Globant Automation Test Engineer Interview Questions, Process, and Tips

Updated 23 May 2024

Top Globant Automation Test Engineer Interview Questions and Answers

  • Q1. How to remove repeated words from output in string without using predefined methods.
  • Q2. How to navigate to other tab in selenium? How to do work on different frame?
  • Q3. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaSc ...read more
View all 10 questions

Globant Automation Test Engineer Interview Experiences

6 interviews found

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dropdown deselecting

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Selenium XPath Questions
  • Q2. Automation Tricky Scenario
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1)Oops concepts 2)Java interview questions )Programs related striing string reverse sting and hashmap 4)Framework
  • Q2. Java interview questions
  • Q3. Programs related to string
Round 2 - Technical 

(1 Question)

  • Q1. 1)Program for hashmap 2)program related to string. 3)basic concepts of java
Round 3 - HR 

(1 Question)

  • Q1. What is salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare thorough, globant interviews are tough .make framework and showcase them.

Globant interview questions for designations

 Senior Automation Test Engineer

 (2)

 Automation Test Analyst

 (1)

 Sdet Automation Test Engineer

 (2)

 Test Engineer

 (1)

 Senior Automation Engineer

 (3)

 Automation Engineer

 (1)

 Associate Test Engineer

 (1)

 Software Engineer

 (10)

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. They ask few basic java question and see your ability to solve them.
  • Q2. Selenium webdriver definition and implementation.
  • Ans. 

    Selenium WebDriver is a tool used for automating web application testing. It provides a programming interface to interact with web elements.

    • Selenium WebDriver is an open-source tool used for automating web application testing

    • It provides a programming interface to interact with web elements

    • It supports multiple programming languages such as Java, Python, C#, etc.

    • It can automate testing on various browsers such as Chrome,...

  • Answered by AI
  • Q3. Print output in form of pyramid.
  • Ans. 

    Print a pyramid using an array of strings as output.

    • Use nested loops to print each row of the pyramid.

    • Calculate the number of spaces and asterisks needed for each row.

    • Start with a single asterisk and increase by two for each row.

  • Answered by AI
  • Q4. How to take screenshot in selenium?
  • Ans. 

    To take a screenshot in Selenium, use the getScreenshotAs() method.

    • Create an object of the TakesScreenshot interface

    • Use the getScreenshotAs() method to capture the screenshot

    • Save the screenshot to a desired location using the File class

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How to remove repeated words from output in string without using predefined methods.
  • Ans. 

    Removing repeated words from a string without using predefined methods.

    • Split the string into an array of words

    • Create an empty array to store unique words

    • Loop through the array of words and check if the word is already in the unique words array

    • If the word is not in the unique words array, add it

    • Join the unique words array back into a string

  • Answered by AI
  • Q2. How to navigate to other tab in selenium? How to do work on different frame?
  • Ans. 

    To navigate to other tab in Selenium, switch to the desired window handle. To work on different frame, switch to the frame using its name or index.

    • To navigate to other tab, use driver.switchTo().window() method

    • To work on different frame, use driver.switchTo().frame() method

    • To switch back to default content, use driver.switchTo().defaultContent() method

    • To switch to frame using name or id, use driver.switchTo().frame("fr...

  • Answered by AI
  • Q3. How to scroll in mobile using automation?
  • Ans. 

    Scrolling in mobile can be done using swipe or touch actions.

    • Use swipe or touch actions to scroll in mobile automation

    • For swipe action, use swipe method with start and end coordinates

    • For touch action, use press and move methods with start and end coordinates

    • Example: driver.swipe(startX, startY, endX, endY, duration)

    • Example: TouchAction(driver).press(startX, startY).moveTo(endX, endY).release().perform()

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Java
  • OOPS
  • Selenium
  • DesiredCapabilities
  • Webdriver
  • Java basic examples
Interview preparation tips for other job seekers - Brush up your basic knowledge of the technology you have experience on.

Skills evaluated in this interview

Get interview-ready with Top Globant Interview Questions

Round 1 - Technical 
Round 2 - Technical 
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Automation Test Engineer Jobs at Globant

View all

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

Globant Interview FAQs

How many rounds are there in Globant Automation Test Engineer interview?
Globant interview process usually has 2-3 rounds. The most common rounds in the Globant interview process are Technical, HR and Resume Shortlist.
How to prepare for Globant 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, Selenium, Java, Algorithms and Object Oriented Programming.
What are the top questions asked in Globant Automation Test Engineer interview?

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

  1. How to remove repeated words from output in string without using predefined met...read more
  2. How to navigate to other tab in selenium? How to do work on different fra...read more
  3. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript ...read more

Tell us how to improve this page.

Globant Automation Test Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 4 Globant interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Globant Automation Test Engineer Salary
based on 250 salaries
₹6 L/yr - ₹25 L/yr
99% more than the average Automation Test Engineer Salary in India
View more details

Globant Automation Test Engineer Reviews and Ratings

based on 21 reviews

4.3/5

Rating in categories

4.3

Skill development

4.2

Work-Life balance

4.2

Salary & Benefits

3.7

Job Security

4.3

Company culture

3.7

Promotions/Appraisal

3.9

Work Satisfaction

Explore 21 Reviews and Ratings
Urgently Hiring For Senior TOSCA Test Automation Engineer

Hyderabad / Secunderabad,

Pune

5-10 Yrs

Not Disclosed

Senior TOSCA - Test Automation Engineer

Indore,

Hyderabad / Secunderabad

+1

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.6k 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
230 salaries
unlock blur

₹15.9 L/yr - ₹39 L/yr

Senior Automation Test Engineer
200 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