Find Interview Questions for Top Companies
Ques:- For a motorist there are three ways going from City A to City C. By way of bridge the distance is 20 miles and toll is $0.75. A tunnel between the two cities is a distance of 10 miles and toll is $1.00 for the vehicle and driver and $0.10 for each…
Right Answer:
The total cost and distance for each route are as follows:

1. **Bridge**: 20 miles, $0.75 toll.
2. **Tunnel**: 10 miles, $1.00 toll for vehicle and driver, plus $0.10 for each additional passenger.

To determine the best option, calculate the total cost for the tunnel based on the number of passengers.

If there are no additional passengers, the tunnel is cheaper and shorter. If there are more passengers, the total cost for the tunnel may increase.

The bridge is a fixed cost of $0.75 for any number of passengers.

Choose the route based on the number of passengers traveling.
Ques:- How do you debug a core dump?
Right Answer:
To debug a core dump, follow these steps:

1. Use the `gdb` (GNU Debugger) command: `gdb <executable> <core-file>`.
2. Analyze the backtrace with the command `bt` to see the call stack at the time of the crash.
3. Inspect variables and memory using commands like `print <variable>` or `info locals`.
4. Check for specific error messages or signals that caused the crash.
5. Use `list` to view the source code around the crash point for context.
Ques:- The very first process created by the kernal that runs till the kernal process halts is       a) init       b) getty      c) both (a) and (b)      d) none of these
Right Answer:
a) init
Ques:- Is Windows NT a full blown object oriented operating system? Give reasons
Right Answer:
No, Windows NT is not a full-blown object-oriented operating system. While it incorporates some object-oriented concepts, such as the use of objects for system resources and a modular architecture, it does not fully adhere to object-oriented principles like encapsulation, inheritance, and polymorphism throughout its design.
Ques:- A frog in a well 30 ft deep jumps 3 ft slips 2 ft each day.How many days does take on the whole?
Right Answer:
The frog takes 28 days to reach the top of the well.
Comments
Pat Apr 26, 2023

Day 1: 30-3ft = 27+2ft = 29
Day 8: 23 jumps 3ft = 20 slips 2ft = 22
Day 16: 13 jumps 3ft = 10 slips 2ft = 12
Day 24: 3 jumps 3ft = Out?

Steven May 17, 2022

28 days
i.e. (30+1)-3 = 28 days

Kumar Mar 9, 2022

3ft per jump and slips 2ft so total 5ft
total 30ft well , 30/5=6 days

Ques:- How can deadlock be detected and prevented in practical scenarios?
Right Answer:
Deadlock can be detected using algorithms like the Wait-For Graph or Resource Allocation Graph, which monitor resource allocation and process states. Prevention can be achieved through strategies such as resource ordering, avoiding circular wait by ensuring processes request resources in a predefined order, or using timeouts to force processes to release resources if they wait too long.
Ques:- You have been assigned the task of determining if there are any user accounts defined on your system that have not been used during the last three months. Which log file should you examine to determine this information?Choose one:a. /var/log/wtmpb. /var/log/lastlogc. /var/log/utmpd. /var/log/messages
Ques:- What is signaled and non signaled state?
Right Answer:
In the context of Windows operating systems, a signaled state means that a thread or process can proceed because a specific condition has been met or an event has occurred, while a non-signaled state indicates that the thread or process must wait because the condition has not been met or the event has not occurred.
Ques:- As the system administrator you have created a directory containing some scripts that you have written. You want to have all your users to be able to run this scripts. Which file should you edit to ensure that the scripts will run without your users having to type the complete path to the script?Choose one:a. ~/.profileb. /etc/profilec. /etc/bashd. ~/.bash
Ques:- What is SUID bit
Right Answer:
The SUID (Set User ID) bit is a special permission that allows a user to execute a file with the permissions of the file's owner, rather than the permissions of the user who is executing it.
Ques:- Can 2 users have same uid and explain the file ownership and process ownership if it is possible
Right Answer:
No, two users cannot have the same UID (User Identifier) in a standard Unix/Linux system. Each UID must be unique to ensure proper file ownership and process management. If two users had the same UID, they would share the same ownership for files and processes, leading to security and operational issues.


The Technical Support Engineer category on takluu.com is designed for candidates aspiring to excel in roles that involve assisting users and maintaining the health of IT systems. Technical support engineers play a critical role in resolving software, hardware, and network problems, ensuring minimal downtime and customer satisfaction.

This section covers essential topics such as troubleshooting techniques, common technical issues, customer communication skills, software installation, hardware maintenance, and network basics. You will also learn about ticketing systems, escalation processes, and best practices for providing efficient technical assistance.

Interviews for technical support roles often test both your technical knowledge and your ability to communicate clearly under pressure. This category prepares you to handle real-life scenarios where quick thinking and problem-solving skills are crucial.

At Takluu, we provide easy-to-understand explanations, practical examples, and commonly asked interview questions to help you build confidence. Whether you’re a fresh graduate or an experienced professional looking to sharpen your skills, this category equips you to succeed in your career as a technical support engineer.

With the growing reliance on technology, skilled technical support engineers are in high demand. Our resources will help you stay updated, handle challenges effectively, and deliver excellent support that keeps businesses running smoothly.

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users