Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 39.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Servicenow Administrator Interview Questions and Answers

Updated 14 Jul 2023

Capgemini Servicenow Administrator Interview Experiences

1 interview found

Interview experience
5
Excellent
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 

(1 Question)

  • Q1. ITSM,incident management, SLA management, Workflow,

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Have you worked on integrations
  • Ans. 

    Yes, I have worked on integrations in previous roles.

    • I have experience integrating ServiceNow with third-party applications using REST APIs.

    • I have worked on creating custom integrations to automate data exchange between systems.

    • I have used tools like IntegrationHub and Flow Designer to build integrations in ServiceNow.

  • Answered by AI
  • Q2. What is import set
  • Ans. 

    Import set is a tool in ServiceNow used to import data from various data sources into the platform.

    • Import set is used to load data from external sources into ServiceNow tables

    • It allows mapping of fields from the source data to the target table

    • Data can be transformed and validated during the import process

    • Import sets can be scheduled to run at specific intervals

    • Example: Importing user data from a CSV file into the User

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good knowledge required to pass this test

Round 2 - Technical 

(1 Question)

  • Q1. Will ask all about the work you have done in college and related to projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and good training and people
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round > General aptitude and versant test.

Round 2 - Technical 

(3 Questions)

  • Q1. How to manage VDI?
  • Ans. 

    VDI can be managed by monitoring performance, updating software, optimizing resources, and ensuring security.

    • Monitor performance regularly to identify any issues or bottlenecks.

    • Update VDI software and patches to ensure system stability and security.

    • Optimize resources by balancing workloads and adjusting configurations as needed.

    • Ensure security measures are in place, such as encryption, access controls, and regular back...

  • Answered by AI
  • Q2. O365 services and it's related questions.
  • Q3. Questions on cloud computing, cloud services.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for every question related to your role.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Coding Test 

Display the count of incident records based on the category

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Proejcts you have done
  • Ans. 

    Developed a service portal for IT ticketing system

    • Created custom widgets for user-friendly interface

    • Integrated with ServiceNow API for ticket management

    • Implemented role-based access control for different user types

  • Answered by AI
  • Q2. Difference bw catalog item and record producer
  • Ans. 

    Catalog item is a predefined item in the service catalog, while record producer allows users to create custom records.

    • Catalog item is predefined and created by admins, while record producer allows users to create custom records

    • Catalog items are used to request services or products, record producers are used to create records in tables

    • Catalog items have predefined variables and workflows, record producers allow users to

  • Answered by AI
  • Q3. What are macros
  • Ans. 

    Macros are automated scripts that can be used to perform repetitive tasks in Servicenow.

    • Macros in Servicenow are used to automate tasks and reduce manual effort.

    • They can be used to update multiple records at once, send notifications, or perform calculations.

    • Macros can be triggered manually or automatically based on certain conditions.

    • Example: Creating a macro to automatically close all resolved incidents in Servicenow.

  • Answered by AI
  • Q4. How to get logged in user details in form
  • Ans. 

    Use GlideUser class to get logged in user details in a form

    • Use GlideUser class to get the current user's details

    • Access user details like name, email, roles, etc. using GlideUser methods

    • Example: var user = gs.getUser(); var userName = user.getName();

  • Answered by AI
  • Q5. Is javascript synchronous language?
  • Ans. 

    Yes, JavaScript is a synchronous language.

    • JavaScript is single-threaded, meaning it can only execute one piece of code at a time.

    • It follows a top-down execution flow, where each line of code is executed in order.

    • Asynchronous behavior can be achieved using callbacks, promises, and async/await.

    • Example: setTimeout function in JavaScript delays the execution of a function.

    • Example: Fetch API in JavaScript allows making asyn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your work experience
  • Q2. Basic Knowledge on your module
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself and your day to day activities in Servicenow?
  • Q2. Business rule and their types?
  • Ans. 

    Business rules are server-side scripts that run when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • Business rules are used to automate processes and enforce data consistency.

    • There are three types of business rules: before, after, and asynchronous.

    • Before business rules run before the database action is executed.

    • After business rules run after the database action is executed.

    • Asynchronous bu...

  • Answered by AI
  • Q3. Scenario based questions.
Round 2 - HR 

(1 Question)

  • Q1. Basic questions asked by hr
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Linux and which flavor you've worked on?
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is an open-source operating system that is widely used in servers, supercomputers, and embedded systems.

    • There are many flavors of Linux, known as distributions, such as Ubuntu, CentOS, Debian, and Red Hat.

    • Each Linux distribution has its own package management system, desktop environment, and software reposit...

  • Answered by AI
  • Q2. What is roles and responsibilities as a system admin
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. How fast you can join

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of client scripts
  • Ans. 

    Client scripts in ServiceNow can be categorized into three types: onLoad, onChange, and onSubmit.

    • onLoad client scripts run when a form is loaded

    • onChange client scripts run when a field value is changed

    • onSubmit client scripts run when a form is submitted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Servicenow Administrator interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Resume Shortlist and Technical.
How to prepare for Capgemini Servicenow Administrator 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are System Administration, ITIL, ITSM, Problem Management and Project Planning.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Capgemini Servicenow Administrator Salary
based on 8 salaries
₹3.5 L/yr - ₹9.4 L/yr
At par with the average Servicenow Administrator Salary in India
View more details

Capgemini Servicenow Administrator Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

3.8

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.9

Job Security

3.9

Company culture

2.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 2 Reviews and Ratings
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
51.9k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.4k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview