Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

CBDH BTA Certified Blockchain Developer – Hyperledger Questions and Answers

Questions 4

What is the process of turning cipher-text back into plaintext called?

Options:

A.

Packing

B.

Encryption

C.

Decryption

D.

Hashing

Buy Now
Questions 5

Which one is true? A developer of front end application that connects to the REST server:

Options:

A.

needs to use the composer sdk and must understand how the REST API work

B.

does not have to learn the internals of the network application as they deal with plain REST API

C.

needs to use composer tool for generating the code for front end application

Buy Now
Questions 6

Where are models stored when you develop a business network application model on Playground?

Options:

A.

On the web server hosting the Playground

B.

File system

C.

Browser storage

Buy Now
Questions 7

Relationship is created using the symbol:

Options:

A.

_ >

B.

o

C.

> >

D.

-- >

Buy Now
Questions 8

Hyperledger Fabric Consensus is planned out into 3 phases. (Select three.)

Options:

A.

Validation

B.

Scheduling

C.

Ordering

D.

Endorsement

E.

Processing

F.

Batching

Buy Now
Questions 9

The gossip data dissemination protocol performs which three functions? (Choose three.)

Options:

A.

Manages peer discovery and channel membership

B.

Disseminates ledger data across all peers on the channel

C.

Manages channel membership only

D.

Sync ledger state across all peers on any channel

E.

Sync ledger state across all peers on the channel

F.

Manages peer discovery only

Buy Now
Questions 10

What must implement every chaincode?

Options:

A.

Golang

B.

Chaincode Interface

C.

Java

D.

Linux APIs

Buy Now
Questions 11

Access to Hyperledger Fabric Business Network Application is granted based on the______of the participant

Options:

A.

Identity

B.

Role

C.

Legality

Buy Now
Questions 12

The Hyperledger Project has a modular umbrella schema to its organization which includes three parts of the organizational schema. As part of the organizational schema, it includes an “Infrastructure” Module that is structured with four layers.

What layer below is NOT part of the structure? 

Options:

A.

Architecture

B.

Organizational

C.

Legal

D.

Technical

Buy Now
Questions 13

In Hyperledger Fabric

Options:

A.

Transactions are stored on the file system and are sent to the browser on invocation

B.

Chaincode is stored on the MariaDB database

C.

Transactions are ordered into blocks and are delivered from an ordering service to peers on a channel

D.

None of the above

Buy Now
Questions 14

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?

Options:

A.

tcert

B.

ecert

C.

rootcert

Buy Now
Questions 15

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 16

A business wants only certain parties using the DLT to have visibility/access to their data. This refers to the______challenge

Options:

A.

Standardization

B.

Interoperability

C.

Privacy

D.

Confidentiality

Buy Now
Questions 17

Hyperledger blockchain frameworks reach consensus by performing two separate activities.

What are the two activities? (Select two.)

Options:

A.

Updating Transactions

B.

Validating Transactions

C.

Ordering Transactions

D.

Writing Transactions

E.

Packing Transactions

Buy Now
Questions 18

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 19

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?

Options:

A.

Hyperledger Quilt

B.

Hyperledger Composer

C.

Hyperledger Explorer

D.

Hyperledger Cello

Buy Now
Questions 20

________________ endorsement allows the default chaincode-level endorsement policies to be overridden by a different policy for the specified keys.

What type of endorsement is this?

Options:

A.

Policy Driven

B.

Key-Value

C.

Stateless

D.

State based

Buy Now
Questions 21

Which of the following would not be a good use case for Hyperledger Fabric?

Options:

A.

Cryptocurrency Exchange

B.

Compliance Ledger

C.

Business Contracts

D.

Asset Exchange

Buy Now
Questions 22

Please review the chaincode below and select what " import " is specifying.

CBDH Question 22

Options:

A.

Menu Choices

B.

Installation requirements

C.

Dependencies

D.

Logging requests

Buy Now
Questions 23

In Hyperledger Fabric each channel will manage its own _______ and ________? Select best answer.

Options:

A.

Nodes, Peers, Chaincode

B.

Chaincode, SQL

C.

Ledgers, Logging

D.

Ledgers, Chaincode

E.

Ledgers, Chaincode and APIS

Buy Now
Questions 24

All of the following are key terms in Cryptography EXCEPT?

Options:

A.

Function

B.

Root Hash

C.

Secret

D.

Code

E.

Cipher

Buy Now
Questions 25

Which of the following statements would be true regarding Hyperledger Composer Playground? 

