Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar

Jalandhar, Punjab

Your seniors at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar helped you with their notes. Now they're helping you with their placement interview questions. 🙏

filter iconFilter interviews by

Company (1)

Designation

Interview Type

Clear all

Clear all

Amazon

Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar Placement Interview Questions

Updated 19 Jan 2025

5 interviews found

user image Anonymous

posted on 6 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
No, I didn't receive an offer

I applied via Campus Placement and was interviewed in Dec 2023.

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. He ask me questions related to cyber security, He give me codes of network security in python and ask me to find the errors in the code
  • Q2. Only 2 rounds of interviews was there, both the interviews were of 45 min duration, first round was easy as compared to the second round
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 75 minutes
Round difficulty - Medium

The round was conducted on Hackerrank and I was at home(around 10am) giving this round in Online mode. 
This round consists of two coding questions and the duration was 75 minutes.
During this round camera and microphone of my laptop is active.

  • Q1. Count Distinct Palindromic Substrings Given a string STR , your task is to determine the total number of palindromic substrings present in the string. Input: T...read more
  • Q2. Subsequences of String Problem Statement You are provided with a string 'STR' that consists of lowercase English letters ranging from 'a' to 'z'. Your task is ...read more
2

Video Call Round (1 Question)

Round duration - 40 minutes
Round difficulty - Medium

This was an online face to face technical round conducted on Hirepro platform. There is an editor in this platform itself, so we have to submit and run our code and also we have to explain the code and approach to the interviewer.

The interview starts with the introduction, then he asks questions on my project. I have developed my project in Python language (Django Framework)

  • Q1. You have data of employees of a company and need to remove duplicate entries of emails. How would you approach this problem?
3

HR Round (1 Question)

Round duration - 20 minutes
Round difficulty - Medium

This was an online face to face HR round conducted on Hirepro platform. 
HR first introduce me about the company and company's goals and then she start asking HR questions to me.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7CGPA, No back logsAmazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, OOPS, Dynamic Programming, System Designs, NetworksTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 30 questions of each topic of DSA
Tip 2 : Do practice OOPS thoroughly for the interview part. For the coding round practice arrays, strings, linked list and trees as much as you can. 
Tip 3 : Make a blue print of Operating system note while preparing it and just revise it before your interview and coding round.

Application resume tips for other job seekers

Tip 1 : You must include only those things in your resume, in which you will be able to answers almost all questions 
Tip 2 : Make atleast two projects and include them in the resume, because many time interviewer put all his time discussing projects only. So if you have a command on your project, then it will be beneficial for you.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

5 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Online test which can be attempted anytime between 22 May 2020, 06:00 AM and 25 May 2020, 01:00 AM

  • Q1. Postfix Expression Evaluation Problem Statement Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression...read more
  • Q2. Dice Throws Problem Statement You are given D dice, each having F faces numbered from 1 to F . The task is to determine the number of possible ways to roll all...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

June 25 2020
Timing: 12:00 pm to 1:00 pm
This round was completely devoted to coding. I was asked to introduce myself and then 2 coding questions were asked.

  • Q1. Find First and Last Positions of an Element in a Sorted Array Given a sorted array ARR consisting of N integers and an integer X , find the first and last posi...read more
  • Q2. Maze with N Doors and 1 Key Problem Statement You are given an N x N maze where some cells have doors, and you have a key that can be used only once to open a ...read more
3

Video Call Round

Round duration - 60 minutes
Round difficulty - Medium

9th July 2020
6:30PM to 7:30PM

4

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

23-July 2020
4:00 PM to 5:00 PM
Coding questions + Several questions on computer fundamentals and networking were asked in a rapid-fire manner.

  • Q1. Stock Trading Maximum Profit Problem Given the stock prices for 'N' days, your goal is to determine the maximum profit that can be achieved. You can buy and se...read more
5

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

