Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Postman Staff Software Engineer Interview Questions and Answers

Updated 17 Feb 2024

Postman Staff Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a side bar with lot of elements
  • Ans. 

    Design a side bar with lot of elements

    • Consider using a collapsible menu for better organization

    • Use icons or symbols for each element to save space

    • Implement a search bar for easy navigation

    • Include categories or sections to group similar elements together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Mainly around System Design

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Algo - DS question related to finding the longest substring with non - repeating characters. Friendly interviewer

Round 2 - System Design 

(1 Question)

  • Q1. System Design question which involved taking scalability into account
Round 3 - Technical 

(1 Question)

  • Q1. General technical questions from the resume

Interview Questionnaire 

3 Questions

  • Q1. Round1 : Write a program to find out if given number is prime.
  • Ans. 

    Program to check if a given number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Loop through numbers from 2 to n/2 and check if n is divisible by any of them.

    • If n is divisible by any number, it is not prime.

    • If n is not divisible by any number, it is prime.

  • Answered by AI
  • Q2. Given an Array [2,5,1,3,4] return resulting array such that at ith position multiply all element except ith element. Result array [60, 24, 120, 40, 60]
  • Ans. 

    Given an array, return a new array where each element is the product of all elements in the original array except the corresponding element.

    • Create a new array of the same length as the input array

    • Iterate through the input array and calculate the product of all elements except the current element

    • Store the product in the corresponding position in the new array

    • Return the new array

  • Answered by AI
  • Q3. Round2: System design- Design a database to store custom fields for a ticket.
  • Ans. 

    Design a database to store custom fields for a ticket.

    • Identify the custom fields needed for a ticket

    • Create a table for each custom field

    • Link the tables to the main ticket table using foreign keys

    • Use appropriate data types for each custom field

    • Consider indexing frequently searched fields

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

DSA

Round 2 - Case Study 

Design related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. DSA preparation, Design diagrams, architecture overview can give you an edge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Covers basic theory concepts and then a simple coding questions with basic Data Structures

Round 2 - Design Test 

(1 Question)

  • Q1. Design an online real time document sharing tool
  • Ans. 

    An online real time document sharing tool for collaboration and communication

    • Implement real-time editing and commenting features

    • Allow multiple users to access and edit the document simultaneously

    • Provide version control and history tracking

    • Include user authentication and permission settings

    • Support various file formats such as text, images, and videos

  • Answered by AI
Round 3 - Coding Test 

DSA round. Sliding Window Problem

Skills evaluated in this interview

I applied via Company Website 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 Resume tips
Round 2 - Group Discussion 

Generic

Round 3 - Case Study 

Generic

Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a successful Sales Executive leading a high-performing team and driving significant revenue growth for the company.

    • Leading a team of sales professionals

    • Achieving and exceeding sales targets consistently

    • Developing and implementing effective sales strategies

    • Building strong relationships with key clients

    • Contributing to the overall growth and success of the company

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, ability to build relationships, and a competitive nature. My weaknesses include impatience and a tendency to take on too much at once.

    • Strength: Strong communication skills - I am able to effectively convey information and build rapport with clients.

    • Strength: Relationship building - I excel at establishing and maintaining long-term relationships with customers.

    • Strength: ...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    Experienced sales executive with a proven track record in exceeding targets and building strong client relationships.

    • 10+ years of experience in sales, with expertise in B2B and B2C markets

    • Consistently achieved or surpassed sales targets by 20% or more

    • Developed and maintained a portfolio of key accounts, resulting in a 30% increase in revenue

    • Strong negotiation and communication skills, with the ability to build rapport ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and genuine with the interviewer.

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Contribute & help others!
anonymous
You can choose to be anonymous

Postman Interview FAQs

How many rounds are there in Postman Staff Software Engineer interview?
Postman interview process usually has 2 rounds. The most common rounds in the Postman interview process are Technical.
How to prepare for Postman Staff 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 Software Engineering, API, Architecture, Communication Skills and Infrastructure.
What are the top questions asked in Postman Staff Software Engineer interview?

Some of the top questions asked at the Postman Staff Software Engineer interview -

  1. Design a side bar with lot of eleme...read more
  2. Mainly around System Des...read more

Recently Viewed

INTERVIEWS

Preqin

No Interviews

INTERVIEWS

Postman

No Interviews

INTERVIEWS

NASDAQ

No Interviews

SALARIES

Gainsight

INTERVIEWS

NASDAQ

No Interviews

INTERVIEWS

Preqin

No Interviews

INTERVIEWS

Preqin

No Interviews

INTERVIEWS

Preqin

No Interviews

INTERVIEWS

Postman

No Interviews

INTERVIEWS

Automated Systems Design

No Interviews

Tell us how to improve this page.

Postman Staff Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
MoEngage Interview Questions
4.0
 • 25 Interviews
View all
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