ExamGecko

CBDH: BTA Certified Blockchain Developer - Hyperledger

BTA Certified Blockchain Developer - Hyperledger
Vendor:

Blockchain

BTA Certified Blockchain Developer - Hyperledger Exam Questions: 126
BTA Certified Blockchain Developer - Hyperledger   2.370 Learners
Take Practice Tests
Comming soon
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?

A.
ftp clone https://github.com/hyperledger/fabric.sh
A.
ftp clone https://github.com/hyperledger/fabric.sh
Answers
B.
git clone https://github.com/hyperledger/fabric.git
B.
git clone https://github.com/hyperledger/fabric.git
Answers
C.
ftp clone https://github.com/hyperledger/fabric.git
C.
ftp clone https://github.com/hyperledger/fabric.git
Answers
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?

A.
Error
A.
Error
Answers
B.
Getstate
B.
Getstate
Answers
C.
Putstate
C.
Putstate
Answers
D.
Read
D.
Read
Answers
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?

A.
Hyperledger Explorer
A.
Hyperledger Explorer
Answers
B.
Hyperledger Composer
B.
Hyperledger Composer
Answers
C.
Hyperledger Quilt
C.
Hyperledger Quilt
Answers
D.
Hyperledger Cello
D.
Hyperledger Cello
Answers
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.

A.
MSP
A.
MSP
Answers
B.
Peer Node
B.
Peer Node
Answers
C.
Client Node
C.
Client Node
Answers
D.
Endorsing NodeE. Orderer
D.
Endorsing NodeE. Orderer
Answers
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?

A.
tcert
A.
tcert
Answers
B.
ecert
B.
ecert
Answers
C.
rootcert
C.
rootcert
Answers
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  Unlock Premium Member

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

A.
rootcert
A.
rootcert
Answers
B.
ecerts
B.
ecerts
Answers
C.
tcerts
C.
tcerts
Answers
D.
PKI
D.
PKI
Answers
E.
RSA
E.
RSA
Answers
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  Unlock Premium Member

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

What does this function do?

A.
It is used to access the ledger.
A.
It is used to access the ledger.
Answers
B.
It is used to access the chaincode interface.
B.
It is used to access the chaincode interface.
Answers
C.
It is used to access the ledger and modify the ledger.
C.
It is used to access the ledger and modify the ledger.
Answers
D.
It is used to stop the chaincode interface.
D.
It is used to stop the chaincode interface.
Answers
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?

A.
Hyperledger Quilt
A.
Hyperledger Quilt
Answers
B.
Hyperledger Composer
B.
Hyperledger Composer
Answers
C.
Hyperledger Explorer
C.
Hyperledger Explorer
Answers
D.
Hyperledger Cello
D.
Hyperledger Cello
Answers
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