ExamGecko
Home Home / Blockchain / CBDE

Blockchain CBDE Practice Test - Questions Answers, Page 4

Question list
Search
Search

When a new block is mined:

A.
a list of transactions as well as uncles is incorporated in the block. All gas that is used during those transactions is added to the miners' balance. Also, the block reward is added to the miner. Then the same transactions are run again byevery participating node in the network to achieve consensus.
A.
a list of transactions as well as uncles is incorporated in the block. All gas that is used during those transactions is added to the miners' balance. Also, the block reward is added to the miner. Then the same transactions are run again byevery participating node in the network to achieve consensus.
Answers
B.
a list of transactions is incorporated in that block. Gas used during the execution is attached to the executing contracts while the block reward is automatically spread across the mining pool to ensure a fair spread. Consensus is reachedby a special form of hash code.
B.
a list of transactions is incorporated in that block. Gas used during the execution is attached to the executing contracts while the block reward is automatically spread across the mining pool to ensure a fair spread. Consensus is reachedby a special form of hash code.
Answers
Suggested answer: A

A Blockchain Node:

A.
can never become a mining node.
A.
can never become a mining node.
Answers
B.
can always become a mining node.
B.
can always become a mining node.
Answers
C.
can become a mining node, depending if the implementation has the functionality implemented.
C.
can become a mining node, depending if the implementation has the functionality implemented.
Answers
Suggested answer: C

On a consortium network:

A.
everybody can become a miner, everybody can send transactions and everything is public.
A.
everybody can become a miner, everybody can send transactions and everything is public.
Answers
B.
usually only a few selected nodes can be miners. Transactions can be further limited.
B.
usually only a few selected nodes can be miners. Transactions can be further limited.
Answers
Suggested answer: B

The JSON-RPC Protocol:

A.
is used to communicate between blockchain nodes.
A.
is used to communicate between blockchain nodes.
Answers
B.
is used to ensure safe communication between miners.
B.
is used to ensure safe communication between miners.
Answers
C.
is a mean of dumping the blockchain data in a so-called consensus export.
C.
is a mean of dumping the blockchain data in a so-called consensus export.
Answers
D.
is used to communicate between the blockchain node and externally running applications.
D.
is used to communicate between the blockchain node and externally running applications.
Answers
Suggested answer: D

GETH:

A.
is the reference implementation of the Ethereum protocol and every other node implementation internally uses the closed-source from Geth.
A.
is the reference implementation of the Ethereum protocol and every other node implementation internally uses the closed-source from Geth.
Answers
B.
is the library that is used for the blockchain node Go-Ethereum. It is also used by Parity is parts, because it's closed source.
B.
is the library that is used for the blockchain node Go-Ethereum. It is also used by Parity is parts, because it's closed source.
Answers
C.
is one of the many blockchain nodes that implement the Ethereum Protocol. It's open source and everyone can contribute.
C.
is one of the many blockchain nodes that implement the Ethereum Protocol. It's open source and everyone can contribute.
Answers
Suggested answer: C

To store almost all data in the Ethereum Blockchain:

A.
a Linked List with pointers to previous blocks hashes is used.
A.
a Linked List with pointers to previous blocks hashes is used.
Answers
B.
a Merkle Patricia Trie is used.
B.
a Merkle Patricia Trie is used.
Answers
C.
a Radix Trie is used because the Merkle Patricia Trie is too inefficient.
C.
a Radix Trie is used because the Merkle Patricia Trie is too inefficient.
Answers
Suggested answer: B

You interact with a smart contract and see a gas usage of 50,000 gas with a gas cost of 15Gwei.

How much Ether would you have to pay to the miner?

A.
750,000,000,000,000 Wei
A.
750,000,000,000,000 Wei
Answers
B.
750,000,000,000 Wei
B.
750,000,000,000 Wei
Answers
C.
750,000,000 Wei
C.
750,000,000 Wei
Answers
D.
A flat fee of 1 Ether
D.
A flat fee of 1 Ether
Answers
Suggested answer: A

Checking the balance of an address inside a loop of a smart contract constantly:

A.
doesn't cost any gas.
A.
doesn't cost any gas.
Answers
B.
cost gas every time we check the balance.
B.
cost gas every time we check the balance.
Answers
Suggested answer: B

Gas costs accrue on sending a transaction:

A.
no matter the content.
A.
no matter the content.
Answers
B.
only with a new smart contract deployment.
B.
only with a new smart contract deployment.
Answers
C.
only interacting with an already deployed smart contract.
C.
only interacting with an already deployed smart contract.
Answers
Suggested answer: A

EVM assembly:

A.
is much better than Solidity and a viable alternative.
A.
is much better than Solidity and a viable alternative.
Answers
B.
can be split across multiple files, but every contract must be in a file with the same name as the contract itself.
B.
can be split across multiple files, but every contract must be in a file with the same name as the contract itself.
Answers
C.
is another language similar to LLL, more secure than Solidity.
C.
is another language similar to LLL, more secure than Solidity.
Answers
Suggested answer: B
Total 102 questions
Go to page: of 11