Bharati Vidyapeeth's College of Engineering for Women, Pune

Pune, Maharashtra

What if you can't knock at your Bharati Vidyapeeth's College of Engineering for Women, Pune seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆

filter iconFilter interviews by

Bharati Vidyapeeth's College of Engineering for Women, Pune Placement Interview Questions

Updated 20 Nov 2024

43 interviews found

I was interviewed in Nov 2021.

2 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Easy

MCQs- Aptitude + Quantitative ( if we clear this round then only we can go for coding round). 
3 questions came in coding round

  • Q1. Find Middle of Linked List Given the head node of a singly linked list, your task is to return a pointer pointing to the middle node of the linked list. When t...read more
  • Q2. Balanced Parentheses Combinations Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parenthese...read more
  • Q3. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum u...read more
2

HR Round

Round duration - 15 minutes
Round difficulty - Easy

Basic Hr questions was asked.
This round maily focus on projects

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Associate Software Engineer in GurgaonEligibility criteria7 cgpaAccenture interview preparation:Topics to prepare for the interview - Data Structures, DBMS , OOPS, System Design, Algorithms, Dynamic Programming.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 - Practice At least 250 Questions of DS algo
Tip 2 - Do at least 2 application based projects
Tip 3 - Practice questions with optimized approaches

Application resume tips for other job seekers

Tip 1 : Have some applicayion based projects on resume.
Tip 2: Do not put false things on resume.
Tip 3 : Project should clear and crisp

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 25 May 2022

I was interviewed in Oct 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a DS/Algo round.
Timing was 4:00pm-5:00pm IST.
The interviewer was very friendly.
He asked for my introduction.

  • Q1. Asteroid Collision Problem Description Given an array/list ASTEROIDS representing asteroids aligned in a row, each element's absolute value identifies the aste...read more
  • Q2. Valid Parentheses Problem Statement Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are ...read more
2

Coding Test Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was 3:00pm-4:00pm IST
Interviewer was friendly
He asked for my introduction. We dry run the code for the question.

  • Q1. Word Break II Problem Statement Given a non-empty string 'S' containing no spaces and a dictionary of non-empty strings, generate and return all possible sente...read more

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaNoDunzo interview preparation:Topics to prepare for the interview - Recursion, stack, graph, backtracking, stringTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1: Do not be nervous
Tip 2 : Ask questions from the interviewer if you are confused

Application resume tips for other job seekers

Tip 1 : Mention your coding achievement in the resume
Tip 2 : You should have at least one good project on your resume.

Final outcome of the interviewSelected
share interview

I was interviewed in Oct 2021.

4 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Business Related, personality test, technical mcq, role preference

  • Q1. Can you explain the various operating system concepts you studied in college, as well as the port numbers and different protocols at each layer of the OSI model...read more
2

