ExamGecko
Home Home / Blockchain / CBSA

Blockchain CBSA Practice Test - Questions Answers, Page 11

Question list
Search
Search

The Hyperledger Fabric business network is divided into three categories. What are the three categories? (Select three.)

A.
Membership
A.
Membership
Answers
B.
Chaincode
B.
Chaincode
Answers
C.
Networking
C.
Networking
Answers
D.
EVM
D.
EVM
Answers
E.
Blockchain
E.
Blockchain
Answers
Suggested answer: A, B, E

The Secure Registry Services enables Secured ____________Registry of base Hyperledger images and custom images containing chaincodes. What type of registry is implemented?

A.
Docker
A.
Docker
Answers
B.
EVM
B.
EVM
Answers
C.
Kubenetes
C.
Kubenetes
Answers
D.
VMWare
D.
VMWare
Answers
Suggested answer: A

Explanation:

Secure Registry Services enables Secured Docker Registry of base Hyperledger images and custom images containing chaincodes.

Hyperledger Composer has two main components. What are the two components? (Select two.)

A.
Fabric
A.
Fabric
Answers
B.
Sawtooth
B.
Sawtooth
Answers
C.
Playground
C.
Playground
Answers
D.
Explorer
D.
Explorer
Answers
E.
Business Network Archive
E.
Business Network Archive
Answers
F.
SDK
F.
SDK
Answers
Suggested answer: C, E

Explanation:

Hyperledger Composer has following main components: 1) Business Network Archive: Capturing 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. 2) Composer Playground: This 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. The playground also allows for CRUD (create, read, update, delete) operations to be performed on asset transactions which are created and logged. Composer playground offers a repository of sample business networks that can provide a base for building your own business network

What are two specific advantages of using Hyperledger Fabric? (Select two.)

A.
No order service needed
A.
No order service needed
Answers
B.
Use any programming language available
B.
Use any programming language available
Answers
C.
Open Source Modular architecture
C.
Open Source Modular architecture
Answers
D.
Allows components to be plug-and-play
D.
Allows components to be plug-and-play
Answers
E.
Makes mining cryptos more efficient
E.
Makes mining cryptos more efficient
Answers
Suggested answer: C, D

Explanation:

Hyperledger is an open source collaborative effort created for open industrial blockchain development. It started in December 2015 by the Linux Foundation. Linux Foundation's objectives were to create an environment in which communities of software developers and companies meet and coordinate to build blockchain frameworks.

In Hyperledger, nodes need a ________________ to be able to communicate to the network.

A.
Valid Certificate
A.
Valid Certificate
Answers
B.
Valid License
B.
Valid License
Answers
C.
Valid YAML file
C.
Valid YAML file
Answers
D.
Valid JSON file
D.
Valid JSON file
Answers
Suggested answer: A

Explanation:

In Hyperledger, nodes need a valid certificate to be able to communicate to the network and the participants use applications that connect to the network by way of the nodes.

What component on the blockchain maintains the "world state"?

A.
.acl
A.
.acl
Answers
B.
Reputation Manager
B.
Reputation Manager
Answers
C.
Distributed Ledger
C.
Distributed Ledger
Answers
D.
.bna
D.
.bna
Answers
Suggested answer: C

Explanation:

Distributed Ledger manages the world state and the transaction log in the blockchain. The world state is defined as the state of all transactions on the Blockchain, where all nodes agree that all blocks on the Blockchain are at the same state. It implements three key attributes. It efficiently calculates the cryptographic hash of the entire dataset of each block. It efficiently transmits a minimal "delta" changes to the dataset, when a peer is out of sync and needs to "catch up". It minimizes the amount of stored data required for each peer to operate.

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

A.
Decreases the time of development
A.
Decreases the time of development
Answers
B.
Simplifies the development of applications
B.
Simplifies the development of applications
Answers
C.
Simplifies the integration of client applications
C.
Simplifies the integration of client applications
Answers
D.
Increases the time of development
D.
Increases the time of development
Answers
Suggested answer: A

Explanation:

Hyperledger Composer is an 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.

Composer Modeling Language is an object-oriented modeling language that defines the domain model for a business network definition. The modeling language is saved as a __________ file.

A.
.json
A.
.json
Answers
B.
.go
B.
.go
Answers
C.
.txt
C.
.txt
Answers
D.
.ico
D.
.ico
Answers
E.
.cto
E.
.cto
Answers
Suggested answer: E

Explanation:

Composer Modeling Language is an object-oriented modeling language that defines the domain model for a business network definition. The modeling language is saved as a .cto file.

Fabric Ledger has two specific parts. Select answer with the proper two parts.

A.
State Data, Transactional Data
A.
State Data, Transactional Data
Answers
B.
State Data, Transaction logs
B.
State Data, Transaction logs
Answers
C.
LevelIDb, CouchDB
C.
LevelIDb, CouchDB
Answers
D.
Transaction Logs, CouchDB
D.
Transaction Logs, CouchDB
Answers
Suggested answer: B

Explanation:

Fabric Ledger has two parts: "¢ State data: Representation of current state of the assets. Asset state data can be changed upon changes to the state of the data. "¢ Transaction Logs: Record of all the transactions (in the order they are received) which modified the state data, and once the data is written it is immutable and cannot be changed.

In Hyperledger there are three distinct types of nodes.

What are the three types of nodes? (Select three.)

A.
Client Node: That initiates the transaction
A.
Client Node: That initiates the transaction
Answers
B.
Peer Nodes: Commits Transaction & keeps the data in sync across the ledger
B.
Peer Nodes: Commits Transaction & keeps the data in sync across the ledger
Answers
C.
Ordered: They are the communication backbones and responsible for the distribution ofthe transactions.
C.
Ordered: They are the communication backbones and responsible for the distribution ofthe transactions.
Answers
D.
Client Node
D.
Client Node
Answers
E.
Ordered Node
E.
Ordered Node
Answers
F.
Certificate Node
F.
Certificate Node
Answers
G.
Anchor
G.
Anchor
Answers
H.
Peer Node
H.
Peer Node
Answers
Suggested answer: A, B, E

Explanation:

In Hyperledger, all Nodes are NOT equal. There are three distinct types of nodes: 1. Client Node: That initiates the transaction 2. Peer Nodes: Commits Transaction & keeps the data in sync across the ledger 3. Ordered: They are the communication backbones and responsible for the distribution of the transactions

Total 230 questions
Go to page: of 23