These interview questions with answers will test your basic knowledge of PC and networking.



Software testing - Questions and Answers - PC and networking
  1. Question: How to open the command prompt?
    To open a command prompt window in Windows 2000 or XP, click Start | Run, type cmd in the box, and click OK.
  2. Question: How to find IP address of your connection?
    Go to start/run type 'cmd' then type 'ipconfig' Add the '/all' switch for more info.
  3. Question: How to verify connection to remote computer?
    Ping tool verifies connections to remote computers
    example: In cmd type c:>ping 192.168.0.1 -t
    -t Ping the specified host until interrupted
    -a Resolve addresses to hostnames
  4. Question: How to find a path on the network from your PC that is running load test script to web server?
    Use Tracert Utility runs at the Command prompt. It will trace a path from you to the URL or IP address given along with the tracert command. Tracert determines the route taken to a destination by sending ICMP echo packets
  5. Question: How to find what ports are open on your system?
    In cmd type c:>netstat This command gives you a generic look at what ports are open on your system
  6. Question: What TCP/IP Settings are used on computer?
    Description of TCP/IP Settings that are used in network troubleshooting
    1. IP Address
    2. Subnet Mask
    3. Default Gateway
    4. DHCP Server
    5. DNS Servers
  7. Question: What is telnet?
    Telnet is a text based communication program that allows you to connect to a remote server over a network
    telnet
    is the name or IP address of the remote server to connect to.
    is the port number of the service to use for the connection. The default is 23 (TELNET service).
  8. Question: How to find a network configuration of your PC?
    In cmd type c:> net config workstation
    the result displays a list of configurable services: computer name,user name, logon domain, domain DNS name.
  9. Question: How to test new or updated driver for printer?
    Answer:
    Print a printer test page as a smoke test
    Print from a command prompt (cmd)
    Print a new documents in different formats like .txt, .doc, .pdf ( see example: Windows Word Print Testing), .tif (format multiple pages)
    Print a new document in different languages according requirements. You can Download Windows Word Print Testing now a free copy of Windows Word Print Testing in PDF format.
  10. Question: How to find what program used as default for opening file .xyz
    In cmd type C:> assoc .xyz which program will open that .xyz file
  11. Question: How to change settings in command prompt?
    The first thing you'll want to do is Start, Run, cmd.exe, then right click the window menu and choose properties. Try the following values for improvement:
    Options | Command History | Buffer Size | 400
    Options | Command History | Discard Old Duplicates | True
    Options | Edit Options | QuickEdit Mode | True
    Layout | Screen buffer size | Height | 900
    Layout | Window size | Height | 40
  12. Question: How to start DirectX Diagnostic Tool ?
    To start the DirectX Diagnostic Tool: 1. Click Start, and then click Run.
    In the Open box, type dxdiag, and then click OK.
  13. Question: How to determine whether there is an issue with the DNS configuration of your connection to your ISP?
    At a command prompt, type ipconfig /all, and then press ENTER to display the IP address of your DNS server. If the IP address for your DNS server does not appear, you need contact your ISP.
  14. Question: What do you need to do that your browser will point URL www.YourTest.com to the internal IP address 127.99.11.01?
    Make changes in the hosts file in C:\WINDOWS\system32\drivers\etc
    The Hosts file is looked at first before going out to the DNS (Domain Name Service) servers.
    you have to put the following on new lines at the end of hosts file:
    127.99.11.01 YourTest.com
    127.99.11.01 www.YourTest.com
  15. Suppose a computer wants to send a packet on ethernet. The computer first waits for what?
    Answer: Waits for the ethernet wire to be quiet.
  16. Question: What is the purpose of a packet checksum?
    Answer: Allow the recipient to detect if bytes received were corrupted in transit.
  17. Question: Which one of the following is not a valid IP address?
    43.257.99.16
    61.250.13.7
    48.68.214.106
  18. Question:What does ping do?
    Answer: Sends a "Hi" packet to a computer, getting back a "Hi" packet.
  19. Question: What can you suggest to enhance testing process on windows OS?
    Put shortcut to notepad.exe in SendTo folder. It is speed up work with different files like hosts, configuration files.
  20. Question: What is FTP?
    FTP is short for File Transfer Protocol. This is the protocol used for file transfer over the Internet.



On this page I put some Interview Questions for QA and testers. These PC and networking Interview Questions are very simple and mainly were used for interviewing software testers who is involved in any type of testing. The interview questions found above are listed in order of complexity. However all new PC and networking interview questions (regardless of there difficulty) will be added to the bottom of the list. You can find more PC and network related Interview Questions searching the WEB. END PC and Networking Interview Questions.



Interview Questions QA Main Page
© January 2006 Alex Samurin geocities.com/xtremetesting/ © eXtremeSoftwareTesting.com