Free Blockchain CBDH Exam Actual Questions

The questions for CBDH were last updated On Jan 11, 2025

Question No. 1

In Hyperledger Fabric,_______always validate transactions against endorsement policies and enforce those policies.

Show Answer Hide Answer
Correct Answer: C

Question No. 2

Hyperledger Fabric is a blockchain implementation that is designed for deploying a modular and extensible architecture.

Which of the following is NOT true about the architecture of Hyperledger?

Show Answer Hide Answer
Correct Answer: C

It has a modular subsystem design so that different implementations can be plugged in and implemented over time. Modular and extensible means modularity in all components of all frameworks, including: Consensus layer Smart contract layer Communication Layer Data Store Identity services (root of trust, to identify the participants).


Question No. 3

In Hyperledger Fabric, there are three types of peer nodes depending upon the assigned roles.

What are three types? (Choose three.)

Show Answer Hide Answer
Correct Answer: B, C, G

So not all peer nodes are same. There are different types of peer nodes with different roles in the network: Endorser peer Anchor peer Orderer peer Endorser peer Peers can be marked as Endorser peer (Endorsing peer). Upon receiving the ''transaction invocation request'' from the Client application the Endorser peer Validates the transaction. Check certificate details and roles of the requester. Executes the Chaincode (Smart Contract) and simulates the outcome of the transaction. But it does not update the ledger. At the end of the above two tasks the Endorser may approve to disapprove the transaction. As only the Endorser node executes the Chaincode (Smart Contract) so there is no necessity to install Chaincode in each and every node of the network which increases the scalibility of the network. Anchor peer Anchor peer or cluster of Anchor peers is configured at the time of Channel configuration. Just to remind you, in Hyperledger Fabric you can configure secret channels among the peers and transactions among the peers of that channel are visible only to them. Anchor peer receives updates and broadcasts the updates to the other peers in the organization. Anchor peers are discoverable. So any peer marked as Anchor peer can be discovered by the Orderer peer or any other peer. Orderer peer Orderer peer is considered as the central communication channel for the Hyperledger Fabric network. Orderer peer/node is responsible for consistent Ledger state accross the network. Orderer peer creates the block and delivers that to all the peers. Orderer is built on top of a message oriented architecture. There are two options are currently available to implement Orderer peer: Solo: Suitable for development. Single point failure. Solo should not be used for the production ready network. Kafka: Production ready Hyperledger Fabric network uses Kafka as the Orderer implementation. Kafka is a messaging software that has high throughput fault tolerant feature.


Question No. 4

Which function is not required in Hyperledger Fabric chaincode?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

Hyperledger is an open source project that came out of the ___________________________. It was created in order to help advance _____________________________blockchain technologies. It's a global open source collaboration involving leaders from numerous industries.

Show Answer Hide Answer
Correct Answer: A

Hyperledger is an open source project that came out of the LF and was created in order to help advance cross-industry blockchain technologies. It's a global open source collaboration involving leaders from numerous industries.