
Microsoft .NET Fundamentals - 098-372 Exam Questions
QUESTION NO: 1
Which is the base class of all classes in the .NET Framework?
Which is the base class of all classes in the .NET Framework?
Correct Answer: A
QUESTION NO: 2
You write a method named DoWork.
You need to log all exceptions that occur inside DoWork. You also need to ensure that all
exceptions are raised to the calling code.
Which code segment should you use?

You write a method named DoWork.
You need to log all exceptions that occur inside DoWork. You also need to ensure that all
exceptions are raised to the calling code.
Which code segment should you use?

Correct Answer: B
QUESTION NO: 3
You need to be able to install and uninstall an assembly from the Global Assembly Cache (GAC).
Which tool should you use?
You need to be able to install and uninstall an assembly from the Global Assembly Cache (GAC).
Which tool should you use?
Correct Answer: C
QUESTION NO: 4
In the Common Language Runtime (CLR), what information is used to make decisions on security policy?
In the Common Language Runtime (CLR), what information is used to make decisions on security policy?
Correct Answer: B
QUESTION NO: 5
Which describes an interface?
Which describes an interface?
Correct Answer: B
QUESTION NO: 6
You need to configure security policy for the following policy levels:
-Machine
-User
-Enterprise
Which .NET tool should you use?
You need to configure security policy for the following policy levels:
-Machine
-User
-Enterprise
Which .NET tool should you use?
Correct Answer: C
QUESTION NO: 7
What data is stored on the heap?
What data is stored on the heap?
Correct Answer: C
QUESTION NO: 8
You create a class that uses unmanaged resources.
You need to ensure that users of the class can explicitly release resources when the instance of the class is no longer required.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
You create a class that uses unmanaged resources.
You need to ensure that users of the class can explicitly release resources when the instance of the class is no longer required.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
You load an XML document named doc1 that has an attribute named EmployeeId.
Which code fragment will set the value of EmployeeId to A23?
You load an XML document named doc1 that has an attribute named EmployeeId.
Which code fragment will set the value of EmployeeId to A23?
Correct Answer: C




