ExamGecko
Home Home / Blockchain / CBSA

Blockchain CBSA Practice Test - Questions Answers, Page 19

Question list
Search
Search

List of questions

Search

Pending transactions on the Ethereum blockchain are always ordered by highest fee paid to lowest, and then written to the block in that order.

A.
FALSE
A.
FALSE
Answers
B.
TRUE
B.
TRUE
Answers
Suggested answer: A

Which technical feature of blockchain best promotes the notion of a blockchain being "censorship resistant"?

A.
An immutable ledger of transactions
A.
An immutable ledger of transactions
Answers
B.
Permissions-based transactions
B.
Permissions-based transactions
Answers
C.
Smart Contracts/transactional code that is executed "on chain"
C.
Smart Contracts/transactional code that is executed "on chain"
Answers
D.
Consensus systems through Proof of Work and Proof of Stake
D.
Consensus systems through Proof of Work and Proof of Stake
Answers
Suggested answer: A

Consider the following scenario: Due to consistent inaccuracies and outdated real estate listings, a residential real estate company wants to build a blockchain solution that accurately depicts which homes (assets) are available for purchase across all countries/provinces. All available homes should be publicly viewable by the general consumer audience, but certain details of the home, such as history of maintenance, should only be viewable by licensed real estate professionals. Which architecture would best solve the product need?

A.
Public data hosted on a public blockchain, Privileged data security hoisted on a private database
A.
Public data hosted on a public blockchain, Privileged data security hoisted on a private database
Answers
B.
The entire solution built on a private blockchain with proper permissions for both public and privileged data
B.
The entire solution built on a private blockchain with proper permissions for both public and privileged data
Answers
C.
Public and privileged data on hybrid blockchain will Proof of Stake consensus
C.
Public and privileged data on hybrid blockchain will Proof of Stake consensus
Answers
D.
Public data hosted on a public blockchain; Privileged data hosted on a private blockchain
D.
Public data hosted on a public blockchain; Privileged data hosted on a private blockchain
Answers
Suggested answer: D

If a product's requirements call for public autonomous on-chain code, only using open source code, using cryptographic tokens, and allowing its users the ability to earn tokens, this product should be launched on the Ethereum blockchain.

A.
FALSE
A.
FALSE
Answers
B.
TRUE
B.
TRUE
Answers
Suggested answer: B

If a company desires to create a unique cryptocurrency and launch a new blockchain network to host it.

A.
They must use ERC20 standard for the token, clone the Ethereum Virtual Machine, then launch a series of nodes
A.
They must use ERC20 standard for the token, clone the Ethereum Virtual Machine, then launch a series of nodes
Answers
B.
They must use ERC20 standard for the token and can use any open source blockchain tool/system to launch a series of nodes
B.
They must use ERC20 standard for the token and can use any open source blockchain tool/system to launch a series of nodes
Answers
C.
They can both create their own cryptocurrency and launch their own blockchain network with any common open source blockchain tool/system
C.
They can both create their own cryptocurrency and launch their own blockchain network with any common open source blockchain tool/system
Answers
D.
None of the above
D.
None of the above
Answers
Suggested answer: C

Taking a series of unrelated transactions and writing them to a particular block is:

A.
Highly insecure and considered bad practice
A.
Highly insecure and considered bad practice
Answers
B.
Most common in public blockchain
B.
Most common in public blockchain
Answers
C.
Most common in permissioned blockchains
C.
Most common in permissioned blockchains
Answers
D.
Required among all blockchains
D.
Required among all blockchains
Answers
Suggested answer: A

Consider the following scenario: A solo app developer wants to create their own cryptocurrency and build a blockchain based that allows users to buy and sell second-hand items with that cryptocurrency from each other. Before the transaction is considered complete, the purchaser must put the funds in an escrow service and the sender must enter the courier tracking number into that same escrow. Time is of the essence and this developer doesn't want to worry about networking of infrastructure. This app must be fully autonomous or "decentralized". Which architecture would best solve the product need?

A.
Ethereum for token creation and escrow service; User-facing features built with web technologies and deployed through IPFS
A.
Ethereum for token creation and escrow service; User-facing features built with web technologies and deployed through IPFS
Answers
B.
Ethereum for token creation; Traditional multitier API and database for escrow service; User-facing features built in web technologies then minified unto a String and deployed to an Ethereum Smart Contract
B.
Ethereum for token creation; Traditional multitier API and database for escrow service; User-facing features built in web technologies then minified unto a String and deployed to an Ethereum Smart Contract
Answers
C.
Hyperledger Fabric for the escrow service and token creation using chaincode; User-facing features built with Hyperledger Composer
C.
Hyperledger Fabric for the escrow service and token creation using chaincode; User-facing features built with Hyperledger Composer
Answers
D.
The product cannot be built. Fully decentralized apps are not yet possible for user interface
D.
The product cannot be built. Fully decentralized apps are not yet possible for user interface
Answers
Suggested answer: B

A private blockchain like Hyperledger would be the right choice for which scenario:

A.
An enterprise that needs to build a scalable, secure, permissioned blockchain application
A.
An enterprise that needs to build a scalable, secure, permissioned blockchain application
Answers
B.
A network of family members who want to share passwords and other secure information with one another
B.
A network of family members who want to share passwords and other secure information with one another
Answers
C.
Developers who want to rapidly prototype public blockchain solutions
C.
Developers who want to rapidly prototype public blockchain solutions
Answers
D.
A startup that desires to build a token and blockchain application for their users
D.
A startup that desires to build a token and blockchain application for their users
Answers
E.
All of the above
E.
All of the above
Answers
Suggested answer: A

Consider the following scenario: A large department store chain is being pressured by lawmakers to provide evidence that proves the store's clothing is not produced through child labor. This is no easy task currently due to the store's clothing being transferred between at least 6 different parties in between creation and placement at the storefront. The store chain is considering the use of blockchain to solve their problem. Discretion in the reading and writing of transactions is highly important to the store chain to protect its proprietary interests. Which solution would best solve the product need?

A.
Use a public blockchain that supports assets, then create a new clothing asset for each item created. When the clothing item is transferred to the next party in the process, require that the associated blockchain asset be transferred to thenext party's blockchain account with relevant metadata. The lawmakers can now view the transactions and transfers at any time.
A.
Use a public blockchain that supports assets, then create a new clothing asset for each item created. When the clothing item is transferred to the next party in the process, require that the associated blockchain asset be transferred to thenext party's blockchain account with relevant metadata. The lawmakers can now view the transactions and transfers at any time.
Answers
B.
Use a permissioned blockchain to build the technology. Require every party involved in the process to host a node on you network. Create a new clothing asset for each item created. When the clothing item is transferred to the next partyin the process, have the previous party use your web portal to initialize a chaincode Smart Contract to transfer control of the asset. When the next party receives the asset have them use your web portal to initialize a chaincode Smart Contracts to acknowledge receipt of the asset. Provide read-only permissions to the lawmakers so they can receive the evidence they are looking for.
B.
Use a permissioned blockchain to build the technology. Require every party involved in the process to host a node on you network. Create a new clothing asset for each item created. When the clothing item is transferred to the next partyin the process, have the previous party use your web portal to initialize a chaincode Smart Contract to transfer control of the asset. When the next party receives the asset have them use your web portal to initialize a chaincode Smart Contracts to acknowledge receipt of the asset. Provide read-only permissions to the lawmakers so they can receive the evidence they are looking for.
Answers
C.
Both options are equally suitable
C.
Both options are equally suitable
Answers
D.
None of the above
D.
None of the above
Answers
Suggested answer: A

Which one of the following is true concerning Hyperledger Fabric?

A.
Cryptocurrency cannot be created or used
A.
Cryptocurrency cannot be created or used
Answers
B.
because it is permissioned, companies cannot launch products on it
B.
because it is permissioned, companies cannot launch products on it
Answers
C.
Because it is permissioned, it is impossible to display data to the general public
C.
Because it is permissioned, it is impossible to display data to the general public
Answers
D.
None of the above
D.
None of the above
Answers
Suggested answer: C
Total 230 questions
Go to page: of 23