BTA CBDE Certification Sample Questions

CBDE Dumps, CBDE PDF, CBDE VCE, BTA Blockchain Developer Ethereum VCE, BTA Ethereum Blockchain Developer PDFThe purpose of this Sample Question Set is to provide you with information about the BTA Blockchain Developer Ethereum (CBDE) exam. These sample questions will make you very familiar with both the type and the difficulty level of the questions on the CBDE certification test. To get familiar with real exam environment, we suggest you try our Sample BTA Ethereum Blockchain Developer Certification Practice Exam. This sample practice exam gives you the feeling of reality and is a clue to the questions asked in the actual Certified Blockchain Developer - Ethereum (CBDE) certification exam.

These sample questions are simple and basic questions that represent likeness to the real BTA Blockchain Developer Ethereum exam questions. To assess your readiness and performance with real-time scenario based questions, we suggest you prepare with our Premium BTA CBDE Certification Practice Exam. When you solve real time scenario based questions practically, you come across many difficulties that give you an opportunity to improve.

BTA CBDE Sample Questions:

01. You interact with a smart contract and see a gas usage of 50,000 gas with a gas cost of 15Gwei. How much Ether would you have to pay to the miner?
a) 750,000,000,000,000 Wei
b) 750,000,000,000 Wei
c) 750,000,000 Wei
d) A flat fee of 1 Ether
 
02. Address.call.value():
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
 
03. The difference between address.send() and address.transfer() is:
a) send returns a Boolean and .transfer throws an exception on error. Both just forward the gasstipend of 2300 gas and are considered safe against re-entrancy.
b) send throws an exception and .transfer returns a Boolean on error. Both just forward the gasstipend of 2300 gas and considered safe against re-entrancy
c) send returns a Boolean and .transfer throws an exception on error. .send is considered dangerous, because it sends all gas along, while .transfer only sends the gas stipend of 2300 gas along
d) send and .transfer are both considered low-level functions which are dangerous, because they send all gas along. It’s better to use address.call.value()() to control the gas-amount
 
04. What’s the correct scientific notation?
a) 1 Ether = 10^18 wei, 10^6 Gwei, 10^6 Finney
b) 1 Ether = 10^19 wei, 10^13 Gwei, 10^3 Finney
c) 1 Ether = 10^16 wei, 10^13 Gwei, 10^3 Finney
d) 1 Ether = 10^18 wei, 10^9 Gwei, 10^3 Finney
 
05. All low-level functions on the address, so address.send(), address.call.valueQQ, address.callcode and address.delegatecall:
a) are interrupting execution on error, because they throw an exception
b) continuing execution on error silently, which is the reason why they are so dangerous.
c) returning Booleans to indicate an error during execution
d) send() throws an exception, while the other functions are returning Booleans during execution to indicate an error
 
06. Variables of the type address store:
a) a 20 bytes value
b) a 32 bytes value
c) a string
d) a 20 characters long hex number
 
07. If contract MyContractA is derived from Contract MyContractB, then this would be the right syntax:
a) contract MyContractA inherit (MyContractB) {…}
b) contract MyContractA is MyContractB { … }
c) contract MyContractA extends MyContractB {…}
d) contract MyContractB derives MyContractA {…}
 
08. To generate a random number:
a) it’s good to use the block timestamp, as this is always different.
b) it’s good to use the block hash as this is clearly always very different.
c) it’s not possible to have a random number in a deterministic environment such as the Ethereum blockchain.
d) it’s good to use the RANDAO smart contract.
 
09. It’s easy to write clean-room unit-tests with truffle:
a) for Java, JavaScript, and C++
b) for JavaScript using Web3.js
c) for Solidity and JavaScript
d) for any language, as long as it adheres to the open Testing-Interface from Truffle
 
10. The JSON-RPC Protocol:
a) is used to communicate between blockchain nodes.
b) is used to ensure safe communication between miners
c) is a mean of dumping the blockchain data in a so-called consensus export.
d) is used to communicate between the blockchain node and externally running applications.

Answers:

Question: 01
Answer: a
Question: 02
Answer: c
Question: 03
Answer: a
Question: 04
Answer: d
Question: 05
Answer: c
Question: 06
Answer: a
Question: 07
Answer: b
Question: 08
Answer: d
Question: 09
Answer: c
Question: 10
Answer: d

Note: For any error in Certified Blockchain Developer - Ethereum (CBDE) certification exam sample questions, please update us by writing an email on feedback@certfun.com.

Rating: 5 / 5 (75 votes)