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

What is the role of the endorsement policy in the context of Hyperledger Fabric's chaincode?

A.

Define which organizations are allowed to read the ledger.

B.

Define the organizations that have permission to execute a transaction.

C.

Define which orderers will order transactions into a block.

D.

Define the organizations that must sign a transaction proposal.

What are the standard possibilities to configure parameters of a component (peer, orderer) in Hyperledger Fabric?

A.

Local Linux config files and kubernetes configuration in etcd.

B.

Global configuration database for storing all relevant parameters.

C.

Yaml config files, environment variables, flags on CLI commands.

D.

Individual configuration database for each organization.

When deploying an Orderer environment, variables must be customized or overridden in which artifact?

A.

crypto-config.yaml

B.

docker-compose.yaml

C.

configtx.yaml

D.

orderer.yaml

An endorsement policy lists what?

A.

The number of organizations involved in a transaction.

B.

The number of peers needed to endorse a transaction.

C.

The order in which transactions are executed.

D.

The identities required for endorsing a transaction.

Which subcommand adds a peer to a channel in Hyperledger Fabric?

A.

peer channel fetch

B.

peer channel creace

C.

peer channel updace

D.

peer channel join

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

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