Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Blockchain CBDE Practice Exam with Questions & Answers | Set: 2

Questions 11

Loops in Solidity:

Options:
A.

are a great way to circumvent gas requirements, because a loop will only consume gas once.

B.

are dangerous when used with data structures that grow, such as arrays or mapping, because it is hard to estimate the gas requirements.

C.

should be avoided where possible, because of unknown side-effects on the gas requirements.

Blockchain CBDE Premium Access
Questions 12

If a User calls contract A and that calls Contract B, then msg.sender in Contract B will contain the address of:

Options:
A.

the User.

B.

contract A.

Questions 13

The nonce-field in a transaction is used:

Options:
A.

to protect against replay attacks.

B.

to have an additional checksum for transactions.

C.

to sum up all ethers sent from that address.

Questions 14

Smart Contracts:

Options:
A.

are always living on the same address, because the blockchain is deterministic. So, one account can always have one smart contract.

B.

are having the same address as the EOA.

C.

are sitting on their own address. The Address is created from the nonce and the EOA address and could be known in advance before deploying the smart contract.

D.

the address of the smart contract is a random address which gets generated by the miner who mines the contract-creation transaction.

Questions 15

DApps are:

Options:
A.

great, because they cut the middle man, run on a trusted platform, apply logic to the blockchain where already economic assets are running and thus allow peer to peer trade.

B.

an amazing way to create new applications. Those applications run entirely separated from other applications on the platform and allow for logical interactions. They can't access any funds to add an additional layer of trust.

C.

a new way of applying logical operations for banks and big financial institutions. This way they can reduce the staff while operating at increased security.

Questions 16

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 17

Truffle:

Options:
A.

is a framework that helps developers with Testing, Deployment and Management of Smart Contracts and Distributed Applications.

B.

is a library that helps developers to connect to Ethereum nodes, because it abstracts the JSONRPC interface.

C.

is a framework for Java, similar to Web3.js for JavaScript. It's a great way to develop distributed Java enterprise applications.

Questions 18

Hashing Mining uses:

Options:
A.

Keccack256 while internally to hash values it's easy to use the Dagger-Hashimoto to create a meaningful hash.

B.

the Dagger-Hashimoto hashing while internally the EVM uses SHA256 which is an alias for Keccack256.

C.

the Dagger-Hashimoto hashing while internally the EVM uses Keccack256 which is almost similar to SHA256, but has a different padding so produces different hashes.

Questions 19

Truffle has an integrated in-memory blockchain which makes unit-testing very easy:

Options:
A.

True, but it's still good to use Ganache, or even a real private network for testing.

B.

False, it's necessary to use Ganache or even a real private network for testing.

Questions 20

A Private Network is:

Options:
A.

a side Channel to the Ethereum Main Net which costs less gas to run smart contracts.

B.

an exact clone of the Rinkeby Test-Network which can be started as virtual machine in the Azure Cloud.

C.

a Network running only in a private area, where people cannot join freely and openly.

Exam Code: CBDE
Certification Provider: Blockchain
Exam Name: BTA Certified Blockchain Developer - Ethereum
Last Update: Jul 15, 2025
Questions: 102