Premium Employer

i

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

ServiceNow Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ServiceNow Technical Support Engineer Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top ServiceNow Technical Support Engineer Interview Questions and Answers

  • Q1. How will you get the data in the table using js? what are the other ways to print the output? what is a block in js?
  • Q2. How to solve the error in the code? what is scope? what are logical operators?
  • Q3. what are the different types of joins
View all 6 questions

ServiceNow Technical Support Engineer Interview Experiences

8 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Support Role Questions 1) Like explaining a case which was done in your previous role and experience
  • Q2. Questions on Javascript
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Interview questions on Javascript, HTML, CSS and behavioural
Round 3 - Behavioral 

(1 Question)

  • Q1. Manager Questions based on Position and previous work experience.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to solve the error in the code? what is scope? what are logical operators?
  • Ans. 

    Scope refers to the visibility and accessibility of variables in a program. Logical operators are used to perform logical operations in code.

    • Scope in programming refers to where in the code a variable can be accessed. It can be global, local, or block scope.

    • To solve an error in the code, first identify the error message or behavior causing the issue. Then, debug the code by checking for syntax errors, logical errors, o...

  • Answered by AI
  • Q2. How will you get the data in the table using js? what are the other ways to print the output? what is a block in js?
  • Ans. 

    To get data in a table using js, you can use DOM manipulation methods like getElementById or querySelector. Other ways to print output include console.log and innerHTML. A block in js is a set of statements enclosed in curly braces.

    • Use getElementById or querySelector to get data in a table using js

    • Other ways to print output include console.log and innerHTML

    • A block in js is a set of statements enclosed in curly braces,

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. About ServiceNow? About the technical role in my previous company? previous job roles and responsibilities? Why do you want to switch from previous company? How will you handle the challenges here in servi...
  • Q2. Why do I want to switch from my previous company?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in gaining experience in a different industry or technology

    • Seeking a better work-life balance or company culture

    • Wanting to work with a different team or leadership style

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went well, but I didn't receive any feedback beyond the rejection. I hope to get some insights into the reasons for the decision, as it would help to learn for next time. I'll definitely try again!

Skills evaluated in this interview

Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
asked in Zoho
Q2. Send an email to customer apologising the mistake made by the rep ... read more
asked in Salesforce
Q3. How you will get contact of account with name starting with abc.
Q4. What are the steps which you will follow if a customer calls and ... read more
Q5. How to release previous IP which assign to your device?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round include mcq related sql ,linux

Round 2 - Technical 

(2 Questions)

  • Q1. It is related to my project it was easy
  • Q2. Question about join in sql
Round 3 - Technical 

(1 Question)

  • Q1. Service now question bussines rule etc
Round 4 - HR 

(1 Question)

  • Q1. Behaviour question like why service now
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - phone screen 

(2 Questions)

  • Q1. What is shell in linux?
  • Ans. 

    Shell in Linux is a command-line interpreter that allows users to interact with the operating system by executing commands.

    • Shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

    • It can also be used to automate tasks by writing scripts.

    • Common shells in Linux include Bash, Zsh, and Ksh.

    • Shell scripting allows users to write programs that can be executed by the shell.

    • Exam...

  • Answered by AI
  • Q2. What are the different types of joins
  • Ans. 

    Different types of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to tune a sql query?
  • Ans. 

    Tuning a SQL query involves optimizing its performance by adjusting various factors.

    • Identify slow-performing queries using tools like SQL Profiler or Execution Plan.

    • Optimize query structure by using appropriate indexes and avoiding unnecessary joins.

    • Consider rewriting the query to use more efficient techniques like subqueries or CTEs.

    • Update statistics and ensure database indexes are up to date.

    • Limit the number of rows ...

  • Answered by AI
  • Q2. How to find errors in log files in linux
  • Ans. 

    Errors in log files in Linux can be found by searching for keywords, timestamps, and error codes.

    • Use 'grep' command to search for specific keywords or error codes in log files

    • Look for timestamps to identify when errors occurred

    • Check for any error messages or warnings that may indicate issues

    • Use 'tail' command to view the end of log files for recent errors

    • Consider using 'journalctl' command for system logs in systemd-ba

  • Answered by AI

Skills evaluated in this interview

ServiceNow interview questions for designations

 Senior Technical Support Engineer

 (3)

 IT Technical Support Engineer

 (1)

 Technical Support Engineer Intern

 (1)

 Senior Support Engineer

 (1)

 Support Manager

 (1)

 Technical Program Manager

 (1)

 Software Engineer

 (13)

 QA Engineer

 (2)

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

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - phone screen 

