Filter interviews by
Be the first one to contribute and help others!
posted on 21 May 2024
I applied via Company Website and was interviewed before May 2023. There were 4 interview rounds.
Maths , coding , verbal and non verbal
1 Basic and 2 Difficult
I was interviewed in Oct 2016.
posted on 16 Dec 2017
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.
SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.
@Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...
Stream API in Java provides a way to process collections of objects in a functional style.
Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.
Example: List
Lambda expressions can be used with Stream API to define behavio...
posted on 20 Dec 2024
It was Easy to medium . overall good
It was Medium to tough level
FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.
FIFO: Items that are added first are the first to be removed. Like a queue.
LIFO: Items that are added last are the first to be removed. Like a stack.
I would focus on improving access to quality education for all citizens.
Implementing policies to ensure equal opportunities for education
Investing in infrastructure and resources for schools in underserved areas
Providing scholarships and financial aid for students from low-income families
Promoting vocational training programs to address skills gaps in the workforce
posted on 6 Jan 2025
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
Check if array of strings is monotonous
Iterate through the array and compare each string with the next one to check for monotonicity
If all strings are in increasing or decreasing order, the array is monotonous
Examples: ['apple', 'banana', 'cherry'] is monotonous, ['orange', 'kiwi', 'apple'] is not
I have 5 years of experience as an Applications Engineer in the automotive industry.
Designed and implemented software solutions for vehicle diagnostics
Collaborated with cross-functional teams to troubleshoot and resolve technical issues
Provided technical support to customers and conducted product demonstrations
Developed training materials and conducted training sessions for internal teams
Contributed to product developm...
posted on 12 Dec 2024
Use the equals() method in Java to compare two strings for equality.
Use the equals() method to compare two strings for equality.
Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }
posted on 15 May 2022
I applied via Job Portal and was interviewed before May 2021. There were 2 interview rounds.
TCS
Accenture
Wipro
Cognizant