EC-Council Certified Ethical Hacker v13 312-50v13 Dumps in PDF

Free EC-Council 312-50v13 Real Questions (page: 7)

Allen, a professional pen tester, was hired by XpertTech Solutions to perform an attack simulation on the organization’s network resources. To perform the attack, he took advantage of the NetBIOS API and targeted the NetBIOS service. By enumerating NetBIOS, he found that port 139 was open and could see the resources that could be accessed or viewed on a remote system. He came across many NetBIOS codes during enumeration. Identify the NetBIOS code used for obtaining the messenger service running for the logged-in user?

  1. <00>
  2. <20>
  3. <03>
  4. <1B>

Answer(s): C

Explanation:

C is correct because the NetBIOS code <03> specifically identifies the Messenger service which is responsible for sending messages to the logged-in users on a machine.
The NetBIOS codes are structured to represent different services and resources within a network. The <03> code denotes the Messenger service, allowing enumeration of user sessions and the ability to send messages to those users. This is critical for penetration testers like Allen as it provides insights into user activity and system interactions within the network, potentially revealing vulnerabilities.
Option A (<00>) represents the "Workstation Service" and is used for browsing and identifying devices on the network. It does not relate to user messaging.
Option B (<20>) pertains to the "File Sharing Service" for the file system on a server. Although important for file access, it does not provide information regarding user messaging functionalities.
Option D (<1B>) indicates the "Domain Master Browser," which facilitates the browsing process within a domain. This code, while essential for network navigation, does not correlate with user message retrieval.
Understanding these distinctions is vital in identifying active network services and evaluating potential attack vectors, reinforcing the role of precise NetBIOS code recognition in ethical hacking methodologies.
References:
https://learn.microsoft.com/en-us/windows/win32/api/netbios/ https://www.secplicity.org/netbios-service-enumeration-guide/ https://portswigger.net/web-security/netbios-enumeration


Reference:

References:
https://learn.microsoft.com/en-us/windows/win32/api/netbios/ https://www.secplicity.org/netbios-service-enumeration-guide/ https://portswigger.net/web-security/netbios-enumeration



Don, a student, came across a gaming app in a third-party app store and installed it. Subsequently, all the legitimate apps in his smartphone were replaced by deceptive applications that appeared legitimate. He also received many advertisements on his smartphone after installing the app.
What is the attack performed on Don in the above scenario?

  1. SIM card attack
  2. Clickjacking
  3. SMS phishing attack
  4. Agent Smith attack

Answer(s): D

Explanation:

D is correct as it illustrates an Agent Smith attack, where an installed malicious application impersonates legitimate apps to take over a device.
The behavior exhibited by Don—replacement of legitimate applications with deceptive ones after the installation of a third-party gaming app—is characteristic of an Agent Smith attack. This type of attack often leverages a malware-infected application to modify existing applications on the device, allowing malicious operations while deceiving the user into believing they are interacting with legitimate software. The surge in ads following app installation further corroborates the malicious intent, indicative of adware functionalities typically seen in Agent Smith attacks.
Evaluation of Other Options:

A: SIM Card Attack: This form typically involves cloning or manipulating the SIM card for unauthorized access to mobile services. Since the scenario describes app modifications rather than mobile network manipulations, this option is not applicable.
B: Clickjacking: This attack involves tricking users into clicking on something different from what they believe they are clicking on, often through disguised content.
While potentially relevant in a broader context of user interactions, it does not directly correlate with the replacement of applications or the resulting ad behavior demonstrated by Don.
C: SMS Phishing Attack: This attack focuses on manipulating users into providing sensitive information via deceptive SMS messages. In Don's case, there is no mention of phishing or information theft via SMS, making this option irrelevant.
In conclusion, the characteristics of the scenario align most closely with the behaviors associated with an Agent Smith attack, as it significantly impacts the integrity of installed applications through malicious interference.
References:
https://www.csoonline.com/article/3299836/understanding-agent-smith-how-the-avast-backdoor-makes-its-way-into-apps.html https://www.zdnet.com/article/what-is-the-agent-smith-malware-and-why-is-it-so-dangerous/ https://www.forbes.com/sites/bernardmarr/2019/07/15/how-agent-smith-malware-infected-25-million-android-devices/?sh=5973d6384f35


Reference:

References:
https://www.csoonline.com/article/3299836/understanding-agent-smith-how-the-avast-backdoor-makes-its-way-into-apps.html https://www.zdnet.com/article/what-is-the-agent-smith-malware-and-why-is-it-so-dangerous/ https://www.forbes.com/sites/bernardmarr/2019/07/15/how-agent-smith-malware-infected-25-million-android-devices/?sh=5973d6384f35



Samuel, a security administrator, is assessing the configuration of a web server. He noticed that the server permits SSLv2 connections, and the same private key certificate is used on a different server that allows SSLv2 connections. This vulnerability makes the web server vulnerable to attacks as the SSLv2 server can leak key information.
Which of the following attacks can be performed by exploiting the above vulnerability?

  1. Padding oracle attack
  2. DROWN attack
  3. DUHK attack
  4. Side-channel attack

Answer(s): B

Explanation:

B is correct because the DROWN attack specifically targets servers that allow SSLv2 connections, exploiting the vulnerabilities associated with using outdated cryptographic protocols.
The DROWN (Decrypting RSA with Obsolete and Weakened eNcryption) attack leverages the fact that SSLv2 is cryptographically broken; specifically, it allows an attacker to exploit a legacy server that still supports SSLv2 to decrypt traffic from a more secure TLS-encrypted connection.
When SSLv2 is enabled on a server, even if it implements stronger security measures on other protocols, the weak encryption can act as a sufficient entry point for attackers to derive sensitive information such as session keys. This threat is particularly relevant if the same SSL certificate is shared across multiple services, as a successful exploit against one server could compromise others.
In contrast, the following options are incorrect:

A: Padding oracle attack: This attack targets encryption schemes that provide side-channel information allowing an attacker to manipulate padding bytes in encrypted data. It is generally not associated with SSLv2 or its specific vulnerabilities.
C: DUHK attack: This attack exploits weakly generated keys in certain contexts, typically involving poorly seeded random number generators. It does not directly exploit SSLv2 vulnerabilities but rather focuses on key generation weaknesses.
D: Side-channel attack: While a valid attack methodology, it refers broadly to extracting information from a system based on indirect observations (e.g., timing or power consumption), rather than specifically exploiting SSLv2 or cipher vulnerabilities.
For further information, consult these resources:
1. https://drownattack.com/ 2. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6293526/
3. https://www.openssl.org/blog/blog/2016/02/25/drown/



Clark, a professional hacker, was hired by an organization to gather sensitive information about its competitors surreptitiously. Clark gathers the server IP address of the target organization using Whois footprinting. Further, he entered the server IP address as an input to an online tool to retrieve information such as the network range of the target organization and to identify the network topology and operating system used in the network.
What is the online tool employed by Clark in the above scenario?

  1. DuckDuckGo
  2. AOL
  3. ARIN
  4. Baidu

Answer(s): C

Explanation:

C is the correct answer because ARIN (American Registry for Internet Numbers) is a regional Internet registry that provides information on IP address allocation, including network range and ownership details.
ARIN allows users to perform queries on IP addresses, offering insights on network topology and the organization associated with a given IP. This level of detail is critical for competitive intelligence in network environments.
Evaluation of Other Options:

A: DuckDuckGo : While it is a search engine focused on privacy, it does not provide specific information about IP addresses, network ranges, or organizational details. DuckDuckGo is primarily useful for general searches and does not cater to specialized requirements of footprinting.
B: AOL : AOL was widely recognized as an internet service provider and web portal but does not function as a tool for gathering technical details about network infrastructures. Its legacy services do not include network analysis or IP information lookup.
D: Baidu : Similar to DuckDuckGo, Baidu is a search engine primarily targeted at Chinese users. It lacks functionalities related to IP address querying and network intelligence and focuses more on general web content.
References:
https://www.arin.net https://whois.arin.net/ui/ https://www.iana.org/


Reference:

References:
https://www.arin.net https://whois.arin.net/ui/ https://www.iana.org/



You are a penetration tester and are about to perform a scan on a specific server. The agreement that you signed with the client contains the following specific condition for the scan: “The attacker must scan every port on the server several times using a set of spoofed source IP addresses.” Suppose that you are using Nmap to perform this scan.
What flag will you use to satisfy this requirement?

  1. The -g flag
  2. The -A flag
  3. The -f flag
  4. The -D flag

Answer(s): D

Explanation:

D is the correct answer because the -D flag in Nmap is used for decoy scanning, allowing the user to spoof multiple source IP addresses.
The requirement to scan every port while utilizing spoofed source IPs aligns perfectly with the function of the -D flag. This approach increases anonymity and mitigates the chances of detection, as Nmap will appear to originate from multiple hosts, complicating the attribution of the scanning activity to any single source. By effectively utilizing decoy hosts, penetration testers can gather information with minimal risk of alerting the target to their presence.
Evaluating the other options:

A: The -g flag is used to set the source port for the scan, which does not fulfill the requirement for source IP address spoofing. B. The -A flag enables OS detection and version detection, scripting, and traceroute, but it does not pertain to the manipulation of source IP addresses nor helps in scanning every port. C. The -f flag is intended for fragmenting packets, which provides evasion tactics against some intrusion detection systems but doesn't achieve the goal of spoofing source IPs.
Each of these flags serves distinct purposes that do not correspond to the client's explicit order to use spoofed IPs for scanning.
References:
https://nmap.org/book/man.html https://medium.com/@davidake/understanding-nmap-s-decoy-options-ec7cdbe1af98 https://www.cybrary.it/course/nmap/


Reference:

References:
https://nmap.org/book/man.html https://medium.com/@davidake/understanding-nmap-s-decoy-options-ec7cdbe1af98 https://www.cybrary.it/course/nmap/



Jude, a pen tester, examined a network from a hacker’s perspective to identify exploits and vulnerabilities accessible to the outside world by using devices such as firewalls, routers, and servers. In this process, he also estimated the threat of network security attacks and determined the level of security of the corporate network.
What is the type of vulnerability assessment that Jude performed on the organization?

  1. Application assessment
  2. External assessment
  3. Passive assessment
  4. Host-based assessment

Answer(s): B

Explanation:

B is correct because Jude conducted an external assessment, focusing on vulnerabilities exposed to outside threats.
In his role as a pen tester, Jude specifically analyzed the network's perimeter to identify exploitable vulnerabilities accessible from the internet. An external assessment evaluates potential attacks from a hacker's perspective without inside knowledge of the network, making it suitable for examining publicly accessible services, like web servers, firewalls, and routers. The goal is to ascertain the resilience of the network against external threats, which aligns precisely with Jude's actions.
Evaluation of Incorrect Options:

A: Application Assessment : This involves examining specific applications for vulnerabilities, such as web or mobile apps. Jude's focus was on network infrastructure rather than individual applications, disqualifying this option.
C: Passive Assessment : This type of assessment gathers information without direct interaction with the target systems. Jude actively examined the network, making a passive approach incompatible with his methodology.
D: Host-based Assessment : This type targets individual machines in a network to find vulnerabilities at the host level. Jude's examination was broader, focusing on the entire network perimeter rather than assessing singular hosts.
For further authoritative reference and insight into the subject, please consult the following sources:
https://www.eccouncil.org https://www.cybrary.it https://www.nist.gov/publications/guide-conducting-vulnerability-assessments



Widespread fraud at Enron, WorldCom, and Tyco led to the creation of a law that was designed to improve the accuracy and accountability of corporate disclosures. It covers accounting firms and third parties that provide financial services to some organizations and came into effect in 2002. This law is known by what acronym?

  1. SOX
  2. FedRAMP
  3. HIPAA
  4. PCI DSS

Answer(s): A

Explanation:

A: SOX is correct because the Sarbanes-Oxley Act was enacted to enhance corporate governance and accountability in financial reporting, directly addressing issues highlighted by the Enron, WorldCom, and Tyco scandals.
The Sarbanes-Oxley Act (SOX) established stringent reforms to improve the accuracy and reliability of corporate disclosures, which are fundamental for maintaining investor confidence and upholding the integrity of financial markets. SOX mandates stricter compliance protocols for publicly traded companies and imposes severe penalties for fraudulent financial activity. This law specifically targets financial statement creation and auditing processes, requiring that internal controls are robust and thoroughly documented, thus elevating the responsibility of both corporate executives and boards of directors.
Evaluation of Other Options:
B: FedRAMP - The Federal Risk and Authorization Management Program is a U.S. government program that provides a standardized approach to security assessment and authorization for cloud products and services. It is unrelated to corporate financial disclosures or accountability, focusing instead on cloud service security.
C: HIPAA - The Health Insurance Portability and Accountability Act is primarily concerned with the protection and confidentiality of medical information.
While it establishes privacy standards for health information, it does not pertain to corporate financial accountability or disclosures in the context highlighted by SOX.
D: PCI DSS - The Payment Card Industry Data Security Standard addresses security measures for card transactions and consumer data protection, focusing specifically on payment systems.
While vital for security within the payment industry, it does not govern corporate transparency or accountability for financial statements.
References:
https://www.congress.gov/bill/107th-congress/house-bill/3763 https://www.investopedia.com/terms/s/sarbanesoxleyact.asp https://www.sec.gov/spotlight/sarbanes-oxley.htm


Reference:

References:
https://www.congress.gov/bill/107th-congress/house-bill/3763 https://www.investopedia.com/terms/s/sarbanesoxleyact.asp https://www.sec.gov/spotlight/sarbanes-oxley.htm



Abel, a security professional, conducts penetration testing in his client organization to check for any security loopholes. He launched an attack on the DHCP servers by broadcasting forged DHCP requests and leased all the DHCP addresses available in the DHCP scope until the server could not issue any more IP addresses. This led to a DoS attack, and as a result, legitimate employees were unable to access the client’s network.
Which of the following attacks did Abel perform in the above scenario?

  1. Rogue DHCP server attack
  2. VLAN hopping
  3. STP attack
  4. DHCP starvation

Answer(s): D

Explanation:

D is correct as Abel performed a DHCP starvation attack, effectively exhausting the available IP addresses in the DHCP server's pool.
In the context of network security, a DHCP starvation attack involves sending a flood of forged DHCP requests, allowing the attacker to lease all available IP addresses within the DHCP scope. This prevents legitimate clients from obtaining an IP address, leading to a Denial of Service (DoS) condition, as seen in this scenario. The impact of such an attack can significantly disrupt network operations, rendering critical services inaccessible to authorized users.
Evaluation of Other Options:

A: Rogue DHCP server attack : This involves introducing an unauthorized DHCP server on the network that offers IP addresses to clients.
While it can lead to similar consequences, it differs fundamentally from the
DHCP starvation method employed by Abel, which specifically focuses on exhausting the IP pool rather than impersonating a legitimate server.
B: VLAN hopping : This refers to a technique where an attacker sends packets from one VLAN to another by exploiting misconfigurations in the network.
While a serious threat, it does not apply to the scenario, as no VLAN-based attacks are involved in the DHCP server compromise described.
C: STP attack : Spanning Tree Protocol (STP) attacks typically seek to disrupt the loop prevention mechanism in switched networks, allowing attackers to intercept traffic. Again, this is not relevant to the DHCP starvation method, which specifically targets IP address allocation rather than traffic management protocols.
In conclusion, the scenario illustrates a specialized attack aimed at disrupting DHCP services, reinforcing the correct identification of the attack as DHCP starvation.
References:
https://www.cisco.com/c/en/us/support/docs/ip/dynamic-host-configuration-protocol-dhcp/45693-dhcp-starvation.html https://www.helpnetsecurity.com/2021/06/17/dhcp-starvation-attack/ https://www.networkworld.com/article/2693381/what-is-dhcp-starvation-and-how-to-prevent-it.html


Reference:

References:
https://www.cisco.com/c/en/us/support/docs/ip/dynamic-host-configuration-protocol-dhcp/45693-dhcp-starvation.html https://www.helpnetsecurity.com/2021/06/17/dhcp-starvation-attack/ https://www.networkworld.com/article/2693381/what-is-dhcp-starvation-and-how-to-prevent-it.html



Share your comments for EC-Council 312-50v13 exam with other users:

A
AI Tutor Explanation
5/13/2026 11:23:34 PM

Question 6:
Here’s how question 6 works.
Key constraint: All new and extended objects must be in an existing model named FinanceExt. Creating a brand-new model is not allowed.
Why the two correct options work:

  • B. Overlay the existing FinanceExt model and populate the solution definition.
- This keeps all changes inside FinanceExt by overlaying the base model with your solution details.
  • C. Extend the existing FinanceExt model and populate the project model definition.
- This uses the extension approach to add your changes while still residing in FinanceExt, organized via the project model definition.
Why the other options are not correct:
  • A. Create a new model that extends the existing FinanceExt model.
- Not allowed, since no new models may be created.
  • D. Modify DefaultModelForNewProject and name the model FinanceExt.
- The goal is to place changes in FinanceExt, not to name or create a new model via config; this doesn’t describe a valid way to satisfy the constraint.
In short: use B or C; both keep changes inside the existing FinanceExt model.

A
AI Tutor Explanation
5/13/2026 11:00:29 PM

Question 2:
I don’t have the text for Question 2 here. Please paste the exact Question 2 (including all answer choices) or describe the topic it covers.
Once I have it, I’ll:

  • Identify the exam objective it targets.
  • Break down the stem and each option.
  • Use elimination and key concepts to justify why options are correct or incorrect.
  • Give the final answer with a concise explanation of the reasoning.

If there’s an image in Question 2, describe it or transcribe any text shown.

A
AI Tutor Explanation
5/10/2026 12:51:57 AM

Which statement is true about using default environment variables? The environment variables can be read in workflows using the ENV: variable_name syntax. The environment variables created should be prefixed with GITHUB_ to ensure they can be accessed in workflows The environment variables can be set in the defaults: sections of the workflow The GITHUB_WORKSPACE environment variable should be used to access files from within the runner.
Correct answer: The statement "The GITHUB_WORKSPACE environment variable should be used to access files from within the runner." is true.
Why the others are false:

  • ENV: variable_name syntax is not how you read env vars in workflows. Use ${{ env.VARIABLE }} in expressions or $VARIABLE in a shell.
  • Environment variables don’t need a GITHUB_ prefix. Custom vars can have any name; GITHUB_ is only for built-in, predefined vars.
  • defaults: cannot set environment variables. It configures defaults for run steps (like shell or working-directory), not env vars.

Extra tip:
  • GITHUB_WORKSPACE (or ${{ github.workspace }}) is the root path on the runner where the repository is checked out. Use it to access files, e.g., $GITHUB_WORKSPACE/... or ${{ github.workspace }}/....

A
AI Tutor Explanation
5/7/2026 11:34:48 PM

As an administrator for this subscription, you have been tasked with recommending a solution that prohibits users from copying corporate information from managed applications installed on unmanaged devices. Which of the following should you recommend? Windows Virtual Desktop. Microsoft Intune. Windows AutoPilot. Azure AD Application Proxy.

  • Microsoft Intune

Reason: Intune can enforce app protection policies (MAM) on managed apps, even on unmanaged devices, to prevent data leakage (e.g., restricting copy/paste, saving to non-approved apps, etc.). The other options don’t address data protection within apps on unmanaged devices.

A
AI Tutor Explanation
5/4/2026 2:43:10 AM

Question 34:

  • Question 34 asks: Which role(s) has the capability to create Policies? Choose two.
  • Likely correct roles: Compliance Manager and Compliance admin (A and B). These roles typically have policy governance rights to create and manage policies.
  • Why not the others: Compliance User is usually a limited user, not allowed to create policies. Risk Manager focuses on risks, not policy creation in standard setups.
  • Note on the provided key: The answer shown is “C” (Compliance User), which conflicts with “Choose two.” This is probably a key error. In practice, verify against your instance’s ACLs or official docs.
  • Quick check tip: In ServiceNow, review the ACLs and role permissions for the Policy records to see which roles can create policies.

A
AI Tutor Explanation
4/29/2026 11:59:58 PM

function of appnav in sdwan

  • AppNav (Application Navigation) is the Cisco SD-WAN feature that provides application-level visibility and control.
  • It maintains a catalog of applications (AppIDs) with attributes (ports/protocols, categories) and classifies traffic accordingly.
  • It allows policy authors to reference apps by name in policies, enabling application-aware routing, QoS, and service chaining based on the app’s requirements.
  • The SD-WAN fabric uses AppNav data to steer traffic along the best path, improving user experience for critical apps while optimizing WAN usage.

A
AI Tutor Explanation
4/29/2026 5:25:25 AM

Question 1:

  • Correct answer: C. Extract the hardware ID information of each computer to a CSV file and upload the file from the Microsoft Intune admin center.

  • Why this is correct

A
AI Tutor Explanation
4/29/2026 5:23:14 AM

Question 5:

  • Correct answer: A. User4 and User1 only

  • Why this is correct:
- The Automatic Enrollment setting in Intune has MDM user scope: GroupA. Only users in GroupA can enroll devices via MDM auto-enrollment. - Device6 will be enrolled via Windows Autopilot and Intune, so enrollment is allowed only for users in GroupA. - Based on the group memberships in the scenario, User4 and User1 are in GroupA, while User2 and User3 are not. Therefore only User4 and User1 can enroll Device6.
  • Quick tip for the exam:
- Remember: MDM user scope determines who can auto-enroll devices; MAM scope controls app protection enrollment. When a new Autopilot device is enrolled, the signing-in user must be in the MDM scope.

A
AI Tutor Explanation
4/29/2026 5:17:10 AM

Why this is correct

  • Correct answer: C. Extract the hardware ID information of each computer to a CSV file and upload the file from the Microsoft Intune admin center.

  • Why this is correct:
- Windows Autopilot requires devices to be registered by their hardware IDs (hash) before Autopilot can deploy Windows 10 Enterprise. - Collect the hardware IDs from the new Phoenix machines, save them in a CSV, and upload that CSV in the Intune/Windows Autopilot area. This maps each device to an Autopilot deployment profile. - After registration, you can assign Autopilot profiles (Windows 10 Enterprise, etc.). Other options (serial number CSV, generalizing, or Mobility settings) are not the initial Autopilot registration steps.

A
AI Tutor Explanation
4/25/2026 1:53:46 PM

Question 7:

  • Correct answer: B — A risk score is computed based on the number of remediations needed compared to the industry peer average.

Explanation:
  • Risk360 uses a remediation-based score. It benchmarks how many actions are required to fix issues against peers, giving a relative risk posture.
  • Why not the others:
- A: Not just total risk events by location. - C: Time to mitigate isn’t the primary scoring method. - D: Not a four-stage breach scoring approach.
Note: The page text shows a mismatch (it lists D as the answer), but the study guide describes the remediation-based scoring (B) as the correct concept.

A
AI Tutor Explanation
4/25/2026 1:42:20 PM

Question 104:

  • Correct answer: D) Multi-Terabyte (TB) Range

  • Brief explanation:
- clustering keys organize data into micro-partitions to improve pruning when queries filter on those columns. - The performance benefit is most significant for very large tables; for small tables the overhead of maintaining clustering outweighs gains. - Therefore, as a best practice, define clustering keys on tables at the TB scale.

C
Community Helper
4/25/2026 2:03:10 AM

Q23: Fabric Admin is correct. Because Domain admin cannot create domains. Only Fabric Admin can among the given options. Q51: Wrapping @pipeline.parameter.param1 inside {} will return a string. But question requires the expression to return Int, so correct answer should be @pipeline.parameter.param1 (no {})

A
AI Tutor Explanation
4/23/2026 3:07:03 PM

Question 62:

  • Correct answer: D (per the page)

  • Note: The explanation text on the page describes option B (use ZDX score and Analyze Score to trigger the Y Engine analysis), indicating a mismatch between the stated answer and the rationale.

  • Key concept: For fast root-cause analysis, leverage telemetry and auto-correlated insights:
