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
posted on 21 Aug 2024
Some general questions
I researched the company online and read about its history, mission, and recent news.
Researched company website for information about their services and products
Read recent news articles or press releases about the company
Looked up company reviews on websites like Glassdoor or Indeed
Checked out the company's social media profiles for updates and announcements
My salary expectation is based on my experience, skills, and the industry standard for Network Administrators.
Consider my level of experience and expertise in the field
Research the average salary range for Network Administrators in the specific location and industry
Factor in any additional certifications or specialized skills that may warrant a higher salary
Be open to negotiation based on the overall compensation packa
posted on 16 Sep 2024
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization helps in minimizing data redundancy by dividing the database into multiple tables.
It ensures data integrity by avoiding update anomalies.
Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.
Example: In a database, instead of storing customer details i...
Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.
Allows accessing metadata of types and members at runtime
Enables dynamic instantiation of objects
Facilitates invoking methods dynamically
DHCP is a network protocol that assigns IP addresses automatically to devices on a network.
DHCP stands for Dynamic Host Configuration Protocol
It allows devices to obtain IP addresses and other network configuration information dynamically
DHCP server assigns IP addresses to devices within a network
DHCP lease time determines how long an IP address is valid for a device
DHCP renewal process occurs when a device tries to re
posted on 11 Apr 2024
Increment last element of array by 1 and carry over to second last element
Iterate through the array in reverse order
Increment the last element by 1 and check if it becomes 10
If last element becomes 10, set it to 0 and carry over 1 to the second last element
posted on 22 Aug 2024
I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.
Genral question are asked
Software Engineer
198
salaries
| ₹6 L/yr - ₹18.8 L/yr |
Senior Software Engineer
77
salaries
| ₹10.5 L/yr - ₹30 L/yr |
Associate Software Engineer
76
salaries
| ₹5 L/yr - ₹14.2 L/yr |
Software Developer
36
salaries
| ₹4.6 L/yr - ₹13.9 L/yr |
Java Developer
34
salaries
| ₹2.5 L/yr - ₹4.9 L/yr |
Infosys
TCS
Wipro
HCLTech