Upload Button Icon Add office photos
Engaged Employer

i

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

Infocenter Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infocenter Servicenow Consultant Interview Questions, Process, and Tips

Updated 3 Sep 2024

Top Infocenter Servicenow Consultant Interview Questions and Answers

  • Q1. Tell me about yourself Difference between Java and JavaScript Recursive Function in JavaScript this Keyword in JavaScript Data Types in JavaScript What is array Call by V ...read more
  • Q2. Expain the most optimum sorting technique?
  • Q3. Explain about polymorphism?

Infocenter Servicenow Consultant Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy Level Questions including mathematics plus programming domain

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

This includes the general apptitude topics and debug coding questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Explain about polymorphism?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: A method 'draw()' ca...

  • Answered by AI
  • Q2. Expain the most optimum sorting technique?
  • Ans. 

    The most optimum sorting technique is Quick Sort.

    • Quick Sort is a divide and conquer algorithm that sorts an array by selecting a 'pivot' element and partitioning the other elements into two sub-arrays according to whether they are less than or greater than the pivot.

    • It is efficient for large datasets and has an average time complexity of O(n log n).

    • Quick Sort is widely used in practice and is considered one of the fast

  • Answered by AI
  • Q3. On change event in Javascript?
  • Ans. 

    On change event in Javascript triggers a function when the value of an input element is changed by the user.

    • Use the 'onchange' event attribute in HTML to call a function when the value of an input element is changed.

    • Example:

    • Alternatively, use addEventListener() method in JavaScript to attach an event handler to the 'change' event.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. HR related questions ?

Interview Preparation Tips

Topics to prepare for Infocenter Servicenow Consultant interview:
  • Sorting
  • OOPS
  • Javascript
  • DSA
Interview preparation tips for other job seekers - My advice would be stay motivated and keep on growing your skills then its just the matter of time to crack the job.
As a farmer is uncertain about the rains, hack is one who prepare his field well has atleast the chance of success and failure, but one who doesn't do that failure is confirmed

Best luck.

Skills evaluated in this interview

Servicenow Consultant Interview Questions Asked at Other Companies

asked in Infocenter
Q1. Tell me about yourself Difference between Java and JavaScript Rec ... read more
asked in Deloitte
Q2. What are the 3 factors that you would discuss with the client bef ... read more
asked in Deloitte
Q3. What are different ways we can implement REST APIs integration ?
asked in Deloitte
Q4. What is the Syntax for including the Mail Script in a notificatio ... read more
asked in Deloitte
Q5. How to substitute record values/Link in the mail body ?
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself Difference between Java and JavaScript Recursive Function in JavaScript this Keyword in JavaScript Data Types in JavaScript What is array Call by Value and Call by Reference Tags in ...
  • Ans. 

    I am a skilled Servicenow Consultant with expertise in Java, JavaScript, HTML5, and CSS.

    • Java is a statically typed language used for backend development, while JavaScript is a dynamically typed language primarily used for frontend development.

    • Recursive function in JavaScript is a function that calls itself until a certain condition is met.

    • The 'this' keyword in JavaScript refers to the object it belongs to.

    • Data types in...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Tell me about yourself Deep discussion on Academic Projects Hobbies related questions And some company related questions
Round 4 - HR 

