Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 5 interview rounds.
Check if the string is palindrome or not.Easy to do using a stack data type
Data Annotations are attributes used in .NET Framework to provide metadata about data elements.
Data Annotations are used to validate data in models.
They can be used to specify data types, display names, and format strings.
Examples include [Required], [StringLength], and [RegularExpression].
Solid Principles are a set of five design principles for writing maintainable and scalable software.
Single Responsibility Principle (SRP)
Open/Closed Principle (OCP)
Liskov Substitution Principle (LSP)
Interface Segregation Principle (ISP)
Dependency Inversion Principle (DIP)
To tune a Stored Procedure, identify bottlenecks, optimize queries, and use indexes.
Identify slow queries and optimize them
Use indexes to improve query performance
Avoid using cursors and temporary tables
Minimize network traffic by reducing data returned
Use SET NOCOUNT ON to reduce network traffic
Use stored procedure parameters instead of constants or variables
Use TRY/CATCH blocks to handle errors
Monitor performance usi...
Routing in MVC is the process of mapping URLs to controller actions.
Routing determines which controller and action should handle a request.
Routes are defined in the RouteConfig.cs file.
Routes can include parameters that are passed to the controller action.
Routes can also include constraints to limit which requests match the route.
Example: /products/5 maps to the ProductsController's Details action with id parameter 5.
I break down the problem into smaller parts and research each part to find a solution.
Identify the problem and its requirements
Break down the problem into smaller parts
Research each part to find a solution
Try different approaches and test them
Collaborate with colleagues or seek help from online communities
Top trending discussions
I applied via Instahyre and was interviewed in Nov 2023. There were 4 interview rounds.
Cpding questions along with pther quantitative and qualitative questions
Discussion with manager about background and other details.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
First round will be coding test which will have Core java questions
Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.
Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.
Extension Class Loader loads classes from the extensions directory.
System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.
Use a single loop to find the 3rd highest number in an array with minimum time complexity.
Iterate through the array and keep track of the three highest numbers encountered so far.
Update the three highest numbers as you iterate through the array.
Return the third highest number once the loop is completed.
CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.
CyclicBarrier is reusable, while CountDownLatch is not.
CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.
CyclicBarrier resets automatica...
JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.
JPARepository extends CRUDRepository and provides additional JPA-specific methods.
CRUDRepository is a generic interface for CRUD operations on a repository.
JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.
JPARepository...
posted on 11 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
I applied via Campus Placement
Machine coding round
posted on 24 Oct 2024
Medium level question
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Know your resume and your basics
Know class diagrams. Very Huge for workday.
based on 3 reviews
Rating in categories
Software Engineer III
43
salaries
| ₹9.8 L/yr - ₹20.5 L/yr |
Software Engineer
34
salaries
| ₹4.4 L/yr - ₹12.5 L/yr |
Software Engineer2
26
salaries
| ₹7.5 L/yr - ₹13 L/yr |
Business Analyst
24
salaries
| ₹5.5 L/yr - ₹14 L/yr |
Technical Project Manager
24
salaries
| ₹11.9 L/yr - ₹31 L/yr |
Wipro
TCS
Infosys
HCLTech