Helm CNCF Certified (HFCP) — Question 3
Regarding peer lifecycle chaincode, which of the following is the incorrect (unsupported) subcommand for query?
Answer options
- A. peer lifecycle chaincode querypackaged
- B. peer lifecycle chaincode querycommitted
- C. peer lifecycle chaincode queryapproved
- D. peer lifecycle chaincode queryinstalled
Correct answer: A
Explanation
The correct answer is A, as 'peer lifecycle chaincode querypackaged' is not a valid subcommand in the context of querying. The other options are all supported commands for querying the status of chaincode in the peer lifecycle.