i
Bhavna Corp.
Filter interviews by
I appeared for an interview before Mar 2024, where I was asked the following questions.
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...
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...
I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.
Consists of 30 MCL total. 5 C++, 10 Mathematical, 10 Graph and data analysis, 5 English
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 ...
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
Bhavna Corp. interview questions for popular designations
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
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...
Please reverse the String Paragraph all character
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
There was a written on wa manual and automation
50 questions of aptitude in 1 hours
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...
I applied via Naukri.com and was interviewed before Nov 2023. There were 4 interview rounds.
Generic aptitude on athematic, time-work
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...
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
The duration of Bhavna Corp. interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 14 interviews
Interview experience
based on 137 reviews
Rating in categories
Senior Software Engineer
151
salaries
| ₹9.3 L/yr - ₹30 L/yr |
Software Engineer
149
salaries
| ₹4.2 L/yr - ₹15 L/yr |
Senior QA Engineer
41
salaries
| ₹6.7 L/yr - ₹17.4 L/yr |
QA Engineer
38
salaries
| ₹4.5 L/yr - ₹11.4 L/yr |
Senior Test Engineer
38
salaries
| ₹6 L/yr - ₹20.2 L/yr |
Saama Technologies
JoulestoWatts Business Solutions
DISYS
Value Point Systems