- Use the user’s ZDX score for AWS and run Analyze Score to activate the Y Engine, which correlates metrics across network, client, and application to pinpoint the issue quickly.
  • Why the other options are less effective:
- A: Only checks for outages; doesn’t provide actionable root-cause analysis. - C: Deep Trace helps visibility but is manual and time-consuming. - D: Packet capture is invasive and slow; not the quickest path to root cause.

A
AI Tutor Explanation
4/23/2026 12:26:21 PM

Question 32:

  • Answer: A (2.4GHz)

  • Why: Lower-frequency signals have longer wavelengths and experience less attenuation when passing through walls and obstacles. Higher frequencies (5GHz, 6GHz) are more easily blocked by walls. NFC operates over very short distances and is not meant to penetrate walls. So 2.4 GHz best penetrates physical objects like walls.

A
AI Tutor Explanation
4/21/2026 8:48:36 AM

Question 3:

  • False is the correct answer (Option B).

Why:
  • In Snowflake, a database is a metadata object that exists within a single Snowflake account. Accounts are isolated—there isn’t one database that lives in multiple accounts.
  • You can access data across accounts via data sharing or database replication, but these create separate database objects in the other accounts (e.g., a database in the consumer account created from a share), not a single shared database across accounts.

So a single database cannot exist in more than one Snowflake account.

A
Anonymous User
4/16/2026 10:54:18 AM

Question 1:

  • Correct answer: Edate = sys.argv[1]
  • Why this is correct:
- When a Databricks Job passes parameters to a notebook, those parameters are supplied to the notebook's Python process as command-line arguments. The first argument after the script name is sys.argv[1], so date = sys.argv[1] captures the passed date value directly.
  • How it compares to other options:
- date = spark.conf.get("date") reads from Spark config, not from job parameters. - input() waits for user input at runtime, which isn’t how job parameters are provided. - date = dbutils.notebooks.getParam("date") would work if the notebook were invoked via dbutils.notebook.run with parameters, not

A
Anonymous User
4/15/2026 4:42:07 AM

Question 528:

  • Correct answer: NSG flow logs for NSG1 (Option B)

  • Why:
- Traffic Analytics uses NSG flow logs to analyze traffic patterns. You must have NSG flow logs enabled for the NSGs you want to monitor. - An Azure Log Analytics workspace is also required to store and query the traffic data. - Network Watcher must be available in the subscription for traffic analytics to function.
  • What to configure (brief steps):
- Ensure Network Watcher is enabled in the East US region (for the subscription/region). - Enable NSG flow logs on NSG1. - Ensure a Log Analytics workspace exists and is accessible (read/write) so Traffic Analytics can store and query logs.
  • Why other options aren’t correct:
- “Diagnostic settings for VM1” or “Diagnostic settings for NSG1” alone don’t guarantee flow logs are captured and sent to Log Analytics, which Traffic Analytics relies on. - “Insights for VM1” is not how Traffic Analytics collects traffic data.

A
Anonymous User
4/15/2026 2:43:53 AM

Question 23:
The correct answer is Domain admin (option B), not Fabric admin.

  • Domain admin provides domain-level management: create domains/subdomains and assign workspaces within those domains, which matches the tasks while following least privilege.
  • Fabric admin is global-level access and is more privileges than needed for this scenario (it would grant broader control across the Fabric environment).

A
Anonymous User
4/14/2026 12:31:34 PM

Question 2:
For question 2, the key concept is the Longest Prefix Match. Routers pick the route whose subnet mask is the most specific (largest prefix length) that still matches the destination IP.
From the options:

  • A) 10.10.10.0/28 ? 10.10.10.0–10.10.10.15
  • B) 10.10.13.0/25 ? 10.10.13.0–10.10.13.127
  • C) 10.10.13.144/28 ? 10.10.13.144–10.10.13.159
  • D) 10.10.13.208/29 ? 10.10.13.208–10.10.13.215

