Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple70

Pass the Blockchain Developer - Ethereum CBDE Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam CBDE Premium Access

View all detail and faqs for the CBDE exam


463 Students Passed

94% Average Score

92% Same Questions
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which statement is true about the EVM?

Options:

A.

While the EVM is Sandboxed, it isn't as powerful as the Bitcoin Network, because it's not Turing Complete.

B.

The EVM can't access hardware layers or anything outside a blockchain node because it's sandboxed.

C.

The EVM is extremely powerful, turing complete and perfect for doing computational intensive things, because of the direct access to the graphics card.

Questions # 2:

Go-Ethereum vs. Ganache:

Options:

A.

both are the same, just implemented in a different language.

B.

with Go-Ethereum you get a real blockchain node where you can create your own local private network, connect to Test-Networks or the Main-Net, while with Ganache you get an in-memory blockchain simulation.

C.

with Ganache you get a real blockchain node where you can connect to the Test-Networks Rinkeby and Ropsten.

Questions # 3:

When a new block is mined:

Options:

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 by every participating node in the network to achieve consensus.

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 reached by a special form of hash code.

Questions # 4:

If you are starting a new ERC20 token:

Options:

A.

it would be best to start from scratch, just looking at the required interface.

B.

it is beneficial to copy and paste the already existing code from the Ethereum wiki and modify this until you like it.

C.

best is to start with an audited implementation, for example from OpenZeppelin, in order to reuse already existing code.

Questions # 5:

If contract MyContractA is derived from Contract MyContractB, then this would be the right syntax:

Options:

A.

contract MyContractA is MyContractB { … }

B.

contract MyContractA inherit (MyContractB) {…}

C.

contract MyContractA extends MyContractB {…}

D.

contract MyContractB derives MyContractA {…}

Questions # 6:

Events:

Options:

A.

are stored on chain and are a great way to get a return value when a contract calls another contract.

B.

are stored in something like a side-chain and cannot be accessed by contracts.

C.

are used primarily for debugging exceptions in solidity.

Questions # 7:

Address.call.value():

Options:

A.

sends the gas stipend of 2300 gas and returns a false on error.

B.

sends all the gas along and cascades exceptions.

C.

sends all the gas along and returns a false on error.

D.

sends the gas stipend of 2300 gas and cascades exceptions.

Questions # 8:

View and Pure Functions:

Options:

A.

a function marked as pure can change the state, while a view function can only return static calls.

B.

a function marked as view can never access state variables, while pure functions are here to return only one value.

C.

a view function can access state variables, but not write to them. A Pure function cannot modify or read from state.

Questions # 9:

Proof of Work (PoW) vs. Proof of Stake.

Options:

A.

PoW is computationally intensive which requires lots of energy. On the other hand, miners earn straightforward a reward for mining a block and incorporating transactions.

B.

PoW is better than PoS, because with PoS we increase the amount of energy spent on the network.

C.

PoS is mining with specialized new hardware that has to be purchased with a stack of Ether in the network. Hence the Name: Proof of Stake, which derives from Stack.

Questions # 10:

Address.send() and address.transfer() are considered:

Options:

A.

safe against reentrancy because of the small gas stipend of 2300 gas.

B.

dangerous because they send all gas along, it's better to use address.call.value()().

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.