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

Clear (1)

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)

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

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 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 Resume tips
Round 2 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Fidelity Investments

INTERVIEWS

Fidelity Investments

No Interviews

INTERVIEWS

Electrosteel Casting

No Interviews

INTERVIEWS

Electrosteel Casting

No Interviews

INTERVIEWS

Electrosteel Casting

No Interviews

INTERVIEWS

Fidelity Investments

No Interviews

INTERVIEWS

Upland Software

No Interviews

INTERVIEWS

Fidelity Investments

40 top interview questions

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Electrosteel Casting

20 top interview questions

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 121 salaries
₹8 L/yr - ₹24.4 L/yr
231% more than the average Technical Support Engineer Salary in India
View more details

ServiceNow Technical Support Engineer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

3.8

Skill development

2.2

Work-life balance

4.4

Salary

4.3

Job security

3.3

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 6 Reviews and Ratings
Technical Support Engineer - OS & Network

Hyderabad / Secunderabad,

Ahmedabad

2-6 Yrs

Not Disclosed

Technical Support Engineer - ServiceNow ITOM

Hyderabad / Secunderabad,

Ahmedabad

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
414 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
345 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
121 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Data Analyst
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
76 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ServiceNow with

Salesforce

4.0
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

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