Microsoft Windows is a family of operating systems by Microsoft. They can run on several types of platforms such as servers, embedded devices and, most typically, on personal computers. Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing trend of graphical user interfaces (GUI) popularized by the Macintosh. Microsoft Windows eventually came to dominate the world's personal computer market.
Microsoft Windows Interviews are getting tough these days as the technology grows faster. To get through the Microsoft Windows interview one needs to update him/herself in a regular manner. Having said that, just before the interview, it is very important to have a quick glance of the reputed Microsoft Windows questions and answers to make yourself comfortable during the interview process. This is where DoAnswers.com helps you in renewing yourself on Microsoft Windows and various other technologies interview preparation.
21. What is the maximum amount of databases that can be hosted on Exchange 2003 Enterprise?
20 databases. 4 SGs x 5 DBs.
22. What must be done to an AD forest before Exchange can be deployed?
Setup /forestprep
23. What permissions does folder inherit from the parent?
When you combine NTFS permissions based on users and their group memberships, the least restrictive permissions take precedence. However, explicit Deny entries always override Allow entries.
24. What would a rise in remote queue length generally indicate?
This means mail is not being sent to other servers. This can be explained by outages or performance issues with the network or remote servers.
25. What would a rise in the Local Delivery queue generally mean?
This indicates a performance issue or outage on the local server. Reasons could be slowness in consulting AD, slowness in handing messages off to local delivery or SMTP delivery. It could also be databases being dismounted or a lack of disk space.
26. What's a maximum number of processors Win2k supports?
2
27. What's the most powerful group on a Windows system?
Administrators.
28. Where can I get new gadgets for Windows Vista Sidebar?
Additional gadgets for Vista Sidebar are available at http://gallery.microsoft.com/Results.aspx?vista=landing&rdm=593944&l=1&ti=2 . After you download the .gadget file, execute it and you'll be prompted to install it, as the figureshows. After installing the file, click the plus sign at the top of the Windows Sidebar screen to make the new gadget available. To uninstall a gadget, simply right-click it and select uninstall.
29. which will cause the script to continue executing even after encountering an error. When this line is in place, after running commands you can check for errors using the following logic:
if err.number<>0 then wscript.echo err.number, err.description err.Clear end if
30. Why can't I encrypt a compressed file on Windows 2000?
You can either compress it or encrypt it, but not both.