The destination Host A’s IP must fall within 10.10.13.208–10.10.13.215 for the /29 to be the best match. Since /29 is the longest prefix among the matching options, Router1 will use 10.10.13.208/29.
Thus, the correct answer is D.

S
srameh
4/14/2026 10:09:29 AM

Question 3:

  • Correct answer: Phase 4, Post Accreditation

  • Explanation:
- In DITSCAP, the four phases are: - Phase 1: Definition (concept and requirements) - Phase 2: Verification (design and testing) - Phase 3: Validation (fielding and evaluation) - Phase 4: Post Accreditation (ongoing operations and lifecycle management) - The description—continuing operation of an accredited IT system and addressing changing threats throughout its life cycle—fits the Post Accreditation phase, which covers operations, maintenance, monitoring, and reauthorization as threats and environment evolve.

O
onibokun10
4/13/2026 7:50:14 PM

Question 129:
Correct answer: CNAME

  • A CNAME record creates an alias for a domain, so newapplication.comptia.org will resolve to whatever IP address www.comptia.org resolves to. This ensures both names point to the same resource without duplicating the IP.
  • Why not the others:
- SOA defines authoritative information for a zone. - MX specifies mail exchange servers. - NS designates name servers for a zone.
  • Notes: The alias name (newapplication.comptia.org) should not have other records if you use a CNAME for it, and CNAMEs aren’t used for the zone apex (root) domain. This scenario uses a subdomain, so a CNAME is appropriate.

A
Anonymous User
4/13/2026 6:29:58 PM

Question 1:

  • Correct answer: C

  • Why this is best:
- Uses OS Login with IAM, so SSH access is granted via Google accounts rather than distributing per-user SSH keys. - Granting the compute.osAdminLogin role to a Google group gives admin access to all team members in a centralized, auditable way. - Access is auditable: Cloud Audit Logs show who accessed which VM, satisfying the security requirement to determine who accessed a given instance.
  • How it works:
- Enable OS Login on the project/instances (enable-oslogin metadata). - Add the team’s

A
Anonymous User
4/13/2026 1:00:51 PM

Question 2:

  • Answer: D. Azure Advisor

  • Why: To view security-related recommendations for resources in the Compute and Apps area (including App Service Web Apps and Functions), you use Azure Advisor. Advisor surfaces personalized best-practice recommendations across resources, including security, and shows which resources are affected and the severity.

  • Why not the others:
- Azure Log Analytics is for ad-hoc querying of telemetry, not for viewing security recommendations. - Azure Event Hubs is for streaming telemetry data, not for security recommendations.
  • Quick tip: In the portal, navigate to Azure Advisor and check the Security recommendations for App Services to see actionable items and affe

D
Don
4/11/2026 5:36:42 AM

Recommend using AI for Solutions rather the Answer(s) submitted here

M
Mogae Malapela
4/8/2026 6:37:56 AM

This is very interesting

A
Anon
4/6/2026 5:22:54 PM

Are these the same questions you have to pay for in ExamTopics?

L
LRK
3/22/2026 2:38:08 PM

For Question 7 - while the answer description indicates the correct answer, the option no. mentioned is incorrect. Nice and Comprehensive. Thankyou

R
Rian
3/19/2026 9:12:10 AM

This is very good and accurate. Explanation is very helpful even thou some are not 100% right but good enough to pass.

G
Gerrard
3/18/2026 6:58:37 AM

The DP-900 exam can be tricky if you aren't familiar with Microsoft’s specific cloud terminology. I used the practice questions from free-braindumps.com and found them incredibly helpful. The site breaks down core data concepts and Azure services in a way that actually mirrors the real test. As a resutl I passed my exam.

V
Vineet Kumar
3/6/2026 5:26:16 AM

interesting

J
Joe
1/20/2026 8:25:24 AM

Passed this exam 2 days ago. These questions are in the exam. You are safe to use them.

N
NJ
12/24/2025 10:39:07 AM

Helpful to test your preparedness before giving exam

A
Ashwini
12/17/2025 8:24:45 AM

Really helped

J
Jagadesh
12/16/2025 9:57:10 AM

Good explanation

AI Tutor 👋 I’m here to help!