Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Blockchain Developer Interview Questions, Process, and Tips

Updated 25 Jun 2024

PwC Blockchain Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Complete lifecycle for a blockchain transaction?
  • Ans. 

    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

  • Answered by AI
  • Q2. Can we publish our own cusotom blockchain if yes what are the steps for that??
  • Ans. 

    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

  • Answered by AI
  • Q3. How we estimate gas for a transaction?
  • Ans. 

    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...

  • Answered by AI
  • Q4. Difference between proof of work and proof of stack?
  • Ans. 

    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...

  • Answered by AI
  • Q5. Canwe inharit class in solidity?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice to meet him, he has been working with blockchain for pwc for the past 8 years. It's a pleasure to share knoledge with him.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Python coding test

Interview Preparation Tips

Topics to prepare for Deloitte Software Developer interview:
  • Python
Interview preparation tips for other job seekers - always practice coding
ex: python, java etc

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you handle downtime
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Because confident and prepare well for versant test

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic OOPS concepts?
  • Q2. Logical Coding like remove duplicates from array

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basic OOPS concepts

Interview Questionnaire 

1 Question

  • Q1. Java basics

I was interviewed in Jan 2021.

Round 1 - HR 

(1 Question)

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.

  • Q1. 

    Search an Element in a Sorted Array

    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 ...

  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo criteriaDeloitte interview preparation:Topics to prepare for the interview - Data Structures, C++, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Mention some good projects on your resume.
Tip 2 : Practice competitive and aptitude questions.
Tip 3 : Work on your communication skills.

Application resume tips for other job seekers

Tip 1 : Mention some good projects on your resume.
Tip 2 : Don't put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was moderate one

Round 2 - Coding Test 

Hard one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going never stop, one day God will be with you
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude topic was as generally appears in other placement tests , coding questions(not that much hard )

Round 2 - Technical 

(1 Question)

  • Q1. Asked for the introduction , then asked questions from the resume . Also the OOPS concept and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give only neccessay answer of the question,do not say something extra
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    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);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    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 names = new ArrayList<>();

Answered by AI

Skills evaluated in this interview

PwC Interview FAQs

How many rounds are there in PwC Blockchain Developer interview?
PwC interview process usually has 2 rounds. The most common rounds in the PwC interview process are Resume Shortlist and Technical.
What are the top questions asked in PwC Blockchain Developer interview?

Some of the top questions asked at the PwC Blockchain Developer interview -

  1. can we publish our own cusotom blockchain if yes what are the steps for tha...read more
  2. difference between proof of work and proof of sta...read more
  3. how we estimate gas for a transacti...read more

Tell us how to improve this page.

PwC Blockchain Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 788 Interviews
ZS Interview Questions
3.4
 • 449 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Grant Thornton Interview Questions
3.7
 • 101 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
WSP Interview Questions
4.2
 • 90 Interviews
View all
Senior Associate
15.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
13.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
6.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate2
4.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview