Summer Special Discount 60% Offer - Ends in 0d 00h 00m 00s - Coupon code: brite60

BTA Certified Blockchain Developer - Hyperledger Fabric Question and Answers

BTA Certified Blockchain Developer - Hyperledger Fabric

Last Update Apr 17, 2024
Total Questions : 195

We are offering FREE CBDH Blockchain exam questions. All you do is to just go and sign up. Give your details, prepare CBDH free exam questions and then go for complete pool of BTA Certified Blockchain Developer - Hyperledger Fabric test questions that will help you more.

CBDH pdf

CBDH PDF

$40  $99.99
CBDH Engine

CBDH Testing Engine

$48  $119.99
CBDH PDF + Engine

CBDH PDF + Testing Engine

$64  $159.99
Questions 1

The fastest way to test your chaincode is to use the REST interface on your peers. There are several REST endpoints you can test and interact with chaincode. (Select two.)

Options:

A.  

/registrar

B.  

/register

C.  

/chaincode

D.  

/blockchain

E.  

/BaaS

Discussion 0
Questions 2

The ________________________enables auditors to view transactions pertaining to a participant, providing that each auditor has been granted proper access authority, based on the role of the participants.

Options:

A.  

Audit Defense

B.  

Hyperledger Quilt

C.  

Hyperledger Burrow

D.  

Reputation Manager

Discussion 0
Questions 3

Business Network Application Model is created in Composer using:

Options:

A.  

Composer Javascript Model API

B.  

Composer Runtimes

C.  

Composer Modelling Language

Discussion 0
Questions 4

The Hyperledger Fabric framework is implemented on what programming environment?

Options:

A.  

C++

B.  

Node.js

C.  

Go

D.  

PHP

E.  

Javascript

F.  

Python

Discussion 0
Questions 5

The Hyperledger Project consists of the following EXCEPT?

Options:

A.  

Infrastructure

B.  

Tools

C.  

Framework

D.  

Management

Discussion 0
Questions 6

All of the modeling components MUST be defined in a single file.

Options:

A.  

TRUE

B.  

FALSE

Discussion 0
Questions 7

The advantages of using Hyperledger Fabric include which of the following?

Options:

A.  

Having a modular component structure

B.  

Having a native token

C.  

Having a POW mining algorithm

D.  

Ability to use your programs from SQL

Discussion 0
Questions 8

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

Options:

A.  

Identity

B.  

Role

C.  

Legality

Discussion 0
Questions 9

There are currently three supported ordering services in Hyperledger Fabric and one service is used by developers experimenting with Hyperledger Fabric networks.

What service is this?

Options:

A.  

PoET

B.  

Kafks

C.  

SOLO

D.  

SBFT

E.  

BFT

Discussion 0
Questions 10

Chaincode on Fabric can be developed using:

Options:

A.  

GoLang

B.  

Java

C.  

Javasacrlpt (node)

D.  

All of the above

Discussion 0
Questions 11

Exhibit.

Options:

A.  

This command issues a card for the admin user

B.  

This command issues a revocation for the user Ernesto

C.  

This command issues a card for the user Ernesto and exports the card file to the current directory

D.  

This command does none of the above

Discussion 0
Questions 12

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.

Discussion 0
Questions 13

A member can participate in multiple Hyperledger blockchain networks by way of_______

Options:

A.  

Channels

B.  

Peers

C.  

DLT

D.  

World State

Discussion 0
Questions 14

Members of the Hyperledger Fabric DLT network may be allowed to issue certificates to their employees and for their infrastructure

Options:

A.  

FALSE

B.  

TRUE

Discussion 0
Questions 15

To ship goods, an entity needs to model an entity that is not an asset, participant transaction. or event. How would this be done?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option B

D.  

Option D

Discussion 0
Questions 16

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

Discussion 0
Questions 17

In Hyperledger Fabric, there are three types of peer nodes depending upon the assigned roles. 

What are three types? (Choose three.)

Options:

A.  

Committing Peer

B.  

Endorsing Peer

C.  

Peer

D.  

Client peer

E.  

MSP Peer

F.  

Channel Peer

G.  

Ordering Peer

Discussion 0
Questions 18

When creating Chaincode for your application what are two tasks you need to perform before running chaincode?

Options:

A.  

Make sure that a directory is created for your chaincode application as a child

B.  

Fork the hyperledger Github.

C.  

JS programming language installed and correctly configured.

D.  

Go programming language installed and correctly configured.

E.  

Create a directory on every peer node.

Discussion 0
Questions 19

Exhibit.

The function displayed is called

Options:

A.  

On the instantiation of the chaincode

B.  

On the 3rd call to the chaincode

C.  

On every invocation of the chaincode

D.  

On the teardown of the chaincode

Discussion 0
Questions 20

You would like to download Hyperledger Fabric.

What would be the command to start the process?

Options:

A.  

ftp clone https://github.com/hyperledger/fabric.sh

B.  

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

C.  

ftp clone https://github.com/hyperledger/fabric.git

Discussion 0
Questions 21

Exhibit.

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

Options:

A.  

main.

B.  

Invoke

C.  

Init

D.  

get

Discussion 0
Questions 22

Exhibit.

In Hyperledger Fabric Composer the above code is an enumeration. Enumerations are used:

Options:

A.  

As a way to group properties with known values to make validation easier

B.  

As the primary means of creating channels

C.  

To discourage reusable code

D.  

As a way to prevent users from access the asset properties

Discussion 0
Questions 23

Concepts, like other resources, can be instantiated

Options:

A.  

TRUE

B.  

FALSE

Discussion 0
Questions 24

When deploying a database option there are some important things to consider from a deployment perspective. CouchDB and LevelDB can be deployed with Fabric.

Which of the following is a true statement in regards to ledger deployment?

Options:

A.  

A CouchDB database is closely co-located with a network node and runs in a separate operating system process

B.  

A LevelDB database is closely co-located with a network node and runs in a separate operating system process

C.  

A CouchDB database is closely co-located with a network node and it is embedded within the same operating system process

D.  

A LevelDB database is closely co-located with a network node and it is embedded within the same operating system process

Discussion 0
Questions 25

Which tool would you select to that would allow users to measure performance of a specific implementation with predefined use cases?

Options:

A.  

Hyperledger Caliper

B.  

Hyperledger Explorer

C.  

Hyperledger Cello

D.  

Hyperledger Quilt

Discussion 0
Questions 26

What function in chaincode will be used to store a state on the blockchain ledger?

Options:

A.  

ChaincodeStubInterface.getFunctionAndParameters

B.  

ChaincodelLedgerInterface.PlaceState

C.  

ChaincodeStubInterface.PlaceState

D.  

ChaincodeStubInterface.PutState

E.  

ChaincodeLedgerInterfaceStoreState

Discussion 0
Questions 27

Each channel manages its own_____and______

Options:

A.  

Chamcode, Ledger

B.  

Peers, Chamcode

C.  

Ledger, Peers

Discussion 0
Questions 28

Which of the following is the BEST definition of Decentralization?

Options:

A.  

Peer-to-Peer data sharing, hosting hardware owned by many not few, fault tolerant, secure, lower performance

B.  

Distributed data sharing, hosting hardware owned by many not few, fault tolerant, secure, lower performance

C.  

Peer-to-Peer data sharing, hosting hardware owned by a few not many, fault tolerant, secure, lower performance

Discussion 0
Questions 29

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

Discussion 0