Question No. 1
Which subcommand adds a peer to a channel in Hyperledger Fabric?
peer channel fetch
peer channel creace
peer channel updace
peer channel join
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 2
An enterprise blockchain is a permission blockchain node distributed to whom?
Administration data center
Nodes distributed with a validator
Member organizations
Nodes distributed on a public Blockchain
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 3
Which of the following is the identity solution in Hyperledger Fabric?
Hyperledger Fabric Orderer
Hyperledger Fabric CA
Hyperledger Fabric SDK
Membership Service Providers
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 4
In Hyperledger Fabric, CouchDB is enabled as the state database by changing the state Database configuration option from goleveldb to what?
gocouchdb
setCouchDB
goCouch
CouchDB
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 5
Each peer in the Hyperledger Fabric network hosts a copy of the ledger, which also belongs to what component?
The membership services
The Ordering node
The NoSQL databases
A member channel
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 6
Which directory is created by the idemixgen tool along with the ca directory and msp directory when configuring membership?
config directory
user directory
orderer directory
tlscacerts directory
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 7
What is the purpose of the ordering service in Hyperledger Fabric model?
To endorse transactions and update the world state.
To manage the identities of the participants in the network
To assemble transactions into blocks for the blockchain ledqer.
To validate transactions and maintain the blockchain ledqer
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 8
Which actions are combined into a single function by the Fabric Gateway client APIs to support transaction submission with a single line of code?
Validation and Commitment
Endorsement, Submit, and Commitment
Ordering and Commitment
Endorsement and Commitment
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 9
In Hyperledger Fabric a transaction is initiated where?
Endorser
IPeer
Client
Orderer
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 10
Which of the following statements describes Chaincode correctly?
Chaincode is software for creating new blocks on the ledger.
Chaincode is software defining assets and transaction instructions for modifying the assets on the ledger.
Chaincode is a legally enforceable business contract between organizations.
Chaincode is a code of conduct to manage a blockchain consortium.
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 11
What is true about the historic states in Hyperledger Fabric model?
They can be modified by anyone with write access.
Administrator role is required for access.
They are immutable.
They cannot be accessed by anyone.
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 12
Which of the following is the correct role of orderer nodes?
Order and package endorsed transactions into a block.
Order new tokens from the token issuer.
Order peers to endorse a transaction.
Reorder stored blocks to compress data volume.
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 13
Which of the following sources provide block events?
Membership service
Peers
Ordering service
CouchD
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 14
Which of the following information do signature policies provide when creating a network in Hyperledger Fabric?
A. Identity specific users who must sign in order to satisfy a policy.
B. Number of nodes in the network
C. Private keys of all network participants.
D. Type of consensus algorithm used
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)
Question No. 15
How should private data collection be configured and deployed?
Private data collection is configured and deployed with the help of a dedicated REST API that is available on the orderers.
Private data collection configuration is setup at the core network structure configuration with the components.
Private data collection is configured at the X5C9 certification generation process of the certificate authorities.
Private data collection configuration is described in a separate ison file and deployed at chaincode deployment.
Reveal Solution Select one option, then reveal solution.
View discussion (0 Comments)