Blockchain CBDH Practice Test - Questions Answers, Page 5
List of questions
Question 41
Hyperledger Fabric Consensus is planned out into 3 phases. Which one is
NOT a phase?
Question 42
Hyperledger Fabric essentially implements a private validator network protocol.
Which of the following statements are true?
Question 43
Which of the following provides Immutability?
Question 44
Blockchain services in Hyperledger Fabric manages the distributed ledger through a peer to peer protocol that is built on ______?
Question 45
Which of the following blockchain key components state how the transactions will be confirmed?
Question 46
What must implement every chaincode?
Question 47
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?
Question 48
_________is called to update or query the ledger in a proposal transaction. This is called by the chaincode.
Question 49
What means "Forking" the Hyperledger Fabric Github repository? (Select two.)
Question 50
The chaincode’s interface implements which of the following functions?
Question