Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2023. There were 6 interview rounds.
The default value of int is 0.
int is a value type in C#
If a variable of type int is not initialized, it will have a default value of 0
This default value is assigned by the compiler
To improve SQL query performance, optimize indexes, use proper data types, and avoid using SELECT *.
Optimize indexes by creating indexes on columns used in WHERE, JOIN, and ORDER BY clauses.
Use proper data types to reduce storage space and improve query execution time.
Avoid using SELECT * and instead specify only the necessary columns to reduce data retrieval time.
Use stored procedures and parameterized queries to redu...
Action methods are methods in ASP.NET MVC that handle HTTP requests and return responses.
Action methods are defined in controllers.
They can be public or non-public.
They can return different types of results such as ViewResult, JsonResult, and PartialViewResult.
They can have parameters that are bound from the request data.
They can have attributes that specify HTTP verbs, caching, authentication, and authorization.
Exampl...
Lack of growth opportunities and limited exposure to new technologies.
Limited career growth prospects in the current organization.
Lack of opportunities to work on new and challenging projects.
Limited exposure to the latest technologies and tools.
Desire to work in a more dynamic and innovative environment.
Seeking better learning and development opportunities.
readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.
readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time
readonly variables can be assigned a value in the constructor, while const variables cannot
const variables ar...
const is compile-time constant, while readonly is runtime constant.
const values are determined at compile time and cannot be changed during runtime
readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime
const is used for values that are known at compile time, like mathematical constants
readonly is used when the value needs to be initialized at runtime, like d
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.
Divide the input array into two halves
Recursively sort the two halves
Merge the sorted halves back together
Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
Choose a pivot element from the array.
Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.
Recursively apply the same process to the sub-arrays.
Combine the sorted sub-arrays to get the final sorted array.
posted on 27 Nov 2024
posted on 23 Sep 2024
30 question -30 min,topics - profit or loss , time work distance ,time speed ,upstreaam downstream percentage ,probability
posted on 14 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
1.30
Basic profit/loss,percentages questions
posted on 24 Sep 2024
I applied via Campus Placement
Easy aptitude, 30 min with 20 question
Online test which consists of java, angular, micro services related questions
Static methods belong to the class itself, while default methods are part of an interface in Java.
Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.
Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.
Static methods cannot be overridden in subclas...
I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.
String , Array ,Collection framework related questions.
Ecommerce site with Login,Review,AddToCart,Order features,Filter features.
based on 1 review
Rating in categories
Software Developer
9
salaries
| ₹3 L/yr - ₹5.3 L/yr |
Softwaretest Engineer
8
salaries
| ₹2.5 L/yr - ₹5 L/yr |
Design Engineer
7
salaries
| ₹2.6 L/yr - ₹6.5 L/yr |
Information Technology Recruiter
7
salaries
| ₹3.4 L/yr - ₹5 L/yr |
Mechanical Engg. Design
4
salaries
| ₹3.6 L/yr - ₹7.3 L/yr |
TCS
Infosys
Wipro
HCLTech