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 Performance Tester Interview Questions and Answers

Updated 6 Jun 2024

GlobalLogic Performance Tester Interview Experiences

1 interview found

Performance Tester Interview Questions & Answers

user image Oshin chandel

posted on 6 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. PT and Scripting
Round 2 - Technical 

(1 Question)

  • Q1. About PT and PE
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial based questions
Round 4 - HR 

(1 Question)

  • Q1. HR based question, about location , salary negotiation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and well versed with your concepts

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Apr 2022. There were 5 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 

Only technical question will be ask

Round 3 - Coding Test 

Questions from java, c programing, selenium, api

Round 4 - Technical 

(1 Question)

  • Q1. Basics of selenium Testng Cucumber Core java Some programs Git commands
Round 5 - HR 

(1 Question)

  • Q1. Discussion about your role Salary
Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Testing questions SDLC life cycle, project details
Round 3 - HR 

(1 Question)

  • Q1. Expected salary and work location

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be very clear and confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal 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 

(2 Questions)

  • Q1. Difference between mux and merge blocks in matlab
  • Ans. 

    Mux block combines multiple signals into one, while merge block combines two signals into one in MATLAB.

    • Mux block is used to combine multiple signals into one output signal.

    • Merge block is used to combine two input signals into one output signal.

    • Mux block has multiple input ports, while merge block has two input ports.

    • Example: Mux block can be used to combine sensor data from multiple sources, while merge block can be u

  • Answered by AI
  • Q2. Mux is a selection block and merge combines signals
Round 3 - HR 

(2 Questions)

  • Q1. Expected salary
  • Q2. How do you manage work with life

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Do you have Telecom OSS/BSS knowledge
  • Ans. 

    Yes, I have Telecom OSS/BSS knowledge.

    • I have experience working with Telecom Operations Support Systems (OSS) and Business Support Systems (BSS).

    • I am familiar with network management, service provisioning, and billing systems in the telecom industry.

    • I have worked with tools like NetCracker, Amdocs, and Ericsson OSS/BSS solutions.

    • I understand the importance of OSS/BSS in ensuring efficient operations and customer satisf

  • Answered by AI
  • Q2. What UNIX commands are you aware of
  • Ans. 

    I am aware of various UNIX commands used for file management, process management, networking, and system administration.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • ps - display information about active processes

    • grep - search for specific patterns in files

    • chmod - change file permissions

    • ping - test network connectivity

    • ifconfig - configure network interfaces

  • Answered by AI
  • Q3. What is difference between Severity and Priority
  • Ans. 

    Severity is the impact of a defect on the system, while priority is the order in which defects should be fixed.

    • Severity is the measure of how impactful a defect is on the system's functionality.

    • Priority is the order in which defects should be fixed, based on factors like business impact or deadlines.

    • Severity is usually categorized as low, medium, or high, while priority is often ranked as low, medium, or high as well.

    • F...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selenium - xpath, CSS. Actions, Select class. Window Handles. Frames. Testng framework. Java - Collections framework. Inheritance, Polymorphism.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Selenium and Core Java well. API testing can be an advantage

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They asked SQL and DATABASE related questions.
Round 2 - Technical 

(1 Question)

  • Q1. Functional testing.. Api testing, SQL and Database testing
Round 3 - Technical 

(1 Question)

  • Q1. They discussed with CTC.

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked SQL and database related questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Static blockers Java programs Try catch block Selenium questions
Round 2 - Technical 

(1 Question)

  • Q1. Api questions Mostly about APIs and project related
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 May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

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

    Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.

    • Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.

    • It focuses on testing the most critical functionalities of the application to ensure they still work as expected.

    • Sanity testing is not exhaustive and is meant to ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. It was salary discussion
  • Q2. It was about relocating

Interview Preparation Tips

Topics to prepare for CGI Group Test Engineer interview:
  • Sanity Testing
Interview preparation tips for other job seekers - Stay confident

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is black box testing
  • Ans. 

    Black box testing is a software testing method where the internal structure/design of the system being tested is not known to the tester.

    • Tests are conducted based on the system's specifications and requirements.

    • Focus is on the functionality of the system rather than its internal workings.

    • Testers do not have access to the source code.

    • Examples include equivalence partitioning, boundary value analysis, and error guessing.

  • Answered by AI
  • Q2. What is non functional testing
  • Ans. 

    Non functional testing is testing the aspects of a system that do not relate to specific behaviors or functions.

    • Non functional testing focuses on aspects like performance, usability, reliability, scalability, and security.

    • It ensures that the system meets the required quality standards in terms of speed, user experience, stability, capacity, and protection against threats.

    • Examples include load testing to check performan...

  • Answered by AI
Round 2 - Coding Test 

Find the duplicate of letters in a word

Skills evaluated in this interview

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Performance Tester interview?
GlobalLogic interview process usually has 4 rounds. The most common rounds in the GlobalLogic interview process are Technical, One-on-one Round and HR.
How to prepare for GlobalLogic Performance Tester 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 Performance Testing, JMeter, Load Runner, Monitoring and SQL.
What are the top questions asked in GlobalLogic Performance Tester interview?

Some of the top questions asked at the GlobalLogic Performance Tester interview -

  1. Managerial based questi...read more
  2. PT and Script...read more
  3. About PT and...read more

Tell us how to improve this page.

GlobalLogic Performance Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
DXC Technology Interview Questions
3.7
 • 796 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
GlobalLogic Performance Tester Salary
based on 4 salaries
₹5 L/yr - ₹17 L/yr
92% more than the average Performance Tester Salary in India
View more details

GlobalLogic Performance Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1.1 L/yr - ₹5.7 L/yr

Software Engineer
3k salaries
unlock blur

₹4 L/yr - ₹12.5 L/yr

Associate Consultant
2.9k salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

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