Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Linux Foundation HFCP - Hyperledger Fabric Certified Practitioner (HFCP) Exam

Page: 1 / 2
Total 60 questions

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

What Fabric Gateway client API call could a client application use to update ledger state?

A.

Evaluate

B.

Invoke

C.

Update

D.

Submit

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 allows users to update channels, or invoke new Smart Contracts?

A.

CouchDB

B.

Private data collections

C.

The peer CLI

D.

Endorsement policies

When reading and modifying the ledger state in Hyperledger Fabric, what type of schema does the data stored in the ledger need to adhere if the state database is LevelDB?

A.

No specific schema is required

B.

JSON schema

C.

XML schema

D.

CSV schema

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

When executing queries on the ledger, what is the difference between simple and composite keys?

A.

Simple keys and composite keys are not used when executing queries on the ledger.

B.

Simple keys allow for more complex queries than composite keys.

C.

Composite keys allow for more complex queries than simple keys.

D.

Simple Keys and composite Keys function the same way when executing queries on the ledger

Which organization can see data and information stored in the private data collection?

A.

Every organization of a certain channel can see all the data and related information stored in a private data collection.

B.

Only configured members of a private data collection can see all the data and related information stored in the private data collection.

C.

Only configured members of a private data collection can see the stored data, but hash values of data are shared with other organizations of the channel.

D.

Every organization of a certain Hyperledqer Fabric setup can see the all the data and related information stored in a private data collection.

The Gateway service manages which of the following activities on behalf of the client application?

A.

User enrollment and authentication

B.

Channel management

C.

Chaincode

D.

Transaction submission

Where would you generate a unique ID to represent an asset on the ledger?

A.

In a private data collection

B.

In the client application

C.

In the smart contract

D.

In a custom validation plugin