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, Process, and Tips

Updated 17 Nov 2024

Top GlobalLogic QA Engineer Interview Questions and Answers

View all 7 questions

GlobalLogic QA Engineer Interview Experiences

4 interviews found

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 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 Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

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

GlobalLogic interview questions for designations

 Senior QA Engineer

 (2)

 QA Lead

 (2)

 QA Consultant

 (1)

 QA Tester

 (1)

 Qa Automation Testing Engineer

 (2)

 Senior Quality Assurance Engineer

 (1)

 Engineer Trainee

 (1)

 Quality Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Create a new string and iterate through the original string in reverse order, appending each character to the new string

    • Use built-in functions like reverse() or StringBuilder in languages like Java

    • In Python, you can use string slicing [::-1] to reverse the string

  • Answered by AI
  • Q2. WAP to find palindrome in string
  • Ans. 

    A program to find palindromes in a given array of strings.

    • Iterate through each string in the array

    • Check if the string is equal to its reverse to determine if it is a palindrome

    • Store palindromes in a separate array for output

    • Example: Input - ['madam', 'hello', 'level'], Output - ['madam', 'level']

  • Answered by AI
  • Q3. Which framework did you use?
  • Ans. 

    I have experience using Selenium WebDriver framework for automated testing.

    • Utilized Selenium WebDriver for writing automated test scripts

    • Implemented Page Object Model design pattern for better test maintenance

    • Integrated with TestNG for test execution and reporting

  • Answered by AI
  • Q4. How did you applier OOPS concept in ur framework?
  • Ans. 

    I applied OOPS concepts in my framework by using inheritance, encapsulation, polymorphism, and abstraction to create reusable and modular code.

    • Used inheritance to create parent classes with common functionality that child classes can inherit.

    • Implemented encapsulation by hiding internal implementation details and exposing only necessary methods and properties.

    • Leveraged polymorphism to allow objects of different classes ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salay discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Testing concepts and coding
  • Q2. Automation concepts
Round 2 - HR 

(2 Questions)

  • Q1. Generic HR question
  • Q2. Exp related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on switching
  • Q2. Packet flow in routers, osi model , etc
  • Ans. 

    Packet flow in routers involves data transmission through different layers of the OSI model.

    • Packet flow starts at the network layer where packets are routed based on IP addresses.

    • Packets then move to the data link layer where MAC addresses are used for communication.

    • Finally, packets are transmitted physically through the network interface.

    • OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session,

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Programs on Strings
  • Q2. Collections and oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Technical java selenium, BDD
  • Q2. Technical java, selenium, framework
  • Q3. Framework design knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to print prime number
  • Ans. 

    Code to print prime numbers

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • Print the number if it is prime

  • Answered by AI
  • Q2. Testing basics all the important terms

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 Telecom, Selenium, Automation Testing, Manual Testing 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. What is the difference between TDD and B...read more
  2. Write a program to store the characters of a string in arraylist and print the ...read more
  3. What are Cucumber hoo...read more

Tell us how to improve this page.

GlobalLogic QA Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
GlobalLogic QA Engineer Salary
based on 82 salaries
₹4.3 L/yr - ₹11.2 L/yr
23% more than the average QA Engineer Salary in India
View more details

GlobalLogic QA Engineer Reviews and Ratings

based on 13 reviews

4.4/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.7

Salary

4.3

Job security

4.1

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.2 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹9.2 L/yr - ₹33.9 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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