Options:

A.

Composer Playground allows for CRUD (create, read, update, delete) operations to be performed on asset transactions which are logged but not created.

B.

Composer Playground allows for CRUD (create, read, update, delete) operations to be performed on asset transactions which are stored in the database and logged.

C.

Composer Playground allows for CRUD (create, read, update, delete) operations to be performed on asset transactions which are created but lot logger.

D.

Composer Playground allows for CRUD (create, read, update, delete) operations to be performed on asset transactions which are created and logged.

Buy Now
Questions 26

Chaincode Services uses Docker to host (deploy) the chaincode without relying on any virtual machine or computer language.

What would be the main reason or best reason that Hyperledger chose containers over virtual machines?

Options:

A.

Docker provides a secured, lightweight method to sandbox chaincode execution that is “locked down”.

B.

Docker provides a secured, lightweight method to sandbox chaincode execution that is “locked down” but additional programming languages cannot be enabled

C.

Docker provides a secured, lightweight method to sandbox chaincode execution that is not “locked down”

D.

Docker is fully compatible with Hyperledger and Linux with an upgrade subscription.

Buy Now
Questions 27

What type of ledger refers to a distributed ledger that doesn’t require a native currency to operate?

Options:

A.

Tokenless

B.

Public

C.

Enterprise

D.

Private

Buy Now
Questions 28

Which of the following syntaxes will compile the chaincode?

Options:

A.

go int

B.

go build

C.

go create

D.

go compile

Buy Now
Questions 29

Concepts, like other resources, can be instantiated

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 30

What does REST stand for?

Options:

A.

REST (Restructured State Transfer)

B.

REST (Restructured State Transmission)

C.

REST (Representational State Transmission)

D.

REST (Real Time State Transfer)

E.

REST (Representational State Transfer)

Buy Now
Questions 31

Exhibit.

CBDH Question 31

Based on the code snippet displayed, if fn Is nil - what are the possibilities

Options:

A.

An error is generated

B.

Shira.Error(err.ErrorO) is returned

C.

get is assumed and processed

D.

None of the above

Buy Now
Questions 32

The modeling language does not support multiple inheritance.

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 33

Hyperledger Fabric Consensus is planned out into 3 phases. Which one is NOT a phase?

Options:

A.

Ordering

B.

Endorsement

C.

Voting

D.

Validation

Buy Now
Questions 34

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

Options:

A.

Chaincode

B.

Proposal

C.

Update

D.

RPC

Buy Now
Questions 35

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? 

Options:

A.

Genesis Block, License File and Anchor Peer Configs for each organization.

B.

Genesis Block, ledger Configuration and Anchor Peer Configs for each organization.

C.

Genesis Block, Channel Configuration and Anchor Peer Configs for each organization.

D.

Genesis Block, Channel Configuration and Anchor MSP Configs for each organization.

Buy Now
Questions 36

Hyperledger Fabric is a blockchain implementation that is designed for deploying a modular and extensible architecture.

Which of the following is NOT true about the architecture of Hyperledger? 

Options:

A.

It is modular and extensible

B.

It allows for interoperability

C.

It has a native cryptocurrency token

D.

It has a rich API development capacity

Buy Now
Questions 37

Blockchain services in Hyperledger Fabric manages the distributed ledger through a peer to peer protocol that is built on ______?

Options:

A.

HTTP/2

B.

TLS and SSL

C.

TLS

D.

HTTP/1

E.

SSL

Buy Now
Questions 38

Exhibit.

CBDH Question 38

Based on the code snippet, the unique identifier for the Delivery is:

Options:

A.

status

B.

trackingld

C.

gpsReadings

D.

contract

Buy Now
Questions 39

Exhibit.

CBDH Question 39

Based on the chaincode displayed, which function will call shim, Start?

Options:

A.

main.

B.

Invoke

C.

Init

D.

get

Buy Now
Questions 40

The business network definitions are packaged into what file?

Options:

A.

.cto

B.

.acl

C.

.bnd

D.

.bna

Buy Now
Questions 41

Model defines the representation of

Options:

A.

Assets

B.

Participants

C.

Transactions

D.

Events

E.

All of the above

Buy Now
Questions 42

Hyperledger Fabric Composer allows for an easy front end application development experience without having to know the network internal application structure.

How is this done in Hyperledger Fabric? 

Options:

A.

LoopBack connector for business networks exposes a running network as a RPC API which can easily be consumed by client applications and integrate non-blockchain applications.

B.