(2 Questions)

  • Q1. What is shell in linux
  • Ans. 

    Shell in Linux is a command-line interpreter that allows users to interact with the operating system by executing commands.

    • Shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

    • It can also be used to automate tasks by writing scripts.

    • Common shells in Linux include Bash, Zsh, and Ksh.

    • Examples of shell commands include ls (list files), cd (change directory), and mkdir

  • Answered by AI
  • Q2. What are the different types of joins
  • Ans. 

    Different types of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to tune a sql query?
  • Ans. 

    Tuning a SQL query involves optimizing its performance by adjusting various factors.

    • Identify slow performing queries using tools like SQL Profiler or Execution Plan.

    • Optimize query structure by using appropriate indexes and avoiding unnecessary joins.

    • Consider rewriting the query to use more efficient techniques like subqueries or CTEs.

    • Update statistics on tables involved in the query to ensure accurate query execution p...

  • Answered by AI
  • Q2. How to find errors in log files in linux
  • Ans. 

    Errors in log files in Linux can be found by searching for keywords, timestamps, and error codes.

    • Use 'grep' command to search for specific keywords or error codes in log files

    • Look for timestamps to identify when errors occurred

    • Check for any error messages or warnings that may indicate issues

    • Use 'tail' command to view the end of log files for recent errors

    • Consider using 'journalctl' command for system logs in systemd-ba

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top ServiceNow Interview Questions

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

(1 Question)

  • Q1. Questions regarding CV Backround

Technical Support Engineer Jobs at ServiceNow

View all
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Apr 2023. There were 3 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 tips
Round 2 - Coding Test 

Mcq based on javascript linux sql

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Your tech skills
  • Q3. About sql and javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 6 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. Most of the questions were scripting related
  • Q2. There were few questions regarding ServiceNow Core functionalities
Round 3 - Technical 

(1 Question)

  • Q1. The Questions were asked about scripting and debugging
Round 4 - Technical 

(1 Question)

  • Q1. Questions were asked regarding servicenow scripting and functionalities
Round 5 - One-on-one 

(1 Question)

  • Q1. It was an managerial round where they evaluate your behaviour skills and attitude
Round 6 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding process

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ServiceNow fundamentals and basics , Be excellent in your scripting skills

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per the norms of our institute’s placement cell. For Oracle I laid emphasis on my programming skills and projects related to it.

Round: Test
Experience: The first round was the written test that comprised of 5 sections – vocabulary, aptitude, pattern matching, logical reasoning and programming. The questions in the programming section were asked from data structures and C++. The questions in the programming section were mainly from trees (from data structures). Around 400 students appeared for their written test out of which around 100 were shortlisted.

Round: HR Interview
Experience: The next round was the interview round. They gave me some puzzles to solve and a program to write. One of the puzzles that I remember was that if I were to be given an egg then how would I determine its durability, i.e. how would I determine that from which floor do I need to throw the egg from so that the egg does not break if thrown from any floor below it.
For the coding question I was given a mathematical formula and I was asked to devise a code such that the program uses the formula and gives the output.
Tips: Prepare for Data Structures as well as the commonly asked puzzles for Oracle.

College Name: IIT ROORKEE
Motivation: Oracle is a reputed company in the space of software and ITeS. It had come to our campus with five profiles. The best means to know about all of them is to attend the pre-placement talk of the company.

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: First section had questions on object oriented programming concepts and some basic questions related to c++
In the second section tables were given and we were asked to write the queries for the given questions.
Duration: 1 hour
Total Questions: 20

College Name: IIITDM Jabalpur

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Technical Support Engineer interview?
ServiceNow interview process usually has 2-3 rounds. The most common rounds in the ServiceNow interview process are Technical, One-on-one Round and HR.
How to prepare for ServiceNow Technical Support Engineer 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 ServiceNow. The most common topics and skills that interviewers at ServiceNow expect are Eclipse, Javascript, Web Development, XML and TCP.
What are the top questions asked in ServiceNow Technical Support Engineer interview?

Some of the top questions asked at the ServiceNow Technical Support Engineer interview -

  1. How will you get the data in the table using js? what are the other ways to pri...read more
  2. How to solve the error in the code? what is scope? what are logical operato...read more
  3. what are the different types of jo...read more

Tell us how to improve this page.

ServiceNow Technical Support Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join ServiceNow The world works with ServiceNow.
ServiceNow Technical Support Engineer Salary
based on 125 salaries
₹8 L/yr - ₹24.5 L/yr
225% more than the average Technical Support Engineer Salary in India
View more details

ServiceNow Technical Support Engineer Reviews and Ratings

based on 8 reviews

3.1/5

Rating in categories

3.3

Skill development

2.3

Work-life balance

4.2

Salary

4.0

Job security

3.3

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 8 Reviews and Ratings
Technical Support Engineer - Infra Support

Hyderabad / Secunderabad,

Ahmedabad

2-6 Yrs

₹ 8-24.45 LPA

Technical Support Engineer - ServiceNow ITOM

Hyderabad / Secunderabad,

Ahmedabad

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
422 salaries
unlock blur

₹12 L/yr - ₹48 L/yr

Senior Software Engineer
392 salaries
unlock blur

₹16 L/yr - ₹60 L/yr

Technical Support Engineer
125 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Software Developer
99 salaries
unlock blur

₹14.2 L/yr - ₹47 L/yr

Content Data Analyst
90 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Explore more salaries
Compare ServiceNow with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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