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.
1. Explain APIPA.
Auto Private IP Addressing (APIPA) takes effect on Windows 2000 Professional computers if no DHCP server can be contacted. APIPA assigns the computer an IP address within the range of 169.254.0.0 through 169.254.255.254 with a subnet mask of 255.255.0.0.
2. Explain hidden shares.
Hidden or administrative shares are share names with a dollar sign ($) appended to their names. Administrative shares are usually created automatically for the root of each drive letter. They do not display in the network browse list.
3. How can I check the error conditions in a VBScript script?
By default, a VBScript script will halt on an error. However, you can add the following line at the beginning of the script: on error resume next
4. How do I insert a server name as part of an LDAP path?
Typically LDAP paths take the form LDAP://ou=testing,dc=savilltech,dc=com. If you want to place a specific server into the LDAP path, add it after the LDAP:\\ and before the distinguished name (DN). For example, for server savdaldc01, the path would become: LDAP://savdaldc01/ou=testing,dc=savilltech,dc=com.
5. How do you configure mandatory profiles?
Rename ntuser.dat to ntuser.man
6. How does Internet Connection Sharing work on Windows 2000?
Internet Connection Sharing (ICS) uses the DHCP Allocator service to assign dynamic IP addresses to clients on the LAN within the range of 192.168.0.2 through 192.168.0.254. In addition, the DNS Proxy service becomes enabled when you implement ICS.
7. How would you optimise Exchange 2003 memory usage on a Windows Server 2003 server with more than 1Gb of memory?
Add /3Gb switch to boot.ini
8. I had some NTFS volumes under my Windows NT installation. What happened to NTFS after Win 2k installation? Answer: It got upgraded to NTFS 5. How do you convert a drive from FAT/FAT32 to NTFS from the command line?
convert c: /fs:ntfs
9. If I rename an account, what must I do to make sure the renamed account has the same permissions as the original one?
Nothing, it?s all maintained automatically.
10. Name the process names for the following: System Attendant?
MAD.EXE, Information Store ? STORE.EXE, SMTP/POP/IMAP/OWA ? INETINFO.EXE