Premium Employer

Infosys

3.6
based on 39.5k Reviews
Filter interviews by

Zingo Hotels Interview Questions and Answers

Updated 17 Feb 2024
Popular Designations

Q1. what are different types of load balancing?

Ans.

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

Add your answer

Q2. What is the difference between kill and kill -9

Ans.

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

Add your answer

Q3. Difference between ref and out

Ans.

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; }

Add your answer

Q4. Explain about server and SQL

Ans.

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

Add your answer
Discover Zingo Hotels interview dos and don'ts from real experiences

Q5. What is Active Directory

Ans.

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

Add your answer

Q6. What is BSOD error

Ans.

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Zingo Hotels

based on 9 interviews
1 Interview rounds
Personal Interview1 Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Technical Support Engineer Interview Questions from Similar Companies

3.5
 • 24 Interview Questions
4.3
 • 18 Interview Questions
3.8
 • 17 Interview Questions
4.7
 • 15 Interview Questions
4.2
 • 13 Interview Questions
3.7
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter