Blockchain CBSA Practice Test - Questions Answers, Page 8
List of questions
Related questions
Question 71
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Geth uses what port to expose the Ethereum RPC Service?
Explanation:
Reference: https://datawookie.netlify.com/blog/2018/01/ethereum-running-a-node/
Question 72
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
In Ethereum the difficulty adjustment algorithm is coded in the ___________ file.
Explanation:
Reference: https://dltlabs.com/how-difficulty-adjustment-algorithm-works-in-ethereum/
Question 73
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What are two advantages of using a DPOS algo in a blockchain? (Select two.)
Explanation:
The advantages of DPoS are that it is scalable and provides fast transaction verification, but the disadvantage is that it partially centralized and the governance model has not been proven effective in a large project. DPoS is employed by Steemit, EOS, and BitShares.
Reference: https://hackernoon.com/an-overview-of-cryptocurrency-consensus-algorithms-9d744289378f
Question 74
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
When writing and considering push and pull in a smart contract that involves "user" funds would it be better to ____________________?
Explanation:
Withdraw funds rather than push funds to them automatically Favor pull over push for external calls as we've seen, external calls can fail for a number of reasons, including external errors. To minimize the damage caused by such failures, it is often better to isolate each external call into its own transaction that can be initiated by the recipient of the call. This is especially relevant for payments, where it is better to let users withdraw funds rather than push funds to them automatically. (This also reduces the chance of problems with the gas limit.)
Reference: https://github.com/ethereum/wiki/wiki/Safety#favor-pull-over-push-for-external-calls
Question 75
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
When considering tokens on the Ethereum Blockchain what is the main difference between ERC20 and ERC721 tokens?
Explanation:
Non-fungible means unique. ERC is acronym of Ethereum Request for Comments. A standard allows for the implementation of a standard API for creating non- fungible tokens. To whom not familiar, ethereum, when launched during ICO, is using ERC-20 which ethereum coin can be broken down into smaller portion such as 0.000001. As you know, in coin, we don't differentiate it by serial number. Government only uses "serial number" to track the note and not on coin. Hence, there is no way to distinguish or trace your coin and my coin. This behavior is same in Ethereum coin. Startup has found a way to use ERC-721 to create a unique and traceable coin in ethereum blockchain technology. This is a break through in blockchain technology.
Reference: https://medium.com/@PatrickGohBS/ethereum-erc-721-vs-erc-20-4bff8c147fdf
Question 76
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You are trying to generate a random number in Ethereum blockchain. What is the best way?
Explanation:
Randao is based on Blockchain technology and provides the service of random number generation that is open source, decentralized, socialized and verifiably fair. Reference: http://randao.org/
Question 77
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Your company is looking to develop a new token and raise funds for this new platform.
What is the process your company would like go thru to raise funds?
Explanation:
Reference: https://www.nasdaq.com/article/what-is-an-ico-cm830484
Question 78
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Your company is looking to develop a new token and raise funds for this new platform. What is the process your company would like go thru to raise funds?
Explanation:
Reference: https://www.nasdaq.com/article/what-is-an-ico-cm830484
Question 79
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
The difference between Ethereum tokens and a standalone currency like Litecoin is that ___________tokens piggyback on the Ethereum network, hosted by Ethereum addresses and sent using Ethereum transactions.
Explanation:
The difference between these tokens and a standalone currency like Litecoin is that ERC20 tokens piggyback on the Ethereum network, hosted by Ethereum addresses and sent using Ethereum transactions.
Reference: https://support.exodus.io/article/108-what-is-an-erc20-token-and-does-exodus-support-it
Question 80
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which of the following is NOT a requirement of an enterprise blockchain typically?
Explanation:
Reference: https://developer.ibm.com/courses/all/blockchain-essentials/
Question