Blockchain CBSA Practice Test - Questions Answers, Page 11
List of questions
Related questions
Question 101
The Hyperledger Fabric business network is divided into three categories. What are the three categories? (Select three.)
Question 102
The Secure Registry Services enables Secured ____________Registry of base Hyperledger images and custom images containing chaincodes. What type of registry is implemented?
Explanation:
Secure Registry Services enables Secured Docker Registry of base Hyperledger images and custom images containing chaincodes.
Question 103
Hyperledger Composer has two main components. What are the two components? (Select two.)
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
Question 104
What are two specific advantages of using Hyperledger Fabric? (Select two.)
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.
Question 105
In Hyperledger, nodes need a ________________ to be able to communicate to the network.
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.
Question 106
What component on the blockchain maintains the "world state"?
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.
Question 107
When you are developing with Fabric Composer which of the following is true?
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.
Question 108
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.
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.
Question 109
Fabric Ledger has two specific parts. Select answer with the proper two parts.
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.
Question 110
In Hyperledger there are three distinct types of nodes.
What are the three types of nodes? (Select three.)
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
Question