1.
What function in chaincode will be used to store a state on the blockchain ledger?
2.
Chaincode interface must be implemented by ever chaincode program.
3.
Which of the following would not be a good use case for Hyperledger Fabric?
4.
Hyperledger is a membership based distributed ledger platform. What determine the level of permissions required to transact for members?
5.
What is the best definition of chaincode with Hyperledger?
6.
Which of the following syntaxes will compile the chaincode?
7.
What is the initial setup of a network which policies, system chaincodes, and cryptographic materials (certs) are disseminated amongst participants are defined to establish trust?
8.
What type of peer endorses and executes a transaction?
9.
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?
10.
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?