Desktop Engineer

  Home  Engineering  Desktop Engineer


“Desktop Engineer job preparation guide for freshers and experienced candidates. Number of Desktop Engineer frequently asked questions(FAQs) asked in many interviews”



58 Desktop Engineer Questions And Answers

1⟩ Tell me what other duties you undertook that were beyond the scope of your work. Have you interacted with the IT staff?

Communicate your ability to handle different tasks and challenges. Show how you are well versed with special systems and communicate with professionals in your area of expertise. Include coordinating with Information Technology professionals to enhance system communication, peripherals and network operation. You may also relate your experience in installing computer performance monitoring equipment.

 183 views

2⟩ Did you generally work in a team to solve problems? Do you worked independently as well?

As a desktop engineer you must have the ability to work with others and alone. Describe how you have worked with your staff members to determine solutions to major issues. Impart as well your own individual assessments to identify minor failures and how you've used your communication skills to consult others for solutions to problems beyond your specialty.

 209 views

10⟩ What is the work place in Desktop Engineer?

Desktop engineers work in office environments in most cases. Some companies require their engineers to travel between different work sites. There are remote support technologies that are allowing companies to cut down on their desktop engineer travel times, as common problems can be diagnosed and fixed over a remote connection.

 187 views

13⟩ How do I edit my Boot.ini?

Open Run, type "msconfig" and press Enter to open System Configuration Utility. Select the tab labelled BOOT.INI. Click the button labelled Check All Boot Paths. A dialog box will open detailing the location of any invalid operating system locations.

 220 views

14⟩ Which command is used to check IP configuration?

You can use ipconfig /all to display all of the current TCP/IP configuration values, including the IP address, subnet mask, default gateway, and Windows Internet Naming Service (WINS) and DNS configurations.

 195 views

15⟩ How do I start in Safe Mode?

☛ Open Run, type "msconfig" and press Enter. A system configuration window will pop up; now go to the Boot tab, check the "Safe boot" box and select "Minimal" for a typical safe boot. Click Apply and your computer will boot into Safe Mode the next time it restarts.

☛ Reboot the computer. Start pressing the F8 key as soon as your system starts to boot. This will open multiple boot options including Safe Mode.

 206 views

16⟩ What is the use of Safe Mode? When should we use it in Windows?

Often, we have to start Windows in Safe Mode in order to remove spyware or for troubleshooting driver problems and other diagnostic purposes. Only specific programs and files with limited driver support are needed to run the operating system. This will allow you to attempt to remove viruses, change bad drivers and perform other diagnostic tasks that cannot be done in Normal Mode.

 211 views

17⟩ What is the use of the BOOT.ini file?

Boot.ini files are required in booting Windows operating systems, starting with Windows NT. The boot.ini file also provides flexibility for dual booting multiple operating systems on the same computer.

 187 views

18⟩ What is a default gateway? What happens if I don't have one?

A default gateway is a routing device used to forward all traffic that is not addressed to a destination within the local network or local sub-net. If you don't have a default gateway, it is not possible to communicate with the network device/host of different networks. Dial-up internet connections do not require a default gateway though because it is present in the ISP itself.

 210 views

20⟩ What is DNS and why do we use it on workstations?

The Domain Name System (DNS) is used to resolve human-readable host names like www.rendc.org into machine-readable IP addresses like 69.143.201.22. The DNS address is configured on workstations. Windows redirects all domain names to resolve into IP addresses.

 203 views