ExamGecko

CBDE: BTA Certified Blockchain Developer - Ethereum

BTA Certified Blockchain Developer - Ethereum
Vendor:

Blockchain

BTA Certified Blockchain Developer - Ethereum Exam Questions: 102
BTA Certified Blockchain Developer - Ethereum   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

To develop smart contracts:

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Integrating the community into your testing:

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

To get most out of the blockchain, it is best:

A.
to use it for the whole business logic. It’s always best to have everything in once place.
A.
to use it for the whole business logic. It’s always best to have everything in once place.
Answers
B.
to use it only for things which need the benefits of the blockchain.
B.
to use it only for things which need the benefits of the blockchain.
Answers
Suggested answer: B
asked 16/09/2024
Rajiesh George
39 questions

Loops in Solidity:

A.
are a great way to circumvent gas requirements, because a loop will only consume gas once.
A.
are a great way to circumvent gas requirements, because a loop will only consume gas once.
Answers
B.
are dangerous when used with data structures that grow, such as arrays or mapping, because it is hard to estimate the gas requirements.
B.
are dangerous when used with data structures that grow, such as arrays or mapping, because it is hard to estimate the gas requirements.
Answers
C.
should be avoided where possible, because of unknown side-effects on the gas requirements.
C.
should be avoided where possible, because of unknown side-effects on the gas requirements.
Answers
Suggested answer: B
asked 16/09/2024
Fadi Iraqi
37 questions

DApps are:

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.
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.
Answers
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.
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.
Answers
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.
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.
Answers
Suggested answer: B
asked 16/09/2024
Georgios Kavvalakis
31 questions

To generate a random number:

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Variables of the type address store:

A.
a 20 bytes value
A.
a 20 bytes value
Answers
B.
a 32 bytes value
B.
a 32 bytes value
Answers
C.
a string
C.
a string
Answers
D.
a 20 characters long hex number
D.
a 20 characters long hex number
Answers
Suggested answer: A
asked 16/09/2024
Ernest Altagracia Marte
40 questions

If we divide two integers:

5/2, the result is:

A.
2, because the decimal is truncated.
A.
2, because the decimal is truncated.
Answers
B.
3, because it's always rounded.
B.
3, because it's always rounded.
Answers
C.
2.5, because it's automatically converted into a float.
C.
2.5, because it's automatically converted into a float.
Answers
Suggested answer: A
asked 16/09/2024
Andrew Kavanagh
37 questions

Single line comments in Solidity are:

A.
working with either // or ///
A.
working with either // or ///
Answers
B.
working with /* comment */ or /** @.. natspec style */
B.
working with /* comment */ or /** @.. natspec style */
Answers
C.
not possible, all comments must be multi-line.
C.
not possible, all comments must be multi-line.
Answers
Suggested answer: A
asked 16/09/2024
carlos salgado
40 questions

Solidity gets compiled:

A.
to bytecode that can't be understood by humans.
A.
to bytecode that can't be understood by humans.
Answers
B.
to bytecodes which are essentially opcodes running instruction by instruction.
B.
to bytecodes which are essentially opcodes running instruction by instruction.
Answers
Suggested answer: B
asked 16/09/2024
Maria Janice Lecias
49 questions