Microsoft .NET Fundamentals - 098-372 Exam Practice Test
You create a class library named Contoso.Business. The library is used in a Windows application named Contoso.Ui.
In which file should you store application configuration settings during deployment?
In which file should you store application configuration settings during deployment?
Correct Answer: C
Which two actions should you perform to consume events defined in another class? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,B
An event declaration is shown in the following code segment. Public Event NewProduct As NewProductEventHandler What is NewProductEventHandler in the event declaration?
Correct Answer: B
In which folder should you store the web.config file in a .NET web application?
Correct Answer: A
Which two elements are included in a .NET assembly? (Choose two.)
Correct Answer: A,B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which code segment is an example of implicit boxing?


Correct Answer: C
Which describes the effect of applying the protected accessibility modifier to a method?
Correct Answer: A
Which code segment prevents the class named Final from being inherited?


Correct Answer: B
Which standard allows data types to be interchanged among all Common Language Infrastructure (CLI) programming languages?
Correct Answer: B
Type-safe programming languages require that:
Correct Answer: A
Which .NET object combines the identity and role of a user?
Correct Answer: C
Your application requests FileIOPermission to open a file.
The permission is denied. Which type of exception will be thrown?
The permission is denied. Which type of exception will be thrown?
Correct Answer: B
You want to use a collection to store Order items. The collection must be thread-safe and must provide access to the items in a last-in-first-out sequence.
Which type of collection should you use?
Which type of collection should you use?
Correct Answer: A
The SecureString class:
Correct Answer: B