Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Top Tips for Passing the Blockchain CBDH Exam on Your First Try

Questions 41

In Hyperledger, each customer, participant, or vendor can have their own ledger on the blockchain This is called:

Options:

A.

Independence

B.

Channels

C.

Chamcode

D.

Isolationism

Buy Now
Questions 42

Chaincode in Hyperledger Fabric is a decentralized transactional program which is running on the validating nodes. Chaincode implements the Chaincode interface in particular, Init and Invoke functions.

Which two statements about Chaincode is correct? (Select two.)

Options:

A.

Init is called during instantiate transaction after the chaincode container has been established for the first time, allowing the chaincode to initialize its internal data

B.

Invoke is called to update or query the ledger after a proposal transaction. Update state variables are committed to the ledger before the transaction is committed

C.

Init is called during Instantiate transaction after the chaincode ledger has been established for the first time, allowing the chaincode to initialize its internal data

D.

Invoke is called to update or query the ledger in a proposal transaction. Updated state variables are not committed to the ledger until the transaction is committed.

Buy Now
Questions 43

Hyperledger Composer has the following two main components.

Options:

A.

Composer Framework and a Business Network Archive

B.

Composer Playground and a Business Network Configuration

C.

Composer Playground and a Business Network Archive

D.

Distributed Ledger and a Business Network Archive

E.

Distributed Ledger and Composer playground

Buy Now
Questions 44

In Hyperledger Fabric, there are three types of peer nodes depending upon the assigned roles. 

What are three types? (Choose three.)

Options:

A.

Committing Peer

B.

Endorsing Peer

C.

Peer

D.

Client peer

E.

MSP Peer

F.

Channel Peer

G.

Ordering Peer

Buy Now
Questions 45

In Hyperledger not all Nodes are created equal. What are the three distinct types of nodes? (Select three.)

Options:

A.

MSP Nodes

B.

Ordered Nodes

C.

Channel Node

D.

Client Nodes

E.

Peer Nodes

F.

Endorser Node

Buy Now
Questions 46

The_______________is used to sign, verify, provision, and authenticate in Hyperledger Fabric

Options:

A.

Membership Service Provider

B.

Onboarder

C.

Cryptographic generator

D.

None of the above

Buy Now
Questions 47

What is a web-based tool allows developers to learn Hyperledger Composer, model out their business network (domain), test that network, and deploy that network to a live instance of a blockchain network? 

Options:

A.

Hyperledger Composer Runtime

B.

Hyperledger Composer Playground

C.

Hyperledger Explorer

D.

Hyperledger Quilt

Buy Now
Questions 48

When designing a client application it is important to note that queries are defined in a query file (.qry).

Where is this .qry file stored?

Options:

A.

Parent directory of the business network definition

B.

/tmp directory of the package.json file

C.

Child directory of the package.json file

D.

Child directory of the business network definition

E.

Parent directory of the package.json file

Buy Now
Questions 49

All but one can be used as Orderer implementation:

Options:

A.

Active MQ

B.

KKafka

C.

Solo

Buy Now
Questions 50

Which function is not required in Hyperledger Fabric chaincode?

Options:

A.

Start

B.

nit N

C.

Invoke

Buy Now