Question 1
Multiple choice
What are two common lifecycle stages for an advanced persistent threat (APT) that is infiltrating a network? (Choose two.)
-
A
-
B
Communication with covert channels
-
C
Deletion of critical data
-
D
Reveal answer details
Close answer details
Correct answersA, D
ExplanationLateral movement is a key stage where the attacker moves across the network to find valuable targets. Privilege escalation involves gaining higher access rights to expand control within the compromised environment. Communication with covert channels is a tactic used during persistence or exfiltration, while deletion of critical data is not a standard APT lifecycle stage - it's more characteristic of destructive attacks.
Question 2
Multiple choice
Which two characteristics define a cloud-native application? (Choose two.)
-
A
Packaged as a single monolithic binary
-
B
Deployed using container orchestration
-
C
Designed for horizontal scaling
-
D
Requires manual updates and patching
Reveal answer details
Close answer details
Correct answersB, C
ExplanationCloud-native applications leverage container orchestration platforms like Kubernetes and are designed for horizontal scaling to adapt to variable workloads. This architecture supports faster deployment, automation, and resilient services across distributed infrastructure.
A firewall administrator needs to efficiently deploy corporate account configurations and VPN settings to targeted mobile devices within the network. Which technology meets this requirement?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationMobile Device Management (MDM) enables firewall administrators to remotely and efficiently deploy corporate configurations, such as email accounts and VPN settings, to targeted mobile devices. It ensures consistent policy enforcement and security across all managed devices.
What is required for an effective Attack Surface Management (ASM) process?
-
A
Real-time data rich inventory
-
B
Static inventory of assets
-
C
Periodic manual monitoring
-
D
Isolation of assets by default
Reveal answer details
Close answer details
Correct answerA
ExplanationAn effective Attack Surface Management (ASM) process requires a real-time, data-rich inventory of all internet-facing assets. This enables continuous visibility, timely detection of vulnerabilities, and identification of exposures that attackers could exploit.
What is a function of SSL/TLS decryption?
-
A
It applies to unknown threat detection only.
-
B
It reveals malware within web-based traffic.
-
C
It protects users from social engineering.
-
D
It identifies loT devices on the internet.
Reveal answer details
Close answer details
Correct answerB
ExplanationSSL/TLS decryption allows security tools to inspect encrypted traffic, enabling them to detect hidden malware, command-and-control communication, or data exfiltration that would otherwise bypass inspection if left encrypted.
Which component of cloud security is used to identify misconfigurations during the development process?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationCode security focuses on identifying vulnerabilities and misconfigurations early in the development process. It uses tools like static code analysis and infrastructure-as-code (IaC) scanning to ensure secure coding and configuration before deployment.
Which component of the AAA framework verifies user identities so they may access the network?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAuthentication is the component of the AAA (Authentication, Authorization, and Accounting) framework that verifies user identities (e.g., via passwords, certificates, or biometrics) before granting access to network resources.
Which term describes establishment of on-premises software on a cloud-based server?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationCloud-hosted refers to the deployment of traditional on-premises software on cloud-based servers. This approach allows organizations to run their applications in the cloud without re-architecting them for cloud-native environments.
Which statement describes the process of application allow listing?
-
A
It allows only trusted files, applications, and processes to run.
-
B
It creates a set of specific applications that do not run on the system.
-
C
It encrypts application data to protect the system from external threats.
-
D
It allows safeuse of applications by scanningfiles for malware.
Reveal answer details
Close answer details
Correct answerA
ExplanationApplication allow listing is a security practice that permits only pre-approved (trusted) applications, files, and processes to run on a system. This approach helps prevent unauthorized or malicious software from executing, thereby reducing the attack surface.
Question 10
Single choice
An administrator finds multiple gambling websites in the network traffic log. What can be created to dynamically block these websites?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationURL categories classify websites based on content type or risk, enabling dynamic policy enforcement such as blocking or allowing access. Administrators can create custom URL categories to group sites like gambling domains and apply blocking rules across the firewall infrastructure. Palo Alto Networks firewalls leverage URL categorization combined with threat intelligence to provide granular web filtering, reducing exposure to malicious or unwanted sites. This dynamic grouping approach is more manageable and scalable than creating individual signatures or static lists and allows for automated policy application aligned with organizational compliance requirements.
Question 11
Single choice
What role do containers play in cloud migration and application management strategies?
-
A
They enable companies to use cloud-native tools and methodologies.
-
B
They are used for data storage in cloud environments.
-
C
They serve as a template manager for software applications and services.
-
D
They are used to orchestrate virtual machines (VMs) in cloud environments.
Reveal answer details
Close answer details
Correct answerA
ExplanationContainers encapsulate applications and their dependencies into lightweight, portable units that can run consistently across multiple environments. This abstraction supports cloud-native development by enabling microservices architectures, rapid deployment, and scaling within orchestration platforms like Kubernetes. Containers accelerate cloud migration by decoupling applications from infrastructure, facilitating automation, and continuous integration/continuous deployment (CI/CD) workflows. Palo Alto Networks addresses container security by integrating runtime protection, vulnerability scanning, and compliance enforcement within its Prisma Cloud platform, ensuring safe adoption of cloud-native tools and methodologies.
Question 12
Multiple choice
What are two characteristics of an advanced persistent threat (APT)? (Choose two.)
-
A
-
B
Repeated pursuit of objective
-
C
-
D
Tendency to isolate hosts
Reveal answer details
Close answer details
Correct answersA, B
ExplanationMultiple attack vectors - APTs often use various methods (phishing, malware, lateral movement) to infiltrate and maintain access to a target. Repeated pursuit of objective - APTs are known for their persistent nature, involving continuous efforts over time to achieve their goals, such as data theft or surveillance.
Question 13
Multiple choice
What are two limitations of signature-based anti-malware software? (Choose two.)
-
A
It is unable to detect polymorphic malware.
-
B
It requires samples lo be buffered
-
C
It uses a static file for comparing potential threats.
-
D
It only uses packet header information.
Reveal answer details
Close answer details
Correct answersA, C
ExplanationSignature-based systems struggle with polymorphic or obfuscated malware, which changes its code to avoid detection. Signature-based detection relies on static databases of known threat signatures, limiting its ability to identify new or unknown threats.
|