Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GlobalLogic QA Engineer Interview Questions and Answers

Updated 17 Nov 2024

6 Interview questions

A QA Engineer was asked 7mo ago
Q. What are the key differences between Selenium and Cypress?
Ans. 

Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

  • Selenium is more established and has a larger community support

  • Cypress is known for its fast test execution times

  • Cypress has built-in support for modern web technologies like React and Angular

  • Selenium supports multiple programming languages like Java, Python, and...

A QA Engineer was asked 7mo ago
Q. How do you install Cypress?
Ans. 

Cypress can be installed using npm package manager.

  • Install Node.js if not already installed

  • Open terminal and run 'npm install cypress'

  • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
A QA Engineer was asked 10mo ago
Q. Write a program to store the characters of a string in an ArrayList and print the ArrayList.
Ans. 

Program to store characters of a string in an arraylist and print it.

  • Create an ArrayList to store characters

  • Iterate through the string and add each character to the ArrayList

  • Print the ArrayList

A QA Engineer was asked 10mo ago
Q. What is a dry run?
Ans. 

A dry run is a rehearsal or practice of a process or procedure to ensure it works correctly without actually executing it.

  • Dry run is a simulation of a process or procedure to identify any potential issues before actual execution.

  • It helps in testing the logic and flow of a program without actually running it.

  • Commonly used in software testing to ensure the code functions as expected.

  • Can also be used in manufacturing...

What people are saying about GlobalLogic

View All
a software engineer
2d
Salary talk coming up—how to bridge the gap?
I applied for a Software Engineer position and mentioned 15 LPA as expected CTC in the initial call. After acing the technical rounds, I checked AmbitionBox and other sites, and the average comp seems to be around 19 LPA. Now, how do I bring this up with HR in the next round and negotiate to close that CTC gap? Kindly advice.
Got a question about GlobalLogic?
Ask anonymously on communities.
A QA Engineer was asked 10mo ago
Q. What is the difference between TDD and BDD?
Ans. 

TDD focuses on testing the functionality of individual units of code, while BDD focuses on testing the behavior of the system as a whole.

  • TDD stands for Test-Driven Development, where tests are written before the code is implemented to drive the development process.

  • BDD stands for Behavior-Driven Development, where tests are written in a human-readable format to describe the behavior of the system.

  • TDD is more focuse...

A QA Engineer was asked 10mo ago
Q. What are Cucumber hooks?
Ans. 

Cucumber hooks are blocks of code that run before or after each scenario in Cucumber tests.

  • Cucumber hooks allow for setup and teardown actions before and after scenarios

  • They can be used to perform actions like opening a browser before a scenario and closing it after

  • Hooks can be defined at different levels such as global, scenario, or feature level

GlobalLogic QA Engineer Interview Experiences

4 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are Cucumber hooks?
  • Ans. 

    Cucumber hooks are blocks of code that run before or after each scenario in Cucumber tests.

    • Cucumber hooks allow for setup and teardown actions before and after scenarios

    • They can be used to perform actions like opening a browser before a scenario and closing it after

    • Hooks can be defined at different levels such as global, scenario, or feature level

  • Answered by AI
  • Q2. Write a program to store the characters of a string in arraylist and print the arraylist.
  • Ans. 

    Program to store characters of a string in an arraylist and print it.

    • Create an ArrayList to store characters

    • Iterate through the string and add each character to the ArrayList

    • Print the ArrayList

  • Answered by AI
  • Q3. What is dry run?
  • Ans. 

    A dry run is a rehearsal or practice of a process or procedure to ensure it works correctly without actually executing it.

    • Dry run is a simulation of a process or procedure to identify any potential issues before actual execution.

    • It helps in testing the logic and flow of a program without actually running it.

    • Commonly used in software testing to ensure the code functions as expected.

    • Can also be used in manufacturing to t...

  • Answered by AI
  • Q4. What is the difference between TDD and BDD?
  • Ans. 

    TDD focuses on testing the functionality of individual units of code, while BDD focuses on testing the behavior of the system as a whole.

    • TDD stands for Test-Driven Development, where tests are written before the code is implemented to drive the development process.

    • BDD stands for Behavior-Driven Development, where tests are written in a human-readable format to describe the behavior of the system.

    • TDD is more focused on ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic QA Engineer interview:
  • Selenium
  • Cucumber
  • Testng