Video Call Round (1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Early in the morning, it continued for 45 mins out of which 20 is reserved for checking the coding knowledge of the person. Booting process is a frequently asked question. Interviewer was polite and calm.

  • Q1. Can you explain the key operating system concepts you studied in college, including port numbers and the different protocols at each layer of the OSI model?
3

Video Call Round

Round duration - 45 minutes
Round difficulty - Medium

Early in the morning, it continued for 45 mins and networking was asked. Troubleshooting commands for network congestion Interviewer was polite and calm.

4

HR Round

Round duration - 45 minutes
Round difficulty - Medium

In the evening, it continued for 45 mins in which they checked your principles and do they align with Amazon principles. Interviewer was polite and calm.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Cloud Support Associate in BangaloreEligibility criteriaAbove 6.5 CGPA and BTech or equivalent degreeAmazon Web Services (AWS) interview preparation:Topics to prepare for the interview - Networking, Operating System, Coding Basics, Previous Projects, Previous experience tech stack.Time required to prepare for the interview - 0.5 monthInterview preparation tips for other job seekers

Tip 1 : Go through all the topics in a series in detail, don’t panic
Tip 2 : Prepare for interviews based of previous experience of other people and depending on the requirement of the company you are applying. Not every company requires the same skill set

Application resume tips for other job seekers

Tip 1 : Elaborate on projects and previous experience 
Tip 2 : Don’t clutter, mention only details relevant for the company

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 29 May 2022

I was interviewed in Oct 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

3 sections were there
1. English Section
2. Aptitude section
3. Coding section

  • Q1. Encode The String Problem Statement Given a string S of length N , encode it using the specified rules related to vowels and consonants. Explanation: Follow th...read more
  • Q2. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer ...read more
2

HR Round

Round duration - 20 minutes
Round difficulty - Easy

Basic HR questions like What are your Hobbies And what are your Future plans.
Managerial round

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Project Engineer in DelhiEligibility criteriano backsWipro company interview preparation:Topics to prepare for the interview - aptitude, data structures, OOPs, algorithmsTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : do coding everyday
Tip 2 : data structures are very important
Tip 3 : practice practically

Application resume tips for other job seekers

Tip 1 : resume should not be too flashy
Tip 2 : your projects should be detailed

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 25 May 2022

I was interviewed in Oct 2021.

2 Interview Rounds

1

Coding Test Round (5 Questions)

Round duration - 180 minutes
Round difficulty - Easy

5 Coding Questions and few mcq

  • Q1. Minimum Number of Platforms Needed Problem Statement You are given the arrival and departure times of N trains at a railway station for a particular day. Your ...read more
  • Q2. Trapping Rain Water Problem Statement You are given a long type array/list ARR of size N , representing an elevation map. The value ARR[i] denotes the elevatio...read more
  • Q3. 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
  • Q4. Missing Number Statement Given an array ARR of integers with size N , where all elements appear an even number of times except for one element which appears an...read more
  • Q5. First Non-Repeating Character Problem Statement You are given a string consisting of English alphabet characters. Your task is to identify and return the first...read more
2

Face to Face Round (1 Question)

Round duration - 30 minuted
Round difficulty - Easy

It is based on Data structures and OOPS concepts . Projects was discussed in this round

  • Q1. Ways To Make Coin Change Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value us...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteria7 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 - Practice Atleast 250 Questions
Tip 2 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 31 May 2022

I was interviewed in Sep 2021.

3 Interview Rounds

1

Coding Test Round (5 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

  • Q1. Maximum Meetings Problem Statement Given the schedule of N meetings with their start time Start[i] and end time End[i] , you need to determine which meetings c...read more
  • Q2. K Subsets with Equal Sum Problem Statement Determine whether it is possible to partition an array ARR into K subsets, each having an equal sum. Example: Input:...read more
  • Q3. Merge k Sorted Linked Lists You are provided with 'K' sorted linked lists, each sorted in increasing order. Your task is to merge all these lists into one sing...read more
  • Q4. Sort a "K" Sorted Doubly Linked List Problem Statement You are given a doubly linked list with 'N' nodes, where each node can deviate at most 'K' positions fro...read more
  • Q5. Duplicate Subtrees Problem Statement Given a binary tree, return the root values of all duplicate subtrees. Two subtrees are considered duplicate if they have ...read more
2

Face to Face Round (1 Question)

Round duration - 25 Minutes
Round difficulty - Medium

  • Q1. Can you explain the concept of keys in database management systems?
3

HR Round

Round duration - 15 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonEligibility criteriaNo BacklogNagarro interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice data structures vigorously
Tip 2 : Do at least 3 projects
Tip 3 : Practice Atleast 250 Questions

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume

Final outcome of the interviewRejected
share interview

I was interviewed in Sep 2021.

3 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Timing - 1:00 pm
Zoom video call. Was asked to share screen while coding.
Interviewer was friendly

  • Q1. String Palindrome Verification Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters. Input: The input is a ...read more
  • Q2. Character Counting Challenge Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to co...read more
2

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was taken at 1:00 pm.
This was taken by senior management. 
Was asked to share the screen.

  • Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If the...read more
  • Q2. Sort Array of Strings Problem Statement Given an array of strings ARRSTR[] of size N , and a character C , your task is to sort the ARRSTR[] array according to...read more
3

HR Round

Round duration - 60 Minutes
Round difficulty - Easy

Timing - 5:30 pm
Interviewer was very friendly.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Fullstack Developer in NoidaEligibility criteriaResume ShortlistingSnap-on Business Pvt Ltd interview preparation:Topics to prepare for the interview - Strings, Arrays, Sorting algorithms, Linked List, Loops, Sliding windows, Graphs, Trees, OOPS, DSA, DBMSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page

Final outcome of the interviewSelected
share interview

I was interviewed in Sep 2021.

3 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing - 11:45 am
It was zoom meeting call. Was asked to share the screen.
Interviewer was good and friendly. Helped me when I was stuck.

  • Q1. Find Duplicate in Array Problem Statement You are provided with an array of integers 'ARR' consisting of 'N' elements. Each integer is within the range [1, N-1...read more
  • Q2. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements...read more
2

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing - 4pm on zoom video call.
This was basically system design round.
The interviewer was friendly and helpful.

  • Q1. How would you design an app similar to Practo?
3

Video Call Round

Round duration - 60 Minutes
Round difficulty - Medium

Timing - 4 pm
It was zoom video call.
This was fitment round. Taken by senior management.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaResume ShortlistingHashedIn interview preparation:Topics to prepare for the interview - Strings, Arrays, Sorting algorithms, Linked List, Loops, Sliding windows, Graphs, Trees, OOPS, DSA, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page

Final outcome of the interviewRejected
share interview

I was interviewed in Sep 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

MCQs- Aptitude + Quantitative ( if we clear this round then only we can go for coding round).
2 questions came in coding round

  • Q1. Armstrong Number Problem Statement You are provided an integer 'NUM'. Determine if 'NUM' is an Armstrong number. Explanation: An integer 'NUM' with 'k' digits ...read more
  • Q2. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: T...read more
2

HR Round

Round duration - 20 Minutes
Round difficulty - Easy

Basic Hr questions was asked.
This round mainly focus on projects

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaAbove 7 CGPAAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 100 questions of coding
Tip 2 : Practice Data structures questions.

Application resume tips for other job seekers

Tip 1 : Never lie about anything on resume
Tip 2 : Have some projects on resume

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 17 May 2022

I was interviewed in Aug 2021.

3 Interview Rounds

1

Coding Test Round (5 Questions)

Round duration - 180 minutes
Round difficulty - Medium

It was a long round of around 3 hours divided into 2 parts 
1. Aptitude(MCQ)
2. Coding(Subjective)

  • Q1. Maximum Meetings Selection You are tasked with scheduling meetings in a single meeting room. Given N meetings, each with a start time Start[i] and end time End...read more
  • Q2. Partition to K Equal Sum Subsets Problem Given an array of integers and a positive integer 'K', determine if it is possible to divide the array into 'K' non-em...read more
  • Q3. Merge k Sorted Linked Lists You are provided with 'K' sorted linked lists, each sorted in increasing order. Your task is to merge all these lists into one sing...read more
  • Q4. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list with N nodes, where each node’s position deviates at most K positions from its position in the ...read more
  • Q5. Duplicate Subtrees Problem Statement Given a binary tree, return the root values of all duplicate subtrees. Two subtrees are considered duplicate if they have ...read more
2

Telephonic Call Round (1 Question)

Round duration - 25 minutes
Round difficulty - Medium

The technical Interview round was not at all difficult. The main focus of the interviewer was my projects and development fields.
He also asked some DS/Algo questions that were at a medium level, and some easy questions for database management.

  • Q1. Can you explain the concept of keys in database management systems?
3

HR Round (2 Questions)

Round duration - 15 minutes
Round difficulty - Easy

It took place on the same day as the technical round. It was quite the easiest round of all. The interviewer just asked me to introduce myself, projects I have worked on, my Internships experience, and were they internships paid.

  • Q1. Can you tell me about yourself?
  • Q2. Can you tell me about the different projects that you have worked on?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE in GurgaonEligibility criteria7.5 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, Database Management, Operating System, Aptitude.Time required to prepare for the interview - 3.5 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 2-3 Development Projects as it creates a great impression. 
Tip 2 : Do it simply don't include complex terms to explain anything/concept. 
Tip 3 : Practice as many questions as you can.

Application resume tips for other job seekers

Tip 1 : Resume should be one page only as being a fresher impact a lot.
Tip 2 : Resumes should contain all the links for projects and certificates as it impresses the interviewer.

Final outcome of the interviewSelected
share interview