98-372 Exam Questions
224 real 98-372 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #217
You create an XML document that has an XmlNode named node1. Which code fragment will read the XML contained in node1 and its subnodes?
- Question #218
You need to ensure that your console application can process each key as it is pressed. Which method should you use?
- Question #219
You want to write log files to a user's My Documents folder. Which class should you use to locate the My Documents folder?
- Question #220
Which two classes in the .NET Framework can you use to open a file? (Each correct answer presents a complete solution. Choose two.)
- Question #221
Which application domain host manages security for web applications?
- Question #222
Which tool should you use to view the minimal, optional, and refused permission sets requested by an assembly?
- Question #223
You need to find out whether the active Windows user of an application is a member of the Administrators group. Which permission class should you use?
- Question #224
Which is the build number of a Version object instantiated by using the following code fragment? Dim v As New Version (2, 4, 6, 8)
- Question #225
Which should you use to ensure that code can be used by several applications?
- Question #226
Which three actions can you perform by using the Strong Name tool? (Choose three.)
- Question #227
The Common Language Specification (CLS) standard:
- Question #228
Regarding C# code and Microsoft Visual Basic .NET code, language parity refers to the:
- Question #229
Which type of casting enforces type safety?
- Question #230
Which describes the characteristic of the interoperability of the .NET Framework?
- Question #231
You need to find out whether an application has access to delete files from the C:\Logs directory. Which code segment should you use?
- Question #232
Which three policy types are .NET security policy levels? (Choose three.)
- Question #233
Which .NET object combines the identity and role of a user?
- Question #234
The SecureString class:
- Question #235
Which feature protects computers from running untrusted applications?
- Question #236
Which feature is automatically handled in managed code but must be explicitly handled in unmanaged code?
- Question #237
You need to suspend the current thread until all Finalize() methods have been processed. Which garbage collection method should you use?
- Question #238
What is the name of the environment that runs .NET managed code?
- Question #239
You want to access a native Win32 function from a .NET application. You import the function. Which two keywords should you use to define the function? (Each correct answer presents...
- Question #240
What is the purpose of the app.config file?