CBSA BTA Certified Blockchain Solution Architect

Loading demo links...

Showing 13–15 of 15 questions

Question 13

In common blockchain design, what is one common method to “chain” blocks of data together in order?

Select an option, then click Submit answer.

  • Store the hash of the previous block within the current block

  • Having the genesis node store an ordered, mutable array of block hashes

  • Writing each block into a separate file on the hard disk of the node

  • Assigning an order number to each block so they can be sorted when requested

Question 14

Which technical feature of blockchain best promotes the notion of a blockchain being “censorship resistant”?

Select an option, then click Submit answer.

  • An immutable ledger of transactions

  • Permissions-based transactions

  • Smart Contracts/transactional code that is executed “on chain”

  • Consensus systems through Proof of Work and Proof of Stake

Question 15

When writing and considering push and pull in a smart contract that involves "user" funds would it be better to ____________________?

Select an option, then click Submit answer.

  • Withdraw funds rather than pull funds to them automatically

  • Withdraw funds rather than push funds to them automatically

  • Pull funds rather than push funds to them automatically

  • Push funds rather than pull funds to them automatically