Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

PubMatic Senior Software Engineer Interview Questions and Answers for Experienced

Updated 15 Aug 2024

PubMatic Senior Software Engineer Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse link list
  • Q2. Count number of digits
  • Ans. 

    Count the number of digits in a given string

    • Iterate through each character in the string

    • Check if the character is a digit using isdigit() function

    • Increment a counter if the character is a digit

    • Return the final count of digits

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Apache Kafka?
  • Ans. 

    Apache Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Apache Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It allows for the publishing and subscribing to streams of records, similar to a message queue.

    • Kafka is often used for log aggregation, stream processing, event sourcing, and real-time analytics.

    • It p...

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

(1 Question)

  • Q1. How do you manage stress?

Skills evaluated in this interview

Senior Software Engineer Jobs at PubMatic

View all

Interview questions from similar companies

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

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 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

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

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Http method code
  • Q2. Difference between soap and rest
  • Ans. 

    SOAP is a protocol for exchanging structured information in web services, while REST is an architectural style for designing networked applications.

    • SOAP is a protocol, while REST is an architectural style

    • SOAP uses XML for message format, REST can use various formats like JSON, XML, etc.

    • SOAP has built-in error handling, REST relies on HTTP status codes

    • SOAP requires more bandwidth and resources, REST is lightweight and s...

  • Answered by AI
  • Q3. Difference between delete an truncate
  • Ans. 

    Delete removes rows one by one while truncate removes all rows at once.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation fires triggers for each row deleted while truncate does not.

    • Delete operation is slower than truncate operation for large tables.

    • Example: DELETE FROM table_name WHERE condition; TRUNCATE TABLE tab

  • Answered by AI
  • Q4. Idempotent methods

Interview Preparation Tips

Interview preparation tips for other job seekers - being thorough with basics and real time example explanation helps much, rather than advanced concepts many focuses on basics and latest features update and problem solving attitude

Skills evaluated in this interview

I applied via Monster and was interviewed before Dec 2021. 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 - Coding Test 

Java, SQL, SDLC agile, db queries, Http response and request codes status

Round 3 - Technical 

(3 Questions)

  • Q1. Questions related to resume, ds we worked on, http status cod eand response, related to rest api
  • Q2. Hash set internal working, how do you fine second largest element in an array without sorting,
  • Ans. 

    Finding second largest element in an array without sorting using hash set.

    • Create a hash set and iterate through the array, adding each element to the set.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the set and compare each element to the largest and second largest variables.

    • Return the second largest variable.

  • Answered by AI
  • Q3. Idempotent methods, safe methods in http, rest api working, to find en element from binary array related program
Round 4 - Technical 

(1 Question)

  • Q1. Same as technical 2, more ds related questions and http rest related
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion ask as much as you can, don't hesitate

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal interview questions, http rest api questions are more, related to your resume, why shift to mule?

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2022. 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 

25 questions, MCQs related to cloud and basic CSE questions.

Round 3 - Technical 

(1 Question)

  • Q1. Mostly related to how you are going to design a certain scenario.
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Polish your basics.
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. Technical questions related to role
  • Q2. JavaScript,Github
Round 3 - One-on-one 

(1 Question)

  • Q1. Another round with senior technical person, Techno managerial kind of round

I applied via Recruitment Consulltant 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 

It was technical aptitude test on hackerearth

Round 3 - Technical 

(3 Questions)

  • Q1. Coding questions followed by some puzzles
  • Q2. Was asked about datastructures like dictionary and hash maps working
  • Q3. SQL questions but basic
Round 4 - Technical 

(2 Questions)

  • Q1. This was techno-managerial round heavy on puzzles and some advanced technical questions. Study about API working
  • Q2. Basic python programming is necessary

Interview Preparation Tips

Topics to prepare for Apisero Senior Software Engineer interview:
  • API
  • Python
Interview preparation tips for other job seekers - Try to study some puzzles and read your projects well.

PubMatic Interview FAQs

How many rounds are there in PubMatic Senior Software Engineer interview for experienced candidates?
PubMatic interview process for experienced candidates usually has 3 rounds. The most common rounds in the PubMatic interview process for experienced candidates are Technical and One-on-one Round.
How to prepare for PubMatic Senior Software Engineer interview for experienced candidates?
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 Hibernate, Data Structures, Computer science, MySQL and Software Engineering.
What are the top questions asked in PubMatic Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the PubMatic Senior Software Engineer interview for experienced candidates -

  1. What is Apache Kaf...read more
  2. Count number of dig...read more
  3. Write a code in c c++ or any other language to validate all use cases for an ip...read more

Tell us how to improve this page.

PubMatic Senior Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more
PubMatic Senior Software Engineer Salary
based on 80 salaries
₹12 L/yr - ₹39.1 L/yr
84% more than the average Senior Software Engineer Salary in India
View more details

PubMatic Senior Software Engineer Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.6

Skill development

3.0

Work-life balance

3.5

Salary

2.8

Job security

3.0

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer - Java

Pune

3-5 Yrs

₹ 17.604-39.1 LPA

Senior Software Engineer - Java

Pune

3-5 Yrs

₹ 17.604-39.1 LPA

Explore more jobs
Softwaretest Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PubMatic with

InMobi

3.5
Compare

Komli Media

4.0
Compare

Adcolony

5.0
Compare

Affle

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