Upload Button Icon Add office photos

ITnow

Compare button icon Compare button icon Compare

Filter interviews by

ITnow Interview Questions, Process, and Tips

Updated 22 Nov 2024

Top ITnow Interview Questions and Answers

View all 6 questions

ITnow Interview Experiences

Popular Designations

3 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(4 Questions)

  • Q1. Project based questions
  • Q2. Which language you most prefare
  • Ans. 

    I prefer Java as it is versatile, widely used, and has a strong community support.

    • Java is versatile and can be used for a variety of applications

    • Java is widely used in enterprise environments

    • Java has a strong community support with a large number of libraries and frameworks available

  • Answered by AI
  • Q3. Sdbnlls dkuhouhdos jshcoishi
  • Q4. Efhohosf fouhohsd bouhouhwfd

Servicenow Consultant Interview Questions asked at other Companies

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 HTML5 What is CSS and what is the u... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

(5 Questions)

  • Q1. OOPS Concept ( Explain with example )
  • Q2. Explain recursion with example
  • Q3. What are classes and Objects
  • Ans. 

    Classes are blueprints for creating objects in object-oriented programming. Objects are instances of classes.

    • Classes define the properties and behaviors of objects

    • Objects are instances of classes that contain data and methods

    • Classes can inherit properties and behaviors from other classes

    • Objects can interact with each other by calling methods on each other

  • Answered by AI
  • Q4. Sort the given array
  • Q5. == and === difference with example

Skills evaluated in this interview

Round 1 - Technical 

(3 Questions)

  • Q1. - array operation qus basic level
  • Q2. - reducing the time complexity of "for each loop"
  • Ans. 

    Use indexed for loop instead of for each loop to reduce time complexity.

    • Indexed for loop has a constant time complexity of O(1) whereas for each loop has a time complexity of O(n).

    • Indexed for loop is faster when accessing elements in an array.

    • Example: for (int i = 0; i < array.length; i++) { //access array[i] }

    • Example: for (String str : stringArray) { //access str }

  • Answered by AI
  • Q3. - theory of all the syntax in python (as i knew python)

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is pretty bad lol...
if you're a fresher then you'll master ServiceNow but don't go in this company to make career
try not to give them advice, and DO NOT DISCUSS salary they are very insecure about it. it's a small organization with a toxic work culture.
usual contract is like
- two or three month unpaid
- and after that they'll make u beg for your money (literally)
- they want to make u work on project in training period and they'll not give any quotation for
salary after completion of unpaid internship
- HR is unprofessional af she'll reply u in hours where u are unpaid she should behave better

DONT JOIN IF U ARE EXPERIENCED ONE it can traumatic

Skills evaluated in this interview

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

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

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. 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 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

2 Questions

  • Q1. Resume based questions
  • Q2. Basics with application

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

ITnow Interview FAQs

How many rounds are there in ITnow interview?
ITnow interview process usually has 1-2 rounds. The most common rounds in the ITnow interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in ITnow interview?

Some of the top questions asked at the ITnow interview -

  1. - reducing the time complexity of "for each lo...read more
  2. which language you most pref...read more
  3. What are classes and Obje...read more

Tell us how to improve this page.

ITnow Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

ITnow Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

3.7

Salary

2.5

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 5 Reviews and Ratings
Associate Technical Consultant
6 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Servicenow Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Senior Technical Consultant
5 salaries
unlock blur

₹10.2 L/yr - ₹13.3 L/yr

Senior Human Resource Manager
4 salaries
unlock blur

₹7 L/yr - ₹7.2 L/yr

UI UX and Graphic Designer
3 salaries
unlock blur

₹4.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare ITnow with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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