Below is few question Dump for R3 Corda 4 Developer Certification
11) The private key of a “Confidential identity” is never revealed to any other parties in the network.
Answer : FALSE
12) What information is not included inside networkMap for the nodes on the network?
Answer : The number of adjacent nodes that outside the current network.
13) How many Java-style Keystores does a Node need to successfully run in a bootstrap network?
Answer : Three
14) Which Java-style Keystore stores the node’s TLS key pair and certificate?
Answer : sslkeystore.jks
15) How is information shared in Corda?
Answer : On a peer-to-peer basis
16) Any participant can join Corda network as long as they get accepted by the majority of the members.
Answer : FALSE
17) Which of the following services is not required to run a Corda network?
Answer : Regulator Node
18) How do nodes look up information about other nodes on the network?
Answer : The network map
19) The primary reason for bundling all flows, contracts, and states into the same CorDapp is that it makes it easier to distribute the CorDapp to other parties.
Answer : FALSE
20) Which of the following about the serialization whitelist in Corda is true?
Answer : FALSE