Filter interviews by
Online Aptitude test is conducted.Basics aptitude , IQ , reasoning
Coding test in which you have to solve easy to medium leetcode problems.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
The second largest salary in a database management system (DBMS) can be found by using the ORDER BY and LIMIT clauses in a SQL query.
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to retrieve the second row in the sorted result set
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Calculate the sum of elements in an array that are closest to a given target value.
Iterate through the array and calculate the absolute difference between each element and the target value.
Keep track of the element with the smallest difference and update the sum accordingly.
Return the sum of elements closest to the target value.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Basic C# coding Questions
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Basic aptitude and common CS fundamentals questions.
Share the current technology related topic.
A pointer is a variable that stores the memory address of another variable.
Pointers are used to access and manipulate memory directly.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declares a pointer to an integer variable
Git versioning is a system that tracks changes in code files, allowing multiple developers to collaborate and manage different versions of the codebase.
Git versioning allows developers to track changes made to code files over time.
Developers can create branches to work on new features or bug fixes without affecting the main codebase.
Commits are used to save changes to the codebase, providing a history of modifications ...
Java and Data Strcuture
Find the nearest word in a matrix of strings
Create a matrix of strings
Calculate the distance between the input word and each word in the matrix
Return the word in the matrix with the smallest distance to the input word
Find the smallest subset of strings in an array
Iterate through the array and compare the length of each string to find the smallest subset
Use a variable to keep track of the smallest subset found so far
Return the smallest subset at the end
An immutable class is a class whose instances cannot be modified after creation.
Use final keyword for class declaration to prevent inheritance
Make all fields private and final to prevent modification
Do not provide setter methods, only getter methods should be used
Implement a Springboot service to intercept HTTP requests.
Create a Springboot application with necessary dependencies.
Implement a custom interceptor by extending HandlerInterceptorAdapter.
Override preHandle and postHandle methods to intercept requests and responses.
Register the interceptor in the WebMvcConfigurerAdapter configuration class.
I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.
Machine learning algorithms in cars are implemented through sensors, data collection, training models, and real-time decision-making.
Collecting data from various sensors installed in the car, such as cameras, lidar, radar, and GPS.
Training machine learning models using the collected data to recognize patterns and make predictions.
Implementing real-time decision-making algorithms in the car's onboard computer to assist ...
Technical Service Engineer
3
salaries
| ₹3 L/yr - ₹3 L/yr |
Tata Motors
Maruti Suzuki
Asian Paints
Samsung