ExamGecko
Home / Blockchain / CBDH
Ask Question

CBDH: BTA Certified Blockchain Developer - Hyperledger

Vendor:
Exam Questions:
126
 Learners
  2.370
Last Updated
February - 2025
Language
English
4 Quizzes
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions


You would like to download Hyperledger Fabric.

What would be the command to start the process?

ftp clone https://github.com/hyperledger/fabric.sh
ftp clone https://github.com/hyperledger/fabric.sh
git clone https://github.com/hyperledger/fabric.git
git clone https://github.com/hyperledger/fabric.git
ftp clone https://github.com/hyperledger/fabric.git
ftp clone https://github.com/hyperledger/fabric.git
Suggested answer: B
Explanation:

Reference: https://github.com/hyperledger/fabric.git

asked 16/09/2024
Dina Elizabeth Perez de Paz
42 questions

Query is called whenever you query your chaincode's state. Queries do not result in blocks being added to the chain, and you cannot use certain functions.

Which function can you not use inside a Query?

Error
Error
Getstate
Getstate
Putstate
Putstate
Read
Read
Suggested answer: C
Explanation:

Reference: https://github.com/IBM-Blockchain-Archive/learn-chaincode

asked 16/09/2024
Dinuka Darshana
45 questions

You’re currently investigating Hyperledger and would like to confirm that there is a set of collaboration tools for building blockchain business networks that accelerate the development of smart contracts and blockchain applications.

What is the solution that meets the requirement?

Hyperledger Explorer
Hyperledger Explorer
Hyperledger Composer
Hyperledger Composer
Hyperledger Quilt
Hyperledger Quilt
Hyperledger Cello
Hyperledger Cello
Suggested answer: B
Explanation:

Composer (contributed by IBM and Oxchains) is a set of collaboration tools for building blockchain business networks that accelerate the development of smart contracts and blockchain applications, as well as their deployment across a distributed ledger.

asked 16/09/2024
Pablo Fernandez Rada
36 questions

An_____________ is defined as a communication node that is responsible for the distribution of blockchain transactions in Hyperledger Fabric.

MSP
MSP
Peer Node
Peer Node
Client Node
Client Node
Endorsing NodeE. Orderer
Endorsing NodeE. Orderer
Suggested answer:
Explanation:

Orderer Ordering services handles the main function of the Hyperledger Fabric to maintain consistency in the transactions processes. Ordering services provides a shared communication to clients and peers and helps in broadcasting the messages containing transactions.

asked 16/09/2024
Francinilo Leitao Ferreira
34 questions

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?

tcert
tcert
ecert
ecert
rootcert
rootcert
Suggested answer: 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.

asked 16/09/2024
Yrae Franca de Pinho Gomes
50 questions

_____________________________provide identity, privacy, and confidentiality to the network and is an abstraction of an architecture for permissioned operations.

Become a Premium Member for full access
  Unlock Premium Member

What certificate is granted an "allocation" of transaction certificates to each user?

rootcert
rootcert
ecerts
ecerts
tcerts
tcerts
PKI
PKI
RSA
RSA
Suggested answer: C
Explanation:

Each enrolled user is granted an allocation of transaction certificates (tCerts).

Reference: https://console.bluemix.net/docs/services/blockchain/reference/v10_fabric.html#hyperledger-fabric

asked 16/09/2024
Aparna Roy
40 questions

What is a transaction request sent from a client or admin user to one or more peers in a network?

Become a Premium Member for full access
  Unlock Premium Member

When reviewing chaincode you see a function called "ChaincodeStubInterface" in the program.

What does this function do?

It is used to access the ledger.
It is used to access the ledger.
It is used to access the chaincode interface.
It is used to access the chaincode interface.
It is used to access the ledger and modify the ledger.
It is used to access the ledger and modify the ledger.
It is used to stop the chaincode interface.
It is used to stop the chaincode interface.
Suggested answer: C
Explanation:

Reference: http://tutorialsdiary.com/hyperledger-fabric-tutorials-chaincode-interface-chaincodestubinterface/

asked 16/09/2024
Angelica Caldeo
41 questions

What Hyperledger sponsored tool is a new open-source application development framework, which simplifies the creation of Hyperledger Fabric blockchain applications, thus reducing the time and complexity of development.

The tool aims at helping users to create blockchain applications based on Hyperledger Fabric without needing to know the low-level (Go Programming) details involved in blockchain networks?

Hyperledger Quilt
Hyperledger Quilt
Hyperledger Composer
Hyperledger Composer
Hyperledger Explorer
Hyperledger Explorer
Hyperledger Cello
Hyperledger Cello
Suggested answer: B
Explanation:

There is a new open-source application development framework, which simplifies the creation of Hyperledger Fabric blockchain applications, thus reducing the time and complexity of development. The tool aims at helping users to create blockchain applications based on Hyperledger Fabric without needing to know the low-level (Go Programming) details involved in blockchain networks.

asked 16/09/2024
PHINIT LAORUNGRUANGDECH
44 questions