Filter interviews by
The complete lifecycle for a blockchain transaction involves creation, validation, broadcast, inclusion in a block, and confirmation.
Creation of transaction by sender
Validation of transaction by network nodes
Broadcasting of transaction to network
Inclusion of transaction in a block by miners
Confirmation of transaction by consensus of network nodes
Yes, you can publish your own custom blockchain by following these steps.
Define the purpose and requirements of your custom blockchain
Choose a consensus mechanism (e.g. Proof of Work, Proof of Stake)
Select a suitable blockchain platform (e.g. Ethereum, Hyperledger)
Develop and deploy the custom blockchain network
Test the network for functionality and security
Launch and promote your custom blockchain to attract user...
Gas for a transaction is estimated based on the computational resources required to execute the transaction on the blockchain network.
Gas is a unit used to measure the computational work required to process transactions on the blockchain.
Gas cost is determined by the complexity of the transaction and the amount of data being processed.
Developers can estimate gas by using tools like the Ethereum Gas Station or by s...
Proof of work requires miners to solve complex mathematical puzzles to validate transactions, while proof of stake selects validators based on the amount of cryptocurrency they hold.
Proof of work involves miners solving complex mathematical puzzles to validate transactions
Proof of stake selects validators based on the amount of cryptocurrency they hold
Proof of work is energy-intensive and requires significant comp...
What people are saying about PwC
Yes, inheritance is possible in Solidity.
Solidity supports inheritance, allowing one contract to inherit properties and methods from another.
Inheritance is achieved using the 'is' keyword followed by the name of the base contract.
Child contracts can access the functions and variables of the parent contract.
Multiple inheritance is also supported in Solidity.
I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.
The complete lifecycle for a blockchain transaction involves creation, validation, broadcast, inclusion in a block, and confirmation.
Creation of transaction by sender
Validation of transaction by network nodes
Broadcasting of transaction to network
Inclusion of transaction in a block by miners
Confirmation of transaction by consensus of network nodes
Yes, you can publish your own custom blockchain by following these steps.
Define the purpose and requirements of your custom blockchain
Choose a consensus mechanism (e.g. Proof of Work, Proof of Stake)
Select a suitable blockchain platform (e.g. Ethereum, Hyperledger)
Develop and deploy the custom blockchain network
Test the network for functionality and security
Launch and promote your custom blockchain to attract users and...
Gas for a transaction is estimated based on the computational resources required to execute the transaction on the blockchain network.
Gas is a unit used to measure the computational work required to process transactions on the blockchain.
Gas cost is determined by the complexity of the transaction and the amount of data being processed.
Developers can estimate gas by using tools like the Ethereum Gas Station or by simula...
Proof of work requires miners to solve complex mathematical puzzles to validate transactions, while proof of stake selects validators based on the amount of cryptocurrency they hold.
Proof of work involves miners solving complex mathematical puzzles to validate transactions
Proof of stake selects validators based on the amount of cryptocurrency they hold
Proof of work is energy-intensive and requires significant computati...
Yes, inheritance is possible in Solidity.
Solidity supports inheritance, allowing one contract to inherit properties and methods from another.
Inheritance is achieved using the 'is' keyword followed by the name of the base contract.
Child contracts can access the functions and variables of the parent contract.
Multiple inheritance is also supported in Solidity.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
Component events are fired and handled by a single component, while application events are fired and handled by multiple components.
Component events are used for communication between components within a single application.
Application events are used for communication between components across multiple applications.
Component events are fired using fireEvent() method, while application events are fired using $A.get('e.n...
I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.
OOP is a programming paradigm based on objects, encapsulating data and behavior for modular and reusable code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interface for differe...
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.
Cofing round on hackerearth
Case study with algo and db design
I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.
Synchronous operations block execution until completion, while asynchronous operations allow other tasks to run concurrently.
Synchronous operations wait for a task to complete before moving to the next one. Example: A function that reads a file and returns its content.
Asynchronous operations allow other tasks to run while waiting for a task to complete. Example: A web request that fetches data without blocking the UI.
S...
based on 1 interview experience
Difficulty level
Duration
Senior Associate
20.2k
salaries
| ₹12.7 L/yr - ₹25.4 L/yr |
Associate
15.6k
salaries
| ₹8.1 L/yr - ₹14.6 L/yr |
Manager
7.6k
salaries
| ₹22.5 L/yr - ₹41 L/yr |
Senior Consultant
5.1k
salaries
| ₹16 L/yr - ₹27 L/yr |
Associate2
4.9k
salaries
| ₹7.5 L/yr - ₹14 L/yr |
Deloitte
Ernst & Young
Accenture
TCS