Hyperledger Fabric Certified Practitioner (HFCP) Exam Questions and Answers
What is the role of the endorsement policy in the context of Hyperledger Fabric's chaincode?
Which of the following is the identity solution in Hyperledger Fabric?
How can the client application access descriptive error text for each of the endorsing peers following a transaction endorsement failure?
When building a test network, how many nodes are adequate for an Ordering Service?
In Raft, there are two places for configuration. One is local configuration. What is the other?
Which is the last step in the Hyperledger Fabric transaction flow?
Which pluggable component in the Hyperledger Fabric modular architecture is responsible for identities?
Which directory is created by the idemixgen tool along with the ca directory and msp directory when configuring membership?
What Fabric Gateway client API call could a client application use to update ledger state?
In Hyperledger Fabric, what data structures manage sensitive information between organizations?
In Hyperledger Fabric, what is used if end users of the application want to keep their private key secret?
In Hyperledger Fabric, what is used if end users of the application want to keep their private key secret?
How would a developer iteratively test and develop a smart contract without the overhead of the smart contract lifecycle process for every update?
What types of events committed to the ledger can client applications receive using the peer's event service?
What do we call the ordering nodes actively participating in the consensus mechanism for a given channel and receiving replicated logs for the channel?
Which organization can see data and information stored in the private data collection?
When creating a gRPC connection to the Gateway peer using Transport Layer Security (TLS), what information must be supplied by the client application?
How should private data collection be configured and deployed?
What should be taken into account at implementing efficient CouchDB queries from chaincode?