ExamGecko
Home / Blockchain / CBDH / List of questions
Ask Question

Blockchain CBDH Practice Test - Questions Answers, Page 6

List of questions

Question 51

Report Export Collapse

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?

A CouchDB database is closely co-located with a network node and runs in a separate operating system process
A CouchDB database is closely co-located with a network node and runs in a separate operating system process
A LevelDB database is closely co-located with a network node and runs in a separate operating system process
A LevelDB database is closely co-located with a network node and runs in a separate operating system process
A CouchDB database is closely co-located with a network node and it is embedded within the same operating system processD. A LevelDB database is closely co-located with a network node and it is embedded within the same operating system process
A CouchDB database is closely co-located with a network node and it is embedded within the same operating system processD. A LevelDB database is closely co-located with a network node and it is embedded within the same operating system process
Suggested answer:
Explanation:

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

Reference: https://hyperledger-fabric.readthedocs.io/en/release-1.3/ledger/ledger.html

asked 16/09/2024
THARINDU AMARASINGHE
37 questions

Question 52

Report Export Collapse

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.

Endorsement
Endorsement
Transaction
Transaction
Validation
Validation
Chaincode
Chaincode
Suggested answer: A
Explanation:

Chaincode has an endorsement 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.

asked 16/09/2024
Malik Rubio
44 questions

Question 53

Report Export Collapse

Hyperledger can best be described as which of the following?

A Newer Version of Proof of Stake
A Newer Version of Proof of Stake
An IBM owned solution that is a single blockchain
An IBM owned solution that is a single blockchain
A newer version of Proof of Work
A newer version of Proof of Work
An effort to advance cross-industry blockchain technologies
An effort to advance cross-industry blockchain technologies
Suggested answer: D
Explanation:

An effort to advance cross-industry blockchain technologies. Hyperledger is an open source collaborative effort created to advance cross-industry blockchain technologies. It is a global collaboration, hosted by The Linux Foundation, including leaders in finance, banking, IoT, supply chain, manufacturing and technology.

asked 16/09/2024
Ahsan Ilyas
35 questions

Question 54

Report Export Collapse

In Hyperledger not all Nodes are created equal. What are the three distinct types of nodes? (Select three.)

MSP Nodes
MSP Nodes
Ordered Nodes
Ordered Nodes
Channel Node
Channel Node
Client Nodes
Client Nodes
Peer Nodes
Peer Nodes
Endorser Node
Endorser Node
Suggested answer: B, D, E
Explanation:

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

asked 16/09/2024
louishn vn
29 questions

Question 55

Report Export Collapse

The Hyperledger Project consists of the following EXCEPT?

Infrastructure
Infrastructure
Tools
Tools
Framework
Framework
Management
Management
Suggested answer: D
Explanation:

Management is not correct. The Hyperledger Project consists of the following Infrastructure - Ecosystems that accelerate open development and commercial adoption Frameworks – A portfolio of differentiated approaches to business blockchain frameworks developed by a growing community of communities Tools - Typically built for one framework, and through common license and community of communities approach, ported to other frameworks hyperledger.org.

asked 16/09/2024
Gabriel Paschoalatto
47 questions

Question 56

Report Export Collapse

What is the best description of how Kafka is utilized for consensus approach in Hyperledger Fabric?

Kafka does not support crash tolerance but it does not offer protection against rogue nodes in the network.
Kafka does not support crash tolerance but it does not offer protection against rogue nodes in the network.
Provides Byzantine fault tolerance. Finality happens in a matter of seconds. Scale to petabytes of data, distributed across many clusters.
Provides Byzantine fault tolerance. Finality happens in a matter of seconds. Scale to petabytes of data, distributed across many clusters.
Provides Byzantine fault tolerance. Finality happens in a matter of seconds.
Provides Byzantine fault tolerance. Finality happens in a matter of seconds.
Permissioned voting based Leader does ordering. Only in-sync replicas can be voted as leader.
Permissioned voting based Leader does ordering. Only in-sync replicas can be voted as leader.
Suggested answer: D
Explanation:

Kafka essentially is a distributed, horizontally-scalable, fault-tolerant, commit log. The other answers are in correct.

Reference: https://www.hyperledger.org/wp-content/uploads/2017/08/Hyperledger_Arch_WG_Paper_1_Consensus.pdf

asked 16/09/2024
Antonio Pombo
39 questions

Question 57

Report Export Collapse

What is provided by the Hyperledger Fabric to facilitate network communications?

SDK
SDK
API
API
Golang
Golang
Java
Java
Middleware
Middleware
Suggested answer: A
Explanation:

Hyperledger Fabric provides a Node.js and a Java SDK to facilitate network communications functionality.

asked 16/09/2024
Grip op IT
43 questions

Question 58

Report Export Collapse

Voting-based algorithms are advantageous in that they provide a benefit but a tradeoff. (Select two.)

Trade off between scalability and security.
Trade off between scalability and security.
Better security due to node control.
Better security due to node control.
Low-latency finality.
Low-latency finality.
Trade off between scalability and performance.
Trade off between scalability and performance.
Suggested answer: C, D
Explanation:

Hyperledger makes use of the permissioned voting-based consensus from the pool of other consensus named the lottery-based consensus. (Kafka in Hyperledger Fabric Ordering Service) Voting-based algorithms are advantageous in that they provide low-latency finality. More Nodes = More Time to reach Consensus. Trade off between Scalability and Performance

asked 16/09/2024
charles ratchagaraj
41 questions

Question 59

Report Export Collapse

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?

It is modular and extensible
It is modular and extensible
It allows for interoperability
It allows for interoperability
It has a native cryptocurrency token
It has a native cryptocurrency token
It has a rich API development capacity
It has a rich API development capacity
Suggested answer: C
Explanation:

It has a modular subsystem design so that different implementations can be plugged in and implemented over time. Modular and extensible means modularity in all components of all frameworks, including:

Consensus layer

Smart contract layer

Communication Layer

Data Store

Identity services (root of trust, to identify the participants).

asked 16/09/2024
PEDRO ARIAS
41 questions

Question 60

Report Export Collapse

Hyperledger Fabric Ledger has two parts.

What are they?

Stateless Data and Snapshots
Stateless Data and Snapshots
State Data and Transaction Logs
State Data and Transaction Logs
State Data and Membership Logs
State Data and Membership Logs
Stateful Data and Membership Logs
Stateful Data and Membership Logs
State data and Snapshots
State data and Snapshots
Suggested answer: B
Explanation:

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.

asked 16/09/2024
Melissa Taylor
33 questions
Total 126 questions
Go to page: of 13

Related questions