Then you are asked to solve that problem, after starting designing the SAM program, what action should be perf
You are responsible for the company network and provide technical support for your company. You are in charge of offering service for a customer named Alex. According to the requirement of Alex, you attempt to design a SAM program for him. However, you get little help from Alex’s department managers to provide relevant information about the SAM program to you, so it is difficult for you to start designing the SAM program. Then you are asked to solve that problem, after starting designing the SAM program, what action should be performed?
Which I/O method should be used by your application?
You are the IT professional who work in an International company named Wiikigo. You are experienced in troubleshooting operating systems and applications that are not working correctly, identifying code defects and so on. You have enough knowledge on windows internals and you provide technical support for the company. According to the company requirement, an application is being designed by you. This application will write to a local transactional log. As required by the company, you must make sure that even if a system failure occurs, each write operation is committed to the physical disk in chronological order. Which I/O method should be used by your application?
In order to accomplish that task, what action should be performed?
You are responsible for the company network and provide technical support for your company. You are in charge of offering service for a customer named Alex. This morning, you get a report from Alex, in his report, you are told that acomplete hardware inventory has been performed by him. Besides, you are told that hecollects software deployment data from all computers by using a SAM tool. Now you are assigned a task to make sure that whether the data is accurate. In order to accomplish that task, what action should be performed?
bff90ca3 8b08 mov ecx,dword ptr [eax] ds:0023:00000000=????????
You are the IT professional who work in an International company named Wiikigo. You are experienced in troubleshooting operating systems and applications that are not working correctly, identifying code defects and so on. You have enough knowledge on windows internals and you provide technical support for the company. You are in charge of a Windows XP client. This client crashes every week and displays a blue screen. The Stop code below is contained in the blue screen.
**STOP: 0X0000001F (0XC0000005, 0XBFF90CA3, 0X00000000, 0X00000000) KMODE_EXCEPTION_NOT_HANDLED
The !analyze command is run from WinDbg by you and you get the following output.
TRAP_FRAME: bdf80834 — (.trap ffffffffbdf80834)
ErrCode = 00000000
eax=00000000 ebx=bdf80c34 ecx=89031870 edx=88096928 esi=88096928 edi=8905e7f0
eip=bff90ca3 esp=bdf808a8 ebp=bdf80a44 iopl=0 nv up ei ng nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282
abc+0xfca3:
bff90ca3 8b08 mov ecx,dword ptr [eax] ds:0023:00000000=????????
Resetting default scope
STACK_TEXT:
bdf807c4 80467a15 bdf807e0 00000000 bdf80834 nt!KiDispatchException+0x30e
bdf8082c 804679c6 00000000 bdf80860 804d9f69 nt!CommonDispatchException+0x4d
bdf80838 804d9f69 00000000 00000005 e56c6946 nt!KiUnexpectedInterruptTail+0x207
00000000 00000000 00000000 00000000 00000000 nt!ObpAllocateObject+0xe1
You have to view the call stack which generated the exception. Of the following WinDbg commands, which one should be used?
What action should be performed to accomplish this task?
You are responsible for the company network and provide technical support for your company. You are in charge of offering service for a customer. In the company of this customer, there are 900 thin clients. These clients log on to Terminal Services servers. There is one Active Directory forest in the company network. Now you receive an order from the CIO, according to his requirement, you have to make sure that the software inventory is accurate. What action should be performed to accomplish this task?
So what action should you perform?
You are the IT professional who work in an International company named Wiikigo. You are experienced in troubleshooting operating systems and applications that are not working correctly, identifying code defects and so on. You have enough knowledge on windows internals and you provide technical support for the company. According to the company requirement, a new device driver is installed and run by you. But the following error message pops up.
Event ID: 2020
Source: Srv
Description: The server was unable to allocate from the system paged pool because the pool was empty.
You notice that kernel memory pool leaks occur and this may be caused by a device driver.
You discover a kernel memory allocation tag named TAG1 that belongs to the leaked memory. Therefore, you have to find out the device driver and the corresponding call stack that is causing the memory leak. So what action should you perform?
Of the following reports, which one should be used?
You are responsible for the company network and provide technical support for your company. You are in charge of offering service for a customer named Alex. Through a Microsoft Open License agreement, all licenses are purchased byhim. All the purchasing information is kept in a Microsoft Office Excel spreadsheet. A complete Microsoft License Statement (MLS) tool is owned by him. Since you provide technical support, you are asked to make sure that his purchasing information is accurate. Of the following reports, which one should be used?
Of the following tolls, which one should be used?
You are the IT professional who work in an International company named Wiikigo. You are experienced in troubleshooting operating systems and applications that are not working correctly, identifying code defects and so on. You have enough knowledge on windows internals and you provide technical support for the company. You are in charge of an application service. Because of heap corruption, it crashes intermittently. When it occurs, you have to detect the heap corruption. Of the following tolls, which one should be used?
Of the following products, which one should you choose?
You are responsible for the company network and provide technical support for your company. Since you are the technical support, the company assigns a task to you. You have to gather software and hardware asset information for Windows-based computers on a network. In order to gather this information, you should use a Microsoft product. Of the following products, which one should you choose?
So which routine should be used?
You are the IT professional who work in an International company named Wiikigo. You are experienced in troubleshooting operating systems and applications that are not working correctly, identifying code defects and so on. You have enough knowledge on windows internals and you provide technical support for the company. You are writing a user application that runs on Windows Server 2003. According to the company requirement, a user application is being written by you. This application runs on Windows Server 2003. User authentication is need by the design specification for the application. You must make sure that each time the application is started, a local user name and password is entered by users. So which routine should be used?
