Multiple Choice
Chaincode Services uses Docker to host (deploy) the chaincode without relying on any virtual machine or computer language. What would be the main reason or best reason that Hyperledger chose containers over virtual machines?
A) Docker provides a secured, lightweight method to sandbox chaincode execution that is "locked down".
B) Docker provides a secured, lightweight method to sandbox chaincode execution that is "locked down" but additional programming languages cannot be enabled
C) Docker provides a secured, lightweight method to sandbox chaincode execution that is not "locked down"
D) Docker is fully compatible with Hyperledger and Linux with an upgrade subscription.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: What must implement every chaincode?<br>A) Golang<br>B) Chaincode
Q15: Blockchain services consists of three major components.
Q16: In Hyperledger Fabric, there are three types
Q17: In Hyperledger Composer resources are declared which
Q18: Voting-based algorithms are advantageous in that they
Q20: Which of the following would not be
Q21: What does REST stand for?<br>A) REST (Restructured
Q22: Please review the chaincode below and select
Q23: _ endorsement allows the default chaincode-level endorsement
Q24: Reviewing the code below what are the