OA ACTUAL EXAM STUDY GUIDE
2025/2026 COMPLETE QUESTIONS
WITH CORRECT DETAILED ANSWERS
|| 100% GUARANTEED PASS
<RECENT VERSION>
1. A process of making a host or app configuration secure by reducing its
attack surface, through running only necessary services, installing
monitoring software to protect against malware and intrusions, and
establishing a maintenance schedule to ensure the system is patched to be
secure against software exploits. - ANSWER ✓ System hardening
2. A computing environment where multiple independent operating systems
can be installed to a single hardware platform and run simultaneously. -
ANSWER ✓ Virtualization
3. An operating system virtualization deployment containing everything
required to run a service, application, or microservice. - ANSWER ✓
Containers
4. A software architecture where components of the solution are conceived as
highly decoupled services not dependent on a single platform type or
technology. - ANSWER ✓ Microservices
5. A software delivery model where the code runs on a server and is streamed
to a client. - ANSWER ✓ Application Virtualization
,6. An XML-based web services protocol that is used to exchange messages. -
ANSWER ✓ Simple Object Access Protocol (SOAP)
7. An identity federation method that provides single sign-on capabilities and
enables websites to make informed authorization decisions for access to
protected online resources. - ANSWER ✓ Shibboleth
8. In PKI, a description of how users and different CAs exchange information
and certificates. - ANSWER ✓ Trust Model
9. Enterprise management software designed to mediate access to cloud
services by users across all types of devices. - ANSWER ✓ Cloud Access
Security Broker (CASB)
10.A server that mediates the communications between a client and another
server. It can filter and often modify communications as well as provide
caching services to improve performance. - ANSWER ✓ Forward proxy
11.A type of proxy server that protects servers from direct contact with client
requests. - ANSWER ✓ Reverse proxy
12.This term describes the use of a PIN sent via SMS to a smartphone. -
ANSWER ✓ 2-step verification
13.If A trusts B and B trusts C, then A trusts C. What term describes this trust
relationship? - ANSWER ✓ Transitive
14.What is the enterprise management software designed to mediate
user/employee access to cloud services? - ANSWER ✓ CASB
15.A software solution that detects and prevents sensitive information from
being stored on unauthorized systems or transmitted over unauthorized
networks. - ANSWER ✓ Data loss prevention (DLP)
16.Data that can be used to identify or contact an individual (or, in the case of
identity theft, to impersonate them). - ANSWER ✓ Personally identifiable
information (PII)
,17.Data that can be used to identify an individual and includes information
about past, present, or future health, as well as related payments and data
used in the operation of a healthcare business. - ANSWER ✓ Protected
Health Information (PHI)
18.Personal information about a consumer provided to a financial institution
that can include account number, credit/debit card number, name, social
security number and other information. - ANSWER ✓ Personal Identifiable
Financial Information (PIFI)
19.Any type of personally identifiable information (PII) associated with a
person who has a payment card, such as a credit or debit card. - ANSWER ✓
Cardholder data (CHD)
20.Data that is of commercial value and can be granted rights of ownership,
such as copyrights, patents, and trademarks. - ANSWER ✓ Intellectual
Property (IP)
21.Framework of certificate authorities, digital certificates, software, services,
and other cryptographic components deployed for the purpose of validating
subject identities. - ANSWER ✓ Public key infrastructure (PKI)
22.code review - ANSWER ✓ a process done to identify security vulnerabilities
during software development
23.control flow analysis - ANSWER ✓ the mechanism used to step through
logical conditions in the code
24.data flow analysis - ANSWER ✓ the mechanism used to trace data from the
points of input to the points of output
25.documentation - ANSWER ✓ details and guides that are necessary to
support the ongoing use of the software
26.dynamic analysis - ANSWER ✓ Software testing that examines code
behavior during runtime. It helps identify potential security issues, potential
performance issues, and other problems.
, 27.statis analysis - ANSWER ✓ The method that examines malware without
running it is
28.SonarQube - ANSWER ✓ open-source platform for static code analysis that
can detect bugs, code smells, vulnerabilities, and hotspots in over 25
programming languages
29.exploratory tests - ANSWER ✓ done by the development tester to
continually assess the quality of his or her work
30.Open Source Security Testing Methodology Manual - ANSWER ✓ a
manual that provides templates and standards used when developing a test
strategy
31.OWASP Zed Attack Proxy - ANSWER ✓ an open-source security tool used
widely by software security developers
32.passive scanner - ANSWER ✓ silently analyzes all the hypertext transfer
protocol (HTTP) requests and responses passing through the web application
security tool
33.pull request - ANSWER ✓ a request to merge your code into another branch
34.schedule tests - ANSWER ✓ mandatory requirements testing to validate the
security of the software and associated systems.
35.spider - ANSWER ✓ identifies inputs and supplies those to the scanning
components of the security tool
36.Zed Attack Proxy (ZAP) - ANSWER ✓ An open-source interception proxy
and web application assessment tool.
37.The original, obsolete version of the security protocol now developed as
TLS. - ANSWER ✓ Secure socket layer (SSL)
38.True or False. DLP can be used to restrict printing of sensitive data. -
ANSWER ✓ True. DLP tools are very versatile and can be used to limit the
use of many types of data, including printing it.