3 Months Free Update
3 Months Free Update
3 Months Free Update
Blockchain services in Hyperledger Fabric manages the distributed ledger through a peer to peer protocol that is built on ______?
Instances of an asset created in Hyperledger Fabric are managed in a_________.
Hyperledger fabric business network is divided into which of the following categories?
Which of the following statements would be true regarding Hyperledger Composer Playground?
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?
In Hyperledger not all Nodes are created equal. What are the three distinct types of nodes? (Select three.)
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?
In Hyperledger, each customer, participant, or vendor can have their own ledger on the blockchain This is called:
The concept of a node is common in most blockchains. Which of the following about nodes is INCORRECT?
The Hyperledger Project Framework of blockchains is meant for specific use cases for enterprise.
Which blockchain includes a novel consensus algorithm, Proof of Elapsed Time (PoET)?
Hyperledger blockchain frameworks reach consensus by performing two separate activities.
What are the two activities? (Select two.)
What type of certificates act as secure identifiers, digital passports which contain information about the owner in Hyperledger Fabric certificate management?
In Hyperledger Fabric channels are used to ensure privacy and confidentiality. Which of the following is not correct about channels?
Hyperledger supports two types of transactions. What are the two types? (Select two.)
Exhibit.
Based on the code snippet displayed, what does the following line do
return assetRegistry.update(transfer.stock) ;
There are two popular approaches to defining assets in most blockchain solutions. (Select two.)
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?
What type of organization can be thought of as a corporation run without any human involvement under the control of an incorruptible set of business rules?
Which of the following statements would be the best answer when it comes to channels and the use of ordering services in Hyperledger Fabric?
The Hyperledger Fabric framework is implemented on what programming environment?
Where are models stored when you develop a business network application model on Playground?
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?
Query is called whenever you query your chaincode's state. Queries do not result in blocks being added to the chain, and you cannot use certain functions.
Which function can you not use inside a Query?
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?
What type of node commits transactions & keeps the data in sync across the ledger?
Exhibit.
Based on the chaincode displayed, which function returns the value of the specified asset key?
Chaincode with Hyperledger Fabric can be written in what development languages? Select All that apply.
The advantages of using Hyperledger Fabric include which of the following?
Every . cto model file requires a___________which means that every name inside of it must be unique.
In your model there is a need to determine who owns the asset What type of field would you add to the asset such that owner of the asset instance can be found
The use of cryptographic hashing with blockchain provides for which of the following?
Exhibit.
Based on the displayed code snippet, the code most likely resides in which file:
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?
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?
________________ 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?
State data by default is implemented in LevelDB but it can be replaced by way of configuration with CouchDB.
You are starting to understand the needed package dependencies for chaincode. What are the two required packages? (Select two.)