Home > Cryptocurrency / Bitcoin / Blockchain / And More > Quizzes > CBDH BTA Certified Blockchain Developer - Hyperledger Exam
CBDH BTA Certified Blockchain Developer - Hyperledger Exam
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 71% Most missed: “An_____________ is defined as a communication node that is responsible for the d…”
CBDH BTA Certified Blockchain Developer - Hyperledger Exam
Time left 00:00
25 Questions

1. What is provided by the Hyperledger Fabric to facilitate network communications?
2. Which Hyperledger Fabric ordering mechanism is recommended for production use?
3. Hyperledger Fabric Consensus is planned out into 3 phases. Which one is NOT a phase?
4. Blockchain services in Hyperledger Fabric manages the distributed ledger through a peer to peer protocol that is built on ______?
5. Hyperledger is a membership based distributed ledger platform. What determine the level of permissions required to transact for members?
6. Consensus on the Blockchain defines________________
7. Consensus algorithms are used because _______________
8. What Hyperledger tool is a blockchain benchmark tool that allows users to measure performance of a specific implementation with predefined use cases?
9. Which of the following syntaxes will compile the chaincode?
10. The chaincode
11. What must implement every chaincode?
12. Which of the following would not be a good use case for Hyperledger Fabric?
13. What type of peer endorses and executes a transaction?
14. Chaincode in Hyperledger Fabric is a decentralized transactional program which is running on the validating nodes. Chaincode implements the Chaincode interface in particular, Init and Invoke functions. Which statements about Chaincode is correct?
15. Which of the following is the best answer when reviewing a Code Invoking Transaction" in Hyperledger Fabric?"
16. You are starting to understand the needed package dependencies for chaincode. What are the two required packages?
17. Smart contracts are created by computer programmers through the help of smart contract development tools and are entirely digital. These programs are usually written using programming code languages. Which of the following languages would not be ideal for use in smart contracts?
18. When deploying a database option there are some important things to consider from a deployment perspective. CouchDB and LevelDB can be deployed with Fabric. Which of the following is a true statement in regards to ledger deployment?
19. Every chaincode has an ________________ policy which specifies the set of peers on a channel that must execute chaincode and endorse the execution results in order for the transaction to be considered valid.
20. When designing a client application it is important to note that queries are defined in a query file (.qry). Where is this .qry file stored?
21. Query is called whenever you query your chaincode's state. Queries do not result in blocks being added to the chain, and you cannot use certain functions. Which function can you not use inside a Query?
22. Chaincode interface must be implemented by ever chaincode program.
23. The Hyperledger Project consists of the following EXCEPT?
24. What type of peer executes chaincode?
25. 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?