Free CBDH Exam Braindumps (page: 4)

Page 3 of 49

The CA (Certificate Authority) in Hyperledger Fabric issues the certificates. These certificates are used for identity validation and for transmission of encrypted data that only the owner (person, organization or software) of a specific certificate is able to decrypt and read.
What types of certificates are issued by the CA?

  1. tcert
  2. ecert
  3. rootcert

Answer(s): A,B,C

Explanation:

Rootcert, tcert and ecert. As The CA (Fabric CA by default) issues a root certificate (rootCert) to each member (organization or individual) that is authorized to join the network. The CA also issues an enrollment certificate (eCert) to each member component, server-side applications and occasionally end users. Each enrolled user is granted an allocation of transaction certificates (tCerts). Each tCert authorizes one network transaction.



Hyperledger Composer has the following two main components.

  1. Composer Framework and a Business Network Archive
  2. Composer Playground and a Business Network Configuration
  3. Composer Playground and a Business Network Archive
  4. Distributed Ledger and a Business Network Archive
  5. Distributed Ledger and Composer playground

Answer(s): C

Explanation:

There are two parts: 1. Business Network Archive which essentially captures the core data in a business network, including the business model, transaction logic, and access controls, the Business Network Archive packages these elements up and deploys them to a runtime. Business Network Archive files are stored as ".bna" files. AND 2. Composer Playground which is 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. The playground keeps the development model in browser storage, allowing them to be easily uploaded or downloaded.



What type of organization can be thought of as a corporation run without any human involvement under the control of an incorruptible set of business rules?

  1. Limited Liability Corporation
  2. Decentralized Autonomous Organization (DAO)
  3. Corporation
  4. Trust

Answer(s): B

Explanation:

Decentralized Autonomous Organization (DAO) can be thought of as a corporation run without any human involvement under the control of an incorruptible set of business rules. A DAO can also be seen as the most complex form of a smart contract, where the bylaws of the decentralized organization are embedded into the code of the smart contract, using complex token governance rules.



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.)

  1. 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
  2. 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
  3. 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
  4. 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.

Answer(s): A,D

Explanation:

Chaincode is a decentralized transactional program, running on the validating nodes. As with every chaincode, it implements the Chaincode interface in particular, Init and Invoke functions. 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. 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.






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

CBDH Discussions & Posts