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 Qa Automation Engineer Interview Questions and Answers

Updated 3 Dec 2022

PubMatic Software Qa Automation Engineer Interview Experiences

2 interviews found

I applied via Campus Placement and was interviewed before Dec 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 - Coding Test 

First round has few technical MCQ and 1 sql query question and 2 coding questions 1 is easy and 2 is medium

Round 3 - Technical 

(3 Questions)

  • Q1. What if person mistakenly put F for male and M for female in sql how do you solve this
  • Ans. 

    To solve the issue of mistakenly assigned gender values in SQL, you can update the incorrect values using SQL queries.

    • Identify the incorrect gender values in the SQL table

    • Use UPDATE statement with appropriate conditions to correct the values

    • For example, if 'F' is mistakenly assigned for male, update it to 'M' using UPDATE statement

  • Answered by AI
  • Q2. Asked few linux command and mysql queries
  • Q3. Basic oop and java questions
Round 4 - Technical 

(2 Questions)

  • Q1. Count the occurances a purticualar word from a file.
  • Q2. Asked about personal projects

Interview Preparation Tips

Topics to prepare for PubMatic Software Qa Automation Engineer interview:
  • MySQL
  • Python
  • Linux
  • Automation Testing
Interview preparation tips for other job seekers - Was easy interview. Focus on mainly on basic oop concepts. And try to learn basic linux commands and mysql queries. And efficiency in one of java or python ia fine. Python is prefered.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 3 technical rounds 1 first round included questions on arrays, strings . Difficulty level moderate.
  • Q2. Next round had questions on linkedList, tree related questions
  • Q3. Third round was managerial/technical round. Asked about how will you test some windows application, asked to come with testplan. Also asked python questions like join, split operation on string.write code ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with Data structures and algorithms, though the role is qa, while working you need to work on automation framework which requires good coding skills. Work on improving dsa. Just talk with interviewer about question and get all doubts cleared. Talk with them while coding, explain logic to them.
All the best!

Software Qa Automation Engineer Interview Questions Asked at Other Companies

asked in PubMatic
Q1. If a person mistakenly enters 'F' for male and 'M' for female in ... read more
asked in PubMatic
Q2. Write a program to count the occurrences of a particular word in ... read more
Q3. Write a Java program to remove duplicate characters from a given ... read more
Q4. What is the difference between collections and collection?

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

Interview Questionnaire 

1 Question

  • Q1. Different sprint ceremonies
  • Ans. 

    Sprint ceremonies are meetings held during a sprint to facilitate communication and collaboration within the team.

    • Sprint planning: where the team plans the work to be done in the upcoming sprint

    • Daily stand-up: a brief meeting where team members share progress and discuss any obstacles

    • Sprint review: a meeting where the team demonstrates the work completed during the sprint

    • Sprint retrospective: a meeting where the team r...

  • Answered by AI

Skills evaluated in this interview

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.

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

Interview Questionnaire 

3 Questions

  • Q1. What do you mean by Integration, middleware, EAI systems
  • Ans. 

    Integration, middleware, and EAI systems are technologies that enable communication and data exchange between different software applications.

    • Integration involves connecting different software applications to enable data exchange and communication.

    • Middleware is software that sits between different applications and facilitates communication and data exchange.

    • EAI (Enterprise Application Integration) systems are a type of...

  • Answered by AI
  • Q2. Communication protocols - FTP SFTP
  • Q3. Basic programming logic, while loops, java diamond inheritance problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions around your integration experience. Knowledge of mulesoft not expected for beginner roles.

Skills evaluated in this interview

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

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

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the time complexity of swap array program?
  • Ans. 

    The time complexity of swap array program is O(n).

    • The time complexity is determined by the number of elements in the array.

    • The program swaps the elements of the array one by one, so it takes linear time.

    • The Big O notation for the time complexity is O(n), where n is the number of elements in the array.

    • Examples: swapping two elements in an array takes constant time, but swapping all elements takes linear time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from basic to advance

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. For C4E round, prepare well with the basic architecture of your current domain. Then basic swl and oops questions.

I applied via Recruitment Consulltant and was interviewed before Feb 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 

(5 Questions)

  • Q1. Functional questions on project worked
  • Q2. Technical questions on java
  • Q3. Write java code for getting odd number
  • Ans. 

    Java code to get odd numbers

    • Use a loop to iterate through numbers

    • Check if the number is odd using modulus operator

    • Add the odd number to a list or print it

  • Answered by AI
  • Q4. Technical questions on tibco
  • Q5. What is scalability,cloud integration
  • Ans. 

    Scalability refers to the ability of a system to handle increasing amounts of work. Cloud integration is the process of connecting cloud-based services with other systems or applications.

    • Scalability involves designing a system that can handle increased workload without sacrificing performance or reliability.

    • Cloud integration involves connecting cloud-based services with other systems or applications, often through APIs...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on SQL like what is ddl command,write query for update or join,difference between truncate,drop and delete
  • Q2. Technical questions with some problem solving
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, creativity, and support in pursuing our passions.

    • My parents are both educators, which instilled a love for learning in me from a young age.

    • I have a younger sister who is pursuing a career in graphic design, showcasing our family's creative side.

    • Family gatherings are frequent, where we share our experiences and support each other's goals.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,always accept your mistakes and finally get advice from interviewer for correcting yourself and adding up knowledge.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions, SQL, API related questions, basic cloud computing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Java/Programming knowledge required

PubMatic Interview FAQs

How many rounds are there in PubMatic Software Qa Automation Engineer interview?
PubMatic interview process usually has 4 rounds. The most common rounds in the PubMatic interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for PubMatic Software Qa Automation 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 PubMatic. The most common topics and skills that interviewers at PubMatic expect are QA Automation, Software QA, Python, Selenium and Computer science.
What are the top questions asked in PubMatic Software Qa Automation Engineer interview?

Some of the top questions asked at the PubMatic Software Qa Automation Engineer interview -

  1. What if person mistakenly put F for male and M for female in sql how do you sol...read more
  2. Count the occurances a purticualar word from a fi...read more
  3. Third round was managerial/technical round. Asked about how will you test some ...read more

Tell us how to improve this page.

Join PubMatic THE SUPPLY CHAIN OF THE FUTURE.BUILT FOR YOU.
PubMatic Software Qa Automation Engineer Salary
based on 7 salaries
₹12 L/yr - ₹17 L/yr
54% more than the average Software Qa Automation Engineer Salary in India
View more details

PubMatic Software Qa Automation Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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