Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.
MVC stands for Model-View-Controller. It is a software design pattern used to separate concerns in an application.
Model represents the data and business logic of the application.
View is responsible for displaying the data to the user.
Controller acts as an intermediary between Model and View, handling user input and updating the Model.
MVC helps in achieving separation of concerns, making the code more organized and main...
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 interview rounds.
Session management, design patterns, OOP concepts, C#, JavaScript, jQuery, LINQ
Session management types: in-process, out-of-process, database, cookie-based
Design patterns: Singleton, Factory, Observer, MVC
OOP concepts: Inheritance, Polymorphism, Encapsulation, Abstraction
C#: Strongly typed language, supports object-oriented programming
JavaScript: Dynamic scripting language, used for client-side web development
jQuery: J...
Index types in databases include primary, unique, clustered, and non-clustered indexes.
Primary index: Unique key that identifies each row in a table.
Unique index: Ensures that all values in the index column are unique.
Clustered index: Physically reorders the data in the table based on the index key.
Non-clustered index: Does not alter the physical order of the table and can be created on columns other than primary key.
Page life cycle and custom authentication implementation
Page life cycle refers to the stages a web page goes through from initialization to disposal
Custom authentication can be implemented by creating a custom authentication provider or using third-party libraries
In ASP.NET, you can implement custom authentication by creating a custom membership provider or using Identity framework
Top trending discussions
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
DSA Round - Graphs & Trees
posted on 6 Aug 2024
I applied via Naukri.com
posted on 8 Sep 2023
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 interview rounds.
Mixed conceptual questions from java8, Spring Boot and SQL and microservices
Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.
Use lazy initialization to create the instance only when needed.
Use synchronized keyword to make the getInstance() method thread-safe.
Consider using double-checked locking for better performance.
Use enum to implement singleton pattern as it is inherently thread-safe.
Linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently in a linked list
Traversal starts from the head node and follows the next pointers
Caching in Hibernate improves performance by storing frequently accessed data in memory.
Hibernate supports first-level cache at session level
Second-level cache can be configured at session factory level
Caching strategies include read-only, read-write, and transactional
Cache providers like Ehcache, Infinispan, and Hazelcast can be used
I applied via Job Portal
DSA:
Dynamic programming;
More focus on approach and readability.
Ephasis on dry run and test cases
posted on 4 Jan 2022
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
To resolve sb37, increase space by twice and use volume counter to increment extend if needed.
Increase space by twice at first
If issue persists, use volume counter to increment extend
Ensure adequate space is available before running job
posted on 10 Oct 2023
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
It was a easy test with 15 MCQs
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
This was a panel interview with 2 DSA questions, 1 hiring manager round and 1 system design
posted on 21 May 2022
Java threads are lightweight processes that enable concurrent execution of code.
Threads allow multiple tasks to be executed simultaneously within a single program.
They share the same memory space and can communicate with each other.
Java provides built-in support for creating and managing threads through the Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
Thread s...
Interview experience
based on 5 reviews
Rating in categories
Senior Software Engineer
9
salaries
| ₹6 L/yr - ₹12 L/yr |
Software Engineer
6
salaries
| ₹4.4 L/yr - ₹8 L/yr |
Senior Network Engineer
5
salaries
| ₹6 L/yr - ₹7.5 L/yr |
Softwaretest Engineer
4
salaries
| ₹1 L/yr - ₹1.4 L/yr |
Deputy Manager HR
4
salaries
| ₹8.8 L/yr - ₹11.4 L/yr |
TCS
Infosys
Wipro
HCLTech