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: 2 / 2
Total 60 questions

What happens if the user submits a transaction with no matching function?

A.

The peer will have rejected the transaction.

B.

Nothing, the transaction is ignored.

C.

The first transaction function is called.

D.

The unknownTransaction function is called.

Which is the last step in the Hyperledger Fabric transaction flow?

A.

Endorsing and Ordering

B.

Commitment and notification

C.

Ledger updated and commitment

D.

Endorsingand notification

Which channel feature allows organizations to run different versions of Hyperledger Fabric on their peer nodes?

A.

Endorsement policies

B.

Channel capabilities

C.

Consensus protocols

D.

Anchor peers

When submitting a transaction, how can a client application send information to be stored only in a private data collection?

A.

Transfer it using an off-chain data store.

B.

Encrypt it using the client private key.

C.

Send it as a chaincode event.

D.

Include it as transient data.

In Hyperledger Fabric, what data structures manage sensitive information between organizations?

A.

Private data collections

B.

State database

C.

Ordering service

D.

Endorsement policies

After the transaction that contains the delState("A") function is committed, what happens to the ledger and state database?

A.

getstate("A") function returns the current state of the key "A".

B.

The deleting transaction sets an empty value to the key "A" in the write set.

C.

The state of the key "A" is removed from the state database, but its history remains in the ledger.

D.

All transaction histories which updated the state "A" are deleted from the ledger.

How would a developer iteratively test and develop a smart contract without the overhead of the smart contract lifecycle process for every update?

A.

Runningchaincode for Smart Contracts in development mode.

B.

Manually update the Smart Contract code on the network.

C.

Deploy the Smart Contract on the network for every update.

D.

Use a Production Network to test and develop Smart Contracts.

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.

Onlythe peer nodes that are runningchaincode, since they consume most resources.