Every . cto model file requires a___________which means that every name inside of it must be unique.
A. namespace
B. chaincode
C. participant
D. asset
Member in the context of Hyperledger DLT network refers to:
A. Legally separate / Independent entities
B. Entities involved in transactions
C. Business sponsor of DLT application
The_______________is used to sign, verify, provision, and authenticate in Hyperledger Fabric
A. Membership Service Provider
B. Onboarder
C. Cryptographic generator
D. None of the above
ceo file has which of the following elements:
A. Name space
B. Resources
C. Imports from other name spaces D. All of the above
Asset and participant are______in the modeling language.
A. Reserved words
B. Common
C. Undeclared
When the distributed ledger has been updated and all nodes maintain their own identical copy of the ledger, what were the nodes reached?
A. Perfection
B. Consensus
C. Replication
D. Agreement
Hyperledger fabric business network is divided into which of the following categories?
A. Composer, Fabric and Chaincode
B. Sawtooth, Fabric and Indy
C. Blockchain, Registration, Identity
D. Blockchain, Chaincode and Membership
Hyperledger is a membership based distributed ledger platform. What determine the level of permissions required to transact for members?
A. Authentication Services
B. Validator Services
C. Identity Management
D. Audit Services
The security module works in conjunction with the ________________________ module to provide access control service to any data recorded and business logic deployed on a chain network.
A. HSM
B. Membership Services
C. Chaincode
D. Consensus
When creating a network according to an organization's structure and also bootstrap a channel what are the following artifacts we would need to generate?
A. Genesis Block, License File and Anchor Peer Configs for each organization.
B. Genesis Block, ledger Configuration and Anchor Peer Configs for each organization.
C. Genesis Block, Channel Configuration and Anchor Peer Configs for each organization.
D. Genesis Block, Channel Configuration and Anchor MSP Configs for each organization.
An_____________ is defined as a communication node that is responsible for the distribution of blockchain transactions in Hyperledger Fabric.
A. MSP
B. Peer Node
C. Client Node
D. Endorsing Node
E. Orderer
The ledger system in Hyperledger Fabric uses what database by default?
A. CouchDB
B. LevelDB
C. MySQL
D. MS SQL
E. PostGres SQL
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?
A. Error
B. Getstate
C. Putstate
D. Read
_________is called to update or query the ledger in a proposal transaction. This is called by the chaincode.
A. Initialize
B. Init
C. Update
D. Invoke