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

user image Anonymous

posted on 20 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Duration
Less than 2 weeks
Result
I didn't hear back from the company

I applied via Campus Placement and was interviewed in Oct 2024.

3 Interview Rounds

1

Aptitude Test Round

Permutations, probability etc

2

Technical Round (5 Questions)

3

Group Discussion Round

Basic GD topic was there

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be urself and give 100%
share interview

Junior Software Engineer interview

user image Tech and Target

posted on 31 Jan 2022

 · B.E. / B.Tech
share interview
user image Anonymous

posted on 22 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
I didn't hear back from the company

I applied via Campus Placement and was interviewed before Sep 2023.

1 Interview Round

1

Technical Round (5 Questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the basis of communcations
share interview

Associate Software Engineer interview

user image The Communicators

posted on 16 Nov 2021

share interview
user image Anonymous

posted on 31 May 2022

I was interviewed in Feb 2022.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

A flexible window of 6 hours was provided to attempt the 1 hour test

  • Q1. Maximum Vehicle Registrations Problem Bob, the mayor of a state, seeks to determine the maximum number of vehicles that can be uniquely registered. Each vehicl...read more
  • Q2. Palindromic Numbers Finder Given an integer 'N', your task is to identify all palindromic numbers from 1 to 'N'. These are numbers that read the same way forwa...read more
2

Face to Face Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was chill and quite polite.

  • Q1. Write a SQL query to output the data of students whose names start with the letter 'A'.
  • Q2. Can you define an Operating System and explain what a process table is?
  • Q3. Find Duplicates in an Array Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than onc...read more
3

HR Round

Round duration - 20 minutes
Round difficulty - Easy

Standard HR round with some behavioural questions

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 criteriaAbove 7 CGPATCS Digital interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, DBMS, Operating SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be thoroughly prepared with DSA
Tip 2 : Focus on DBMS
Tip 3 : Be prepared with skills mentioned in resume

Application resume tips for other job seekers

Tip 1 : Mention some good projects 
Tip 2 : Don't put false statements on your resume

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 25 May 2022

I was interviewed in Jan 2022.

5 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

The first round was an assessment round comprised of MCQ questions of DSA, RDBMS, MySQL questions and 2 coding questions to be written in java only

  • Q1. Shortest Path in a Binary Matrix Problem Statement Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a sourc...read more
  • Q2. Kth Smallest Element Problem Statement You are provided with an array of integers ARR of size N and an integer K . Your task is to find and return the K -th sm...read more
2

Telephonic Call Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The basic data structure round duration 1 hour, in this Interviewer, was very friendly and asked some casual questions. After that, he asked me to code.

  • Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Inp...read more
3

Telephonic Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

Advance data structure round duration 1 hour, in this Interviewer asked some basic questions on oops, puzzles and asked me to code them later.

  • Q1. Reverse Linked List Problem Statement Given a singly linked list of integers, return the head of the reversed linked list. Example: Initial linked list: 1 ->...read more
  • Q2. Trapping Rain Water You are provided with an array ARR of integers representing an elevation map, where ARR[i] denotes the elevation of the i th bar. Determine...read more
4

Telephonic Call Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

Vice President interview round duration 30mins, in this round VP’s of different domains taking interview to the selected candidates.

  • Q1. Buy and Sell Stock Problem Statement Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' ...read more
5

HR Round

Round duration - 30 Minutes
Round difficulty - Easy

This round lasted for 30mins basic HR questions were asked

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteria7.5 CGPAMobiKwik interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Algorithms, Dynamic Programming, Operating systems, DevelopmentTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare DSA well.
Tip 2 : Always remember and go through your all projects.
Tip 3 : Practice as many DSA questions as you can.

Application resume tips for other job seekers

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

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 31 May 2022

I was interviewed in Dec 2021.

4 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were a total of 3 coding questions to be solved, and the time limit was 90 minutes. The candidate was free to use language of their choice.

  • Q1. Longest Palindromic Subsequence Problem Statement Given a string A consisting of lowercase English letters, determine the length of the longest palindromic sub...read more
2

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

The first round of interview lasted for around 45 minutes. I was asked two DSA questions, and was supposed to code them while my screen was shared. I wrote code for both the questions with little help from the interviewer. Finally, I was asked couple of questions based on my resume.

  • Q1. Merge Two Sorted Linked Lists Problem Statement You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and ...read more
  • Q2. Rotational Equivalence of Strings Problem Statement Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' b...read more
3

Video Call Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

I was given one data structure question and was then asked about recursion.

  • Q1. Next Greater Element Problem Statement You are provided with an array or list ARR containing N positive integers. Your task is to determine the Next Greater El...read more
4

Video Call Round (1 Question)

Round duration - 40 minutes
Round difficulty - Easy

This was the hiring manager round. No data structures question were asked in this round. There was discussion around the projects that I had done and my resume. As I am from EEE branch, I was asked why I want to get into software. The interview happened around 8 PM. I was asked to create a schema for one of my 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 SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPATata 1mg interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Number Theory, LLD, PuzzlesTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice regularly, meaning once you have covered all the topics, revisit them every week, and solve 3-5 questions.
Tip 2 : Use the Feynman technique. Explain your approach towards solving the problem to someone, or better yet, note it down so that when you revisit that question, the explanation is handy. 
Tip 3 : Do 1 project, preferably a full-stack one including a database. This would provide some material for discussion, and be through with each aspect of the project.

Application resume tips for other job seekers

Tip 1 : Keep the resume to one page and put info that is directly related to the role applied. 
Tip 2 : In the projects section, keep a maximum of 3 projects, but ensure that at least one of them is hosted/live that can be shown to the interviewer.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 28 May 2022

I was interviewed in Dec 2021.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It has 3 Coding Questions of medium-hard level and the time limit was 1 hour only. I don’t exactly remember the questions but I was able to do only two of them completely.

  • Q1. Biggest Number Formation Problem Your task is to construct the largest number possible by concatenating each of the provided positive integers in the array exa...read more
  • Q2. Number of Longest Increasing Subsequence Problem Statement Given an integer array ARR of length N , determine the count of longest increasing subsequences pres...read more
2

Telephonic Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

First, the interviewer introduced himself and then asked to introduce myself. Then he asked about the projects I did. After an introductory discussion on projects, he gave me 3 coding questions on their personal live code environment.

He asked me to explain the approach first and then code it down. I had to explain the time complexity of each solution and optimal code if possible with lesser time complexity.

  • Q1. Cache Operations Problem You are provided with a cache that can hold a maximum of 'N' elements. Initially, this cache is empty. There are two main operations y...read more
  • Q2. Possible Words from a Phone Number: Problem Statement Given a string S composed of digits ranging from 2 to 9, determine all possible strings that can be creat...read more
  • Q3. Shortest Unique Prefix Problem You are given an array containing N words. Your task is to derive the shortest prefix for each word that uniquely identifies it ...read more
3

Telephonic Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

In this round interviewer gave me 2 coding questions and asked me to code on any editor of my choice. I opened VS code to code those problems.

  • Q1. Maximum Subarray Sum Problem Statement Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the ...read more
  • Q2. LRU Cache Implementation Design and implement a data structure for the Least Recently Used (LRU) cache , which supports the following operations: 1. get(key) -...read more
4

HR Round

Round duration - 40 Minutes
Round difficulty - Easy

The interviewer was very friendly. He asked me about myself and previous interviews.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteria7.5 CGPATata 1mg 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 impacts a lot.
Tip 2 : Resumes should contain all the links for projects and certificates as it impresses the interviewer.

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 31 May 2022

I was interviewed in Dec 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Mostly aptitude, English and basic programming concepts and two coding questions.

  • Q1. Twin Pairs Problem Statement Given an array A of size N , find the number of twin pairs in the array. A twin pair is defined as a pair of indices x and y such ...read more
  • Q2. Cycle Detection in a Singly Linked List Determine if a given singly linked list of integers forms a cycle or not. A cycle in a linked list occurs when a node's...read more
2

Video Call Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Resume discussion followed by some questions from OOPs and DBMS 

  • Q1. How does C++ support polymorphism?
  • Q2. What are the various types of constructors in C++?
  • Q3. What are the various types of inheritance in Object-Oriented Programming?
  • Q4. What is the difference between the DELETE and TRUNCATE commands in a DBMS?
3

HR Round

Round duration - 15 minutes
Round difficulty - Easy

Standard HR round with some behavioural questions

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as System Engineer in DelhiEligibility criteriaAbove 7 CGPATCS Digital interview preparation:Topics to prepare for the interview - OOPS, Machine Learning, DBMS, Statistics, Programming Concepts, AlgorithmsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try to get skilled in new technologies like Machine Learning etc.
Tip 2 : Make your programming concepts best 
Tip 3 : Try to improve communication skills

Application resume tips for other job seekers

Tip 1 : One-page resume
Tip 2 : Mention best of your projects

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 31 May 2022

I was interviewed in Dec 2021.

2 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

Coding question 2 easy,1 hard

  • Q1. Minimum Stops for Ninja's Journey Problem Statement Ninja wishes to travel from his house to a destination X miles away. He knows there are Y gas stations alon...read more
  • Q2. Black Friday Discount Challenge Imagine it's Black Friday and a supermarket is offering a discount to every 'Nth' customer. You are tasked with calculating bil...read more
  • Q3. Ninja and His Secret Information Encoding Problem Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. ...read more
2

Face to Face Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Asked me how to reverse string,tell me about yourself,visualise data structures in real life,dbms questions easy one

  • Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. ...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 Analyst Trainee in GurgaonEligibility criteriaAbove 70 percent marksCognizant interview preparation:Topics to prepare for the interview - Basic of data structures, OOPS theory, classes, python, dbmsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : don't get afraid
Tip 2 : keep your machine ready, there should not be technical probelem like mic not working
Tip 3 : dress well

Application resume tips for other job seekers

Tip 1 : mention your project
Tip 2 : mention your skills

Final outcome of the interviewSelected
share interview