Windows Server Administration Fundamentals — Question 115
Application virtualization is also referred to as application portability or application service virtualization. Which of the following statements are true about application virtualization? Each correct answer represents a complete solution. Choose all that apply.
Answer options
- A. It can be defined as a combustion process used for generating the useful byproducts, such as heat, steam, and electricity.
- B. It does not make any changes to the local computer's operating system (OS), file system, or registry.
- C. It allocates computer resources on the basis of changing requirements.
- D. It uses dynamic link library (DLL) programs for redirecting all the virtualized application's calls to the server's file system.
Correct answer: B, C, D
Explanation
Option B is correct because application virtualization indeed does not modify the local OS, file system, or registry, allowing applications to run in isolated environments. Option C is also correct as application virtualization can adjust resource allocation based on demand. Option D is correct as it describes how DLLs can be utilized for redirecting application calls. Option A is incorrect as it describes a combustion process, which is unrelated to application virtualization.