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 Sep 2021.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 180 min
Round difficulty - Hard

  • Q1. Longest Common Subsequence Problem Statement Given two strings STR1 and STR2 , determine the length of their longest common subsequence. A subsequence is a seq...read more
  • Q2. 0/1 Knapsack Problem Statement A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the...read more
  • Q3. K Largest Elements Problem Statement You are given an unsorted array containing 'N' integers. Your task is to find the 'K' largest elements from this array and...read more
2

Coding Test Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Size of Largest BST in a Binary Tree Given a binary tree with 'N' nodes, determine the size of the largest subtree that is also a Binary Search Tree (BST). Exp...read more
  • Q2. Matrix Chain Multiplication Problem Given 'N' 2-dimensional matrices and an array ARR of length N + 1 , where the first N integers denote the number of rows in...read more
  • Q3. Rotate Linked List Problem Statement Given a linked list consisting of 'N' nodes and an integer 'K', your task is to rotate the linked list by 'K' positions in...read more
3

Face to Face Round (1 Question)

Round duration - 45 minutes
Round difficulty - Easy

  • Q1. Longest Palindromic Substring Problem Statement You are provided with a string STR of length N . The task is to find the longest palindromic substring within S...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteria7 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - DSA, OOPS, OS, CN, DBMS, atleast one languageTime 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 statement

Final outcome of the interviewRejected
share interview

I was interviewed in Aug 2021.

1 Interview Round

1

Video Call Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Hard

Timing - 10:30
It was on microsoft teams and I was asked to share my screen
Interviewer was friendly.

  • Q1. 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

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 MumbaiEligibility criteriaResume ShortlistingShift Risk Insurance Brokers Limited 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
user image Anonymous

posted on 12 Nov 2021

I was interviewed in Aug 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

It had some coding questions related to graph.

  • Q1. Dijkstra's Shortest Path Problem Statement You are given an undirected graph with V vertices (numbered from 0 to V-1) and E edges. Each edge connects two nodes...read more
  • Q2. Path Existence in Directed Graph Given a directed and unweighted graph characterized by vertices 'V' and edges 'E', determine if a path exists from a specified...read more
2

Coding Test Round (1 Question)

Round duration - 180 Minutes
Round difficulty - Hard

The round was really tough only 1 coding question was asked

  • Q1. Encode N-ary Tree to Binary Tree Problem Statement You are provided with an N-ary tree constituted of 'N' nodes, where node '1' is the head of the tree. Your t...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaPassouts 2020/2021JUSPAY 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 Jul 2021.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 120 Minutes
Round difficulty - Medium

The round was online. It had coding, aptitude and verbal questions.

  • Q1. Find the Third Greatest Element Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array. Input: The first line contains...read more
2

Video Call Round (1 Question)

Round duration - 20 minutes
Round difficulty - Medium

It was at 11:45 am on Microsoft teams. Interviewer was friendly. I was asked to share my screen.

  • 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
3

HR Round

Round duration - 20 Minutes
Round difficulty - Easy

It was on microsoft teams. Hr asked me basic 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 Fullstack Developer in HyderabadEligibility criteriaPassouts 2020,2021Virtusa 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 Jun 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

The round was basically based on the DSA easy level questions. Platform was good enough to code easily

  • Q1. 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
  • Q2. Reverse String Word Wise Problem Statement Your task is to reverse the given string word-wise. This means the last word in the string should appear first, the ...read more
2

Face to Face Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Easy

It is base on OOPS and Data structures.

  • Q1. Problem: Sort an Array of 0s, 1s, and 2s Given an array/list ARR consisting of integers where each element is either 0, 1, or 2, your task is to sort this arra...read more
  • Q2. Find the Second Largest Element Given an array or list of integers 'ARR', identify the second largest element in 'ARR'. If a second largest element does not ex...read more
3

HR Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Medium

One Coding question and projects was discussed

  • Q1. Sort Array by Reversing a Subarray You are given an array of 'N' distinct integers, 'ARR'. Determine if it is possible to sort this array by selecting a contin...read more
  • Q2. 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

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 CGPA with no backlogUnthinkable Solutions 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 interviewSelected
share interview

I was interviewed in Jul 2021.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

How can you traverse the DOM with JavaScript?

What is the box model?

What are NoSQL databases? What are the different types of NoSQL databases?

