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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

ServiceNow Senior Technical Support Engineer Interview Questions and Answers

Updated 25 May 2024

ServiceNow Senior Technical Support Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why ServiceNow?
  • Ans. 

    ServiceNow streamlines IT service management, enhancing efficiency and user experience across organizations.

    • Comprehensive ITSM capabilities: ServiceNow offers modules for incident, problem, and change management, ensuring seamless IT operations.

    • User-friendly interface: The platform's intuitive design allows users to navigate easily, reducing training time and improving productivity.

    • Customization and scalability: Organi...

  • Answered by AI
  • Q2. What is your salary expectation?
Round 2 - One-on-one 

(3 Questions)

  • Q1. Why ServiceNow?
  • Q2. Are you good at coding?
  • Ans. 

    Yes, I am good at coding.

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Experience in developing and maintaining complex software systems

    • Strong problem-solving and debugging skills

    • Familiarity with software development best practices and version control systems

  • Answered by AI
  • Q3. Tell me your experience
  • Ans. 

    I have over 7 years of experience in technical support, specializing in troubleshooting and customer service in various tech environments.

    • Managed a team of 5 support engineers, improving response time by 30%.

    • Implemented a ticketing system that reduced resolution time by 25%.

    • Provided support for software applications, resolving over 100 tickets weekly.

    • Conducted training sessions for new hires, enhancing team knowledge a...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write a function to return unique numbers
  • Ans. 

    A function to return unique numbers from an array of strings.

    • Convert the array of strings to an array of numbers.

    • Use a Set to store unique numbers.

    • Convert the Set back to an array and return it.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study coding hard

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about experience
Round 2 - Technical 

(1 Question)

  • Q1. SQL, Unix and Javascript.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Technical Support Engineer interview:
  • Javascript
  • unix commands
  • SQL

Senior Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. How are authorization and authentication different?
asked in Salesforce
Q2. What tools does Tableau use for optimization of deployments?
Q3. The syntax for joining multiple tables and inserts. customer hand ... read more
Q4. How would you explain technical issues and the reasons for delays ... read more
Q5. How do you ensure that the internet is working?
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 Jan 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 - Technical 

(1 Question)

  • Q1. LDAP - SSO - OAUTH EMAIL INBOUND ACTIONS NOTIFICATIONS IN SERVICENOW WEBSERVICES - REST and SOAP response codes majorly and header and query parameters basic linux commands good to have SQL or javascript...
Round 3 - HR 

(1 Question)

  • Q1. Difficult scenario faced , why do you want to change company

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about ServiceNow?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly Basic concepts of javascript, html and css

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to prepare basic concepts properly. Don't hurry to highlight advance topics.
Answer questions only if you are sure about the correct answer.

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

6 Questions

  • Q1. Solving puzzles(25 horses,ant and sweets,height of a building..) try as many as possible before appearing for interview
  • Q2. If experienced , then project details of previous companies a must prepare question
  • Q3. Writing test cases for random scenarios
  • Ans. 

    Creating test cases for random scenarios ensures software reliability and robustness through diverse input validation.

    • Identify edge cases: Test with minimum and maximum input values, e.g., an empty array vs. a large array.

    • Use random data: Generate random inputs to simulate real-world usage, e.g., random user names or passwords.

    • Test invalid inputs: Ensure the system handles unexpected inputs gracefully, e.g., negative n...

  • Answered by AI
  • Q4. Programming in whatsoever language you r comfortable with, basic coding problems of DS,Algos. eg. Zigzag tree traversal algo,random linked list copy
  • Q5. Some people asked me questions related to the work i will do if hired in the project
  • Q6. Be genuine in ur CV, and be prepared with everything you write there.

Interview Preparation Tips

College Name: Na

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 applied via Referral

Interview Preparation Tips

Round: Test
Experience: I appeared for Amdocs through Campus Recruitment Process. Section 1,2,3 was not tough, if you have practiced RD Sharma then don't worry about these sections as it was the easiest part of the written test. After that there were two coding questions in which you can choose any language(C/C++/Java) to write your code. The code were easy, I mean it wasn't like Codechef problems. If you have ever made the programming assignments by yourself then you would definitely be able to crack this section. Even if you didn't make it then you can practice coding questions like finding H.C.F, L.C.M, Removing redundant number from array, finding whether the string is palindrome or not, finding whether the number is Armstrong number or not,etc,. Now comes the technical section that was little bit tough for those who haven't studied about UNIX ever. It was consisting of C, DBMS and Unix. C questions can easily be attempt by completing "Test your C Skills by Yashwant Kanedtkar", In DBMS most of the questions were query based, some PL/SQL questions were also there, in Unix most of the questions were from VI editor commands and some linux commands like sed, uniq, fdisk and very few questions were from shell scripting like, what will be the output of echo*. Overall the test was easy, since it is easy for everyone so you need to do lots of practice because out of more than 200 students only 39 cleared the written test in our campus.
Duration: 2:30 minutes
Total Questions: 82

Skills: Implementation Of Code Using OOPS, Coding Skills, Database Management, Ability To Think, Ability To Cope Up With Stress, Ability To Deal Diplomatically, 1)communication
College Name: NIT Sikkim

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Senior Technical Support Engineer interview?
ServiceNow interview process usually has 3 rounds. The most common rounds in the ServiceNow interview process are Technical, HR and One-on-one Round.
How to prepare for ServiceNow Senior 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 Agile, Analytics, Automation Testing, Performance Tuning and Python.
What are the top questions asked in ServiceNow Senior Technical Support Engineer interview?

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

  1. Write a function to return unique numb...read more
  2. Are you good at codi...read more
  3. LDAP - SSO - OAUTH EMAIL INBOUND ACTIONS NOTIFICATIONS IN SERVICENOW WEBSERVIC...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more
Join ServiceNow The world works with ServiceNow.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 892 Interviews
Amdocs Interview Questions
3.7
 • 529 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 233 Interviews
Chetu Interview Questions
3.3
 • 193 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 173 Interviews
Freshworks Interview Questions
3.5
 • 170 Interviews
View all
ServiceNow Senior Technical Support Engineer Salary
based on 35 salaries
₹15.2 L/yr - ₹26.2 L/yr
140% more than the average Senior Technical Support Engineer Salary in India
View more details

ServiceNow Senior Technical Support Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.6

Salary

4.0

Job security

3.0

Company culture

3.2

Promotions

2.8

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
527 salaries
unlock blur

₹13.5 L/yr - ₹50 L/yr

Senior Software Engineer
454 salaries
unlock blur

₹18 L/yr - ₹62 L/yr

Technical Support Engineer
142 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Developer
129 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Content Data Analyst
94 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
write
Share an Interview