Course Name :-Build an IoT Blockchain Network for a Supply Chain
Lab 1 : Build Blockchain Network
Question 1 : The default blockchain Perishable Goods Network in Hyperledger Composer includes which participants? Select all that apply.
- Grower
- Exporter
- Shipper
- Importer
Question 2 : Which of these file types is used for a model file?
- BNA
- JS
- CTO
- ACL
Question 3: To capture conditions for a crash, a hard jolt, or other incidents based on the accelerometer data, what field did you add to the Contract asset?
- DateTime arrivalDateTime
- Double maxAccel
- AccelReading[] AccelReadings optional
- ShipmentStatus status
Question 4 : What is the purpose of this event: Temperature Threshold Event?
- To notify participants when agreed on temperature thresholds are exceeded
- To alert the delivery vehicle driver or owner when temperatures exceed a specific threshold
- To force the temperature sensor on a delivery vehicle to rest
- To notify participants that the contract has been breached
Question 5 : In a DevOps pipeline, what occurs during the BUILD phase? Select all that apply.
- Clones your GitHub repository
- Provisions and configures an instance of the blockchain network
- Runs all of the automated unit tests for all of your smart contracts
- Installs any dependencies