Also there was 2 coding questions. 

  • Q1. Maximum Difference Problem Statement Given an array ARR of N elements, your task is to find the maximum difference between any two elements in ARR . If the max...read more
  • Q2. Distinct Strings With Odd and Even Swapping Allowed Problem Statement You are provided with an array of strings, and your objective is to determine the number ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaResume shortlistingTech Mahindra 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
Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Yes, I joined the company

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

2 Interview Rounds

1

Coding Test Round

Fibonacci series, public private variable scope, SQL queries

2

HR Round (1 Question)

share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed in Apr 2021.

3 Interview Rounds

1

Coding Test Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing: Morning
Environment: Online
Description: This round was conducted immediately after Aptitude Round if you cleared it. 4 Questions in 60 minutes.

  • Q1. MergeSort Linked List Problem Statement You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm. Input: ...read more
  • Q2. Rotate Array Problem Statement The task is to rotate a given array with N elements to the left by K steps, where K is a non-negative integer. Input: The first ...read more
  • Q3. Problem: Permutations of a String Given a string STR consisting of lowercase English letters, your task is to return all permutations of the given string in le...read more
  • Q4. Factorial Calculation Problem Given an integer N , determine the factorial value of N . The factorial of a number N is the product of all positive integers fro...read more
2

Video Call Round (4 Questions)

Round duration - 40 minutes
Round difficulty - Medium

Timing: Morning
Environment: Online

  • Q1. Print Series Problem Statement Given two positive integers N and K , your task is to generate a series of numbers by subtracting K from N until the result is 0...read more
  • Q2. Unique Element In Sorted Array Nobita wants to impress Shizuka by correctly guessing her lucky number. Shizuka provides a sorted list where every number appear...read more
  • Q3. Find the Second Largest Element Given an array or list of integers 'ARR', identify the second largest element in 'ARR'. If a second largest element does not ex...read more
  • Q4. Write a query to find the Nth highest salary along with the employee name.
3

Video Call Round (1 Question)

Round duration - 25 minutes
Round difficulty - Easy

Timing: It was in the morning then rescheduled to evening
Environment: Online

  • Q1. Remove String from Linked List Problem You are provided with a singly linked list where each node contains a single character, along with a string 'STR'. Your ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Engineer in HyderabadEligibility criteriaBE/B.Tech / ME/M.Tech, BCA, MCA, B.Sc (2021)MAQ Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algo, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed in Feb 2021.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Basic Aptitude and programming MCQs were there.
1 easy coding question.
Difficulty was easy to medium level.

  • Q1. Reverse Only Letters Problem Statement You are given a string S . The task is to reverse the letters of the string while keeping non-alphabet characters in the...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was related to computer science fundamentals like Operating systems and DBMS.

  • Q1. What do you mean by multitasking and how does it work?
  • Q2. What are the various scheduling techniques used in operating systems?

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 backlogsWipro Limited interview preparation:Topics to prepare for the interview - Practiced aptitude problems on prepinsta.Learnt computer science fundamentals on GeeksforGeeks.Solved medium level DSA questions on leetcode.OOPs concepts and implementationTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Try to learn topics fundamentally
Tip 2 : Make a habit of solving DSA questions regularly
Tip 3 : Take mock interviews with friends

Application resume tips for other job seekers

Tip 1 : Keep it crisp and short ( preferably 1 page )
Tip 2 : Mention at least 2 projects with short description.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed in Dec 2020.

2 Interview Rounds

1

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Timing: 1:00 PM
Environment: Online (Webcam + Mic on)
The interviewer was friendly, collaborative and to the point.

  • Q1. Find Two Non-Repeating Elements Problem Statement Given an array of integers ARR with size N , where exactly two elements appear only once and all others appea...read more
  • Q2. 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
  • Q3. Word Occurrence Counting Given a string 'S' of words, the goal is to determine the frequency of each word in the string. Consider a word as a sequence of one o...read more
2

HR Round

Round duration - 40 minutes
Round difficulty - Easy

Timing (In Morning)
Environment (Same as Technical Interview)

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Trainee Technology in NoidaEligibility criteria60 % throughout ( in Xth, XIIth, B.Tech so far), No pending backlogTO THE NEW interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, JavaScript, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algorithms, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews with your friends and keep noting down your drawbacks and work on them.
Tip 4 : Try writing and explaining code to yourself on Google Doc or WordPad etc. as you might not get to code on a IDE.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewSelected
share interview