PwC India interview experience Real time questions & tips from candidates to crack your interview

Servicenow Developer

PwC India
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Journey
In the beginning, I started learning about basics DSA concepts. These included topics like array, string, stack, queue and solving questions on hacker rank. After practicing enough on Hacker Rank, I moved to advanced DSA topics including Linked List, Tree, Graph, DP, etc. I practiced these topics on Geeksforgeeks, leetcode, codeforces. Then I gave some mock interviews as well that helped me prepare for interviews.
Application story
Shortlisting was done on the basis of resumes and then further interview rounds were carried out. Off campus and we directly applied through their portal.
Why selected/rejected for the role?
My basic concepts of all the topics were clear and I also prepared HR questions through mock interviews. I practised all the basic to medium coding question before interview.
Preparation
Duration: 2 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice Aptitude questions daily.
Tip 2 : For coding round, solve at least 2 programming questions on any online platform(HackerRank, geeksforgeeks etc)
Tip 3 : For ASE/SE your communication skills should be good.
Tip 4 : Be prepared with commonly asked HR questions(ex -Tell me something about yourself, what are your dislikes etc.) for
interview as there was an HR interview.
Tip 5 : Appear for communication assessment in a noise free environment.

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Be clear to your resume, only mention those things which you have done.
Tip 2 : Must write about your hobbies and have some projects on resume (project gives good impression on what you have learn)

Interview rounds

01
Round
Easy
Online Coding Test
Duration90 Minutes
Interview date11 Oct 2022
Coding problem2

It was cognitive and Technical Assessment, Timing was 10:30 am to 12 pm. It consisted 90 questions to be solved in 90 minutes.

1. Anagram Pairs

Moderate
30m average time
60% success
0/80
Asked in companies
NearbuyAppleAmerican Express

You are given two strings 'str1' and 'str1'.


You have to tell whether these strings form an anagram pair or not.


The strings form an anagram pair if the letters of one string can be rearranged to form another string.

Pre-requisites:

Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams. 

Other examples include:

'triangle' and 'integral'
'listen' and 'silent'
Note:
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct. 
Problem approach

Two strings are called anagrams if they accommodate a similar group of characters in a varied sequence.

To check if two strings are anagrams, the below steps are followed:

Initialize two strings in two variables.
Check if the length of the two strings is similar, if not then the strings are not an anagram.
If the result is true, take the two strings and store them in a character array.
Sort the two character arrays, then check if the two sorted arrays are alike.
If the result is true, the two strings are anagram else, not anagram.

Try solving now

2. Middle Of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
NoBrokerIBMHCL Technologies

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date11 Oct 2022
Coding problem0

They asked questions from Project we have made, our hobbies, likes, dislikes and other behavioral questions.
Tell me something about yourself
then Questions from what i have told in intro, like i told them that i belong to joint family then they asked me the benefits of
joint family .
How did you able to overcome disputes with your teammates during project.

so be prepared with what you say, as if you have mentioned anything, they will ask questions from that.
like if you like painting then be prepared with basic knowledge about which type of painting you like(oil,water etc).

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Salesforce Developer
3 rounds | 6 problems
Interviewed by PwC India
0 views
0 comments
0 upvotes
company logo
Salesforce Developer
3 rounds | 4 problems
Interviewed by PwC India
2588 views
0 comments
0 upvotes
company logo
Associate Consultant
2 rounds | 2 problems
Interviewed by PwC India
1620 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes