Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Servicenow Administrator Interview Questions and Answers

Updated 15 Mar 2024

Infosys Servicenow Administrator Interview Experiences

1 interview found

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 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
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 experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(17 Questions)

  • Q1. How many ways can we call a server side code from Client side?
  • Q2. How to create a new request type in ITSM?
  • Q3. Restrict a characters for 'Investment' field in incident table that characters should not exceed 500 characters do this in client script or UI policy?
  • Q4. What is the use GFST submit?
  • Q5. Using 'IT Service Manager' role description and short description should be visible?
  • Q6. Types of Client Scripts?
  • Q7. Client script or UI Policy which one will runs first and why?
  • Q8. Types of Business rule, difference between after and Async business rule?
  • Q9. There are 4 types of Business rule, can we change the order of Business rule?
  • Q10. Email Notification scripts scenario?
  • Q11. What is the use of isolate checkbox?
  • Q12. Xml() and xml() wait difference?
  • Q13. How will you achieve UI action in server side and client side, I.e both the code should work in client side and server side
  • Q14. There is a 'Investment' field in incident table Old value: Standard New Value: SMA Replace the options, instead of standard, SMA option should be updated to all records in the table.
  • Q15. Can we use previous in Business rule?
  • Q16. Normal change states
  • Q17. What is the use of get reference?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. Roles and responsibilities
Round 2 - Technical 

(5 Questions)

  • Q1. What are the key responsibilities involved in Linux administration?
  • Q2. What are your day-to-day tasks?
  • Q3. What are the best practices for optimizing a Linux server?
  • Q4. How can one check the CPU and memory usage?
  • Q5. Troubleshooting linux server issue
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

A standardized exam that measure a person skill, abilities and potential to success in a particular role of fields

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving and system administration
  • Q2. Critical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview and network, systems administration
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Types of business rules with example
  • Ans. 

    There are three types of business rules in ServiceNow: client scripts, server scripts, and UI policies.

    • Client scripts run on the client side and are used to perform actions on form fields or execute scripts when a form is loaded, saved, or deleted.

    • Server scripts run on the server side and are used to perform actions on records when they are inserted, updated, or deleted.

    • UI policies are used to set mandatory, read-only,...

  • Answered by AI
  • Q2. How to add approval in flow designers.
  • Ans. 

    To add approval in flow designers, use the 'Approval' activity and configure the approval settings.

    • Drag and drop the 'Approval' activity onto the flow designer canvas

    • Configure the approval settings such as approvers, conditions, and notifications

    • Connect the 'Approval' activity to the relevant steps in the flow

    • Test the flow to ensure the approval process works correctly

  • Answered by AI
  • Q3. Difference between UI policy and data policy
  • Ans. 

    UI policy controls the behavior of fields on a form, while data policy controls the data that can be entered into fields.

    • UI policy is used to set mandatory, read-only, or visible conditions on form fields

    • Data policy is used to enforce data validation rules on form fields

    • UI policy is client-side, while data policy is server-side

    • Example: UI policy can make a field read-only when a certain condition is met, while data pol...

  • Answered by AI
  • Q4. Difference between client side script and server side script.
  • Ans. 

    Client side scripts run on the user's browser, while server side scripts run on the server.

    • Client side scripts are executed on the user's browser, providing immediate feedback without needing to communicate with the server.

    • Server side scripts are executed on the server, allowing for secure processing of sensitive data and operations.

    • Client side scripts are written in languages like JavaScript, while server side scripts

  • Answered by AI
  • Q5. Write a code to show last 10 incident created in background script
  • Ans. 

    Code to display last 10 incidents in background script

    • Query incident table to get last 10 records

    • Use GlideRecord to fetch incident records

    • Sort records by created date in descending order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basics first

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

Infosys Interview FAQs

How many rounds are there in Infosys Servicenow Administrator interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Aptitude Test and Technical.

Tell us how to improve this page.

Infosys Servicenow Administrator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Servicenow Administrator Salary
based on 18 salaries
₹2.8 L/yr - ₹8.6 L/yr
At par with the average Servicenow Administrator Salary in India
View more details

Infosys Servicenow Administrator Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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