Filter interviews by
Its 75 marks test which you can give anytime virtually by their link
Code for catching an exception in C#
Use try-catch block to catch exceptions
Handle specific exceptions using multiple catch blocks
Use finally block to execute code regardless of exception
Throw custom exceptions using throw keyword
Code for a logout form in a DOT NET application
Create a logout button in the form
Add functionality to clear session data
Redirect user to login page after logout
Top trending discussions
D/W array is a dynamic array in .Net that can grow or shrink in size. ArrayList is a collection class that can store objects of any type.
D/W array is a resizable array that automatically adjusts its size as elements are added or removed.
ArrayList is a collection class that can store objects of any type, allowing for flexibility in data storage.
Example: D/W array - string[] myArray = new string[5]; ArrayList - ArrayList
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
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Program to calculate factorial of a number using for loop
Initialize a variable to store the factorial result
Use a for loop to iterate from 1 to the given number
Multiply the current value with the factorial result in each iteration
Return the factorial result
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Debugging techniques involve using logs to identify and fix issues in code.
Types of logs include console logs, file logs, event logs, and trace logs.
Debugging techniques include using breakpoints, stepping through code, and analyzing error messages.
Logging frameworks like log4net and NLog can be used to generate logs for debugging purposes.
I applied via Campus Placement
30 min aptitude quetiobs
2 coding questions where asked i simple logics
based on 1 interview
Interview experience
Software Developer
97
salaries
| ₹2 L/yr - ₹7.7 L/yr |
Business Analyst
29
salaries
| ₹3.5 L/yr - ₹9.2 L/yr |
Application Support Executive
24
salaries
| ₹2.1 L/yr - ₹7.2 L/yr |
Application Support Engineer
22
salaries
| ₹2.1 L/yr - ₹5.5 L/yr |
Associate Software Developer
15
salaries
| ₹2 L/yr - ₹2.6 L/yr |
Infosys
TCS
Wipro
HCLTech