CBSA Cheat Sheet 2026
The 30 highest-yield CBSA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here ā free, no sign-up.
70 questions
90 min time limit
70.00% to pass
- A Hyperledger Fabric network needs to add a new organization post-deployment. Which process is required? ā Submit a channel configuration update transaction signed by existing organizations
- Which consensus mechanism selects block validators based on the amount of cryptocurrency they lock up as collateral? ā Proof of Stake
- What is the primary trade-off when increasing the number of validators in a BFT consensus protocol? ā Better decentralization but exponentially higher communication overhead (O(n²))
- What is a key concept in this domain? ā Correct Concept
- What regulatory framework in the US classifies a digital asset as a security using the 'Howey Test'? ā SEC Securities Act
- Which Ethereum opcode is used internally when a contract sends Ether using the 'transfer' function, and what is its gas stipend? ā CALL with 2300 gas
- During a Hyperledger Fabric chaincode deployment, a developer receives an 'endorsement policy not satisfied' error. What is the most likely cause? ā Insufficient peers from required organizations approved the transaction
- In Ethereum, which opcode is commonly blamed for the Parity multi-sig wallet freeze of 2017? ā DELEGATECALL
- In a security token offering (STO), what is the role of a transfer agent on the blockchain? ā To enforce compliance rules such as KYC/AML whitelists during token transfers
- A blockchain architect must design a rollback strategy for a failed chaincode upgrade. What is the correct approach in Hyperledger Fabric? ā Re-deploy the previous approved chaincode version using the lifecycle endorsement process
- What is the purpose of a 'block header' in a blockchain block? ā It contains metadata including the previous block hash, timestamp, Merkle root, and nonce
- What is 'chain reorganization' (reorg) and when does it occur? ā A network event where a longer competing chain replaces the current canonical chain
- Ethereum's move from Proof of Work to Proof of Stake (The Merge) primarily aimed to achieve which benefit? ā Reduce energy consumption by ~99.95%
- An NGO distributes aid to refugees using blockchain-based digital wallets. What is the primary advantage over traditional cash aid? ā Transparent, auditable disbursement reducing fraud and diversion
- What is 'key ceremony' in the context of blockchain PKI and why is it important? ā A formal witnessed procedure to generate and secure root CA keys
- A blockchain architect wants to prevent Sybil attacks in a permissionless network without proof of work. Which mechanism is most effective? ā Proof of stake with economic slashing
- In blockchain consensus, what does 'liveness' guarantee? ā That the network will eventually make progress and commit new transactions
- What distinguishes Hyperledger Besu from other Hyperledger projects? ā It is an Ethereum client designed for both public and enterprise private networks
- Which characteristic best defines a 'permissioned' blockchain network architecture? ā It restricts participation to identities that have been granted access
- In a federated Byzantine agreement (FBA) model like Stellar, how is consensus reached? ā Each node chooses its own quorum slice, and consensus emerges from overlapping slices
- When deploying smart contracts on Ethereum mainnet, what is the primary reason to use a proxy upgrade pattern? ā To allow contract logic to be updated while preserving the contract address and state
- Which Hyperledger project focuses on supply chain use cases and provides asset tracking capabilities with event-driven architecture? ā Hyperledger Grid
- Which of the following applies to the domain? ā Core Principle
- Which metric is most commonly used to measure and compare blockchain transaction throughput? ā Transactions per second (TPS)
- In a blockchain network, what problem does the 'nothing-at-stake' attack specifically target? ā Proof of Stake consensus mechanisms
- Which consensus property is violated when two honest nodes permanently disagree on the canonical state of the blockchain? ā Safety
- What does 'gas' represent in the Ethereum blockchain? ā A unit measuring computational effort required to execute operations
- In Hyperledger Besu's QBFT (Quorum Byzantine Fault Tolerance) consensus, what minimum number of validators is required to tolerate one faulty node? ā 4
- Which enterprise blockchain platform was developed by the Digital Asset company and uses DAML as its smart contract language? ā Canton (formerly DAML on Ledger)
- Which Hyperledger Fabric component is responsible for ordering transactions and creating blocks? ā Orderer
Turn these facts into recall:
Was this helpful?