Free CBDH Exam Braindumps (page: 2)

Page 1 of 49

Level DB is the default database for Hyperledger Fabric and is particularly appropriate when ledger states comprise what type of data?

  1. Complex key-value pairs
  2. Rich Queries
  3. JSON data pairs
  4. Simple key-value pairs

Answer(s): D

Explanation:

Simple key-value pairs - LevelDB is the default and is particularly appropriate when ledger states are simple key-value pairs. A LevelDB database is closely co-located with a network node ­ it is embedded within the same operating system process. CouchDB is a particularly appropriate choice when ledger states are structured as JSON documents because CouchDB supports the rich queries and update of richer data types often found in business transactions. Implementation-wise, CouchDB runs in a separate operating system process, but there is still a 1:1 relation between a network node and a CouchDB instance. All of this is invisible to chaincode. https://hyperledger-fabric.readthedocs.io/en/release-1.3/ledger/ledger.html



When creating a network according to an organization's structure and also bootstrap a channel what are the following artifacts we would need to generate?

  1. Genesis Block, License File and Anchor Peer Configs for each organization.
  2. Genesis Block, ledger Configuration and Anchor Peer Configs for each organization.
  3. Genesis Block, Channel Configuration and Anchor Peer Configs for each organization.
  4. Genesis Block, Channel Configuration and Anchor MSP Configs for each organization.

Answer(s): C

Explanation:

To create a network according to an organization's structure, and to bootstrap a channel, we will need to generate the following artifacts: A genesis block, containing organization-specific certificates that serve to initialize the Fabric blockchain. Channel configuration information. Anchor peer configurations for each organization. An anchor peer serves as a fulcrum within an organization, for
cross-organization ledger syncing using the Fabric gossip protocol.



Which Hyperledger tool would you select to invoke, deploy or query blocks, transactions and associated data, network information (name, status, list of nodes), chain codes and transaction families, as well as other relevant information stored in the ledger?

  1. Hyperledger Quilt
  2. Hyperledger Cello
  3. Hyperledger Caliper
  4. Hyperledger Explorer

Answer(s): D

Explanation:

Hyperledger explorer: Hyperledger explorer, which was originally contributed by IBM, Intel, and DTCC, can view, invoke, deploy or query blocks, transactions and associated data, network information (name, status, list of nodes), chain codes and transaction families, as well as other relevant information stored in the ledger.



Blockchain services consists of three major components.
What are they? (Select three.)

  1. Consensus Manager
  2. Distributed Ledger
  3. Peer to Peer Protocol
  4. Reputation Manager
  5. Membership Services

Answer(s): A,B,C

Explanation:

1. P2P Protocol is implemented over HTTP/2 standards and uses Google RPC.. P2P components defines messages used by peer nodes, from point to point to multicast. 2. Distributed Ledger manages the world state and the transaction log in the blockchain. 3. Consensus Manager defines the interface between the consensus algorithm and the other Hyperledger components.






Post your Comments and Discuss Blockchain CBDH exam with other Community members:

CBDH Discussions & Posts