Based on Financial Action Task Force guidance, when a cryptoasset exchange carries out an occasional transaction, the exchange is required to conduct CDD when the transaction is above:
Answer(s): C
FATF guidance sets the threshold for Customer Due Diligence (CDD) on occasional transactions at USD/EUR 10,000 or equivalent. This means that when a cryptoasset exchange processes a one-off transaction exceeding this amount, it must apply appropriate CDD measures.This aligns with FATF Recommendation 10 and is adopted by DFSA and FSRA frameworks governing virtual asset service providers, ensuring transactions over this limit are subject to identity verification and risk assessment.Extracts from AML and COB modules emphasize this threshold as the trigger for CDD on occasional transactions to prevent laundering through high-value single transfers.
In considering particular virtual asset products, services, or activities, which features should be considered by management?
Answer(s): A,B,C,D
Management must consider a comprehensive set of features when evaluating virtual asset products and services, including:Ability for other VASPs to utilize the service (A): This increases risk exposure as services may be used indirectly by unknown parties.Ability to mingle funds within wider pools (B): Mixing services or pooled wallets increase anonymity and laundering risk.Regulatory expectations (C): Management must ensure compliance with all applicable laws and guidelines.Transaction volumes (D): High transaction volumes can increase operational risk and require enhanced monitoring.The DFSA AML and COB Modules, as well as FATF guidance, stress that a risk-based approach requires consideration of all these features in product/service risk assessments.
An analyst at a virtual asset service provider (VASP) that white-labels its exchange solution to other cross-border VASPs is developing a VASP onboarding procedure. Under Financial Action Task Force Recommendation 13, which CDD practices should be applied to such relationships? (Select Three.)
Answer(s): C,D,E
FATF Recommendation 13 (Correspondent Banking and Similar Relationships) and its application to VASPVASP relationships require enhanced due diligence before onboarding. This is because such arrangements carry elevated ML/TF risk, especially in cross-border settings.Required CDD practices include:Assess the nature and purpose of the VASP relationship (C): Understand why the relationship is being established and the expected services/products.Obtain approval from senior management (D): Senior management oversight ensures risk is accepted at the appropriate governance level.Assess the VASP's supervision and if a license/registration is needed (E): Confirm regulatory oversight, licensing, and compliance with AML/CFT obligations.Options A and B are not core FATF requirements for CDD in this context -- local authority approval may be a domestic regulatory requirement in some countries, but not a FATF baseline, and profitability assessment is a business decision, not an AML measure.
A compliance officer is conducting a customer risk review. Which statements represent the highest level of customer risk? (Select Two.)
Answer(s): B,D
When determining highest-risk customers under a risk-based approach, firms must consider transaction patterns, jurisdictions, counterparties, and destinations:B: Large deposits by a student, rapidly converting to crypto and sending to another VASP, suggest potential layering and third-party funding risk.D: Daily inbound transfers from a foreign VASP to a private (unhosted) wallet indicate consistent high-risk exposure -- especially cross-border transactions involving unregulated or weakly regulated jurisdictions.While VPN use (A) can be a red flag, on its own it is lower risk than significant suspicious fund flows. Paying suppliers in crypto (C) can be legitimate for businesses. A large donation to a charity (E) could be flagged depending on jurisdiction and cause, but is generally less inherently suspicious than B and D unless linked to high-risk entities.FATF, DFSA, and FSRA AML rules stress that ongoing monitoring should identify these high-frequency, high-value, cross-border crypto flows as priority for Enhanced Due Diligence (EDD) and possible Suspicious Transaction Reports (STRs).
Which token type should be considered as carrying the highest risk when assessing the AML risks related to the customer's source of funds?
Answer(s): A
Privacy tokens are specifically designed to obfuscate transaction details such as sender, recipient, and amounts, making them inherently high risk for money laundering and terrorist financing. Their anonymity-enhanced features pose significant challenges to AML efforts.Stablecoins (B), platform tokens (C), and security tokens (D) have varying risk profiles but generally provide more transparency or are subject to regulatory frameworks, reducing inherent AML risk compared to privacy tokens.FATF and DFSA AML frameworks highlight privacy tokens as a priority for enhanced due diligence and risk mitigation due to their abuse potential.
A compliance officer Is assigned a group of customers. Which action should the officer fake to determine the appropriate level of customer due diligence apply to each customer?
Answer(s): D
A risk-based approach to customer due diligence requires considering all relevant risk factors including customer profile, the nature and purpose of the account or relationship, geographic risks, transaction patterns, and other relevant factors. This ensures that CDD intensity is commensurate with assessed risk.Assessing only location (A) or transaction thresholds (B) is insufficient alone. Applying uniform CDD measures (C) contradicts the risk-based approach advocated by FATF and DFSA regulations.DFSA AML guidance explicitly requires comprehensive risk assessment considering multiple variables to determine appropriate due diligence levels.
According to me Financial Action Task Force's (FATF's> definition of virtual asset service provider (VASP), for which activity is an entity required to be licensee or registered as a VASP in the jurisdiction(s) where they are created?
Answer(s): B
FATF defines VASPs as entities that conduct certain specified activities involving virtual assets. Licensing or registration as a VASP is required primarily for entities engaged in activities such as safekeeping and/or administration of virtual assets or conducting exchanges between one or more forms of virtual assets.Cryptocurrency mining operations (A) and operating blockchain nodes (C) are generally excluded from the VASP definition because they do not involve handling customer funds or providing financial services. Virtual money service businesses (D) is a broader term that may include VASPs but not all such businesses fall under VASP regulations unless they meet the activity criteria.This aligns with the DFSA AML Module and FATF Recommendation 15, which regulate entities providing virtual asset custody or exchange services to customers and require them to be licensed or registered.
Misconfigured smart contracts can allow which type of scam to occur?
Misconfigured or poorly designed smart contracts can enable rug pull scams, where developers create fraudulent decentralized finance (DeFi) projects or tokens and then withdraw liquidity or funds abruptly, leaving investors with worthless assets.Phishing (A) and SIM attacks (B) relate to social engineering and telecom fraud, respectively, and ransomware (D) is malware demanding payment. Rug pulls specifically exploit smart contract vulnerabilities.The DFSA and AML thematic reviews on crypto highlight rug pull scams as a key operational and financial crime risk linked to smart contract vulnerabilities.
Share your comments for ACAMS CCAS exam with other users:
Question 5:I can’t see the [Image] in Question 5, but I can explain the likely reasoning.
Question 12:Here’s why Question 12’s correct choices are C and D.
Question 3:Question 3 asks for two valid ways to meet the purchase order creation validation (warn if the vendor is on the exclusion list for the customer/product and block/alert accordingly). Correct answers: C and D
Question 12:Here’s how to understand question 12.
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:
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:
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 }}
$VARIABLE
GITHUB_
defaults:
run
GITHUB_WORKSPACE
${{ github.workspace }}
$GITHUB_WORKSPACE/...
${{ github.workspace }}/...
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.
Question 34:
Policy
function of appnav in sdwan
Question 1:
Question 5:
Why this is correct
Question 7:
Question 104:
clustering keys
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 {})
Question 62:
ZDX
Analyze Score
Y Engine
Question 32:
Question 3:
date = sys.argv[1]
sys.argv[1]
date = spark.conf.get("date")
input()
date = dbutils.notebooks.getParam("date")
dbutils.notebook.run
Question 528:
Question 23:The correct answer is Domain admin (option B), not Fabric admin.
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:
Question 129:Correct answer: CNAME
compute.osAdminLogin
enable-oslogin
Question 2:
Recommend using AI for Solutions rather the Answer(s) submitted here
This is very interesting
Are these the same questions you have to pay for in ExamTopics?
For Question 7 - while the answer description indicates the correct answer, the option no. mentioned is incorrect. Nice and Comprehensive. Thankyou
This is very good and accurate. Explanation is very helpful even thou some are not 100% right but good enough to pass.
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.
interesting
Keeping this site free takes real effort. We constantly battle automated scraping and unauthorized content copying. A quick account helps us protect the community and keep the site free.
To continue studying for your CCAS, please sign in or create a free account.