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

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.

In Hyperledger Fabric a transaction is initiated where?

A.

Endorser

B.

IPeer

C.

Client

D.

Orderer

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.

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

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.

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.

An enterprise blockchain is a permission blockchain node distributed to whom?

A.

Administration data center

B.

Nodes distributed with a validator

C.

Member organizations

D.

Nodes distributed on a public Blockchain

What is true about the historic states in Hyperledger Fabric model?

A.

They can be modified by anyone with write access.

B.

Administrator role is required for access.

C.

They are immutable.

D.

They cannot be accessed by anyone.

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?

A.

Offline signing

B.

Online signing

C.

No signing is required

D.

Shared signing

Which pluggable component in the Hyperledger Fabric modular architecture is responsible for identities?

A.

Peer Node

B.

Membership Service Provider

C.

Endorsement Policy

D.

Ordering Service