What do you know about Blockchain? What is the difference between Bitcoin blockchain and Ethereum blockchain?

The blockchain is a decentralized distributed database of immutable records. The technology was discovered with the invention of Bitcoins(the first cryptocurrency). It’s a trusted approach and there are a lot of companies in the present scenario which are using it. As everything is secure, and because it’s an open source approach, it can easily be trusted in the long run.

Bitcoin Blockchain and Ethereum Blockchain

TopicsBitcoinEthereum
ConceptDigital CurrencySmart Contracts
FounderSatoshi NakamotoVitalik Buterin
Release MethodGenesis Block MinedPresale
Cryptocurrency UsedBitcoin(Satoshi)Ether
AlgorithmSHA-256Ethash
Blocks Time10 Minutes12-14 Seconds
ScalableNot yetYes

Q 2. What is the principle on which blockchain technology is based on?

It enables the information to be distributed among the users without being copied.

Q 3. What are the different types of Blockchains?

Blockchains are of three types: Blockchain types-top blockchain interview questions-edureka

Q 4. Why is Blockchain a trusted approach?

  • Blockchain can be trusted due to so many reasons.
  • Its compatibility with other business applications due to its open-source nature.
  • Its security. As it was meant for online transactions, the developers have paid special attention to keeping up the pace when it comes to its security.
  • It really doesn’t matter what type of business one owns, Blockchain can easily be considered.

Q 5. Name the two types of records that are present in the blockchain database?

These records are block records and transactional records. Both these records can easily be accessed, and the best thing is, it is possible to integrate them with each other without following the complex algorithms.

Q 6. Blockchain is a distributed database. How does it differ from traditional databases?

PropertiesBlockchainTraditional Database
OperationsOnly Insert Operations Can perform C.R.U.D. operations
ReplicationFull Replication of block on every peerMaster Slave
Multi-Master 
ConsensusMajority of peers agree on the outcome of transactions Distributed Transactions(2 phase commit)
InvariantsAnybody can validate transactions across the network Integrity Constraints

Q 7. What are the properties of Blockchain?

There are four key features of blockchain:
  • Decentralized Systems
  • Distributed ledger
  • Safer & Secure Ecosystem
  • Minting

Q 8. What is encryption? What is its role in Blockchain?

Data security always matters. Encryption is basically an approach that helps organizations to keep their data secure.cryptography-top blockchain interview questions-edurekaThe encrypted data is encoded or changed up to some extent before it is sent out of a network by the sender and only authorized parties can access that information.In Blockchain, this approach is useful because it simply adds more to the overall security and authenticity of blocks and helps to keep them secure.

Q 9. What do you mean by blocks in the blockchain technology?

Blockchain consists of a list of records. Such records are stored in blocks. These blocks are in turn linked with other blocks and hence constitute a chain called Blockchain.Blocks-top interview questions-edureka

Q 10. How does a block is recognized in the Blockchain approach?

Every block in this online ledger basically consists of a hash pointer which acts as a link to the block which is prior to it, transaction data and in fact a stamp of time.