Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.
Take home assignments to validate how we code
Common design patterns used in iOS development include MVC, MVVM, Singleton, and Delegate patterns.
MVC (Model-View-Controller) - Separates data, presentation, and user interaction
MVVM (Model-View-ViewModel) - Separates data presentation and user interaction from data manipulation
Singleton - Ensures a class has only one instance and provides a global point of access to it
Delegate - Allows one object to act on behalf of
Design patterns help in organizing code and improving maintainability, but can also add complexity.
Pros: improve code organization, enhance reusability, simplify maintenance
Cons: can add complexity, may be overkill for simple projects
Example: Using MVC pattern in iOS development helps separate concerns and make code more modular
Implement better error handling, optimize performance, enhance user experience
Implement better error handling to provide more informative error messages for users
Optimize performance by reducing unnecessary network calls and improving code efficiency
Enhance user experience by improving UI/UX design and adding new features based on user feedback
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
C++ ,Java , CAD , CNC programming, Data analytics
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
Interview questions for Software Engineer position covering OOPS concepts, exception handling, SOLID principles, Java 8 features, and Streams.
Abstraction in OOPS: Hiding implementation details. Example: Abstract class Shape with method draw().
Encapsulation in OOPS: Bundling data and methods that operate on the data. Example: Class Employee with private fields and public getters/setters.
Inheritance in OOPS: Reusing code...
The interview questions cover various topics related to Spring framework, REST vs SOAP, JPA repository, Feign client, circuit breaker, and Spring Security.
Spring Boot provides a simpler and faster way to set up and run Spring applications compared to traditional Spring.
Common annotations in Spring include @Controller, @Service, @Repository, @Autowired, @Component, @RequestMapping, @GetMapping, @PostMapping, @PutMapping...
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.
Lambda expressions: Allow for more concise and readable code by enabling functional programming.
Streams: Provide a way to work with collections of objects in a more functional style.
Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.
Optional class: Helps to avoid null p...
Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.
1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.
2. @RestController - Annotation for RESTful web services.
3. @Autowired - Dependency injection annotation.
4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...
String Builder is not synchronized and faster, while String Buffer is synchronized and slower.
String Builder is not thread-safe, while String Buffer is thread-safe.
String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.
String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.
String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.
String pool helps in reducing memory usage by storing only one copy of each unique string.
Strings created using double quotes are stored in the string pool.
Strings created using new keyword are not stored in the string pool.
There are two main types of memory in a computer system: stack memory and heap memory.
Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.
Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.
Examples: C programming language uses stack memory for function calls and heap memory for dy
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Hydraulic systems and hydraulic machines.
BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.
BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.
BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...
An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.
Electric motor converts electrical energy into mechanical energy
Electric generator converts mechanical energy into electrical energy
Electric motor is used in appliances like fans, washing machines
Electric generator is used in power plants to generate electr
Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.
Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust
Two stroke engines combine intake and compression in one stroke and power and exhaust in another
Four stroke engines are m...
TCS
Accenture
Wipro
Cognizant