Filter interviews by
I was interviewed before Aug 2021.
Psychological tests.
ligical test. general knowledge tests.
I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.
2 rounds of apti, 1 situation based questions, other normal maths, reasoning apti test around 1.3 hours long
SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.
Identify the columns that need to be tracked for changes
Add effective start and end dates to track the validity of each record
Insert new records for changes and update end dates for previous records
Maintain a surrogate key to uniquely identify each version of the record
I can join the team within 2 weeks.
I can start within 2 weeks of receiving the offer.
I need to give notice to my current employer.
I may need to relocate, which could affect my start date.
Coding is the alphabet letters and write the correct coding in the right way
Aptitude involves the mathematical calculations required to assess amounts over a year.
The assignment revolves around the appropriate skills and experience relevant to the company.
A business plan assignment and an introduction to business assignment.
In the company, when there is a project, one team member is required to lead a group discussion about that project to enhance communication skills.
If you have a case regarding the company, how would you approach it?
I applied via Naukri.com
The lubrication system is responsible for reducing friction between moving parts in an engine by providing oil to various components.
The main components of a lubrication system include the oil pump, oil filter, oil pan, and oil passages.
The oil pump is responsible for circulating oil through the engine to lubricate moving parts.
The oil filter helps remove contaminants from the oil to prevent damage to engine components...
Diagnosing vehicle overheating concerns involves checking coolant levels, radiator condition, thermostat, and fan operation.
Check coolant levels to ensure there is enough fluid to regulate engine temperature
Inspect radiator for leaks or blockages that may be causing overheating
Test thermostat to see if it is opening and closing properly
Verify fan operation to ensure it is cooling the engine effectively
Diagnosing a vehicle involves a systematic process of identifying and troubleshooting issues.
Start by gathering information from the driver about any symptoms or issues they have noticed
Perform a visual inspection of the vehicle to look for obvious signs of damage or wear
Use diagnostic tools such as OBD scanners to read error codes and identify specific issues
Test drive the vehicle to observe any unusual behavior or no...
ADAS stands for Advanced Driver Assistance Systems. It refers to a set of safety features and technologies designed to assist drivers in the driving process.
ADAS includes features like adaptive cruise control, lane departure warning, automatic emergency braking, and blind spot monitoring.
There are different levels of ADAS ranging from Level 0 (no automation) to Level 5 (full automation).
Each level represents the extent...
Differential & Transfer case are components of a 4*4 system in vehicles, allowing power to be distributed between front and rear wheels for better traction.
Differential is a gear system that allows wheels to rotate at different speeds, necessary for turning
Transfer case is a gearbox that distributes power from the transmission to both front and rear axles in a 4*4 vehicle
4*4 system provides better traction and stab...
Connected car features refer to technology that allows vehicles to communicate with each other and with external systems for improved safety, efficiency, and convenience.
Real-time traffic updates
Remote vehicle diagnostics
Automatic emergency calling (eCall)
Vehicle-to-vehicle communication
Integration with smartphones for navigation and entertainment
Types of transmission include manual, automatic, CVT, DCT, and AMT.
Manual transmission requires the driver to manually shift gears using a clutch pedal and gear stick.
Automatic transmission shifts gears automatically without the need for manual input.
CVT (Continuously Variable Transmission) uses a belt and pulley system to provide seamless gear shifts.
DCT (Dual Clutch Transmission) uses two separate clutches for faster...
EV technology refers to electric vehicles and their associated technologies, such as batteries and charging infrastructure.
EV technology is rapidly advancing, with improvements in battery technology leading to longer range and faster charging times.
Charging infrastructure is expanding to support the growing number of EVs on the road, including fast chargers and wireless charging options.
EVs offer environmental benefits...
Automobile refers to a vehicle designed for transportation, typically with four wheels and powered by an internal combustion engine.
Automobiles are commonly used for personal transportation, commuting, and delivery of goods.
They come in various types such as cars, trucks, buses, and motorcycles.
Automobiles have evolved over time with advancements in technology, safety features, and fuel efficiency.
Examples of automobil...
Pressing the clutch pedal in a manual transmission disengages the engine from the wheels, allowing for gear changes.
Press the clutch pedal when shifting gears
Press the clutch pedal when coming to a stop
Press the clutch pedal when starting the vehicle
Press the clutch pedal when reversing
Press the clutch pedal when the vehicle is stationary
Auto transmission solenoids are electrical components that control the flow of transmission fluid to engage different gears in an automatic transmission system.
Auto transmission solenoids are electromechanical valves that open and close to regulate the flow of transmission fluid.
They are controlled by the vehicle's computer system to engage different gears based on driving conditions.
Common types of auto transmission s...
posted on 1 Dec 2024
I applied via AmbitionBox and was interviewed in Nov 2024. There were 4 interview rounds.
Management is fully supported in the department, providing resources and guidance to ensure success.
Management provides clear goals and expectations for the team
Regular check-ins and feedback sessions are conducted to support employee growth
Resources such as training programs and tools are readily available for employees
Management encourages open communication and collaboration among team members
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
It's walkin, so they conducted 1 technical mcqs round.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap uses an array of buckets to store key-value pairs.
Keys are hashed to determine the index in the array where the key-value pair will be stored.
In case of hash collisions, a linked list or a balanced tree is used to store multiple key-value pairs in the same bucket.
HashMap allows null keys...
Function to find and return all non-repeating characters in an array of strings.
Iterate through the array and count the occurrences of each character using a HashMap.
Then iterate through the array again and check if the count of each character is 1, if so add it to the result list.
Return the list of non-repeating characters.
To find the 3rd highest salary in a database, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query with 'ORDER BY salary DESC' to sort the salaries in descending order.
Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and retrieve the third highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
A qualifier in Java is used to specify additional information about a primary, which is the main data type or variable.
A primary in Java is the main data type or variable, while a qualifier provides additional information about the primary.
Qualifiers can be used to modify the behavior or characteristics of a primary.
For example, in Java, 'final' is a qualifier that can be used to make a variable constant.
The main difference is that @RestController is a specialized version of @Controller that is used for RESTful web services.
Both @Controller and @RestController are used in Spring MVC to handle HTTP requests, but @RestController is specifically used for RESTful web services.
@Controller is used to create web pages, while @RestController is used to return data in JSON or XML format.
@RestController is a convenience annotati...
OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.
Polymorphism: Ability for objects to be treated as instances of their paren...
Microservices communicate with each other through various communication protocols like HTTP, messaging queues, and gRPC.
Microservices can communicate over HTTP using RESTful APIs.
Messaging queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.
gRPC is a high-performance, open-source RPC framework that can be used for communication between microservices.
Service discovery mechanism...
Microservice endpoints can be accessed using HTTP requests with the appropriate URL
Use HTTP methods like GET, POST, PUT, DELETE to interact with the microservice
Construct the URL with the base URL of the microservice and the specific endpoint path
Include any necessary headers or parameters in the request for authentication or data filtering
Microservices allow for modular, scalable, and flexible software development by breaking down applications into smaller, independent services.
Microservices enable easier maintenance and updates as each service can be developed, deployed, and scaled independently.
They improve fault isolation, as failures in one service do not necessarily affect the entire application.
Microservices promote agility and faster time-to-mark...
I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Nov 2024. There were 2 interview rounds.
Aptitude test contains Logical Reasoning Questions, Analytical Skills questions, and some general Questions, there are no coding questions for it
based on 23 reviews
Rating in categories
Assistant Manager
5
salaries
| ₹5.2 L/yr - ₹6.5 L/yr |
HR Manager
4
salaries
| ₹9.1 L/yr - ₹11 L/yr |
Senior Manager-HR
4
salaries
| ₹10.8 L/yr - ₹12 L/yr |
Manager
3
salaries
| ₹13.1 L/yr - ₹15.5 L/yr |
HR Business Partner
3
salaries
| ₹7.5 L/yr - ₹8 L/yr |
TCS
Wipro
ICICI Bank
Infosys