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, Process, and Tips

Updated 21 Dec 2024

Top Bhavna Corp. Interview Questions and Answers

View all 6 questions

Bhavna Corp. Interview Experiences

Popular Designations

14 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 ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Delhi Technical University for Women, Delhi 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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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)

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)

Bhavna Corp. interview questions for popular designations

 Software Engineer

 (4)

 QA Engineer

 (2)

 Team Lead

 (2)

 Associate Software Engineer

 (1)

 QA Test Engineer

 (1)

 Senior QA Analyst

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

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 (169)

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 (7)
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 (1)
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)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding test where they ask you to write DSA

Round 3 - Coding Test 

Another coding test where they ask you to write DSA

Round 4 - HR 

(1 Question)

  • Q1. Usual HR Questions
Round 5 - One-on-one 

(1 Question)

  • Q1. 1-on-1 with client’s technical person and then with architect
Round 6 - HR 

(1 Question)

  • Q1. Onboarding interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t be attracted by the packages, they have toxic work culture.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
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. Print Linked List in reverse order using St...read more
  3. Write code for finding duplicate charect...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 13 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Bhavna Corp. Reviews and Ratings

based on 134 reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

3.4

Salary

2.6

Job security

3.0

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 134 Reviews and Ratings
Senior Software Engineer
147 salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Software Engineer
144 salaries
unlock blur

₹4.2 L/yr - ₹13.2 L/yr

Senior QA Engineer
41 salaries
unlock blur

₹6.7 L/yr - ₹17.4 L/yr

Senior Test Engineer
38 salaries
unlock blur

₹6 L/yr - ₹20.2 L/yr

QA Engineer
37 salaries
unlock blur

₹4.5 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Bhavna Corp. with

Tech Mahindra

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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