SlideShare a Scribd company logo
Beginner level
1 Differentiate between Blockchain and Hyperledger.
ā€¢ Blockchain is a decentralized
technology of immutable records
called blocks, which are secured using
cryptography
ā€¢ Hyperledger is a platform/
organization that allows people to
build private Blockchain
Blockchain Hyperledger
1 Differentiate between Blockchain and Hyperledger.
ā€¢ Blockchain is a decentralized
technology of immutable records
called blocks, which are secured using
cryptography
ā€¢ Blockchain is divided into public,
private and consortium Blockchain
ā€¢ Hyperledger is a platform/
organization that allows people to
build private Blockchain
ā€¢ Hyperledger is a private Blockchain
where the access to Blockchain data
is limited to predefined users
Blockchain Hyperledger
1 Differentiate between Blockchain and Hyperledger.
ā€¢ Blockchain is a decentralized
technology of immutable records
called blocks, which are secured using
cryptography
ā€¢ Blockchain is divided into public,
private and consortium Blockchain
ā€¢ It can be used in multiple fields like
(business, governments, healthcare
etc.)
ā€¢ Hyperledger is a platform/
organization that allows people to
build private Blockchain
ā€¢ Hyperledger is a private Blockchain
where the access to Blockchain data
is limited to predefined users
ā€¢ Hyperledger is used in Blockchain for
enterprise based solutions
Blockchain Hyperledger
2
In simple terms, Blockchain technology is a distributed ledger, which stores transaction details in the form of
immutable records (blocks) which are secured using cryptography
How would you explain Blockchain Technology to someone who doesn't know it?
2
Consider an example of a school where Blockchain is similar to a digital report card of a student:
How would you explain Blockchain Technology to someone who doesn't know it?
1 2 3 4
Each block contains students records
which has a label (stating the date
and time) of when the record was
entered
Here, neither the teacher nor the
student will be able to modify the
record of report cards
Also, the teacher owns a private key that allows
him/her to make new records and the student owns a
public key that allows him/her to access the report
card at anytime
This method makes the data both
accessible and secure
X
3 What is Merkel tree?
A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing
cryptographic hashes.
Each leaf node is
a hash of a block of
transaction data
Merkel root
Hash AA Hash BB
Hash a Hash b Hash c Hash d
Data
Block 01
Data
Block 02
Data
Block 03
Data
Block 04
0r0234ā€¦.
0a0234ā€¦. 002d34ā€¦.
ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
3 What is Merkel tree?
A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing
cryptographic hashes.
Each non-leaf node is
a hash of its leaf node
Merkel root
Hash AA Hash BB
Hash a Hash b Hash c Hash d
Data
Block 01
Data
Block 02
Data
Block 03
Data
Block 04
0r0234ā€¦.
0a0234ā€¦. 002d34ā€¦.
ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
3 What is Merkel tree?
A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing
cryptographic hashes.
Merkel root
Hash AA Hash BB
Hash a Hash b Hash c Hash d
Data
Block 01
Data
Block 02
Data
Block 03
Data
Block 04
Merkle root or hash root is
the final hash of all the
transaction hashes
0r0234ā€¦.
0a0234ā€¦. 002d34ā€¦.
ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
4 What do you mean by blocks in the Blockchain technology?
Blockchain is a distributed database of immutable records called blocks, which are secured using cryptography
Transaction
Details
Nonce
Target Hash value
Previous Hash
Block
4 What do you mean by blocks in the Blockchain technology?
Recorded in chronological order
Once the data is
recorded, it cannot be
changed
A block is like a record of transactions. Each time a block is verified, it gets recorded in chronological order
5 How is Blockchain distributed ledger different from a traditional ledger?
Blockchain distributed
ledger
Traditional ledger
Available
Yes
Yes
No
Yes
No
Transparency
Irreversible process
Security
Central authority
Identities can be hidden
Single point of failure
Criteria
Unavailable
No
No
Yes
No
Yes
5 How is Blockchain distributed ledger different from a traditional ledger?
Blockchain distributed
ledger
Traditional ledger
No
Done by the participants
across the network
Shared among all the
participants
Modifying data
Validation
Copy of the ledger
Criteria
Possible
It is done by the central
authority
Not shared among all the
participants
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
It holds the hash value
of the previous block
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
Contains details of
several transactions
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
Contains details of
several transactions
Nonce is a random
value which is used to
vary the value of hash
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
Contains details of
several transactions
Hash is a alphanumeric
value which is used to
identify a block
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
Contains details of
several transactions
The hash address is the unique
identification of a block. It is a hex value
of 64 characters that has both letters and
digits. It is obtained by using the SHA -
256 algorithm
6 How can you identify a block?
Every block consists of four fields
Hash of previous block
Nonce
Hash
Transaction
data
Transaction data
Hash (prev. block)
Nonce
Hash value
Hashing
Algorithm
(SHA256)
Header
7 What is cryptography? What is its role in Blockchain?
Blockchain uses cryptography to secure users identities and ensures transactions are done safely with
a hash function
Cryptography:
ā€¢ Cryptography uses public and private keys to encrypt and decrypt data
ā€¢ In Blockchain network, public key can be shared with all the Bitcoin users
ā€¢ A private key is kept secret with the user
Input data Cryptography
Private key
Public key
424242..
7 What is cryptography? What is its role in Blockchain?
Blockchain uses cryptography to secure users identities and ensures transactions are done safely with
a hash function
SHA 256
Secure
Hashing
Algorithm
Stands for the number
of bits it takes up in
memory
SHA 256
Hash function takes an input data and returns an alphanumeric output of 64
characters
Hashing function:
8 What are the different types of Blockchains?
Public
Blockchain
Private
Blockchain
Consortium
Blockchain
Blockchains are of three types:
8 What are the different types of Blockchains?
Public
Blockchain
Private
Blockchain
Consortium
Blockchain
Blockchains are of three types:
Ledgers are visible to all the users on
the internet and any user can verify and
add a block of transactions to the
Blockchain
Examples: Bitcoin and Ethereum
Consortium
Blockchain
8 What are the different types of Blockchains?
Blockchains are of three types:
Public
Blockchain
Private
Blockchain
Ledgers are visible to all the users on
the internet but
only specific users in the organization
can verify and add transaction
Example: Blockstack
8 What are the different types of Blockchains?
Public
Blockchain
Private
Blockchain
Consortium
Blockchain
Blockchains are of three types:
Here, the consensus process is
controlled by only specific nodes.
However, ledgers are visible to all the
participants in the Consortium
Blockchain
Example: Ripple
9 What happens when you try to deploy a file with multiple contracts?
ā€¢ In Blockchain, deploying a file with multiple contracts is not possible
ā€¢ The compiler only deploys the last contract from the uploaded file and the remaining contracts are neglected
Smart
contract
File
1
0
What is Genesis block?
ā€¢ Genesis block is the first block in the Blockchain
which is also known as block 0
ā€¢ In the Blockchain , it is the only block that doesnā€™t
refer to its previous block
ā€¢ It defines parameters of the Blockchain such as,
o level of difficulty,
o consensus mechanism etc. to mine blocks
Genesis block
1
0
What is Genesis block?
ā€¢ Genesis block is the first block in the Blockchain
which is also known as block 0
ā€¢ In Blockchain , it is the only block that doesnā€™t
refer to its previous block
ā€¢ It defines parameters of the Blockchain such as,
o level of difficulty,
o consensus mechanism etc. to mine blocks
Genesis block
1
0
What is Genesis block?
ā€¢ Genesis block is the first block in the Blockchain
which is also known as block 0
ā€¢ In Blockchain , it is the only block that doesnā€™t
refer to its previous block
ā€¢ It defines parameters of the Blockchain such as,
o level of difficulty,
o consensus mechanism etc. to mine blocks
Consensus mechanism
Level of difficulty
Intermediate level
ā€¢ In Blockchain, to generate a digital signature, transaction details are passed through a one-way hash function i.e.,
SHA-256
ā€¢ Then, the output value is passed through a signature algorithm (like ECDSA) with the userā€™s private key
ā€¢ The encrypted hash along with other information (such as the hashing algorithm) is called as the digital signature
11 How is the hash (Block signature) generated ?
Transaction
details
Passed through hash
function
(SHA256)
=+
Digitally signed
document
Signature
algorithm
The output is passed through a
signature algorithm with the
userā€™s private key
List down some of the extensively used cryptographic algorithms?
1 2 3 4 5
RSA
(Rivest-Shamir-Adleman) Triple DES
Blowfish
1
2
SHA - 256
Ethash
What is a smart contract and list some of its applications
Some of the applications are:
Shipment of goods
can be easily tracked
using smart contracts
Smart contracts can
protect the ownership
rights
Smart contracts
can identify false
claims and prevent
forgeries
Smart contracts
can be helpful
to facilitate wage
payments
Transportation Protecting copyrighted
content
Insurance Employment
contract
1
3
Smart contracts are self-executing contracts which contains the terms and conditions of an agreement between
the peers
Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that
enables users to create and deploy their decentralized applications
Test network
(like Ropsten, Kovan and
Rinkeby)
Private network
ā€ŠLive network
(main network)
There are three types of network in Ethereum:ā€Š
What is Ethereum network and how many Ethereum networks are you familiar with?
1
4
What is Ethereum network and how many Ethereum networks are you familiar with?
Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that
enables users to create and deploy their decentralized applications
Test network
(like Ropsten, Kovan and
Rinkeby)
Private network
ā€ŠLive network
(main network)
There are three types of network in Ethereum:ā€Š
Smart contracts are
deployed on main
network
What is Ethereum network and how many Ethereum networks are you familiar with?
1
4
What is Ethereum network and how many Ethereum networks are you familiar with?
Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that
enables users to create and deploy their decentralized applications
Private network
ā€ŠLive network
(main network)
There are three types of network in Ethereum:ā€Š
Test networks allow users to run
their smart contracts with no fees
before deploying it on the main
network
Test network
(like Ropsten, Kovan and
Rinkeby)
What is Ethereum network and how many Ethereum networks are you familiar with?
1
4
What is Ethereum network and how many Ethereum networks are you familiar with?
Test network
(like Ropsten, Kovan and
Rinkeby)
Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that
enables users to create and deploy their decentralized applications
ā€ŠLive network
(main network)
There are three types of network in Ethereum:ā€Š
Private networks are those which
are not connected to the main
network
Private network
What is Ethereum network and how many Ethereum networks are you familiar with?
1
4
What is Ethereum network and how many Ethereum networks are you familiar with?
Where do nodes run smart contract code?
Nodes run smart contracts code on Ethereum Virtual Machine (EVM). It is a virtual machine designed to operate
as a runtime environment for Ethereum based smart contracts
Smart
contract
EVM
EVM is operated in a sandboxed environment (isolated from main network). This is a perfect testing environment
1
5
Note: Once a user successfully runs the code on EVM, he/she can deploy the smart contract in the main network
What is a Dapp and how is it different from a normal application?
Normal App
ā€¢ Normal application has a back-end code which
runs on a centralized server
ā€¢ A Dapp is a decentralized application which
is deployed using smart contract
Dapp
Normal
application
1
6
What is a Dapp and how is it different from a normal application?
Normal App
ā€¢ Normal application has a back-end code which
runs on a centralized server
ā€¢ Itā€™s a computer software application that is hosted
on a central server
ā€¢ A Dapp is a decentralized application which
is deployed using smart contract
ā€¢ A Dapp has its back-end code (smart
contract) which runs on a decentralized
peer-to-peer network
Front-end
Smart
contract
Blockchain
(P2P network)
(Back-end code)
Front-end API Database
(runs on server)
Process:Process:
Dapp
Normal
application
1
6
Name some leading open source platforms for developing Blockchain applications.
ā€¢ Ethereum is one of the popular platforms for building Blockchain based applications
ā€¢ Eris is used for building enterprise-based solutions
ā€¢ Also, some of the widely used platforms for building Blockchain are
Hyperledger Multichain OpenchainErisEthereum
1
7
What is the very first thing you must specify in a Solidity file?
pragma solidity ^0.4.17;
It is necessary to specify the version number of Solidity at the beginning of a code as it eliminates
incompatibility errors which can arise while compiling with another version
1
8
What is the difference between Bitcoin and Ethereum ?
Bitcoin Ethereum
P2P Currency
Proof of work
SHA-256
10 Minutes (approx.)
12.5 BTC
Optional
1 BTC = 6934.34 USD
Concept
Consensus mechanism
Hashing Algorithm
Time taken to mine a block
Reward
Transaction fee
Value (8/21/18)
Criteria
P2P currency and smart contract
Proof of work/ Proof of stake
Ethash
12-15 seconds
3 ETH
Fee is calculated in gas
1 ETH = 278.98 USD
1
9
What is nonce and how is it used in mining?20
Determine the
nonceMining
Less than
target value
< targetNonce
Hash value
002AE4..
ā€¢ In Blockchain, mining is a process to validate transactions by solving a difficult mathematical puzzle called proof of
work
ā€¢ Proof of work is the process to determine a number (nonce) along with a cryptographic hash algorithm to produce a
hash value lower than a predefined target
ā€¢ Nonce is a random value which is used to vary the value of hash so that the final hash value meets the hash
conditions
Advanced level
Name the steps that are involved in the Blockchain project implementation.
Requirement
identification
1
21
ļ± Identifying the problem and goal
ļ± Identifying the most suitable consensus mechanism
ļ± Identifying the most suitable platform
ļ± Implementation and deployment costs
Name the steps that are involved in the Blockchain project implementation.
Requirement
identification
1 2
21
In this step, an individual evaluates
all requirements and decides a
suitable blockchain platform to be
implemented
Planning stage
Name the steps that are involved in the Blockchain project implementation.
Requirement
identification
Planning stage Development and
implementation of
project
1 2 3
21
ļ± Designing the architecture
ļ± Designing the user interface
ļ± Building the APIs
Name the steps that are involved in the Blockchain project implementation.
Requirement
identification
Planning stage Development and
implementation of
project
Controlling and
monitoring the project
1 2 3 4
ļ± Applying proof of concept (POC)
ļ± Identifying and fixing issues
21
Explain a real-life use-case where Blockchain is being used.
Distributor Retailer PurchaserSupplier
Raw
materials
Manufacturing
Verify for quality assurance
In supply chain management, smart contracts provide permanent transparency and
validation of transactions shared by multiple supply chain partners
22
List and explain the parts of EVM memory.
The memory of an EVM is divided into three types,
Storage Memory Stack
23
List and explain the parts of EVM memory.
The memory of an EVM is divided into three types,
ā€¢ Storage values are stored
permanently on the Blockchain
network
ā€¢ It is extremely expensive
Storage Memory Stack
23
List and explain the parts of EVM memory.
The memory of an EVM is divided into three types,
ā€¢ Storage values are stored
permanently on the Blockchain
network
ā€¢ It is extremely expensive
Storage Memory Stack
23
ā€¢ Memory is a temporary modifiable
storage
ā€¢ It can be accessed only during
contract execution. Once the
execution is finished, its data is lost
1 List and explain the parts of EVM memory.
The memory of an EVM is divided into three types,
Note: Memory and stack are relatively much cheaper than storage
ā€¢ Storage values are stored
permanently on the Blockchain
network
ā€¢ It is extremely expensive
ā€¢ Memory is a temporary modifiable
storage
ā€¢ It can be accessed only during
contract execution. Once the
execution is finished, its data is lost
ā€¢ Stack is a temporary and non-
modifiable storage
ā€¢ Here, when the execution completes,
the content is lost
Storage Memory Stack
23
What happens if the execution of a smart contract costs more than the specified gas?
ā€¢ Initially, your transaction will be
executed, but if the execution of a
smart contract costs more than the
specified gas, then the miners will
stop validating your contract
ā€¢ The Blockchain will record the
transaction as failed, also the user
doesnā€™t get a refund
24
Transaction failed
What does the gas usage in a transaction depend on and how is transaction fee calculated?
Gas usage depends upon the amount of storage and set of instructions (codes) used in a smart
contract
Ether = Tx Fees = Gas Limit * Gas Price
The transaction fee is calculated in Ether, which is given as
25
What is fork? What are some of the types of forking?
ā€¢ In simple terms, updating a cryptocurrency protocol or code is called forking
ā€¢ Fork implies that a Blockchain splits into two branches
ā€¢ It can happen when the participants of the network cannot come to an agreement with regards to:
o Consensus algorithm
o New rules to validate transactions
Types of forking
Hard forks Soft forks Accidental forks
26
Differentiate between proof of work vs proof of stake.
PoS is an alternate to proof
of work by which the
Blockchain aims to achieve
distributed consensus
In Blockchain, PoW is the
process of solving a
complex mathematical
puzzle called mining
Here, the probability of
mining a block is based
upon the amount of
computational work done by
a miner
Miners spend a lot of
computing power (with
hardware) for solving the
cryptographic puzzle
The probability of validating a
block relies upon the amount
of tokens you own. The more
tokens you have, the more
chance you get to validate a
block
It was created as a solution
to minimize the use of
expensive resources spent
in mining
Proof of work -
Proof of stake -
27
What is 51% attack?
In Blockchain, 51%
attack refers to a
vulnerability where an
individual or group of people
can control the majority of
the mining power (hash rate)
This would allow the attackers
to prevent new transactions
from being confirmed.
Further, they can double
spend the coins
28
In 51% attack, smaller
cryptocurrencies are being
attacked
1 32
What are function modifiers in solidity and mention the most widely used modifiers.29
ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions
ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts
ā€¢ The most extensively used function modifiers in solidity are:
View Pure
What are function modifiers in solidity and mention the most widely used modifiers.29
View Pure
ā€¢ View functions are functions that cannot modify the state of smart
contract
ā€¢ They are read-only functions
ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions
ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts
ā€¢ The most extensively used function modifiers in solidity are:
ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions
ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts
ā€¢ The most extensively used function modifiers in solidity are:
29
View Pure
For example, this function returns address To
simplilearn[msg.sender] without any data being modified
function getsimplilearnName() view
{
return
addressTosimplilearn[msg.sender];
}
What are function modifiers in solidity and mention the most widely used modifiers.
What are function modifiers in solidity and mention the most widely used modifiers.29
View Pure
ā€¢ Pure functions are functions that neither read nor write the state
of smart contract
ā€¢ They return the same result determined by its input values
ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions
ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts
ā€¢ The most extensively used function modifiers in solidity are:
ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions
ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts
ā€¢ The most extensively used function modifiers in solidity are:
What are function modifiers in solidity and mention the most widely used modifiers.29
View Pure
For example, the above function returns the value of the operation
on input variables (num1 and num2)
function Calculate(int num1, int num2) pure
{
return (num1 + num2 * num1) *
(num2 * num1);
}
Write a crowd sale smart contract code in solidity programming language30
Function crowdsale(
address ifSuccessfulSendTo,
uint fundingGoalInEthers,
uint durationInMinutes,
uint etherCostOfEachToken,
address addressOfTokenUsedAsReward
)
public
{
beneficiary = ifSuccessfulSendTo;
fundingGoal = fundingGoalInEthers * 1 ether;
deadline = now + durationInMinutes * 1 minutes;
price = etherCostOfEachToken * 1 ether;
tokenReward = token(addressOfTokenUsedAsReward);
}
Crowd sale function
Write a crowd sale smart contract code in solidity programming language30
function () payable public
{
require(!crowdsaleClosed);
uint amount = msg.value;
balanceOf[msg.sender] += amount;
amountRaised += amount;
tokenReward.transfer(msg.sender, amount / price);
emit FundTransfer(msg.sender, amount, true);
}
Default function to send
Values
Write a crowd sale smart contract code in solidity programming language30
function safeWithdrawal() public afterDeadline
{
if (!fundingGoalReached) {
uint amount = balanceOf[msg.sender];
balanceOf[msg.sender] = 0;
if (amount > 0) {
if (msg.sender.send(amount)) {
emit FundTransfer(msg.sender, amount, false);
} else {
balanceOf[msg.sender] = amount;
}}}
Default function of funds
withdrawal
Blockchain Interview Questions And Answers | Blockchain Technology Interview Questions | Simplilearn

More Related Content

What's hot

Hyperledger Fabric
Hyperledger FabricHyperledger Fabric
Hyperledger Fabric
Murughan Palaniachari
Ā 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
Jitendra Chittoda
Ā 
Smart contracts
Smart contractsSmart contracts
Smart contracts
Philippe Camacho, Ph.D.
Ā 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Romit Bose
Ā 
Consensus Algorithms.pptx
Consensus Algorithms.pptxConsensus Algorithms.pptx
Consensus Algorithms.pptx
Rajapriya82
Ā 
Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for Developers
R3
Ā 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
AlpnaSingh5
Ā 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris
Ā 
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Edureka!
Ā 
BLOCKCHAIN
BLOCKCHAINBLOCKCHAIN
BLOCKCHAIN
Nitish sharma
Ā 
Blockchain
BlockchainBlockchain
Blockchain
Venkatesh Jambulingam
Ā 
How To Become A Blockchain Engineer
How To Become A Blockchain EngineerHow To Become A Blockchain Engineer
How To Become A Blockchain Engineer
101 Blockchains
Ā 
Blockchain
BlockchainBlockchain
Blockchain
Jaison Peter
Ā 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
Murughan Palaniachari
Ā 
Blockchain (1).pptx
Blockchain (1).pptxBlockchain (1).pptx
Blockchain (1).pptx
MeetPBarasara
Ā 
Smart Contract & Ethereum
Smart Contract & EthereumSmart Contract & Ethereum
Smart Contract & Ethereum
Akshay Singh
Ā 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
101 Blockchains
Ā 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts
101 Blockchains
Ā 
How NFT Works
How NFT WorksHow NFT Works
How NFT Works
101 Blockchains
Ā 
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
Linda John
Ā 

What's hot (20)

Hyperledger Fabric
Hyperledger FabricHyperledger Fabric
Hyperledger Fabric
Ā 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
Ā 
Smart contracts
Smart contractsSmart contracts
Smart contracts
Ā 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Ā 
Consensus Algorithms.pptx
Consensus Algorithms.pptxConsensus Algorithms.pptx
Consensus Algorithms.pptx
Ā 
Introduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for DevelopersIntroduction to Corda Blockchain for Developers
Introduction to Corda Blockchain for Developers
Ā 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
Ā 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Ā 
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Ā 
BLOCKCHAIN
BLOCKCHAINBLOCKCHAIN
BLOCKCHAIN
Ā 
Blockchain
BlockchainBlockchain
Blockchain
Ā 
How To Become A Blockchain Engineer
How To Become A Blockchain EngineerHow To Become A Blockchain Engineer
How To Become A Blockchain Engineer
Ā 
Blockchain
BlockchainBlockchain
Blockchain
Ā 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
Ā 
Blockchain (1).pptx
Blockchain (1).pptxBlockchain (1).pptx
Blockchain (1).pptx
Ā 
Smart Contract & Ethereum
Smart Contract & EthereumSmart Contract & Ethereum
Smart Contract & Ethereum
Ā 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
Ā 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts
Ā 
How NFT Works
How NFT WorksHow NFT Works
How NFT Works
Ā 
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
What is NFT? | A Complete Use-Cases of Non-Fungible Token (NFT)
Ā 

Similar to Blockchain Interview Questions And Answers | Blockchain Technology Interview Questions | Simplilearn

Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Rashi Singh
Ā 
Blockchains 101
Blockchains 101Blockchains 101
Blockchains 101
Nikhil Krishna Nair
Ā 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
ChelladuraiBose1
Ā 
Blockchain Fundamental_KIPMI_2022.02.26.pdf
Blockchain Fundamental_KIPMI_2022.02.26.pdfBlockchain Fundamental_KIPMI_2022.02.26.pdf
Blockchain Fundamental_KIPMI_2022.02.26.pdf
adinugroho751867
Ā 
Blockchain Assignment
Blockchain AssignmentBlockchain Assignment
Blockchain Assignment
Akanksha Verma
Ā 
Blockchain and Hook model of engagement
Blockchain and Hook model of engagement Blockchain and Hook model of engagement
Blockchain and Hook model of engagement
Rajeev Soni
Ā 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
AvinashChoure2
Ā 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN
Ravi Choudhary
Ā 
Blockchain Fundamentals
Blockchain FundamentalsBlockchain Fundamentals
Blockchain Fundamentals
Blockchain Council
Ā 
Dublin Blockchain Group
Dublin Blockchain GroupDublin Blockchain Group
Dublin Blockchain Group
AWH
Ā 
Blockchain data structures and fundamental
Blockchain data structures and fundamentalBlockchain data structures and fundamental
Blockchain data structures and fundamental
Codium Club
Ā 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.
Rajasekhar364622
Ā 
Blockchain, Hyperledger, DeFi, Web 3.0 - understanding and concepts
Blockchain,  Hyperledger, DeFi, Web 3.0 - understanding and conceptsBlockchain,  Hyperledger, DeFi, Web 3.0 - understanding and concepts
Blockchain, Hyperledger, DeFi, Web 3.0 - understanding and concepts
keithfernandez19
Ā 
Blockchain In-Depth Tutorial for Beginners
Blockchain In-Depth Tutorial for BeginnersBlockchain In-Depth Tutorial for Beginners
Blockchain In-Depth Tutorial for Beginners
Simplilearn
Ā 
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwkchapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
NiveditaSingh839848
Ā 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.ppt
jishnub8
Ā 
A technical Introduction to Blockchain.
A technical Introduction to Blockchain.A technical Introduction to Blockchain.
A technical Introduction to Blockchain.
Dev
Ā 
Guide to blockchain technology
Guide to blockchain technologyGuide to blockchain technology
Guide to blockchain technology
Anisha Sachit
Ā 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
AshiQulIslam34
Ā 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
JOELCONTACTS
Ā 

Similar to Blockchain Interview Questions And Answers | Blockchain Technology Interview Questions | Simplilearn (20)

Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Ā 
Blockchains 101
Blockchains 101Blockchains 101
Blockchains 101
Ā 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
Ā 
Blockchain Fundamental_KIPMI_2022.02.26.pdf
Blockchain Fundamental_KIPMI_2022.02.26.pdfBlockchain Fundamental_KIPMI_2022.02.26.pdf
Blockchain Fundamental_KIPMI_2022.02.26.pdf
Ā 
Blockchain Assignment
Blockchain AssignmentBlockchain Assignment
Blockchain Assignment
Ā 
Blockchain and Hook model of engagement
Blockchain and Hook model of engagement Blockchain and Hook model of engagement
Blockchain and Hook model of engagement
Ā 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
Ā 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN
Ā 
Blockchain Fundamentals
Blockchain FundamentalsBlockchain Fundamentals
Blockchain Fundamentals
Ā 
Dublin Blockchain Group
Dublin Blockchain GroupDublin Blockchain Group
Dublin Blockchain Group
Ā 
Blockchain data structures and fundamental
Blockchain data structures and fundamentalBlockchain data structures and fundamental
Blockchain data structures and fundamental
Ā 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.
Ā 
Blockchain, Hyperledger, DeFi, Web 3.0 - understanding and concepts
Blockchain,  Hyperledger, DeFi, Web 3.0 - understanding and conceptsBlockchain,  Hyperledger, DeFi, Web 3.0 - understanding and concepts
Blockchain, Hyperledger, DeFi, Web 3.0 - understanding and concepts
Ā 
Blockchain In-Depth Tutorial for Beginners
Blockchain In-Depth Tutorial for BeginnersBlockchain In-Depth Tutorial for Beginners
Blockchain In-Depth Tutorial for Beginners
Ā 
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwkchapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
chapter4.pptxwgdyjshcbnbhvegwydvquhcjdvqigufwk
Ā 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.ppt
Ā 
A technical Introduction to Blockchain.
A technical Introduction to Blockchain.A technical Introduction to Blockchain.
A technical Introduction to Blockchain.
Ā 
Guide to blockchain technology
Guide to blockchain technologyGuide to blockchain technology
Guide to blockchain technology
Ā 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
Ā 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
Ā 

More from Simplilearn

šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
Simplilearn
Ā 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Simplilearn
Ā 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
Simplilearn
Ā 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Simplilearn
Ā 
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
Simplilearn
Ā 
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
Simplilearn
Ā 
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
Simplilearn
Ā 
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
Simplilearn
Ā 
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Simplilearn
Ā 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Simplilearn
Ā 
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | SimplilearnšŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
Simplilearn
Ā 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
Simplilearn
Ā 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
Simplilearn
Ā 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
Simplilearn
Ā 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
Simplilearn
Ā 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Simplilearn
Ā 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
Simplilearn
Ā 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Simplilearn
Ā 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
Ā 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Simplilearn
Ā 

More from Simplilearn (20)

šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
šŸ”„ Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
Ā 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Ā 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
Ā 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Ā 
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
šŸ”„ Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
Ā 
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
šŸ”„ AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
Ā 
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
šŸ”„ Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
Ā 
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
šŸ”„ 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
Ā 
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Project Manager vs Program Manager - Whatā€™s the Difference ? | Project Manage...
Ā 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Ā 
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | SimplilearnšŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
šŸ”„ Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
Ā 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
Ā 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
Ā 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
Ā 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
Ā 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Ā 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
Ā 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Ā 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Ā 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Ā 

Recently uploaded

How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
Ā 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
Ā 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
Ā 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
Ā 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
Ā 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
Ā 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
Ā 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
Ā 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
Ā 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
Ā 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
Ā 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
Ā 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
Ā 
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
Nguyen Thanh Tu Collection
Ā 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
Ā 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
Ā 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
Ā 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
Ā 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
Ā 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
Ā 

Recently uploaded (20)

How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Ā 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Ā 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Ā 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Ā 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
Ā 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Ā 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
Ā 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Ā 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
Ā 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Ā 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
Ā 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Ā 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Ā 
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
GIƁO ƁN Dįŗ Y THƊM (Kįŗ¾ HOįŗ CH BƀI BUį»”I 2) - TIįŗ¾NG ANH 8 GLOBAL SUCCESS (2 Cį»˜T) N...
Ā 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Ā 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Ā 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Ā 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
Ā 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Ā 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
Ā 

Blockchain Interview Questions And Answers | Blockchain Technology Interview Questions | Simplilearn

  • 1.
  • 3. 1 Differentiate between Blockchain and Hyperledger. ā€¢ Blockchain is a decentralized technology of immutable records called blocks, which are secured using cryptography ā€¢ Hyperledger is a platform/ organization that allows people to build private Blockchain Blockchain Hyperledger
  • 4. 1 Differentiate between Blockchain and Hyperledger. ā€¢ Blockchain is a decentralized technology of immutable records called blocks, which are secured using cryptography ā€¢ Blockchain is divided into public, private and consortium Blockchain ā€¢ Hyperledger is a platform/ organization that allows people to build private Blockchain ā€¢ Hyperledger is a private Blockchain where the access to Blockchain data is limited to predefined users Blockchain Hyperledger
  • 5. 1 Differentiate between Blockchain and Hyperledger. ā€¢ Blockchain is a decentralized technology of immutable records called blocks, which are secured using cryptography ā€¢ Blockchain is divided into public, private and consortium Blockchain ā€¢ It can be used in multiple fields like (business, governments, healthcare etc.) ā€¢ Hyperledger is a platform/ organization that allows people to build private Blockchain ā€¢ Hyperledger is a private Blockchain where the access to Blockchain data is limited to predefined users ā€¢ Hyperledger is used in Blockchain for enterprise based solutions Blockchain Hyperledger
  • 6. 2 In simple terms, Blockchain technology is a distributed ledger, which stores transaction details in the form of immutable records (blocks) which are secured using cryptography How would you explain Blockchain Technology to someone who doesn't know it?
  • 7. 2 Consider an example of a school where Blockchain is similar to a digital report card of a student: How would you explain Blockchain Technology to someone who doesn't know it? 1 2 3 4 Each block contains students records which has a label (stating the date and time) of when the record was entered Here, neither the teacher nor the student will be able to modify the record of report cards Also, the teacher owns a private key that allows him/her to make new records and the student owns a public key that allows him/her to access the report card at anytime This method makes the data both accessible and secure X
  • 8. 3 What is Merkel tree? A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing cryptographic hashes. Each leaf node is a hash of a block of transaction data Merkel root Hash AA Hash BB Hash a Hash b Hash c Hash d Data Block 01 Data Block 02 Data Block 03 Data Block 04 0r0234ā€¦. 0a0234ā€¦. 002d34ā€¦. ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
  • 9. 3 What is Merkel tree? A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing cryptographic hashes. Each non-leaf node is a hash of its leaf node Merkel root Hash AA Hash BB Hash a Hash b Hash c Hash d Data Block 01 Data Block 02 Data Block 03 Data Block 04 0r0234ā€¦. 0a0234ā€¦. 002d34ā€¦. ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
  • 10. 3 What is Merkel tree? A Merkle tree is a data structure which is used for verifying a block. It is in a form of a binary trees containing cryptographic hashes. Merkel root Hash AA Hash BB Hash a Hash b Hash c Hash d Data Block 01 Data Block 02 Data Block 03 Data Block 04 Merkle root or hash root is the final hash of all the transaction hashes 0r0234ā€¦. 0a0234ā€¦. 002d34ā€¦. ja0234ā€¦. da0234ā€¦. da0ss4ā€¦. ffa0ss4ā€¦.
  • 11. 4 What do you mean by blocks in the Blockchain technology? Blockchain is a distributed database of immutable records called blocks, which are secured using cryptography Transaction Details Nonce Target Hash value Previous Hash Block
  • 12. 4 What do you mean by blocks in the Blockchain technology? Recorded in chronological order Once the data is recorded, it cannot be changed A block is like a record of transactions. Each time a block is verified, it gets recorded in chronological order
  • 13. 5 How is Blockchain distributed ledger different from a traditional ledger? Blockchain distributed ledger Traditional ledger Available Yes Yes No Yes No Transparency Irreversible process Security Central authority Identities can be hidden Single point of failure Criteria Unavailable No No Yes No Yes
  • 14. 5 How is Blockchain distributed ledger different from a traditional ledger? Blockchain distributed ledger Traditional ledger No Done by the participants across the network Shared among all the participants Modifying data Validation Copy of the ledger Criteria Possible It is done by the central authority Not shared among all the participants
  • 15. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data It holds the hash value of the previous block
  • 16. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data Contains details of several transactions
  • 17. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data Contains details of several transactions Nonce is a random value which is used to vary the value of hash
  • 18. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data Contains details of several transactions Hash is a alphanumeric value which is used to identify a block
  • 19. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data Contains details of several transactions The hash address is the unique identification of a block. It is a hex value of 64 characters that has both letters and digits. It is obtained by using the SHA - 256 algorithm
  • 20. 6 How can you identify a block? Every block consists of four fields Hash of previous block Nonce Hash Transaction data Transaction data Hash (prev. block) Nonce Hash value Hashing Algorithm (SHA256) Header
  • 21. 7 What is cryptography? What is its role in Blockchain? Blockchain uses cryptography to secure users identities and ensures transactions are done safely with a hash function Cryptography: ā€¢ Cryptography uses public and private keys to encrypt and decrypt data ā€¢ In Blockchain network, public key can be shared with all the Bitcoin users ā€¢ A private key is kept secret with the user Input data Cryptography Private key Public key 424242..
  • 22. 7 What is cryptography? What is its role in Blockchain? Blockchain uses cryptography to secure users identities and ensures transactions are done safely with a hash function SHA 256 Secure Hashing Algorithm Stands for the number of bits it takes up in memory SHA 256 Hash function takes an input data and returns an alphanumeric output of 64 characters Hashing function:
  • 23. 8 What are the different types of Blockchains? Public Blockchain Private Blockchain Consortium Blockchain Blockchains are of three types:
  • 24. 8 What are the different types of Blockchains? Public Blockchain Private Blockchain Consortium Blockchain Blockchains are of three types: Ledgers are visible to all the users on the internet and any user can verify and add a block of transactions to the Blockchain Examples: Bitcoin and Ethereum
  • 25. Consortium Blockchain 8 What are the different types of Blockchains? Blockchains are of three types: Public Blockchain Private Blockchain Ledgers are visible to all the users on the internet but only specific users in the organization can verify and add transaction Example: Blockstack
  • 26. 8 What are the different types of Blockchains? Public Blockchain Private Blockchain Consortium Blockchain Blockchains are of three types: Here, the consensus process is controlled by only specific nodes. However, ledgers are visible to all the participants in the Consortium Blockchain Example: Ripple
  • 27. 9 What happens when you try to deploy a file with multiple contracts? ā€¢ In Blockchain, deploying a file with multiple contracts is not possible ā€¢ The compiler only deploys the last contract from the uploaded file and the remaining contracts are neglected Smart contract File
  • 28. 1 0 What is Genesis block? ā€¢ Genesis block is the first block in the Blockchain which is also known as block 0 ā€¢ In the Blockchain , it is the only block that doesnā€™t refer to its previous block ā€¢ It defines parameters of the Blockchain such as, o level of difficulty, o consensus mechanism etc. to mine blocks Genesis block
  • 29. 1 0 What is Genesis block? ā€¢ Genesis block is the first block in the Blockchain which is also known as block 0 ā€¢ In Blockchain , it is the only block that doesnā€™t refer to its previous block ā€¢ It defines parameters of the Blockchain such as, o level of difficulty, o consensus mechanism etc. to mine blocks Genesis block
  • 30. 1 0 What is Genesis block? ā€¢ Genesis block is the first block in the Blockchain which is also known as block 0 ā€¢ In Blockchain , it is the only block that doesnā€™t refer to its previous block ā€¢ It defines parameters of the Blockchain such as, o level of difficulty, o consensus mechanism etc. to mine blocks Consensus mechanism Level of difficulty
  • 32. ā€¢ In Blockchain, to generate a digital signature, transaction details are passed through a one-way hash function i.e., SHA-256 ā€¢ Then, the output value is passed through a signature algorithm (like ECDSA) with the userā€™s private key ā€¢ The encrypted hash along with other information (such as the hashing algorithm) is called as the digital signature 11 How is the hash (Block signature) generated ? Transaction details Passed through hash function (SHA256) =+ Digitally signed document Signature algorithm The output is passed through a signature algorithm with the userā€™s private key
  • 33. List down some of the extensively used cryptographic algorithms? 1 2 3 4 5 RSA (Rivest-Shamir-Adleman) Triple DES Blowfish 1 2 SHA - 256 Ethash
  • 34. What is a smart contract and list some of its applications Some of the applications are: Shipment of goods can be easily tracked using smart contracts Smart contracts can protect the ownership rights Smart contracts can identify false claims and prevent forgeries Smart contracts can be helpful to facilitate wage payments Transportation Protecting copyrighted content Insurance Employment contract 1 3 Smart contracts are self-executing contracts which contains the terms and conditions of an agreement between the peers
  • 35. Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that enables users to create and deploy their decentralized applications Test network (like Ropsten, Kovan and Rinkeby) Private network ā€ŠLive network (main network) There are three types of network in Ethereum:ā€Š What is Ethereum network and how many Ethereum networks are you familiar with? 1 4 What is Ethereum network and how many Ethereum networks are you familiar with?
  • 36. Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that enables users to create and deploy their decentralized applications Test network (like Ropsten, Kovan and Rinkeby) Private network ā€ŠLive network (main network) There are three types of network in Ethereum:ā€Š Smart contracts are deployed on main network What is Ethereum network and how many Ethereum networks are you familiar with? 1 4 What is Ethereum network and how many Ethereum networks are you familiar with?
  • 37. Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that enables users to create and deploy their decentralized applications Private network ā€ŠLive network (main network) There are three types of network in Ethereum:ā€Š Test networks allow users to run their smart contracts with no fees before deploying it on the main network Test network (like Ropsten, Kovan and Rinkeby) What is Ethereum network and how many Ethereum networks are you familiar with? 1 4 What is Ethereum network and how many Ethereum networks are you familiar with?
  • 38. Test network (like Ropsten, Kovan and Rinkeby) Ethereum is a Blockchain based distributed computing platform featuring smart contract functionality that enables users to create and deploy their decentralized applications ā€ŠLive network (main network) There are three types of network in Ethereum:ā€Š Private networks are those which are not connected to the main network Private network What is Ethereum network and how many Ethereum networks are you familiar with? 1 4 What is Ethereum network and how many Ethereum networks are you familiar with?
  • 39. Where do nodes run smart contract code? Nodes run smart contracts code on Ethereum Virtual Machine (EVM). It is a virtual machine designed to operate as a runtime environment for Ethereum based smart contracts Smart contract EVM EVM is operated in a sandboxed environment (isolated from main network). This is a perfect testing environment 1 5 Note: Once a user successfully runs the code on EVM, he/she can deploy the smart contract in the main network
  • 40. What is a Dapp and how is it different from a normal application? Normal App ā€¢ Normal application has a back-end code which runs on a centralized server ā€¢ A Dapp is a decentralized application which is deployed using smart contract Dapp Normal application 1 6
  • 41. What is a Dapp and how is it different from a normal application? Normal App ā€¢ Normal application has a back-end code which runs on a centralized server ā€¢ Itā€™s a computer software application that is hosted on a central server ā€¢ A Dapp is a decentralized application which is deployed using smart contract ā€¢ A Dapp has its back-end code (smart contract) which runs on a decentralized peer-to-peer network Front-end Smart contract Blockchain (P2P network) (Back-end code) Front-end API Database (runs on server) Process:Process: Dapp Normal application 1 6
  • 42. Name some leading open source platforms for developing Blockchain applications. ā€¢ Ethereum is one of the popular platforms for building Blockchain based applications ā€¢ Eris is used for building enterprise-based solutions ā€¢ Also, some of the widely used platforms for building Blockchain are Hyperledger Multichain OpenchainErisEthereum 1 7
  • 43. What is the very first thing you must specify in a Solidity file? pragma solidity ^0.4.17; It is necessary to specify the version number of Solidity at the beginning of a code as it eliminates incompatibility errors which can arise while compiling with another version 1 8
  • 44. What is the difference between Bitcoin and Ethereum ? Bitcoin Ethereum P2P Currency Proof of work SHA-256 10 Minutes (approx.) 12.5 BTC Optional 1 BTC = 6934.34 USD Concept Consensus mechanism Hashing Algorithm Time taken to mine a block Reward Transaction fee Value (8/21/18) Criteria P2P currency and smart contract Proof of work/ Proof of stake Ethash 12-15 seconds 3 ETH Fee is calculated in gas 1 ETH = 278.98 USD 1 9
  • 45. What is nonce and how is it used in mining?20 Determine the nonceMining Less than target value < targetNonce Hash value 002AE4.. ā€¢ In Blockchain, mining is a process to validate transactions by solving a difficult mathematical puzzle called proof of work ā€¢ Proof of work is the process to determine a number (nonce) along with a cryptographic hash algorithm to produce a hash value lower than a predefined target ā€¢ Nonce is a random value which is used to vary the value of hash so that the final hash value meets the hash conditions
  • 47. Name the steps that are involved in the Blockchain project implementation. Requirement identification 1 21 ļ± Identifying the problem and goal ļ± Identifying the most suitable consensus mechanism ļ± Identifying the most suitable platform ļ± Implementation and deployment costs
  • 48. Name the steps that are involved in the Blockchain project implementation. Requirement identification 1 2 21 In this step, an individual evaluates all requirements and decides a suitable blockchain platform to be implemented Planning stage
  • 49. Name the steps that are involved in the Blockchain project implementation. Requirement identification Planning stage Development and implementation of project 1 2 3 21 ļ± Designing the architecture ļ± Designing the user interface ļ± Building the APIs
  • 50. Name the steps that are involved in the Blockchain project implementation. Requirement identification Planning stage Development and implementation of project Controlling and monitoring the project 1 2 3 4 ļ± Applying proof of concept (POC) ļ± Identifying and fixing issues 21
  • 51. Explain a real-life use-case where Blockchain is being used. Distributor Retailer PurchaserSupplier Raw materials Manufacturing Verify for quality assurance In supply chain management, smart contracts provide permanent transparency and validation of transactions shared by multiple supply chain partners 22
  • 52. List and explain the parts of EVM memory. The memory of an EVM is divided into three types, Storage Memory Stack 23
  • 53. List and explain the parts of EVM memory. The memory of an EVM is divided into three types, ā€¢ Storage values are stored permanently on the Blockchain network ā€¢ It is extremely expensive Storage Memory Stack 23
  • 54. List and explain the parts of EVM memory. The memory of an EVM is divided into three types, ā€¢ Storage values are stored permanently on the Blockchain network ā€¢ It is extremely expensive Storage Memory Stack 23 ā€¢ Memory is a temporary modifiable storage ā€¢ It can be accessed only during contract execution. Once the execution is finished, its data is lost
  • 55. 1 List and explain the parts of EVM memory. The memory of an EVM is divided into three types, Note: Memory and stack are relatively much cheaper than storage ā€¢ Storage values are stored permanently on the Blockchain network ā€¢ It is extremely expensive ā€¢ Memory is a temporary modifiable storage ā€¢ It can be accessed only during contract execution. Once the execution is finished, its data is lost ā€¢ Stack is a temporary and non- modifiable storage ā€¢ Here, when the execution completes, the content is lost Storage Memory Stack 23
  • 56. What happens if the execution of a smart contract costs more than the specified gas? ā€¢ Initially, your transaction will be executed, but if the execution of a smart contract costs more than the specified gas, then the miners will stop validating your contract ā€¢ The Blockchain will record the transaction as failed, also the user doesnā€™t get a refund 24 Transaction failed
  • 57. What does the gas usage in a transaction depend on and how is transaction fee calculated? Gas usage depends upon the amount of storage and set of instructions (codes) used in a smart contract Ether = Tx Fees = Gas Limit * Gas Price The transaction fee is calculated in Ether, which is given as 25
  • 58. What is fork? What are some of the types of forking? ā€¢ In simple terms, updating a cryptocurrency protocol or code is called forking ā€¢ Fork implies that a Blockchain splits into two branches ā€¢ It can happen when the participants of the network cannot come to an agreement with regards to: o Consensus algorithm o New rules to validate transactions Types of forking Hard forks Soft forks Accidental forks 26
  • 59. Differentiate between proof of work vs proof of stake. PoS is an alternate to proof of work by which the Blockchain aims to achieve distributed consensus In Blockchain, PoW is the process of solving a complex mathematical puzzle called mining Here, the probability of mining a block is based upon the amount of computational work done by a miner Miners spend a lot of computing power (with hardware) for solving the cryptographic puzzle The probability of validating a block relies upon the amount of tokens you own. The more tokens you have, the more chance you get to validate a block It was created as a solution to minimize the use of expensive resources spent in mining Proof of work - Proof of stake - 27
  • 60. What is 51% attack? In Blockchain, 51% attack refers to a vulnerability where an individual or group of people can control the majority of the mining power (hash rate) This would allow the attackers to prevent new transactions from being confirmed. Further, they can double spend the coins 28 In 51% attack, smaller cryptocurrencies are being attacked 1 32
  • 61. What are function modifiers in solidity and mention the most widely used modifiers.29 ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts ā€¢ The most extensively used function modifiers in solidity are: View Pure
  • 62. What are function modifiers in solidity and mention the most widely used modifiers.29 View Pure ā€¢ View functions are functions that cannot modify the state of smart contract ā€¢ They are read-only functions ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts ā€¢ The most extensively used function modifiers in solidity are:
  • 63. ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts ā€¢ The most extensively used function modifiers in solidity are: 29 View Pure For example, this function returns address To simplilearn[msg.sender] without any data being modified function getsimplilearnName() view { return addressTosimplilearn[msg.sender]; } What are function modifiers in solidity and mention the most widely used modifiers.
  • 64. What are function modifiers in solidity and mention the most widely used modifiers.29 View Pure ā€¢ Pure functions are functions that neither read nor write the state of smart contract ā€¢ They return the same result determined by its input values ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts ā€¢ The most extensively used function modifiers in solidity are:
  • 65. ā€¢ In Solidity, function modifiers are used to easily modify behavior of your smart contract functions ā€¢ In simple terms, it can build additional features or apply restrictions on the function of smart contracts ā€¢ The most extensively used function modifiers in solidity are: What are function modifiers in solidity and mention the most widely used modifiers.29 View Pure For example, the above function returns the value of the operation on input variables (num1 and num2) function Calculate(int num1, int num2) pure { return (num1 + num2 * num1) * (num2 * num1); }
  • 66. Write a crowd sale smart contract code in solidity programming language30 Function crowdsale( address ifSuccessfulSendTo, uint fundingGoalInEthers, uint durationInMinutes, uint etherCostOfEachToken, address addressOfTokenUsedAsReward ) public { beneficiary = ifSuccessfulSendTo; fundingGoal = fundingGoalInEthers * 1 ether; deadline = now + durationInMinutes * 1 minutes; price = etherCostOfEachToken * 1 ether; tokenReward = token(addressOfTokenUsedAsReward); } Crowd sale function
  • 67. Write a crowd sale smart contract code in solidity programming language30 function () payable public { require(!crowdsaleClosed); uint amount = msg.value; balanceOf[msg.sender] += amount; amountRaised += amount; tokenReward.transfer(msg.sender, amount / price); emit FundTransfer(msg.sender, amount, true); } Default function to send Values
  • 68. Write a crowd sale smart contract code in solidity programming language30 function safeWithdrawal() public afterDeadline { if (!fundingGoalReached) { uint amount = balanceOf[msg.sender]; balanceOf[msg.sender] = 0; if (amount > 0) { if (msg.sender.send(amount)) { emit FundTransfer(msg.sender, amount, false); } else { balanceOf[msg.sender] = amount; }}} Default function of funds withdrawal

Editor's Notes

  1. The report card document is important for academic progress purposes
  2. https://medium.com/cybermiles/running-a-quick-ethereum-private-network-for-experimentation-and-testing-6b1c23605bce
  3. https://medium.com/cybermiles/running-a-quick-ethereum-private-network-for-experimentation-and-testing-6b1c23605bce
  4. https://medium.com/cybermiles/running-a-quick-ethereum-private-network-for-experimentation-and-testing-6b1c23605bce
  5. https://medium.com/cybermiles/running-a-quick-ethereum-private-network-for-experimentation-and-testing-6b1c23605bce
  6. Once u succeesuly run on evm yu can deploy in d main ntwrk http://www.doc.ic.ac.uk/~ma7614/topics_website/tech.html https://www.logicsolutions.com/5-types-Blockchain-consensus-mechanisms/
  7. Application deployed smart contract 2nd- where is it stored It s an app which runs a SC n is stored on a decentralized blockahin
  8. Application deployed smart contract 2nd- where is it stored It s an app which runs a SC n is stored on a decentralized blockahin
  9. Wgat r some pltf in which
  10. PragmasĀ in Solidity are used to specify certainĀ conditionsĀ under which thesource fileĀ can or cannot run This pragma ensures that the source code is only meant for compiler versions that are not older than 0.4.17
  11. POC is therefore a prototype that is designed to determine feasibility, but does not represent deliverables. Proof of concept is documented evidence that a potential product or service can be successful.
  12. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  13. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  14. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  15. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  16. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  17. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  18. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  19. . Smart contracts can record ownership rights as items move through the supply chain, confirming who is responsible for the product at any given time.Ā 
  20. In pow is a process of solving a complex mathematical puzzle.. Which is called mining In pos the same process is called minting
  21. Note: As view and pure function modifiers do not modify the state of smart contracts doesnā€™t consumeĀ any amount of gas, as