LoopBack connector for business networks exposes a running network as a SOAP API which can easily be consumed by client applications and integrate non-blockchain applications.

C.

LoopBack connector for business networks exposes a running network as a SOAP or RESTFUL API which can easily be consumed by client applications and integrate non-blockchain applications.

D.

LoopBack connector for business networks exposes a running network as a REST API which can easily be consumed by client applications and integrate non-blockchain applications.

Buy Now
Questions 43

REST (Representational State Transfer) Server is often used to proxy requests to Hyperledger chaincode.

What value does using REST APIS provide?

Options:

A.

Provides a well-defined process for accessing blockchain services.

B.

Provides a well-defined middleware for connecting to off chain services such as Bitcoin.

C.

Provides a well-defined middleware for connecting to blockchain services.

D.

Provides a well-defined process for accessing web services.

Buy Now
Questions 44

Every chaincode has an ________________ policy which specifies the set of peers on a channel that must execute chaincode and endorse the execution results in order for the transaction to be considered valid.

Options:

A.

Endorsement

B.

Transaction

C.

Validation

D.

Chaincode

Buy Now
Questions 45

Chaincode Services uses___________________ to host (deploy) the chaincode.

What does Chaincode services in Hyperledger use?

Options:

A.

Virtual Machines

B.

Kubernetes

C.

Deployment Manager

D.

Yaml

E.

Docker

Buy Now
Questions 46

Which of the following provides Immutability?

Options:

A.

Assurance that a transaction cannot be altered

B.

Network configuration cannot be changed

C.

Guarantee that participants will never put bad information on the Blockchain

D.

Network nodes will never fail

Buy Now
Questions 47

When your developing with Fabric Composer which of the following is true? 

Options:

A.

Decrease the time of development

B.

Simplifies the development of applications

C.

Simplifies the code integration of applications

D.

Increases the time of development

Buy Now
Questions 48

Did you know that Blockchain Training Alliance offers a discount for Udemy students to save $90.00 on any BTA Exam?

CBDH Question 48

.

Options:

A.

NO, that’s ok Use Code JH30UDEMY

B.

YES, Use Code JH30UDEMY

Buy Now
Questions 49

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?

Options:

A.

Hyperledger Quilt

B.

Hyperledger Cello

C.

Hyperledger Caliper

D.

Hyperledger Explorer

Buy Now
Questions 50

What type of peer executes chaincode?

Options:

A.

Anchor peer

B.

Endorsing Peer

C.

Chaincode is executed by the client

D.

Ordered Peer

E.

Chaincode is not executed by a peer.

Buy Now
Questions 51

A . ceo file has which of the following elements:

Options:

A.

Name space

B.

Resources

C.

Imports from other name spaces

D.

All of the above

Buy Now
Questions 52

The pluggable world state database is:

Options:

A.

CouchDB or LevelDB

B.

MariaDB and file system

C.

Both A and B

D.

Neither A nor B

Buy Now
Questions 53

What type of peer endorses and executes a transaction?

Options:

A.

Endorsement Peer

B.

Peered Peer

C.

Executing Peer

D.

Endorsing Peer

E.

Peer Node

Buy Now
Questions 54

Exhibit.

CBDH Question 54

Based on the displayed code snippet, the code most likely resides in which file:

Options:

A.

permissions.acl

B.

transfer.model

C.

logic.js

D.

transfer.cto

Buy Now
Questions 55

Which Hyperledger Fabric ordering mechanism is recommended for production use?

Options:

A.

BFT

B.

Kafka

C.

SBFT

D.

SOLO

Buy Now
Questions 56

In Hyperledger Fabric, miners are called?

Options:

A.

Committer Peer

B.

There are no miners in Hyperledger

C.

Endorser Node

D.

Channels

Buy Now
Questions 57

__________are used in a . cto model file lo indicate a relationship between an entity in the existing model file and an entity from another model file.

Options:

A.

Relationships

B.

Pointers

C.

Imports

D.

Resources

Buy Now
Questions 58

Exhibit.

CBDH Question 58

Based on the permissions .acl displayed, which rule allows the administrator access to the users resources.

Options:

A.

NetworkAdminUser

B.

Default

C.

NetworkAdminSystem

D.

SystemACL

Buy Now
Exam Code: CBDH
Exam Name: BTA Certified Blockchain Developer – Hyperledger
Last Update: Apr 30, 2026
Questions: 195

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now CBDH testing engine

PDF (Q&A)

$43.57  $124.49
buy now CBDH pdf