Premium Employer

i

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

PubMatic Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

PubMatic Software Tester Interview Questions and Answers

Updated 26 Apr 2025

PubMatic Software Tester Interview Experiences

1 interview found

Software Tester Interview Questions & Answers

user image Pooja Yuvraj Patil

posted on 26 Apr 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is testing?
  • Ans. 

    Testing is the process of evaluating a system or its components to ensure they meet specified requirements and function correctly.

    • Identifies defects or bugs in software before deployment.

    • Ensures that the software meets user requirements and expectations.

    • Types of testing include unit testing, integration testing, and system testing.

    • Example: Unit testing checks individual components, like a function in a codebase.

    • Regress...

  • Answered by AI
  • Q2. What are the testing levels?

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about PubMatic?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your sey
  • Q2. Aptitude questions
  • Q3. Programming in java
  • Ans. 

    Java is a popular programming language used for developing various applications.

    • Java is an object-oriented language.

    • It is platform-independent and can run on any machine with a Java Virtual Machine (JVM).

    • Java is used for developing web applications, mobile applications, desktop applications, and more.

    • It has a vast library of pre-built classes and APIs that make development faster and easier.

    • Java is also used for develo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was slightly difficult,but with programming skills can get a job

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. I have been questioned on different concepts in AEM, sling models, services, servlets, schedulers, workflow

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview process was smooth and as per schedule.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

General aptitude based on the logics

Round 3 - Coding Test 

Skills testing, logical testing

Round 4 - One-on-one 

(4 Questions)

  • Q1. Basic introduction
  • Q2. Why you want to join this organisation
  • Q3. Tell me about your weakness?
  • Q4. Tell me about your strength?

Interview Preparation Tips

Interview preparation tips for other job seekers - Before giving interview, read/learn all the points mentioned in resume and try to avoid mentioning unworked or inexperienced points.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

It was resume based, make sure to prepare your resume well.

Be interview-ready. Browse the most asked HR questions.
illustration image

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is Django request response cycle.?
  • Ans. 

    Django request response cycle is the process of handling a request and generating a response in Django web framework.

    • Client sends a request to the server.

    • The request is received by the Django server.

    • Django uses URL patterns to match the requested URL to a view function.

    • The view function processes the request and returns an HTTP response.

    • The response is sent back to the client.

  • Answered by AI
  • Q2. What is django signals?
  • Ans. 

    Django signals allow certain senders to notify a set of receivers that some action has taken place.

    • Signals allow decoupled applications to get notified when certain actions occur elsewhere in the application

    • They are used to avoid coupling between applications

    • Signals are defined by providing a receiver function which gets called when the signal is sent

    • Example: A signal can be sent when a new user is created, and a recei...

  • Answered by AI
  • Q3. Difference between list and tuple, list and array.
  • Ans. 

    Lists and tuples are similar but tuples are immutable. Arrays are fixed size while lists are dynamic.

    • Lists and tuples are both used to store collections of data.

    • Tuples are immutable, meaning their values cannot be changed once created.

    • Lists are dynamic and can be resized during runtime.

    • Arrays are fixed size and can only store elements of the same data type.

    • Lists and arrays can be indexed and sliced to access specific e...

  • Answered by AI
  • Q4. How to define private variables ?
  • Ans. 

    Private variables are defined using access modifiers to restrict their access within a class.

    • Use the 'private' keyword to define a private variable

    • Private variables can only be accessed within the class they are defined in

    • Private variables are often used to encapsulate data and prevent direct access from outside the class

  • Answered by AI
  • Q5. Oops concept, and 4 pillars of oops.
  • Ans. 

    Oops concept is a programming paradigm based on the principles of abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hiding the implementation details and showing only the necessary information to the user.

    • Encapsulation: Binding the data and methods together to protect the data from outside interference.

    • Inheritance: Creating a new class from an existing class to reuse the code and add new features.

    • P...

  • Answered by AI
  • Q6. What is decorator. ?
Round 2 - Coding Test 

1.Reverse a list
2.find pairs from a list sum of which is equal to an integer k.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And clear your basics. End to end of REST api is important.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 pull and push
  • Q2. Difference between pull and fetch
  • Ans. 

    Pull and fetch are both Git commands used to update a local repository with changes from a remote repository, but they have different behaviors.

    • Pull: updates the current branch with changes from the remote repository and merges them into the local branch.

    • Fetch: downloads changes from the remote repository to the local repository, but does not merge them into the local branch.

    • Pull is a combination of fetch and merge, wh...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself in next five years

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Related the profile they asked about .Net , c#, linq, sqlserver, UI. related topics answer they will ask.
  • Q2. Manager will ask about your project and experience.
  • Q3. Answer them about your worked projects and project experience.
Round 2 - HR 

(1 Question)

  • Q1. HR will discuss your salary and expected salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work in this company please make mind i can do work till late night.

I applied via LinkedIn and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and Technical (SQL, Cloud Services, Java Questions, Operating System Questions)

Round 2 - Technical 

(2 Questions)

  • Q1. Question on SQL queries.
  • Q2. Write code on the second maximum number in an array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare concepts thoroughly, you can take hints from the interviewer if you are stuck.

Skills evaluated in this interview

PubMatic Interview FAQs

What are the top questions asked in PubMatic Software Tester interview?

Some of the top questions asked at the PubMatic Software Tester interview -

  1. What is testi...read more
  2. What are the testing leve...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Join PubMatic THE SUPPLY CHAIN OF THE FUTURE.BUILT FOR YOU.
PubMatic Software Tester Salary
based on 4 salaries
₹3.2 L/yr - ₹4 L/yr
31% less than the average Software Tester Salary in India
View more details
Softwaretest Engineer
103 salaries
unlock blur

₹3.2 L/yr - ₹5.1 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹20 L/yr - ₹35.6 L/yr

Software Engineer
92 salaries
unlock blur

₹12.1 L/yr - ₹20.2 L/yr

Principal Software Engineer
55 salaries
unlock blur

₹30.2 L/yr - ₹51 L/yr

QA Engineer
27 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

Explore more salaries
Compare PubMatic with

Damco Solutions

3.8
Compare

smartData Enterprises

3.2
Compare

In Time Tec Visionsoft

3.6
Compare

AgreeYa Solutions

3.2
Compare
write
Share an Interview