Upload Button Icon Add office photos

Filter interviews by

PwC Servicenow Developer Interview Questions and Answers

Updated 29 Jul 2024

PwC Servicenow Developer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Send email notifications to assigned to of change request as soon as planned end date is crossed.
  • Ans. 

    Use business rules to trigger email notifications to assigned to when planned end date is crossed.

    • Create a business rule on the Change Request table

    • Set the condition to check if planned end date is crossed

    • Use script to send email notification to assigned to

  • Answered by AI
  • Q2. Use mail script to send incident details.
  • Ans. 

    Use mail script to send incident details

    • Create a script that fetches incident details

    • Use a mail script to send the details via email

    • Ensure proper formatting and content in the email

  • Answered by AI

Skills evaluated in this interview

Servicenow Developer Interview Questions & Answers

user image chaitanya reddy

posted on 25 May 2024

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

(1 Question)

  • Q1. Code writing skills and de bugging

Servicenow Developer Interview Questions Asked at Other Companies

asked in Wipro
Q1. How to calculate timing of Incident which assigned to multiple gr ... read more
asked in Wipro
Q2. What is difference between service catalog and order guide and re ... read more
asked in Wipro
Q3. How to populate manager using Server side code
asked in Techstitch
Q4. Write a program to either make a pattern using star or program of ... read more
asked in Accenture
Q5. What is record producer? How many ways we can call server script ... read more

Servicenow Developer Jobs at PwC

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Script Based Scenarios
  • Q2. Mostly real scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Case Management Questions
  • Q2. Scripting Questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General ITSM questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is a private function in script include ?
  • Ans. 

    Private functions in script include are only accessible within the script include itself.

    • Private functions are defined using the 'private' keyword.

    • They are used for encapsulation and to hide implementation details.

    • Private functions cannot be called from outside the script include.

    • Example: private function calculateTotal() { // implementation }

  • Answered by AI
  • Q2. Difference between merged and batch update sets
  • Ans. 

    Merged update sets combine changes from multiple update sets into one, while batch update sets are used to group multiple changes for deployment.

    • Merged update sets combine changes from multiple update sets into one

    • Batch update sets are used to group multiple changes for deployment

    • Merged update sets are typically used for larger projects with multiple developers

    • Batch update sets are used for grouping changes that need t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Difference between CI and asset? 2. How to call script include from client side? 3. Diff. between record producer and Service Catalog? 4. Write script to create new records in User table?
  • Ans. 

    Answers to interview questions for ServiceNow Developer position.

    • CI (Configuration Item) represents a single, manageable component of an IT infrastructure.

    • Asset is a tangible or intangible item that is owned by an organization.

    • To call a script include from the client side, use the 'g_form' object and the 'getScript' method.

    • Record producer is used to create new records in a specific table, while Service Catalog is a col...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What do you mean by SaaS?
  • Ans. 

    SaaS stands for Software as a Service, a cloud-based software delivery model where applications are hosted by a third-party provider and accessed over the internet.

    • SaaS allows users to access software applications via the internet without the need for installation or maintenance.

    • Users typically pay a subscription fee to use SaaS applications, which are centrally hosted and managed by the provider.

    • Examples of SaaS inclu...

  • Answered by AI
  • Q2. How many types of sorting and searching?
  • Ans. 

    There are two types of sorting - ascending and descending. There are various types of searching like linear search, binary search, etc.

    • Sorting: Ascending, Descending

    • Searching: Linear search, Binary search, Hashing, etc.

  • Answered by AI
  • Q3. Do you have idea about how the cloud works?
  • Ans. 

    Cloud computing involves storing and accessing data and programs over the internet instead of on a computer's hard drive.

    • Cloud computing allows users to access data and applications from any device with an internet connection.

    • It provides scalability, flexibility, and cost-efficiency for businesses.

    • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q4. Write an SQL query
  • Ans. 

    SQL query to retrieve all employees from a table

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected

    • Specify the table name where the data is stored

  • Answered by AI
  • Q5. A basic coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was for a fresher servicenow developer so they just asked basics of data structures and algorithms and anything which you might have mentioned in resume for eg. past projects and all. Not hard for someone preparing for technical interviews.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. When you want delete account accosiated with contact. The account should not get deleted.
  • Ans. 

    To delete an account associated with a contact without deleting the account itself.

    • Remove the contact's association with the account before deleting the contact.

    • Check for any other dependencies before deleting the contact.

    • Consider creating a custom field to track the association between the contact and account.

  • Answered by AI
  • Q2. Do have experience in flows, Explain the flows
  • Ans. 

    Flows are declarative automation tools in Salesforce used to automate business processes by collecting data and performing operations.

    • Flows are created using a visual designer in Salesforce.

    • They can automate complex business processes without writing code.

    • Flows can collect data from users, interact with Salesforce, and make decisions based on user input or data.

    • They can be triggered by various events like record change...

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. When rating is hot update description
  • Ans. 

    When a rating is hot, update the description accordingly.

    • Monitor user feedback and ratings regularly

    • Update the description based on the latest ratings and reviews

    • Consider adding specific details or addressing common concerns mentioned in the feedback

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a Salesforce Developer with 5 years of experience in designing and implementing custom solutions for clients.

    • 5 years of experience in Salesforce development

    • Strong expertise in designing and implementing custom solutions

    • Proficient in Apex, Visualforce, and Lightning components

    • Certified Salesforce Developer

    • Experience working with clients to understand their requirements and deliver solutions

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Workflow activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Please practice scripting instead of learning

PwC Interview FAQs

How many rounds are there in PwC Servicenow Developer interview?
PwC interview process usually has 1 rounds. The most common rounds in the PwC interview process are Technical.
How to prepare for PwC Servicenow 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 Javascript, Consulting, Active Directory, Change Management and Leadership Development.
What are the top questions asked in PwC Servicenow Developer interview?

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

  1. Send email notifications to assigned to of change request as soon as planned en...read more
  2. Use mail script to send incident detai...read more
  3. Code writing skills and de bugg...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 781 Interviews
ZS Interview Questions
3.4
 • 469 Interviews
BCG Interview Questions
3.8
 • 193 Interviews
Bain & Company Interview Questions
3.8
 • 102 Interviews
Blackrock Interview Questions
3.8
 • 101 Interviews
Grant Thornton Interview Questions
3.7
 • 98 Interviews
WSP Interview Questions
4.3
 • 88 Interviews
View all
PwC Servicenow Developer Salary
based on 40 salaries
₹4 L/yr - ₹15.8 L/yr
32% more than the average Servicenow Developer Salary in India
View more details
Senior Associate
14.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.8k salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Manager
6.7k salaries
unlock blur

₹13.7 L/yr - ₹44 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Associate2
4.1k salaries
unlock blur

₹4.6 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.9
Compare

TCS

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