Insights from a Postman Software Engineering Internship Interview (Off-Campus, 2020)

The postman also had a software engineering internship this year as in previous years. The types of problems and patterns are basically the same. They offer a six-month internship with a monthly stipend and a full-time opportunity upon successful completion. The remuneration depends on the performance of the internship.

Therefore, there are four rounds:

  1. Online coding rounds
  2. Technical Interview 1
  3. Technical Interview 2
  4. HR round

Round 1 – Online Coding: This round takes place on the Hackerrank platform and consists of 3 coding questions and 17 MCQs based on basic computer science topics. The coding problems include a string problem, a typical BFS problem and a question about dynamic programming. MCQ problems basically come from the operating system, DBMS, computer network.

Round 2 – Technical Interview-1: After completing the 1st round of review, I received an email booking for a technical interview on Google Meet. In this round, I was asked to explain my project and previous internships. After that, the interviewer asked me questions about the operating system, DBMS and computer network. It takes about 45 minutes.

The interviewer who shares the question asks:

  1. Tell me about your projects and internships.
  2. The difference between a container and an image in Docker.
  3. What is a system call and how effective it is?
  4. What is a kernel and what are the types of kernels available?
  5. What happens when we type a URL into our browser?
  6. What is an API defined in layman’s terms?
  7. What is a Rest API?
  8. How does the browser know what type of content is coming from the server?
  9. How does the browser know if the connection was successful?
  10. Tell me the different types of status codes in the HTTP response header.
  11. How are passwords stored in a database?
  12. Which is more secure in hashing or encryption?
  13. Difference between HTTP and Https.
  14. Can I migrate databases? If yes, please explain the process.
  15. What is IAM in AWS?
  16. How can we make two services in AWS talk to each other?

So, after this, I received an email stating that we could not continue to work on your application. So that’s the overall experience I’ve gotten.