CCSP Exam QuestionsBrowse all questions from this exam

CCSP Exam - Question 348


What is the concept of isolating an application from the underlying operating system for testing purposes?

Show Answer
Correct Answer: D

Sandboxing is the concept of creating a controlled and isolated environment where an application can run independently from the underlying operating system. This isolation allows for testing purposes without affecting the actual system or exposing it to potential risks. Abstracting, application virtualization, and hosting either have different primary purposes or do not fit the context as precisely as sandboxing.

Discussion

10 comments
Sign in to comment
kjjcraigskel
Apr 8, 2021

Application virtualization is isolating an application from the underlying operating system. PERIOD. The added bit about testing is like saying legs are for walking. no they are also for jumping and squatting and kicking and... badly formed question/answer.

RVA1189
Feb 16, 2021

I don’t agree with this. It gives the impression app virtualisation is only for testing. It isn’t

Zeezee2
May 21, 2022

Answer is correct but indeed be mindful that application virtualization allows applications to run in environments that do not suit the native application. For example, Wine allows some Microsoft Windows applications to run on Linux.

NobleGiantz
Aug 17, 2021

The question and answer given are apt. Page 204 (CCSP for Dummies) tie all the parts together.

Pika26Option: D
Nov 21, 2023

D: Sandboxing

TraceSpliceOption: D
Sep 26, 2024

It is D - Sandboxing is a security practice in which you use an isolated environment, or a “sandbox,” for testing.

Sa007788
Jul 28, 2021

Sandboxing

escaprixOption: D
Dec 19, 2023

Sandboxing refers to the practice of creating a controlled and isolated environment for an application to run independently of the underlying operating system. In a sandboxed environment, the application's access to system resources and interactions with other software components are restricted and closely monitored

akg001Option: B
Nov 22, 2022

B. Application virtualization

joeee7
Jan 25, 2024

Application virtualization

MaciekMTOption: D
Feb 23, 2025

Sandboxing is the process of isolating an application from the underlying operating system to test it in a controlled environment. This prevents the application from affecting the host system and limits potential security risks, such as malware execution or unintended system modifications. Why Not the Others? A. Abstracting → Involves separating functionality or resources but does not specifically isolate an application for testing. B. Application Virtualization → Similar but typically encapsulates an application to run on different OS environments rather than isolating it for security/testing. C. Hosting → Refers to running applications on servers or cloud environments, not isolating them for testing.