Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Postman Senior Software Engineer Interview Questions and Answers

Updated 26 Jun 2024

Postman Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Project Discussion 

(2 Questions)

  • Q1. Questions on what project you worked on
  • Q2. Design 2 factor authentication
  • Ans. 

    Implementing 2 factor authentication for enhanced security

    • Require users to enter their password as the first factor

    • Send a unique code to the user's registered email or phone as the second factor

    • Prompt the user to enter the code to complete the authentication process

  • Answered by AI

Interview questions from similar companies

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Ds related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DS and algo and should good logical thinking.

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. What is CSP? what is nonce? Few coding problems make flat array, etc. Advance javascript questions.
Round 2 - Technical 

(2 Questions)

  • Q1. What is generator functions? what is symbols? write an implementation for const keyword to support in es05.
  • Ans. 

    Generator functions and symbols in JavaScript. Implementation of const keyword in ES5.

    • Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Symbols are a new primitive type in ES6 that can be used as unique identifiers.

    • To implement const in ES5, we can use Object.defineProperty to create a read-only property on an object.

  • Answered by AI
  • Q2. Explain or write custom events with example.
  • Ans. 

    Custom events are user-defined events that can be triggered in a software application.

    • Custom events can be defined using event listeners and dispatchers.

    • They can be used to track user behavior, monitor application performance, and trigger specific actions.

    • Examples of custom events include button clicks, form submissions, and page scrolls.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Difficulty was high. Both rounds are very technical. Second round interviewer not asked my name and experience. He asked me only 4 questions on ES6 features with live project examples and rejected in 20 min, not even listen to me properly also he wanted to know the syntax as well as hands-on experience on es06.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Difference between null and object.
  • Ans. 

    Null is absence of value while object is a collection of properties and methods.

    • Null is a primitive value while object is a complex data type.

    • Null is used to indicate absence of value while object is used to represent real-world entities.

    • Null cannot have properties or methods while object can have both.

    • Example of null: let x = null; Example of object: let person = { name: 'John', age: 30 };

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of your current work. Make sure of all the flow, processing of your current project.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Array and Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was rude and the Interviewer was fixated on one topic. He was rejecting candidates left and right.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I was asked to implement lru cache which i did but still didn’t made to next round as apparently i didn’t complete the working code though in my opinion i did

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 May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Complete Code for Ludo Game. Sort of Machine coding round.
  • Q2. Given an array of intervals and return the minimum number of intervals you need to remove to make the rest of the intervals non-overlapping.
  • Ans. 

    Remove overlapping intervals to minimize removals.

    • Sort intervals by end time

    • Iterate through intervals, remove overlapping intervals

    • Return count of removed intervals

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Stream a live log file to browser

Round 2 - Technical 

(1 Question)

  • Q1. Existing project details
  • Ans. 

    The existing project is a web application for managing inventory and sales.

    • Built using React for the front-end and Node.js for the back-end

    • Uses MongoDB as the database

    • Includes features such as user authentication, product management, and sales tracking

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scale up existing project
  • Ans. 

    Scaling up an existing project involves optimizing performance, increasing capacity, and improving efficiency.

    • Identify bottlenecks and areas for improvement

    • Implement caching mechanisms to reduce load times

    • Optimize database queries for faster retrieval

    • Upgrade hardware or infrastructure to handle increased traffic

    • Use load balancing to distribute traffic evenly across servers

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. General question about the project, challenges, etc
Round 2 - Coding Test 

(1 Question)

  • Q1. Implement tail -f command w/o use of external libraries
  • Ans. 

    Implementing tail -f command without external libraries in Python

    • Open the file in read mode

    • Use a loop to continuously read new lines added to the file

    • Print the new lines as they are read

  • Answered by AI
Round 3 - EM Round 

(2 Questions)

  • Q1. General questions on challenges, current role, production issues
  • Q2. DSA Question - next warm day

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Postman Interview FAQs

How to prepare for Postman Senior Software 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 Postman. The most common topics and skills that interviewers at Postman expect are Backend, Javascript, Team Building, MySQL and Linux.

Recently Viewed

INTERVIEWS

Postman

No Interviews

SALARIES

NASDAQ

INTERVIEWS

NASDAQ

No Interviews

INTERVIEWS

Automated Systems Design

No Interviews

INTERVIEWS

Preqin

No Interviews

SALARIES

NASDAQ

INTERVIEWS

NASDAQ

No Interviews

SALARIES

Einfochips

SALARIES

Einfochips

SALARIES

Incubyte

Tell us how to improve this page.

Postman Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Postman Senior Software Engineer Salary
based on 11 salaries
₹17.2 L/yr - ₹45 L/yr
102% more than the average Senior Software Engineer Salary in India
View more details
Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SDE (Software Development Engineer)
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Postman with

Freshworks

3.5
Compare

Zoho

4.3
Compare

BrowserStack

3.6
Compare

CleverTap

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent