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

(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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does internet works
  • Q2. HTTP codes SQL troubleshooting
Round 2 - Technical 

(1 Question)

  • Q1. SQL python java
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Work shifts questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Networking questions
  • Q2. VMware VSphere questions
  • Q3. OS related questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Will you be ok working in shifts
Round 3 - HR 

(2 Questions)

  • Q1. Questions about values
  • Q2. Salary negotiations

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 120 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

4.2/5

Rating in categories

4.1

Skill development

2.7

Work-life balance

4.6

Salary

4.0

Job security

4.1

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
416 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Senior Software Engineer
323 salaries
unlock blur

₹16 L/yr - ₹59 L/yr

Technical Support Engineer
120 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
89 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Staff Software Engineer
67 salaries
unlock blur

₹28 L/yr - ₹90 L/yr

Explore more salaries
Compare ServiceNow with

Salesforce

4.1
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