3COM certification 3COM
Adobe certification Adobe
Apple certification Apple
Avaya certification Avaya
BEA certification BEA Systems
Business Objects certification Business Objects
Check Point certification CheckPoint
Cisco certification Cisco
Citrix certification Citrix
CIW certification CIW
COGNOS certification COGNOS
CompTIA certification CompTIA
CWNP certification CWNP
EC-Council certification EC-Council
EMC certification EMC
Exam Express certification Exam Express
Exin certification Exin
F5 Networks certification F5 Networks
H3C certification H3C
HDI certification HDI
HP certification HP
Hitachi certification Hitachi
IBM certification IBM
Isaca certification Isaca
ISC certification ISC
ISEB certification ISEB
Juniper certification Juniper Networks
Lotus certification Lotus
LPI certification LPI
Microsoft certification Microsoft
Mile2 certification Mile2
Network Appliance certification Network Appliance
Nortel certification Nortel
Novell certification Novell
Oracle certification Oracle
PMI certification PMI
RedHat certification RedHat
RSA certification RSA Security
SAIR certification SAIR
SAS certification SAS Institute
SNIA certification SNIA
Sun certification Sun
Sybase certification Sybase
Symantec certification Symantec
Teradata certification Teradata
Tibco certification Tibco
Veritas certification Veritas
VMware certification VMware
All Exams

Microsoft 70-660 Exam - CertifySky.net

Free 70-660 Sample Questions:

1. You have a computer that runs Windows Server 2008. You notice that the LSASS process uses a majority of the CPU time. You generate a complete memory dump file on the computer. You need to view the kernel-mode and user-mode stacks of all threads in the LSASS process. Which WinDbg command should you use?
A. !locks
B. !process
C. !runaway
D. !vm
Answer: B

2. You create a new audio miniport driver. You need to test the driver by using the Driver Verifier tool. The tests must verify the following:
Memory overruns
Memory underruns
Memory that is accessed after it is freed
Which option of Driver Verifier should you use to test the driver?
A. I/O verification
B. Low resources simulation
C. Pool tracking
D. Special pool
Answer: D

3. You have an application that runs at a customer’s site. Sometimes, the application crashes because of heap corruption. You ask the customer to enable full page heap on the application process so that you can troubleshoot the heap corruption.
The customer sends you a user dump file. You need to identify if the full page heap was enabled when the user dump was created. Which WinDbg command should you use?
A. !gflag
B. !heap
C. !verifier
D. !vm
Answer: A

4. You are a debugging a device driver for a hardware device. From WinDbg, you run !pte 2652b8 and receive the following output:
VA 002652b8 PDE at 00000000C0600008 PTE at 00000000C0001328 contains 00000000006CB067 contains 800000000C20F067 pfn 6cb ---DA--UWEV pfn c20f ---D--UW-V
You need to identify physical address for the virtual address 002652b8. What is the physical address?
A. 0x06CB067
B. 0x06CB2B8
C. 0xC20F067
D. 0xC20F2B8
Answer: D

5. You have a file server that runs Windows Server 2003. Frequently, you receive the following error message in the event log, and then the file server stops responding.
Error: 2019:
The server was unable to allocate from the system nonpaged pool because the pool wsa empty. You need to identify which kernel driver is depleting all memory in the system nonpaged pool. Which tool should you use?
A. Gflags
B. Perfmon
C. Poolmon
D. Tlist
Answer: C