i
R Systems International
Filter interviews by
I was interviewed before Mar 2023.
Top trending discussions
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.
Overloading allows a class to have multiple methods with the same name but different parameters.
Overriding is when a subclass provides a specific implementation of a method that is already defined in its parent class.
Example o...
Server side session management involves storing user data on the server to maintain state. Types include in-process, out-of-process, and database.
In-process session state: Data stored in memory on the same server as the application.
Out-of-process session state: Data stored in a separate server or service, such as a state server or Redis cache.
Database session state: Data stored in a database, such as SQL Server or MySQ...
Debugging stored procedures involves using tools like SQL Server Management Studio, setting breakpoints, and analyzing query execution.
Use SQL Server Management Studio to debug stored procedures
Set breakpoints in the stored procedure code to pause execution at specific points
Analyze query execution using tools like SQL Profiler to identify issues
Use PRINT or SELECT statements to output intermediate results for debuggin...
Compile time binding occurs during compilation while runtime binding occurs during execution.
Compile time binding is also known as early binding, where the method to be called is determined at compile time based on the type of the object.
Runtime binding is also known as late binding, where the method to be called is determined at runtime based on the actual type of the object.
Compile time binding is faster as it is don...
I applied via Job Portal
Logically question, mathematics
Join in SQL is used to combine rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables based on a related column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I applied via Referral and was interviewed in Jan 2023. There were 5 interview rounds.
Good not much difficult easily crakeable with normal knowledge
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Difference between IEnumerable and IQueryable
IEnumerable is used for in-memory collections while IQueryable is used for querying data from a database
IEnumerable executes the query on the client-side while IQueryable executes the query on the server-side
IQueryable supports deferred execution while IEnumerable does not
Htmlfor generates a label and input element with a specified name, while html does not.
Htmlfor is used to generate a label and input element with a specified name
Html is used to generate HTML markup
Htmlfor is used for strongly-typed views
Htmlfor is more secure as it binds the input to a model property
Htmlfor is used for creating form elements
Html is used for creating HTML elements
Abstract classes are partially implemented classes that can have both abstract and non-abstract members. Interfaces are fully abstract classes that define a contract for implementing classes.
Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.
A class can inherit from only one abstract class, but it can implement multiple interfaces.
Abstract classes can provide default imple...
Query to find 4th highest salary
Use the 'ROW_NUMBER' function to assign a rank to each salary
Order the salaries in descending order
Select the salary with rank 4
MVC is a web application framework for building web pages, while WebAPI is a framework for building HTTP services.
MVC is used for building web applications that return HTML views to the client.
WebAPI is used for building HTTP services that return data in JSON or XML format.
MVC has a view engine that generates HTML output, while WebAPI does not.
MVC has a controller that handles user input and updates the model, while We...
I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.
First round will be assessment round where one guy from there team will share his screen to you have give the control and you have to complete the assessment….questions are related to .net field and c#
Senior Software Engineer
1k
salaries
| ₹8 L/yr - ₹27.1 L/yr |
Project Lead
947
salaries
| ₹11 L/yr - ₹35 L/yr |
Software Engineer
339
salaries
| ₹4.5 L/yr - ₹16.1 L/yr |
Senior Project Leader
259
salaries
| ₹12.5 L/yr - ₹34 L/yr |
Technical Architect
145
salaries
| ₹16 L/yr - ₹38 L/yr |
HCLTech
Tech Mahindra
Mphasis
LTIMindtree