(1 Question)

  • Q1. Family background Hobbies Strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to focus on the basic concepts used in JavaScript

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. Give me a Brief Introduction about you ?
  • Ans. 

    I am a dedicated and experienced Servicenow Consultant with a strong background in IT service management.

    • Over 5 years of experience implementing and customizing Servicenow solutions

    • Proficient in ITIL processes and best practices

    • Skilled in configuring workflows, forms, and reports

    • Strong communication and problem-solving skills

    • Certified in Servicenow Administration and Implementation

  • Answered by AI
  • Q2. Elaborate more on your current role and responsibilities ?
  • Ans. 

    I am currently working as a Servicenow Consultant responsible for implementing and customizing Servicenow solutions for clients.

    • Designing and implementing Servicenow modules based on client requirements

    • Customizing workflows, forms, and reports in Servicenow platform

    • Providing technical support and training to end users

    • Collaborating with cross-functional teams to ensure successful implementation

    • Participating in project p

  • Answered by AI
  • Q3. Order of Execution of ACLs ?
  • Ans. 

    The order of execution of ACLs is determined by the sequence number assigned to each ACL rule.

    • ACL rules are executed in numerical order based on the sequence number assigned to them.

    • Lower sequence numbers are executed before higher sequence numbers.

    • If multiple ACL rules have the same sequence number, the order of execution is determined by the order in which they were created.

    • ACL rules with a sequence number of 10000 o...

  • Answered by AI
  • Q4. What are ACLs ?
  • Ans. 

    ACLs (Access Control Lists) are permissions that define what users or groups can access or modify specific resources in a system.

    • ACLs are used to control access to data and functionality within a system.

    • They are typically defined at the object level and specify which users or groups have access to perform certain actions.

    • ACLs can be set to restrict or allow read, write, create, delete, or execute permissions.

    • For exampl...

  • Answered by AI
  • Q5. What is the Syntax for including the Mail Script in a notification body ?
  • Ans. 

    Syntax for including Mail Script in a notification body

    • Use ${mail_script} to include the Mail Script in a notification body

    • Ensure the Mail Script is properly formatted and enclosed in ${}

    • Example: Hello, ${mail_script} is the Mail Script for this notification

  • Answered by AI
  • Q6. Email Script Scenario based question ?
  • Q7. How to substitute record values/Link in the mail body ?
  • Ans. 

    Substitute record values/Link in the mail body using placeholders.

    • Use placeholders in the mail body template to substitute record values or links.

    • Retrieve the record values or links from the database or API.

    • Replace the placeholders with the actual values before sending the email.

  • Answered by AI
  • Q8. What are different ways we can implement REST APIs integration ?
  • Ans. 

    Different ways to implement REST APIs integration

    • Using HTTP methods like GET, POST, PUT, DELETE

    • Using authentication methods like OAuth, API keys

    • Using webhooks for real-time data updates

    • Implementing rate limiting to prevent abuse

    • Leveraging API gateways for security and monitoring

    • Using API documentation tools like Swagger or Postman

  • Answered by AI
  • Q9. ACL Scenario based questions
Round 2 - Behavioral 

(4 Questions)

  • Q1. Brief introduction about you ?
  • Ans. 

    I am a highly skilled Servicenow Consultant with 5+ years of experience in implementing and customizing Servicenow solutions.

    • 5+ years of experience in Servicenow implementation and customization

    • Strong knowledge of IT service management processes

    • Certified Servicenow Administrator and Developer

    • Experience in integrating Servicenow with other systems such as Jira and Salesforce

  • Answered by AI
  • Q2. Notable Achievements you have had till date ?
  • Ans. 

    Implemented ServiceNow ITSM solution for a Fortune 500 company resulting in 30% increase in efficiency.

    • Led a team in successfully implementing ServiceNow ITSM solution for a Fortune 500 company

    • Achieved a 30% increase in efficiency through the implementation

    • Received recognition from senior management for the successful project completion

  • Answered by AI
  • Q3. What are the difficulties you have faced in your current organization project ?
  • Ans. 

    One of the difficulties I faced in my current project was inadequate communication among team members.

    • Lack of clear communication led to misunderstandings and delays in project delivery

    • Team members were not aligned on project goals and priorities

    • Difficulty in coordinating tasks and dependencies due to poor communication

    • Challenges in resolving issues and making decisions without effective communication

  • Answered by AI
  • Q4. Why do you want to leave your current company ?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for a new challenge to further develop my skills and knowledge.

    • Interested in exploring new technologies and methodologies that my current company does not offer.

    • Seeking a company culture that aligns better with my values and career goals.

  • Answered by AI
Round 3 - Behavioral interview 

(4 Questions)

  • Q1. Brief introduction on yourself
  • Ans. 

    Experienced Servicenow Consultant with 5+ years of implementing and optimizing ITSM solutions for various clients.

    • Implemented ITSM solutions for Fortune 500 companies

    • Expertise in Service Catalog, Incident Management, and Change Management modules

    • Certified in Servicenow Administration and Development

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. How do you explain your client about the application who is not technically strong ?
  • Ans. 

    I would use simple and non-technical language to explain the application to the client.

    • Start by understanding the client's level of technical knowledge

    • Avoid using jargon and technical terms

    • Use analogies or real-life examples to explain complex concepts

    • Provide hands-on demonstrations or visual aids if possible

    • Encourage the client to ask questions and clarify any doubts

  • Answered by AI
  • Q3. What are the 3 factors that you would discuss with the client before implementing something in ServiceNow ?
  • Ans. 

    The 3 factors to discuss with a client before implementing something in ServiceNow

    • Understand the client's specific requirements and goals

    • Assess the impact on existing processes and systems

    • Discuss the timeline, budget, and resources needed for implementation

  • Answered by AI
  • Q4. Explain about the integrations you have worked on in your current/previous Project ?
  • Ans. 

    I have worked on integrations with various third-party tools such as JIRA, Slack, and Azure DevOps.

    • Integrated ServiceNow with JIRA for seamless issue tracking

    • Implemented integration between ServiceNow and Slack for real-time notifications

    • Established integration between ServiceNow and Azure DevOps for streamlined development processes

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. Brief Introduction on yourself ?
  • Ans. 

    Experienced Servicenow Consultant with a background in IT service management and process automation.

    • Over 5 years of experience implementing Servicenow solutions for various clients

    • Skilled in configuring and customizing Servicenow modules such as Incident, Problem, Change, and Service Catalog

    • Strong understanding of ITIL framework and best practices

    • Certified Servicenow System Administrator and Implementation Specialist

    • Ex

  • Answered by AI
  • Q2. Why do you wanna leave your current Organization ?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring new technologies and methodologies

    • Seeking opportunities for career advancement and growth

    • Want to work in a more collaborative and innovative environment

  • Answered by AI
  • Q3. What are your location preference ?
  • Ans. 

    I am open to relocation for the right opportunity.

    • Open to relocation for the right opportunity

    • Flexible with location preferences

    • Willing to consider different locations

  • Answered by AI
  • Q4. What is your LWD (last working day) ?
  • Ans. 

    My LWD is 30th September 2021.

    • My last working day is on 30th September 2021.

    • I will be transitioning out of my current role by the end of September.

    • I have already informed my current employer about my LWD.

  • Answered by AI
  • Q5. Finally Salary Negotiation with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge on generic artifacts in ServiceNow,
good to have certifications,
Strong communications and presentation skills,
Know the market

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Configure an email notification using email script.
  • Ans. 

    Configure email notification using email script

    • Create a new notification in ServiceNow

    • Select 'Email Script' as the notification type

    • Write the email script to define the email content and recipients

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Manager round related questions.
Round 3 - HR 

(1 Question)

  • Q1. CTC negotiation etc.

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Rest Api integration
  • Q2. Sccm integration
  • Q3. Define response body
  • Ans. 

    Response body is the data sent back from a server in response to a client's request.

    • Contains information requested by the client

    • Usually in JSON or XML format

    • Includes status codes like 200 for success or 404 for not found

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Discussion on current components

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared be clear with basic concepts and interview stages will be basic to advanced level.

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

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

Logical and verbal reasoning

Round 2 - Coding Test 

Good and factorial series

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Difference between incident management and major incident management
  • Ans. 

    Incident management deals with any unplanned interruption while major incident management deals with critical incidents that require immediate attention.

    • Incident management is a process of managing any unplanned interruption in the service, whereas major incident management deals with critical incidents that require immediate attention.

    • Incident management aims to restore normal service operation as soon as possible, wh...

  • Answered by AI
  • Q2. What is stagging table
  • Ans. 

    Staging table is a temporary table used to store data before it is processed and loaded into the final destination table.

    • Staging tables are used in ETL (Extract, Transform, Load) processes.

    • They help to ensure data quality and consistency before it is loaded into the final destination table.

    • Staging tables can also be used for data migration or integration projects.

    • Examples of staging tables include: import tables, expor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with all topics which you mentioned in resume and be transparent about your knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Create script for request can be submitted only if 10 pdfs are attached and all are pdf only
  • Q2. Created application

Infocenter Interview FAQs

How many rounds are there in Infocenter Servicenow Consultant interview?
Infocenter interview process usually has 3 rounds. The most common rounds in the Infocenter interview process are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in Infocenter Servicenow Consultant interview?

Some of the top questions asked at the Infocenter Servicenow Consultant interview -

  1. Tell me about yourself Difference between Java and JavaScript Recursive Functio...read more
  2. Expain the most optimum sorting techniq...read more
  3. Explain about polymorphi...read more

Tell us how to improve this page.

Infocenter Servicenow Consultant Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Infocenter Servicenow Consultant Salary
based on 67 salaries
₹3 L/yr - ₹8.1 L/yr
59% less than the average Servicenow Consultant Salary in India
View more details

Infocenter Servicenow Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Servicenow Consultant
67 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Servicenow Developer
25 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Consultant
19 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Consultant
19 salaries
unlock blur

₹5 L/yr - ₹14.2 L/yr

Technical Lead
14 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare Infocenter with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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