Filter interviews by
I applied via Referral and was interviewed before May 2021. There were 4 interview rounds.
Pump works on the principle of converting mechanical energy into hydraulic energy.
Pump works by creating a pressure difference which moves the fluid from one point to another
The principle of pump varies depending on the type of pump such as centrifugal, positive displacement, etc.
Centrifugal pump works on the principle of centrifugal force while positive displacement pump works on the principle of trapping and releasin...
Top trending discussions
posted on 13 May 2024
posted on 11 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.
I have worked on various projects during my engineering studies, including a solar-powered car prototype and a smart home automation system.
Solar-powered car prototype: Designed and built a small-scale model of a car that runs on solar energy. Conducted experiments to optimize the efficiency of the solar panels and battery storage.
Smart home automation system: Developed a system using Arduino and sensors to automate va...
Yes, I have worked with databases.
I have experience working with SQL and NoSQL databases.
I have worked with MySQL, MongoDB, and Oracle databases.
I have experience in creating and managing databases, writing queries, and optimizing performance.
I have also worked with data migration and integration between different databases.
How to select top 10 records (using SQL) from a table?
Use SELECT statement with ORDER BY clause
Add DESC keyword to sort in descending order
Use LIMIT or FETCH FIRST clause to limit the number of records
Yes, Java supports multiple inheritance through interfaces.
Java does not support multiple inheritance through classes
Interfaces can be used to achieve multiple inheritance
A class can implement multiple interfaces
Example: class A implements Interface1, Interface2
Yes, I have plans for higher studies.
I am interested in pursuing a Master's degree in Mechanical Engineering.
I have already started researching potential universities and programs.
I plan to specialize in the field of renewable energy.
Higher studies will provide me with advanced knowledge and skills to excel in my career.
I believe that continuous learning is essential for professional growth.
I want to join your company because of its strong reputation in the industry and the opportunities for growth and development it offers.
Strong reputation in the industry
Opportunities for growth and development
Alignment with company values and culture
posted on 1 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.
Basic aptitude and technical questions for 60 min
Topic - electric vehicles
time - 20 min
structure - share both pros and cons, finally conclude your pov
posted on 18 Nov 2022
I applied via Referral and was interviewed in May 2022. There were 5 interview rounds.
Basic easy engineering questions and general knowledge simple questions
Simple aptitude test of 50marks, in which some technical questions and some general.
posted on 29 Oct 2024
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed before Oct 2023. There were 2 interview rounds.
General technical questions
Have to make a quick presentation on a given case study
posted on 10 May 2022
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
posted on 15 Dec 2022
I applied via Job Portal and was interviewed before Dec 2021. There were 2 interview rounds.
Written aptitude test along with technical questions.
posted on 16 May 2021
I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.
Java OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms and behave differently based on the context.
Encapsulation hides the implementation details of a class and only exposes necessary information.
Abstraction focuses on the essential features of an object and...
SQL aggregation functions perform calculations on multiple rows of a single column of a table.
Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.
They are used with the SELECT statement to retrieve data from a table.
Examples: SELECT COUNT(*) FROM customers; SELECT AVG(price) FROM products;
Aggregate functions can also be used with the GROUP BY clause to group data by one or more columns.
Join is a SQL operation that combines rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables in a single query.
Types of join include inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all the rows from the left table and matching rows from the right table.
Right join returns al...
Join queries are used to combine data from two or more tables based on a related column.
Use the JOIN keyword followed by the name of the table you want to join.
Specify the columns you want to select from each table.
Use the ON keyword to specify the column(s) that the tables should be joined on.
There are different types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.
Example: SELECT customers.name, orde...
SQL is a programming language used to manage and manipulate relational databases.
SQL stands for Structured Query Language
It is used to create, modify, and query databases
Common commands include SELECT, INSERT, UPDATE, and DELETE
Example: SELECT * FROM customers WHERE age > 18;
A constructor is a special method used to initialize objects in a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can take parameters to set initial values.
They can be overloaded to provide multiple ways of initializing objects.
Class and object are fundamental concepts in object-oriented programming. Method overloading and method overriding are two ways to achieve polymorphism.
A class is a blueprint or template for creating objects that encapsulate data and behavior.
An object is an instance of a class that has its own state and behavior.
Method overloading is when multiple methods in a class have the same name but different parameters.
Method o...
Exception handling is the process of handling errors and unexpected events in a program.
It involves identifying and anticipating potential errors
It provides a mechanism to handle these errors gracefully
It helps prevent program crashes and improves user experience
Examples include try-catch blocks, throw statements, and finally blocks
Multithreading is the ability of a CPU to execute multiple threads concurrently. Wait method is used to pause a thread.
Multithreading allows for better utilization of CPU resources
Wait method is used to pause a thread until a certain condition is met
Other methods like notify and notifyAll can be used to wake up waiting threads
Multithreading can improve performance in applications that require parallel processing
Java pr...
JSP and Servlet are Java technologies used for creating dynamic web pages and handling HTTP requests and responses.
JSP stands for JavaServer Pages and is used for creating dynamic web pages that can interact with server-side data and logic.
Servlet is a Java program that runs on a web server and handles HTTP requests and responses.
JSP and Servlet work together to create dynamic web applications that can generate HTML, p...
SQL subquery is a query within another query used to retrieve data from one or more tables.
Subqueries are enclosed in parentheses and placed within the WHERE or HAVING clause of the outer query.
They can be used to filter, sort, or aggregate data based on the results of the subquery.
Subqueries can also be used in the SELECT statement to retrieve a single value or set of values.
Example: SELECT * FROM employees WHERE depa...
A complex query is a query that involves multiple tables, conditions, and/or functions.
Start by identifying the tables involved in the query
Determine the conditions that need to be met using WHERE clause
Use JOIN to combine tables if necessary
Use aggregate functions like COUNT, SUM, AVG, etc. to perform calculations
Use subqueries to break down complex queries into smaller parts
Test the query and refine as necessary
posted on 23 Mar 2022
based on 2 reviews
Rating in categories
Assistant Manager
121
salaries
| ₹5 L/yr - ₹14 L/yr |
Senior Executive
69
salaries
| ₹3 L/yr - ₹10 L/yr |
Manager
37
salaries
| ₹8.2 L/yr - ₹19 L/yr |
Design Engineer
24
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Senior Manager
23
salaries
| ₹13.3 L/yr - ₹25.4 L/yr |
Kirloskar Brothers
Grundfos Pumps
Crompton Greaves Consumer Electricals
Ksb Pumps