Level DB is the default database for Hyperledger Fabric and is particularly appropriate when ledger states comprise what type of data?
What type of node commits transactions & keeps the data in sync across the ledger?
Which function is not required in Hyperledger Fabric chaincode?
When creating Chaincode for your application what are two tasks you need to perform before running chaincode?
Exhibit.
Based on the chaincode displayed, which function will call shim, Start?
Concepts can be marked abstract.
The Hyperledger Project has a modular umbrella schema to its organization which includes three parts of the organizational schema. As part of the organizational schema, it includes an “Infrastructure” Module that is structured with four layers.
What layer below is NOT part of the structure?
In Hyperledger not all Nodes are created equal. What are the three distinct types of nodes? (Select three.)
Hyperledger supports two types of transactions. What are the two types? (Select two.)
Which ONE is valid?
When the________, ______________ or ________function of a chaincode is called, the fabric passes the stub *shim.ChaincodeStub parameter. (Select three.)
A ledger has 2 parts, which one is not part of the ledger?
In Hyperledger Fabric Composer, what testing tools are available?
Orderers are responsible for all of the following except one:
Hyperledger Fabric includes a ____________-based service for ordering and broadcasting network transactions. This service also provides crash fault tolerance to your network; meaning that if an accepted number of ordering service nodes are unavailable, the service continues to order and distribute blocks of transactions to channel peers.
What is the service based on?
One essential element of blockchain technology is the availability of cryptocurrency that can be used as value token on the DLT platform.
What is the application that is used by Hyperledger Fabric to communicate with the network?
The modeling language does not support multiple inheritance.
Model defines the representation of
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?
Exhibit.
Based on the code snippet, the unique identifier for the Delivery is:
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.
Which of the following is the BEST definition of Decentralization?
The gossip data dissemination protocol performs which three functions? (Choose three.)
Each channel manages its own_____and______
Business Network Application Model is created in Composer using:
_________is called to update or query the ledger in a proposal transaction. This is called by the chaincode.
A . ceo file has which of the following elements:
Chaincode on Fabric can be developed using: