Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bhavna Corp. Team. If you also belong to the team, you can get access from here

Bhavna Corp. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bhavna Corp. Interview Questions and Answers

Updated 17 Mar 2025

Bhavna Corp. Interview Experiences

Popular Designations

15 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Few theory question on dbms , sql , java and couple of coding questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round , nothing just kind of " knowing you" interview. They didn't ask much in this , kind of unnecessary round
Round 3 - HR 

(1 Question)

  • Q1. The hr at that time (2022) Came up with really good questions , but she left the company in 2022.,idk about what kind of questions new hr ask but yes basic hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the company , All the positive reviews are from the managers/directors working there , Read the 1,2-star reviews you will know what this company really is

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the hashmap in Java?
  • Ans. 

    A HashMap in Java is a part of the Java Collections Framework that stores key-value pairs for efficient data retrieval.

    • Stores data in key-value pairs, allowing for quick access to values based on keys.

    • Uses a hash function to compute an index into an array of buckets, from which the desired value can be found.

    • Allows null values and one null key.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put...

  • Answered by AI
  • Q2. What is different between overloading and overriding?
  • Ans. 

    Overloading allows multiple methods with the same name but different parameters; overriding replaces a method in a subclass.

    • Overloading occurs within the same class, while overriding involves a subclass.

    • Example of overloading: int add(int a, int b) and double add(double a, double b).

    • Overriding allows a subclass to provide a specific implementation of a method defined in its superclass.

    • Example of overriding: class Anima...

  • Answered by AI

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consists of 30 MCL total. 5 C++, 10 Mathematical, 10 Graph and data analysis, 5 English

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Heap sort. Write it's structure and explain max and min heap
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap sort involves building a heap from the input array and then repeatedly removing the largest (for max heap) or smallest (for min heap) element from the heap and adding it to the sorted array.

    • The structure of heap sort involves two main steps: heapify the input array to create a heap and then repeatedly extract the root element ...

  • Answered by AI
  • Q2. Print Linked List in reverse order using Stack
  • Ans. 

    Use a stack to reverse print a linked list

    • Create a stack to store the elements of the linked list

    • Traverse the linked list and push each element onto the stack

    • Pop elements from the stack and print them to get the reverse order

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce, how tch round went. Hobbies.
  • Q2. Future plans. Projects and Internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Did Great. Better to give more chance to freshers

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding Manual Testing
  • Q2. Automation basics and sql

QA Test Engineer Interview Questions asked at other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Drive frame work Cucumber related question... read more
View answer (1)

Bhavna Corp. interview questions for popular designations

 Software Engineer

 (4)

 QA Engineer

 (2)

 Team Lead

 (2)

 Test Lead

 (1)

 QA Test Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core java question
  • Q2. Spring question

Interview Preparation Tips

Interview preparation tips for other job seekers - They only test good communication skills

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SOLID Principles
  • Q2. Data hiding in c#
  • Ans. 

    Data hiding in C# refers to the practice of encapsulating data within a class to restrict access from outside the class.

    • Data hiding is achieved in C# using access modifiers like private, protected, and internal.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class or derived classes.

    • Internal members can be accessed within the same assembly.

    • Encapsulation is us...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Please reverse the String Paragraph all character

Round 2 - HR 

(2 Questions)

  • Q1. How do you overcome your workplace challenges?
  • Q2. How do yo stay uptodate

Interview Preparation Tips

Interview preparation tips for other job seekers - was good

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

QA Engineer Interview Questions & Answers

user image kumar rishabh

posted on 16 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was a written on wa manual and automation

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic framework question
Round 3 - One-on-one 

(1 Question)

  • Q1. Reasoning and fitment round

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

50 questions of aptitude in 1 hours

Round 3 - Technical 

(1 Question)

  • Q1. Sql query writing in detail
  • Ans. 

    SQL query writing involves creating commands to retrieve, manipulate, and manage data in a database.

    • Understand the database schema and relationships between tables

    • Use SELECT, INSERT, UPDATE, and DELETE statements to retrieve, add, modify, and delete data

    • Utilize WHERE, JOIN, GROUP BY, HAVING, and ORDER BY clauses for filtering, joining, grouping, and sorting data

    • Consider performance optimization techniques like indexing...

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. 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 up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic aptitude on athematic, time-work

Round 2 - Technical 

(1 Question)

  • Q1. What are OOPS concepts in Java
  • Ans. 

    OOPS concepts in Java are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorph...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Write code for finding duplicate charecters
  • Ans. 

    Code to find duplicate characters in an array of strings

    • Iterate through each string in the array

    • For each string, iterate through each character and store in a set

    • If a character is already in the set, it is a duplicate

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How much salary you need

Skills evaluated in this interview

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)

Bhavna Corp. Interview FAQs

How many rounds are there in Bhavna Corp. interview?
Bhavna Corp. interview process usually has 2-3 rounds. The most common rounds in the Bhavna Corp. interview process are Technical, HR and One-on-one Round.
How to prepare for Bhavna Corp. interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Bhavna Corp.. The most common topics and skills that interviewers at Bhavna Corp. expect are Javascript, PDF, GIT, SQL and Agile.
What are the top questions asked in Bhavna Corp. interview?

Some of the top questions asked at the Bhavna Corp. interview -

  1. What is Heap sort. Write it's structure and explain max and min h...read more
  2. What is different between overloading and overridi...read more
  3. Print Linked List in reverse order using St...read more
How long is the Bhavna Corp. interview process?

The duration of Bhavna Corp. interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Bhavna Corp. Interview Process

based on 14 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Bhavna Corp. Reviews and Ratings

based on 137 reviews

3.2/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.4

Salary

2.7

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 137 Reviews and Ratings
Senior Software Engineer
151 salaries
unlock blur

₹9.3 L/yr - ₹30 L/yr

Software Engineer
149 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Senior QA Engineer
41 salaries
unlock blur

₹6.7 L/yr - ₹17.4 L/yr

QA Engineer
38 salaries
unlock blur

₹4.5 L/yr - ₹11.4 L/yr

Senior Test Engineer
38 salaries
unlock blur

₹6 L/yr - ₹20.2 L/yr

Explore more salaries
Compare Bhavna Corp. with

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

DISYS

3.0
Compare

Value Point Systems

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview