Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Globant Team. If you also belong to the team, you can get access from here

Globant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Globant Sdet Automation Test Engineer Interview Questions and Answers

Updated 23 Apr 2024

Globant Sdet Automation Test Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Frequency array, java collection, missing number

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

(1 Question)

  • Q1. Reverse string maintaining space
  • Ans. 

    Reverse a string while maintaining the position of spaces.

    • Iterate through the string and store the positions of spaces in an array.

    • Reverse the string without considering spaces.

    • Insert spaces back into their original positions using the array of space positions.

  • Answered by AI

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2022. 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 - Technical 

(2 Questions)

  • Q1. What is oberloading and over riding
  • Ans. 

    Overloading is when a class has multiple methods with the same name but different parameters. Overriding is when a subclass provides its own implementation of a method from its superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to change the behavior of a method in a subclass

    • Overloading is resolved at compile-time while overriding is resolved at runtime

    • ...

  • Answered by AI
  • Q2. What is an interface
  • Ans. 

    An interface is a contract between two systems or components that defines the methods and properties that one system can use from the other.

    • An interface defines a set of methods and properties that a class must implement

    • Interfaces provide a way to achieve polymorphism in object-oriented programming

    • Interfaces are used to define contracts between different parts of a system

    • Interfaces can be used to define common function...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer the questions synechron interview is not tough
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Java Coding Test dsa program and all that

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Tell me about your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Data-driven approach for reusability and maintainability

    • Integration with Selenium WebDriver for browser automation

    • Utilizes TestNG for test case management and reporting

  • Answered by AI
  • Q2. What is appium ?
  • Ans. 

    Appium is an open-source tool for automating mobile, web, and hybrid applications on iOS and Android platforms.

    • Appium supports automation of native, hybrid, and mobile web applications.

    • It uses the WebDriver protocol to drive iOS and Android apps.

    • Appium can run tests on simulators/emulators or real devices.

    • It supports multiple programming languages like Java, Python, Ruby, etc.

    • Appium is widely used for mobile test autom

  • Answered by AI
  • Q3. What are the prerequisites of Appium
  • Ans. 

    Prerequisites of Appium include installing Node.js, Java Development Kit (JDK), Android SDK, and Appium server.

    • Install Node.js

    • Install Java Development Kit (JDK)

    • Install Android SDK

    • Install Appium server

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain about the Framework that you used in Our project
  • Ans. 

    We used a modular framework with Page Object Model design pattern for our project.

    • Modular framework helped in organizing test scripts into separate modules for better maintainability

    • Page Object Model design pattern facilitated reusability of code by separating page objects from test scripts

    • Used TestNG for test execution and reporting

    • Implemented data-driven testing using Excel sheets for test data

    • Integrated with Jenkins

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project
  • Q2. Write code to Automate sauce demo login functionality
  • Ans. 

    Automate sauce demo login functionality using code

    • Use Selenium WebDriver to automate the login process

    • Identify the username and password fields using locators

    • Enter valid credentials and click on the login button

    • Verify successful login by checking for the presence of a welcome message

  • Answered by AI
  • Q3. Write code to automate getting product prices by their names
  • Ans. 

    Automate getting product prices by their names

    • Create a function that takes in an array of product names as input

    • Use a web scraping tool like Selenium to extract prices from a website

    • Map the product names to their corresponding prices and return the result

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java array and string

Round 2 - Technical 

(1 Question)

  • Q1. Opps, Selenium, Framework
Round 3 - HR 

(1 Question)

  • Q1. Project, salary, NP
Round 1 - Technical 

(1 Question)

  • Q1. How to run only Failed test cases Questions about oops concepts String manipulation programs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with confidence, You will get the job.

Globant Interview FAQs

How many rounds are there in Globant Sdet Automation Test Engineer interview?
Globant interview process usually has 1 rounds. The most common rounds in the Globant interview process are Coding Test and Technical.

Tell us how to improve this page.

Globant Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 365 Interviews
Movate Interview Questions
3.3
 • 260 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 171 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Sopra Steria Interview Questions
3.8
 • 128 Interviews
Luxoft Interview Questions
3.7
 • 124 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all
Globant Sdet Automation Test Engineer Salary
based on 5 salaries
₹4.2 L/yr - ₹15 L/yr
36% less than the average Sdet Automation Test Engineer Salary in India
View more details
Senior Software Engineer
1.7k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
297 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Automation Test Engineer
242 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Technical Lead
240 salaries
unlock blur

₹16 L/yr - ₹39 L/yr

Senior Automation Test Engineer
217 salaries
unlock blur

₹9.5 L/yr - ₹28.6 L/yr

Explore more salaries
Compare Globant with

Accenture

3.8
Compare

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview