Hyperledger Fabric essentially implements a private validator network protocol.
Which of the following statements are true?
Asset state data is immutable i.e., once asset data is written to the state data (world state) it cannot be changed.
Transaction Log Data is immutable i.e , once its written to the log it cannot be changed or deleted.
You are starting to understand the needed package dependencies for chaincode. What are the two required packages? (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 is the initial setup of a network which policies, system chaincodes, and cryptographic materials (certs) are disseminated amongst participants are defined to establish trust?
A business wants only certain parties using the DLT to have visibility/access to their data. This refers to the______challenge
What Hyperledger tool is a blockchain benchmark tool that allows users to measure performance of a specific implementation with predefined use cases?
In Hyperledger Fabric channels are used to ensure privacy and confidentiality. Which of the following is not correct about channels?
Exhibit.
Based on the permissions .acl displayed, which rule allows the administrator access to the users resources.
Reviewing the code below what are the two possible outcomes of the functions? (Select two.)
In Hyperledger not all Nodes are created equal. What are the three distinct types of nodes? (Select three.)
What function in chaincode will be used to store a state on the blockchain ledger?
One essential element of blockchain technology is the availability of cryptocurrency that can be used as value token on the DLT platform.
Hyperledger Fabric allows multiple certification authorities to be setup for a business network application.
E.g., it there are 3 members using the network application, all 3 members can issue certificates to their employees so they can initiate transactions on the network
application.
The concept of a node is common in most blockchains. Which of the following about nodes is INCORRECT?
What certificate is granted an "allocation" of transaction certificates to each user?
There are currently three supported ordering services in Hyperledger Fabric. (Select three.)
_________is called to update or query the ledger in a proposal transaction. This is called by the chaincode.
In Hyperledger Composer resources are declared which three ways? (Choose three.)
When the distributed ledger has been updated and all nodes maintain their own identical copy of the ledger, what were the nodes reached?