The Linux Foundation HFCP Hyperledger Fabric Certified Practitioner (HFCP) Exam Online Training
The Linux Foundation HFCP Online Training
The questions for HFCP were last updated at Feb 04,2025.
- Exam Code: HFCP
- Exam Name: Hyperledger Fabric Certified Practitioner (HFCP) Exam
- Certification Provider: The Linux Foundation
- Latest update: Feb 04,2025
In Hyperledger Fabric, Intercommunication is how a smart contract in a channel updates the World State database. It is achieved by what process?
- A . Setting the endorsement policy to communicate with all peers.
- B . Configuring the Peer-to-peer endorsement options.
- C . Calling smart contracts within the channel and in different channels.
- D . Making use of the cross channel Consensus mechanism.
What types of events committed to the ledger can client applications receive using the peer’s event service?
- A . Only block events
- B . Both chaincode and block events
- C . Neither chaincode nor block events
- D . Only chaincode events
Which of the following is the correct role of orderer nodes?
- A . Order and package endorsed transactions into a block.
- B . Order new tokens from the token issuer.
- C . Order peers to endorse a transaction.
- D . Reorder stored blocks to compress data volume.
What gRPC status code might you expect to be associated with an error invoking a transaction as a result of a transient failure, such as a network disconnection between the client application and Gateway peer?
- A . UNAVAILABLE
- B . ABORTED
- C . DEADLINE EXCEEDED
- D . FAILED PRECONDITION
In a production environment, what peer items require on-going monitoring?
- A . Only the orderer service since it manages the ordering of transactions.
- B . Only the chaincode containers since they handle the business logic.
- C . All peer containers, including their CPU, network, and memory.
- D . Only the peer nodes that are running chaincode, since they consume most resources.
What do we call the ordering nodes actively participating in the consensus mechanism for a given channel and receiving replicated logs for the channel?
- A . Committer set
- B . Consenter set
- C . Peers
- D . Endorsers
Which of the following is the identity solution in Hyperledger Fabric?
- A . Hyperledger Fabric Orderer
- B . Hyperledger Fabric CA
- C . Hyperledger Fabric SDK
- D . Membership Service Providers
What is necessary for a chaincode to become ready to commit on a channel?
- A . The chaincode must be previously installed on the channel’s peers.
- B . The policy Channel/Application/Writers must be satisfied.
- C . The policy /Channel/Application/LifecycleEndorsement must be satisfied.
- D . The chaincode must have the endorsement policies correctly defined.
How can the client application access descriptive error text for each of the endorsing peers following a transaction endorsement failure?
- A . Extract relevant entries from the endorsing peer logs.
- B . Examine the message of the associated cause or wrapped error.
- C . Look up the gRPC status code for the error.
- D . Extract the details associated with the returned error.