Wipro
10+ Dhani Healthcare Interview Questions and Answers
Q1. If we give you different domain rather then your preferred domain will you work on it ?
Yes, I am open to working on different domains as it will broaden my knowledge and skills.
I am always eager to learn new things and take on new challenges.
Working on a different domain will give me the opportunity to expand my knowledge and skills.
I am confident that I can adapt quickly and efficiently to a new domain.
Examples: If I have experience in software engineering and I am asked to work on a networking project, I will be willing to learn and work on it.
Examples: If I ...read more
Q2. Implementation of factorial, Fibonacci series and prime number.
Factorial, Fibonacci series and prime number implementation.
Factorial: Use recursion or iteration to multiply numbers from 1 to n.
Fibonacci: Use recursion or iteration to add the previous two numbers.
Prime number: Check if a number is divisible by any number less than itself.
Q3. difference between primary and foreign key
Primary key uniquely identifies a record while foreign key refers to a field in another table.
Primary key is a column or set of columns that uniquely identifies a record in a table.
Foreign key is a column or set of columns that refers to the primary key of another table.
Primary key cannot have null values while foreign key can have null values.
Primary key can be used to create relationships between tables while foreign key maintains those relationships.
Example: In a customer ...read more
Q4. Swap two numbers without using the third variable
Swap two numbers without using the third variable
Use arithmetic operations
Use XOR operator
Use tuple unpacking in Python
Q5. Are you familiar with DBMS?
Yes, I am familiar with DBMS.
I have experience working with various DBMS such as MySQL, Oracle, and SQL Server.
I am proficient in writing SQL queries and optimizing database performance.
I have worked on database design and normalization.
I am familiar with backup and recovery procedures.
I have experience with data migration and integration.
I am knowledgeable about database security and access control.
Q6. Difference between list and array
Arrays are fixed in size and can store multiple data types, while lists are dynamic and can only store one data type.
Arrays are declared with a fixed size, while lists can grow or shrink dynamically.
Arrays can store multiple data types, while lists can only store one data type.
Arrays are accessed using an index, while lists are accessed using an iterator.
Example: int[] arr = new int[5]; List
list = new ArrayList<>();
Q7. OOPs concepts with implementation
OOPs concepts are fundamental to software engineering. They include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from a parent class.
Polymorphism allows objects to take on multiple forms and behave differently based on the context.
Encapsulation is the practice of hiding implementation details and exposing only necessary information.
Abstraction is the process of identifying essential features of an objec...read more
Q8. difference between sql and mysql.
SQL is a language used to manage relational databases, while MySQL is a specific relational database management system.
SQL is a language used to create, modify, and query relational databases.
MySQL is a specific relational database management system that uses SQL.
MySQL is open source and free to use, while other SQL-based systems may require licensing fees.
MySQL has its own unique syntax and features, such as the ability to handle large amounts of data and support for multipl...read more
Q9. Difference between compiler and interpreter
Compiler translates entire code into machine code while interpreter translates line by line.
Compiler converts source code into executable code while interpreter executes code directly.
Compiler generates error messages after the entire code is compiled while interpreter generates error messages line by line.
Compiler produces faster and efficient code while interpreter produces slower code.
Examples of compilers are GCC, Clang, and Visual C++ while examples of interpreters are P...read more
Q10. Difference between overloading and overriding
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as in the superclass.
Overloading is used to provide different ways of calling the same method with different parameters.
Overriding is used to provide a specific implementation of a method in a subclass that is already defined in the superclass.
Overloading is resolved at compile-time based on the number and types of a...read more
Q11. Why do we need OOPs?
OOPs provides modularity, reusability, and extensibility in software development.
OOPs allows for encapsulation of data and behavior, leading to more secure and maintainable code.
Inheritance and polymorphism enable code reuse and reduce redundancy.
Abstraction allows for the creation of simpler and more intuitive interfaces for complex systems.
OOPs promotes modular design, making it easier to modify and extend code.
Examples of OOPs languages include Java, Python, and C++.
Q12. difference between DBMS and RDBMS.
DBMS is a software to manage databases while RDBMS is a type of DBMS that uses a relational model.
DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.
DBMS can manage any type of database while RDBMS uses a relational model to manage data.
RDBMS ensures data integrity and consistency through the use of constraints and normalization.
Examples of DBMS include MySQL, Oracle, and Microsoft Access while examples of RDBMS include MyS...read more
Q13. .logic of palindrome and reverse
Palindrome is a word or phrase that reads the same backward as forward. Reverse is the opposite order of a given sequence.
Palindrome logic involves comparing the first and last characters of a word/phrase and moving towards the center until all characters are compared.
Reverse logic involves swapping the first and last characters of a sequence and moving towards the center until all characters are swapped.
Examples of palindrome words/phrases: level, radar, madam, racecar.
Examp...read more
Q14. Any questions?
Yes, I have a few questions regarding the company's current projects and future plans.
Can you tell me more about the current projects the company is working on?
What are the company's plans for future expansion?
How does the company prioritize its projects?
What kind of training and development opportunities are available for employees?
Can you describe the company culture and work environment?
Q15. Explain prime number code
Prime number code is a program that identifies prime numbers.
A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.
The code can be written using a loop to check if a number is divisible by any number other than 1 and itself.
One common method is the Sieve of Eratosthenes, which generates all prime numbers up to a given limit.
Q16. Explain Polymorphism
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It is achieved through method overloading and method overriding.
Example: A parent class Animal has a method called makeSound(). The child classes Dog and Cat can override this method to make their own unique sounds.
Polymorphism makes code more flexible and reusable.
Interview Process at Dhani Healthcare
Top System Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month