Interview preparation tips for other job seekers - Prepare topics of manual testing theory nicely.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 May 2024

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

(1 Question)

  • Q1. Majorily on security domain and python coding
Round 2 - Technical 

(1 Question)

  • Q1. Vlans, ssl/tls hand shake, vpn

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 May 2021

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

Interview Questionnaire 

1 Question

  • Q1. Mostly Core Java, selenium and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that's it ofcourse knowledge is prerequisite for the confidence

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Help my AMCAT

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round, you need to write algo's and tell the complete logics of a scenario
  • Ans. 

    Develop an algorithm to validate user input in a web form for a QA Engineer role.

    • Use regular expressions to validate email formats (e.g., user@example.com).

    • Check for required fields to ensure no empty submissions.

    • Implement length checks for fields like passwords (e.g., minimum 8 characters).

    • Provide user-friendly error messages for invalid inputs.

    • Utilize unit tests to verify the correctness of validation logic.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know for what role you are being hired.

I applied via Approached by Company and was interviewed before Oct 2021. 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 - Aptitude Test 

The questions mainly will on profits, upstream/downstream,find the sequence, relation between people, directions.

Round 3 - Technical 

(1 Question)

  • Q1. Candidate basic details, Previous project details and your role in your project group (in engineering), technical languages known, and may ask to write a simple code like (basic coding).
Round 4 - HR 

(1 Question)

  • Q1. Basic details of candidate, where do you want to see yourself in 5yrs, why we have to hire you.

Interview Preparation Tips

Topics to prepare for NTT Data QA Engineer interview:
  • Core Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Be confident when you're answering,
If don't know the answers means say it directly in a good manner.

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Testing Questions
  • Q2. SQL Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your answer with confidence
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selenium concepts and advanced c# concepts and sql basis and html basics and Pipeline concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answers all the questions

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

(1 Question)

  • Q1. Only Technical Q/A related to core level
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial and leadership skills
Round 4 - HR 

(1 Question)

  • Q1. Self intro and our long term support to orgnzn

Interview Preparation Tips

Interview preparation tips for other job seekers - Crack the Client interviews as well inside this service

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

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

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic QA Engineer interview?
GlobalLogic interview process usually has 1-2 rounds. The most common rounds in the GlobalLogic interview process are Technical.
How to prepare for GlobalLogic QA 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 GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Automation Testing, Telecom, Manual Testing, Selenium and Python.
What are the top questions asked in GlobalLogic QA Engineer interview?

Some of the top questions asked at the GlobalLogic QA Engineer interview -

  1. Write a program to store the characters of a string in arraylist and print the ...read more
  2. What is the difference between TDD and B...read more
  3. What are Cucumber hoo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
GlobalLogic QA Engineer Salary
based on 93 salaries
₹4.9 L/yr - ₹11 L/yr
21% more than the average QA Engineer Salary in India
View more details

GlobalLogic QA Engineer Reviews and Ratings

based on 12 reviews

4.2/5

Rating in categories

4.1

Skill development

4.6

Work-life balance

4.2

Salary

4.0

Job security

4.3

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 12 Reviews and Ratings
Associate Analyst
4.4k salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Senior Software Engineer
3.6k salaries
unlock blur

₹4.7 L/yr - ₹28.8 L/yr

Analyst
3.2k salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Software Engineer
3.2k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Associate Consultant
3.1k salaries
unlock blur

₹16.2 L/yr - ₹30 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.7
Compare

DXC Technology

3.6
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview