Infosys
Zingo Hotels Interview Questions and Answers
Q1. what are different types of load balancing?
Load balancing is a technique used to distribute workload across multiple servers to improve performance and availability.
There are different types of load balancing such as Round Robin, Least Connection, IP Hash, and Weighted Round Robin.
Round Robin distributes requests evenly across servers in a cyclic manner.
Least Connection assigns requests to the server with the least active connections.
IP Hash uses the client's IP address to determine which server to send the request to...read more
Q2. What is the difference between kill and kill -9
kill terminates a process, while kill -9 forcefully terminates a process.
kill sends a termination signal to a process, allowing it to gracefully exit.
kill -9 sends a SIGKILL signal to a process, forcing it to immediately terminate.
kill -9 should be used as a last resort, as it does not allow the process to clean up resources or save data.
kill -9 is often used when a process is unresponsive or stuck in an infinite loop.
Example: 'kill 1234' will send a termination signal to pro...read more
Q3. Difference between ref and out
Ref and out are both used to pass parameters by reference in C#. Ref is bidirectional while out is unidirectional.
Ref and out are used to pass parameters by reference instead of by value
Ref is used for both input and output parameters while out is only used for output parameters
Ref requires the variable to be initialized before passing while out does not
Example: void MyMethod(ref int x) { x = x + 1; }
Example: void MyMethod(out int x) { x = 1; }
Q4. Explain about server and SQL
Servers and SQL are essential components of modern computing infrastructure.
A server is a computer program or device that provides functionality for other programs or devices, called clients.
SQL (Structured Query Language) is a programming language used to manage and manipulate relational databases.
Servers and SQL are often used together to provide web-based applications and services.
Examples of popular server software include Apache, Nginx, and Microsoft IIS.
Examples of popu...read more
Q5. What is Active Directory
Active Directory is a directory service developed by Microsoft for Windows domain networks.
Centralized database for managing network resources
Stores information about users, computers, and other network objects
Allows administrators to manage permissions and access control
Supports single sign-on for users to access multiple resources with one login
Q6. What is BSOD error
BSOD stands for Blue Screen of Death, a Windows operating system error screen displayed when a system encounters a critical error.
BSOD is a stop error screen that appears when the Windows operating system encounters a system crash or critical error.
It is often caused by hardware failures, driver issues, or software conflicts.
BSOD provides an error code and information about the error, which can help in troubleshooting the issue.
Common examples of BSOD errors include IRQL_NOT_...read more
Top HR Questions asked in Zingo Hotels
Interview Process at Zingo Hotels
Top Technical Support Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month