6- Aug 2020
3:00 PM to 4:00 PM
Resceduled to: @5:30 PM
Projects, Fundamentals check, Behavioral, Coding

  • Q1. Path Counting in Directed Graph Given a directed graph with a specified number of vertices V and edges E , your task is to calculate the total number of distin...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. Eligibility criteriaDevelopment skills and leadership principlesAmazon interview preparation:Topics to prepare for the interview - Data structures, OOPS, Operating systems, DBMS, NetworkingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident while answering questions
Tip 2 : Make the interview conversational and Always keep a smiling face
Tip 3 : Ask something at the end of the interview which shows your interest in the company
Tip 4 : Prepare projects on the skills mentioned in the resume

Application resume tips for other job seekers

Tip 1 : Mention projects and internships.
Tip 2 : Keep your resume short and crisp.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

In this round i was tested for Data Structure competency. Two questions were asked.

  • Q1. Group Anagrams Problem Statement Given an array or list of strings called inputStr , your task is to return the strings grouped as anagrams. Each group should ...read more
2

Video Call Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Two questions were asked in this round on data structures and algorithms.

  • Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tre...read more
  • Q2. K Most Frequent Words Problem Statement Given an array or list WORDS of 'N' non-empty words and an integer 'K', identify the 'K' most frequent words and return...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria7 CGPAAmazon interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming , Trees, LinkedList, OOPS, Stack, QueueTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Build strong fundamentals in Data Structures and Algorithms. Practise basic data structures like Arrays, Linked List, Tree, Stack, Queues. For Graphs practise - BFS, DFS, Kruskal, Prims.
Tip 2 : Practice coding questions (medium-hard level) on online platforms like CodeZen, Codeforces, CodeChef.
Tip 3 : Practice mock interviews before the real interview.

Application resume tips for other job seekers

Tip 1 : Briefly write you skills in which you are comfortable. Don't try to add anything vague as you will be questioned about everything which is written on resume.
Tip 2 : Have at least two projects on your resume which reflects application of your acquired skills

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Miinutes
Round difficulty - Medium

First round had MCQ + 2 coding questions. It was held in morning around 11 am. It was held on campus.

  • Q1. Robot Delivery Path Problem You are tasked with directing a robot from the top-left corner of an N*N matrix to a specified point (x, y), delivering a parcel. T...read more
  • Q2. Unique Element in Array Given an arbitrary array arr consisting of N non-negative integers where every element appears thrice except for one. Your task is to f...read more
2

Face to Face Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

Second Round was held in morning around 10-11 am. There was one interviewer working on his laptop. Interviewer was really helpful and first offered me water and then for a bit talked about himself.

  • Q1. BST Iterator Problem Statement You are tasked with implementing a class BSTIterator , which is designed to traverse a Binary Search Tree (BST) in the inorder m...read more
  • Q2. Distance Between Two Nodes in a Binary Tree Given a binary tree and the values of two distinct nodes, determine the distance between these two nodes in the tre...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteriaNo criteriaAmazon interview preparation:Topics to prepare for the interview - Array,Linked List, Trees, Dynamic Programming, Graphs, Math, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Keep talking about what are you thinking
Tip 2 : Don't beat about the bush if don't know the answer just say so
 

Application resume tips for other job seekers

Tip 1 : Only show projects you are confident about
Tip 2 : Basic Web and android projects are also fine

Final outcome of the interviewSelected
share interview

Recently Viewed

DESIGNATION

Pyspark Developer

25 interviews

CAMPUS PLACEMENT

Maharaja Agrasen Institute of Technology, Delhi

INTERVIEWS

Amazon Development Centre India

No Interviews

CAMPUS PLACEMENT

Malviya National Institute of Technology (NIT), Jaipur

CAMPUS PLACEMENT

Jaypee Institute of Information Technology, Noida

CAMPUS PLACEMENT

Indian Institute of Technology (IIT), Kanpur

CAMPUS PLACEMENT

Indian Institute of Technology (IIT), Mumbai

CAMPUS PLACEMENT

Veermata Jijabai Technological Institute (VJTI), Mumbai

CAMPUS PLACEMENT

Delhi College of Engineering (DCE), Delhi

CAMPUS PLACEMENT

Indian Institute of Technology (IIT), Chennai

Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent