Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Android Developer Interview Questions, Process, and Tips

Updated 6 May 2024

Top PwC Android Developer Interview Questions and Answers

PwC Android Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA round with question around arrays

Round 2 - Group Discussion 

Topics related to AI and ML

Round 3 - Assignment 

Create an healthcare app

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. WHAT WAS COMBINATION OF PARENT CHILD ELEMENT
  • Ans. 

    Parent-child element combination refers to the relationship between HTML elements where one element is the parent and the other is the child.

    • HTML elements can be nested within each other to create a parent-child relationship

    • The child element is contained within the parent element

    • CSS can be used to style parent and child elements separately

    • Examples of parent-child element combinations include

        and
      • ,
        and

        ,

        and

Answered by AI
  • Q2. WHAT WAS DOCTYPE IN HTML
  • Ans. 

    DOCTYPE in HTML specifies the version of HTML being used in the document.

    • DOCTYPE declaration is not case sensitive

    • It is placed at the very beginning of an HTML document before the <html> tag

    • It helps the browser to render the web page correctly

  • Answered by AI
    Round 3 - Technical 

    (2 Questions)

    • Q1. WHAT THE USE OF CSS
    • Ans. 

      CSS is used for styling and formatting web pages.

      • CSS is used to define the layout, colors, fonts, and other visual aspects of a web page.

      • It allows developers to separate the presentation of a web page from its content.

      • CSS can be used to create responsive designs that adapt to different screen sizes.

      • It can also be used to create animations and transitions.

      • Examples of CSS frameworks include Bootstrap and Materialize.

    • Answered by AI
    • Q2. WHAT USE OF JAVASCRIPT
    • Ans. 

      JavaScript is used for creating interactive web pages and web applications.

      • Adding dynamic behavior to web pages

      • Validating user input before submitting forms

      • Creating animations and effects

      • Fetching data from servers and updating the page without refreshing

      • Building web applications using frameworks like React, Angular, and Vue

    • Answered by AI
    Round 4 - HR 

    (2 Questions)

    • Q1. ABOUT COMPANY THEY EXPLAIN
    • Q2. DISCUSSION ABOUT CTC

    Interview Preparation Tips

    Interview preparation tips for other job seekers - BE BOLD AT THE TIME OF INTERVIEW AND ANSWER FOR ALL THE QUESTION

    Skills evaluated in this interview

    Android Developer Interview Questions Asked at Other Companies

    asked in Paytm
    Q1. BST Iterator Problem Statement You are tasked with creating a cla ... read more
    asked in Hike
    Q2. Design an photo viewing app which will show images from the disk ... read more
    asked in Paytm
    Q3. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
    asked in Rupeek
    Q4. Majority Element Problem Statement Given an array/list 'ARR' cons ... read more
    asked in Paytm
    Q5. Colorful Knapsack Problem You are given a set of 'N' stones, each ... read more

    Interview questions from similar companies

    Interview Questionnaire 

    1 Question

    • Q1. Basics questions on SAP

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Recomend, not to join this company. what they promise and what they provide is totally irrelevant. No ethics.

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

    Round 1 - Technical 

    (1 Question)

    • Q1. Join, groupby questions in pyspark

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare for basics questions like join filter group and aggregation

    Interview Questionnaire 

    3 Questions

    • Q1. Oops mvc .net sql
    • Q2. .net frame work
    • Q3. Solid priciples

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good interview experience

    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

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

    I applied via Campus Placement and was interviewed in Jul 2023. There were 3 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 

    Binary search tree and linked list

    Round 3 - One-on-one 

    (2 Questions)

    • Q1. About react. Js
    • Q2. About my resume

    Interview Preparation Tips

    Topics to prepare for Deloitte Software Developer interview:
    • React
    • Dsa
    Interview preparation tips for other job seekers - Be storage with your resume

    PwC Interview FAQs

    How many rounds are there in PwC Android Developer interview?
    PwC interview process usually has 3-4 rounds. The most common rounds in the PwC interview process are Technical, Resume Shortlist and HR.
    How to prepare for PwC Android Developer interview?
    Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at PwC. The most common topics and skills that interviewers at PwC expect are Agile, Android, Kotlin, Object Oriented Programming and Third Party.
    What are the top questions asked in PwC Android Developer interview?

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

    1. WHAT WAS COMBINATION OF PARENT CHILD ELEM...read more
    2. WHAT WAS DOCTYPE IN H...read more
    3. WHAT USE OF JAVASCR...read more

    Tell us how to improve this page.

    PwC Android Developer Interview Process

    based on 2 interviews

    Interview experience

    3.5
      
    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
     • 790 Interviews
    ZS Interview Questions
    3.4
     • 449 Interviews
    BCG Interview Questions
    3.7
     • 196 Interviews
    Bain & Company Interview Questions
    3.8
     • 104 Interviews
    Grant Thornton Interview Questions
    3.7
     • 101 Interviews
    Blackrock Interview Questions
    3.8
     • 99 Interviews
    WSP Interview Questions
    4.2
     • 91 Interviews
    View all
    PwC Android Developer Salary
    based on 5 salaries
    ₹5 L/yr - ₹17 L/yr
    69% more than the average Android Developer Salary in India
    View more details
    Senior Associate
    15.3k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Associate
    13.2k 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