Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

BTA Certified Blockchain Developer - Ethereum

Last Update 17 hours ago Total Questions : 102

The BTA Certified Blockchain Developer - Ethereum content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include CBDE practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CBDE exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CBDE sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any BTA Certified Blockchain Developer - Ethereum practice test comfortably within the allotted time.

Question # 11

Loops in Solidity:

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.

Question # 12

Hashing Mining uses:

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.

Question # 13

GETH:

A.

is the reference implementation of the Ethereum protocol and every other node implementation internally uses the closed-source from Geth.

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.

C.

is one of the many blockchain nodes that implement the Ethereum Protocol. It ' s open source and everyone can contribute.

Question # 14

Truffle boxes are a great way:

A.

to contribute to the box community which is the distributed file system for truffle.

B.

to start with a pre-configured environment for most web-development needs.

C.

to use tools that makes boxing of Dapps for different platforms very easy.

Question # 15

EVM assembly:

A.

is much better than Solidity and a viable alternative.

B.

can be split across multiple files, but every contract must be in a file with the same name as the contract itself.

C.

is another language similar to LLL, more secure than Solidity.

Question # 16

To compare a String in Solidity you use:

A.

string1 == string2

B.

the internal function " str_compare(str1,str2) "

C.

you can ' t directly compare two strings, but one method would be to hash both strings and compare the hashes.

D.

bytes32(string1) == bytes32(string2)

Question # 17

The nonce-field in a transaction is used:

A.

to protect against replay attacks.

B.

to have an additional checksum for transactions.

C.

to sum up all ethers sent from that address.

Question # 18

Single line comments in Solidity are:

A.

working with either // or ///

B.

working with /* comment */ or /** @.. natspec style */

C.

not possible, all comments must be multi-line.

Question # 19

Solidity gets compiled:

A.

to bytecode that can ' t be understood by humans.

B.

to bytecodes which are essentially opcodes running instruction by instruction.

Question # 20

View and Pure Functions:

A.

can only be accessed during calls.

B.

can be accessed during transactions and calls.

Go to page: