Filter interviews by
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 applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 2 interview rounds.
Python coding test
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
I prioritize identifying the root cause and finding a solution while keeping stakeholders informed.
Identify the root cause of the downtime
Communicate with stakeholders about the issue and expected resolution time
Work on finding a solution as quickly as possible
Implement preventative measures to avoid future downtime
Document the incident and steps taken for future reference
I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.
Synchronous means happening at the same time, while asynchronous means not happening at the same time.
Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.
Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.
Examples of synchronous operations include function calls and loops, while examples of ...
CTE and temp table usage in SQL
Use CTE for recursive queries and complex subqueries
Use temp tables for large data sets and complex queries
CTE is more efficient for small data sets
Temp tables can be indexed for faster performance
Consider the scope and lifespan of the data when choosing between CTE and temp table
I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.
I was interviewed in Jan 2021.
Round duration - 90 Minutes
Round difficulty - Medium
This round happened on the same day as JAM in the afternoon time. A slot of 20 minutes with respective timing was already sent to the selected students. Interview can’t be generalize as anything can happen over there and hence this was exclusively my experience.
To have a quick judgement about the person, I believe nothing is better than throwing before him/her some puzzles (mathematical/ analytical/ programming problems) and see the approach. I received back-to-back 4 problems after a quick and brief introduction. The coding problems I got were way too easy (just basics: searching & mathematical). The harder part of this round was the puzzles (tricky, mathematical, related to probability). At last, I was asked a question on DBMS and the interviewer asked if I know JAVA.
Given a sorted array 'A' of 'N' integers, determine whether a number 'X' exists within this array for a series of queries. For each query, print 1 if 'X' exists in the ...
Search for a number in a sorted array and determine its existence for multiple queries.
Use binary search algorithm to efficiently search for each query integer in the sorted array.
For each query integer 'X', check if it exists in the array 'A' and output 1 if found, 0 otherwise.
Ensure the array 'A' is sorted in non-decreasing order to apply binary search effectively.
Tip 1 : Mention some good projects on your resume.
Tip 2 : Practice competitive and aptitude questions.
Tip 3 : Work on your communication skills.
Tip 1 : Mention some good projects on your resume.
Tip 2 : Don't put false things on your resume.
I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.
It was moderate one
Hard one
Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List
based on 1 interview
Interview experience
Senior Associate
15.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate
13.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
6.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
4.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate2
4.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Deloitte
Ernst & Young
Accenture
TCS