Filter interviews by
Indexers in C# allow objects to be indexed like arrays, providing a way to access elements using an index value.
Indexers are defined using 'this' keyword followed by square brackets containing the index parameters.
They can be used to get or set the value of an element in a collection or class.
Example: public string this[int index] { get { return myArray[index]; } set { myArray[index] = value; }}
Application Poll is a process where the application periodically checks for updates or changes in a certain resource or data source.
Application Polling is commonly used in web applications to update data without the need for manual refresh.
It helps in keeping the application up-to-date with the latest information.
Polling intervals can be set based on the frequency of updates in the resource being monitored.
AsNoTracking in Linq is used to disable change tracking in Entity Framework, improving performance by not storing entities in the context.
AsNoTracking method is used to retrieve data without tracking changes made to the entities.
It is useful when you only need to read data and do not intend to update or delete it.
By using AsNoTracking, you can improve performance by avoiding the overhead of storing entities in the cont...
API testing involves verifying the functionality, performance, reliability, and security of an API.
Write test cases to cover all possible scenarios
Use tools like Postman or SoapUI for manual testing
Automate testing using tools like Selenium or JUnit
Verify response codes, data formats, and error handling
Perform load testing to check performance under heavy traffic
Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.
Middleware is a layer of software that connects different components of an application, such as the frontend and backend.
It can handle tasks like authentication, logging, error handling, and request processing.
Custom middleware can be implemented by creating a function that...
Top trending discussions
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Easy to medium leetcode questions
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Google and was interviewed in Aug 2023. There were 4 interview rounds.
Coding questions about array and string.
Cosing questions about sql and ds.
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I appeared for an interview in Jul 2024.
Leet code medium level question
Guide to completing a RESTful API coding task with essential pointers and examples.
Understand REST principles: Use HTTP methods (GET, POST, PUT, DELETE) appropriately.
Define clear endpoints: Example - /api/users for user-related operations.
Implement status codes: Use 200 for success, 404 for not found, 500 for server errors.
Use JSON for data interchange: Ensure requests and responses are in JSON format.
Consider authent...
Managing multiple events on a single variable requires careful synchronization to ensure accurate results.
Use locks or mutexes to prevent race conditions when accessing the variable.
Implement event debouncing to limit the frequency of updates, ensuring only the final event is processed.
Utilize a queue to handle events sequentially, processing them one at a time to maintain accuracy.
Consider using atomic operations for ...
Fizz buzz question and array related
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
General topics like mathe, English, social etc
based on 1 interview experience
Difficulty level
Duration
Software Engineer
220
salaries
| ₹5 L/yr - ₹18.9 L/yr |
Senior Software Engineer
90
salaries
| ₹10.5 L/yr - ₹28.1 L/yr |
Associate Software Engineer
80
salaries
| ₹5 L/yr - ₹12.6 L/yr |
Software Developer
48
salaries
| ₹4.5 L/yr - ₹17.5 L/yr |
Java Developer
43
salaries
| ₹2.5 L/yr - ₹4.9 L/yr |
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems
F1 Info Solutions and Services