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

Clear (1)

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

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

- basic programming on C

Round 2 - HR 

(1 Question)

  • Q1. - question based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Things are asked only from resume . Make sure you recite every word you mentioned in your resume .
whatever project you are including , you should know enough to explain everything.
Contribute & help others!
anonymous
You can choose to be anonymous

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 Aptitude Test, Resume Shortlist and Technical.
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

Recently Viewed

SALARIES

Datawave

INTERVIEWS

Infocenter

No Interviews

INTERVIEWS

Infocenter

No Interviews

SALARIES

Datawave

SALARIES

HCLTech

INTERVIEWS

Infocenter

No Interviews

REVIEWS

Sankalp Semiconductor

No Reviews

SALARIES

Datawave

SALARIES

HCL AXON

SALARIES

HCL AXON

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 70 salaries
₹3 L/yr - ₹9.5 L/yr
56% 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
70 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Servicenow Developer
25 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Consultant
22 salaries
unlock blur

₹5 L/yr - ₹18.5 L/yr

Consultant
19 salaries
unlock blur

₹3 L/yr - ₹7.5 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