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
4.1

based on 341 Reviews

Filter interviews by

ServiceNow Software Quality Engineer Interview Questions and Answers

Updated 9 Oct 2024

2 interviews found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Company Website and was interviewed in Sep 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Java op question
  • Q2. 2 problem solving questions somewhat like three sum
2

Technical Round (2 Questions)

  • Q1. 3-4 coding questions easy to medium level
  • Q2. 2 Automation related questions using selenium.
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Company Website and was interviewed in Aug 2024.

5 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Technical Round
  • Q2. Java , Selenium, Testing Concepts
2

One-on-one Round (1 Question)

  • Q1. Technical round - java , selenium, situation base questions
3

One-on-one Round (1 Question)

  • Q1. Techno Managerial Round
4

One-on-one Round (1 Question)

  • Q1. Directorial Round
5

HR Round (1 Question)

  • Q1. Basic HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with java, Selenium, Basic DB concepts and testing concepts

Software Quality Engineer Jobs at ServiceNow

View all

Interview questions from similar companies

Interview experience
2
 Poor
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Python related questions

I was interviewed before Sep 2020.

6 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

Type of Questions No. of Questions
Quantitative 20
Logical and Reasoning 20
Verbal 20
Section II: Coding Section
Number of Questions: 2
Time Duration: 60 min
Level of Difficulty: Easy-Medium
Type of Questions: String Manipulation and Tree based Question

  • Q1. Convert a Binary Tree into its Mirror Tree Given a binary tree, convert this binary tree into its mirror tree. A binary tree is a tree in which each parent node...read more
  • Q2. Palindromic Partitioning Given a string ‘str’. Find the minimum number of partitions to make in the string such that every partition of the string is a palindro...read more
2

Coding Test Round (2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was a non eliminatory round comprising of 3 sections with a total time of 30 minutes.
Section I: Technical MCQ’s
Number of Questions: 20
Level of Difficulty: Medium -High
Programming Output questions and questions from CN, DBMS, OS and DS were asked.
Section II: Aptitude and Logical Section
Number of Questions: 10
Level of Difficulty: Easy
Section III: Coding Section
Number of Questions: 2
Level of Difficulty: Easy-Medium

  • Q1. Leaders in an array Given a sequence of numbers. Find all leaders in sequence. An element is a leader if it is strictly greater than all the elements on its rig...read more
  • Q2. Spiral Matrix You are given a 2-D array 'MATRIX' of dimensions N x M, of integers. You need to return the spiral path of the matrix. Example Of Spiral P...read more
3

Face to Face Round (4 Questions)

Round duration - 80 minutes
Round difficulty - Medium

The interview went for about 75-80 minutes. I was not able to answer almost all the answers
correctly but gave almost 75% correct answers. The interviewer mainly focused on the problem
solving ability and the quality of conceptual knowledge.
1: Basic Introductory Questions
2: 2-3 Puzzle Questions 
3: Some basic Questions on DSA- about stacks, queue, arrays, memory storage accessing,
Advantages and Dis of Linked list over arrays,
4: Operating System: In all the rounds , Operating System questions were asked in abundance.
Though the questions were basic, they focused more on our concepts like how easily we were
able to explain it to them.
Questions on Kernels, Types of Kernel, Why OS, memory allocation in OS were asked.
5: Test Cases Question: We have to think and answer the possible questions while testing the
cases.
i: Test cases for a login page window.
6: Heavy discussions on the projects I have done. Why we preferred to use a particular
technology. What was my role in the project and so on.
7: I was asked to code some questions.

  • Q1. Puzzle

    You have a birthday cake and have to cut it into 8 equal pieces by making 3 cuts only. How
    do you do it?

  • Q2. Puzzle You are standing before two doors. One of the path leads to heaven and the other one leads to hell. There are two guardians, one by each door. You know o...read more
  • Q3. Second largest element in the array You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the ...read more
  • Q4. Cycle in a Linked List You have given a Singly Linked List of integers, determine if it forms a cycle or not. A cycle occurs when a node's next points back ...read more
4

Face to Face Round (8 Questions)

Round duration - 90 minutes
Round difficulty - Hard

This round of interview was took by a senior person of the company. It was a bit lengthy as we
had more of a discussion rather than just a QnA round. The interview went for more than 90
minutes and was tougher than the first round.
1: There was a long discussion on what I written in my resume. The projects I had done,
Extracurricular and co-curricular activities I had written on the resume, the skills I have
mentioned. All of it. So be careful of whatever you mention in the resume.
2: Next he asked me a bunch of coding questions which were some very popular ones
I was asked to code in my preferred language. So there wasn’t any language barrier and for all the
questions the interviewer asked for the most optimized approach.
As I was able to answer all the questions, I wasn’t asked any more questions.
3: After the coding questions, I was asked a lot of questions of Operation System and OOPS.
i: Fragmentation- Internal and External
ii: Concepts of Kernel
iii: File Management
iv: Virtual functions and Friend Functions
v: Function Overloading And Overriding
vi: What is paging and Demand Paging?
4: Interview puzzles:
5: Testing Based Questions-
i: Five new inventions in a glass frame and the test cases to test the working a frame.
ii: Design test cases for a shopping application.
The interviewer was quite satisfied with the test cases I answered. As the main trick to solve
these kind of interview questions is to design the test cases with giving every small function an
eye and then forming all possible scenarios for the same

  • Q1. OS and Oops Questions i: Fragmentation- Internal and External ii: Concepts of Kernel iii: File Management iv: Virtual functions and Friend Functions v: Function...read more
  • Q2. Anagram Pairs Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be ...read more
  • Q3. Find K’th Character of Decrypted String You have been given an Encrypted String where repetitions of substrings are represented as substring followed by the cou...read more
  • Q4. Queue using stack Implement a queue data structure which follows FIFO(First In First Out) property, using only the instances of the stack data structure. Note: ...read more
  • Q5. Stack using Queue Implement a Stack Data Structure specifically to store integer data using two Queues. There should be two data members, both being Queues to s...read more
  • Q6. Puzzle There are 3 jars, namely, A, B, C. All of them are mislabeled . Following are the labels of each of the jars: A: Candies B: Sweets C: Candies and Sweets ...read more
  • Q7. Puzzle There are two empty bowls in a room. You have 50 white balls and 50 black balls. After you place the balls in the bowls, a random ball will be picked fro...read more
  • Q8. Puzzle 100 prisoners in jail are standing in a queue facing in one direction. Each prisoner is wearing a hat of color either black or red. A prisoner can see ha...read more
5

Face to Face Round (2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

This was also similar to the last two Technical Interviews and was also easier from them. The
interview went for about 70 minutes and it was tilted more towards managerial side and less
technical questions were asked.
1. Program to Count set nits in an integer. (I answered 4 possible solutions to him and he was
satisfied) 
2: Working of Bubble Sort and Insertion Sort ( I was asked to dry run the solution mainly to
check the internal working of swapping and comparison)
3: Some Mathematical Puzzles
4: Design test cases for OLA Application
5: Design test cases for GMAIL Application
6: Situation based questions

  • Q1. OS Question

    What is a Semaphore and operations on a semaphore?
    What is context switching?

  • Q2. Puzzle There are 4 persons (A, B, C and D) who want to cross a bridge in night. A takes 1 minute to cross the bridge. B takes 2 minutes to cross the bridge. C t...read more
6

HR Round (1 Question)

Round duration - 15 minutes
Round difficulty - Easy

It was the last round and an eliminatory round as well. It was a 15 minutes long discussion round
about college life, interests, and hobbies. The HR also asked our preferred joining location
between Noida and Bangalore which gave us many hopes of our selection.
Three candidates from our college went till the HR Round.

  • Q1. HR Discussion

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Quality Engineer in NoidaEligibility criteriaAbove 70%Adobe interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Testing, Algorithms, Dynamic Programming, Puzzles and Aptitude, CORE Subjects(DBMS, OS, CN)Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Have strong knowledge of the basic concepts of DS and Programming
Tip 2 : Be Confident and have faith in yourself
Tip 3 : Have a Strong Balanced Resume

Application resume tips for other job seekers

Tip 1 : Good Projects
Tip 2 : Maintain a good balance in all the sections of the resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

UKG user image preeti parmar

posted on 19 Dec 2024

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

I applied via Campus Placement

4 Interview Rounds

1

Aptitude Test Round

Question related to operating system and computer network

2

Technical Round (1 Question)

  • Q1. Traverse all child nodes in tree
3

Technical Round (1 Question)

  • Q1. Question related to cloud and oops
4

Technical Round (1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 -
Result
 -

I applied via Naukri.com and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Q3. Given a string. Find the number of occurrences of each character
  • Q4. Given an array. Remove the number of duplicates
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Coding Test Round

Written coding test
Basic coding questions
Only c c++
Easy level

2

Technical Round (2 Questions)

  • Q1. Bit manipulation
  • Q2. Rtos concepts,c coding concepts like structures,pointers
3

Technical Round (2 Questions)

  • Q1. About projects more detailly
  • Q2. About memory management and layout in c
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Oct 2024.

3 Interview Rounds

1

Aptitude Test Round

It included aptitude, technical and coding questions

2

Technical Round (2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
3

HR Round (2 Questions)

  • Q1. Location preferred
  • Q2. Family background

Software Engineer Interview Questions

Thomson Reuters user image Abhishek Varanasi

posted on 9 Oct 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
2

Technical Round (2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
3

HR Round (2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
1
 Bad
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is the importance of manual testing when compared to automation testing
  • Q2. Real life scenario on web application testing

Interview Preparation Tips

Interview preparation tips for other job seekers - If some one want to apply any of the job in this company then please do have some experience even though they mentioned for freshers bsc, however you do your interview as best as possible at last they gonna reject bsc of lack of experience. Same happened to me.So plzz only attened any Oracle company interview if you have experience.

Skills evaluated in this interview

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Software Quality Engineer interview?
ServiceNow interview process usually has 3-4 rounds. The most common rounds in the ServiceNow interview process are Technical, One-on-one Round and HR.
How to prepare for ServiceNow Software Quality 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 Selenium, Troubleshooting, Automation Testing, Open Source and Software Quality Assurance.
What are the top questions asked in ServiceNow Software Quality Engineer interview?

Some of the top questions asked at the ServiceNow Software Quality Engineer interview -

  1. 2 problem solving questions somewhat like three ...read more
  2. Technical round - java , selenium, situation base questi...read more
  3. 3-4 coding questions easy to medium le...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 ServiceNow interviews
Company Website
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join ServiceNow The world works with ServiceNow.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.8k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 868 Interviews
Amdocs Interview Questions
3.8
 • 514 Interviews
Cisco Interview Questions
4.2
 • 387 Interviews
SAP Interview Questions
4.2
 • 298 Interviews
Salesforce Interview Questions
4.1
 • 262 Interviews
View all
ServiceNow Software Quality Engineer Salary
based on 33 salaries
₹10.3 L/yr - ₹35 L/yr
246% more than the average Software Quality Engineer Salary in India
View more details

ServiceNow Software Quality Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

3.0

Skill development

3.5

Work-Life balance

4.8

Salary & Benefits

4.4

Job Security

4.4

Company culture

3.2

Promotions/Appraisal

3.2

Work Satisfaction

Explore 3 Reviews and Ratings
Software Quality Engineer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
402 salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Senior Software Engineer
306 salaries
unlock blur

₹16 L/yr - ₹59 L/yr

Technical Support Engineer
113 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
88 salaries
unlock blur

₹2.8 L/yr - ₹4.2 L/yr

Staff Software Engineer
64 salaries
unlock blur

₹28 L/yr - ₹93 L/yr

Explore more salaries
Compare ServiceNow with

Salesforce

4.1
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview