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

Exact2Pass Menu

Question # 4

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

Full Access
Question # 5

Which directory is created by the idemixgen tool along with the ca directory and msp directory when configuring membership?

A.

config directory

B.

user directory

C.

orderer directory

D.

tlscacerts directory

Full Access
Question # 6

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.

Full Access
Question # 7

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.

Full Access
Question # 8

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

Full Access
Question # 9

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

Full Access
Question # 10

Each peer in the Hyperledger Fabric network hosts a copy of the ledger, which also belongs to what component?

A.

The membership services

B.

The Ordering node

C.

The NoSQL databases

D.

A member channel

Full Access
Question # 11

For an endorsed transaction, the gateway service forwards the transaction to the ordering service, which orders it with other endorsed transactions and then completes what?

A.

Sends the transaction to the validation phase.

B.

Packages all endorsed transactions into a block.

C.

Sends the transaction to the endorsement phase.

D.

Broadcasts the transaction to all peers in the channel.

Full Access
Question # 12

Regarding peerlifecycle chaincode, which of the following is the incorrect (unsupported) subcommand for query?

A.

peer lifecycle chaincode querypackaged

B.

peer lifecycle chaincode querycommitted

C.

peer lifecycle chaincode queryapproved

D.

peer lifecycle chaincode queryinstalled

Full Access
Question # 13

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.

Full Access
Question # 14

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

Full Access
Question # 15

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.

Full Access
Question # 16

What is the difference between chaincode, transaction, and block events?

A.

Use setEvent, setTransactionEvent, setBlockEvent to emit chaincode, transaction and block events in the chaincode.

B.

Chaincode events must be programmed in the smart contract, transaction and block events work out of the box

C.

They are pretty much the same both regarding functionality and programming effort as well.

D.

Block events must be programmed in the smart contract, chaincode events work out of the box.

Full Access
Question # 17

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

A.

Private data collections

B.

State database

C.

Ordering service

D.

Endorsement policies

Full Access
Question # 18

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

Full Access