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 338 Reviews

Filter interviews by

ServiceNow Software Quality Engineer Interview Questions and Answers for Freshers

Updated 9 Oct 2024

1 interview 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.

Software Quality Engineer Jobs at ServiceNow

View all

Interview questions from similar companies

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

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

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

Software Developer Interview Questions

UKG user image Anonymous

posted on 13 Jun 2024

Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

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

1 Interview Round

1

Technical Round (3 Questions)

  • Q1. The interviewer is from testing panel how the testing panel can take a developer interview they don’t have any knowledge about java worst interviewer in my life...read more
  • Q2. What is encapsulation. Protected and default difference i have to explain her with example. Collection and hashmap i explain all the things in hashmap even the ...read more
  • Q3. She asked me about helm chart and aws.I did answer according to it. My interview was pretty well but very next day what i got to know from HR that my basic was ...read more

Interview Preparation Tips

Topics to prepare for UKG Software Developer interview:
  • Basic Java
  • Coding
Interview preparation tips for other job seekers - Don’t expect anything from UKG even after u did very well in your interview.Pathetic experience worst interviewer.I wish there should be some ukg review portal so that i can share the interviewer feedback as well.
Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Karat Interview for next filtering the candidate

2

One-on-one Round (2 Questions)

  • Q1. Design Snake Game (Nokia based)
  • Q2. Ballot based voter

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Oops concepts , collection frameworks basic questions on core Java .

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

3 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There are three rounds

1. DSA (linked list problems are frequentlya sked but you cannot fully sure so be prepared on all data structures)
2. LLD + DSA problem (Coding Problem is sort of Medium to Easy)
3. Managerial Round mostly about my resume and current and previous projects that i worked on.
4. Hr salary negotiation it was like gernal introduction from both side plus hr explained about my salary and project a bit.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

General Questions were asked on probability, reasoning, logical etc

3

Coding Test Round

Coding questions were easy to medium. There were 2 questions 1 was easy and other was medium. It had 45 mins as time limit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the CS fundamentals, Have good coding skills, having some knowledge on cloud is a bonus

I applied via LinkedIn and was interviewed in Jun 2021.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well OOPS fundamentals

Skills evaluated in this interview

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Software Quality Engineer interview for freshers?
ServiceNow interview process for freshers usually has 2 rounds. The most common rounds in the ServiceNow interview process for freshers are Technical.
How to prepare for ServiceNow Software Quality Engineer interview for freshers?
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 for freshers?

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

  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 1 ServiceNow interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small 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
 • 861 Interviews
Amdocs Interview Questions
3.8
 • 512 Interviews
Cisco Interview Questions
4.2
 • 383 Interviews
SAP Interview Questions
4.2
 • 295 Interviews
Salesforce Interview Questions
4.1
 • 260 Interviews
View all
ServiceNow Software Quality Engineer Salary
based on 34 salaries
₹11.9 L/yr - ₹35 L/yr
277% 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
429 salaries
unlock blur

₹11.7 L/yr - ₹45 L/yr

Senior Software Engineer
305 salaries
unlock blur

₹16 L/yr - ₹57.8 L/yr

Technical Support Engineer
132 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Content Data Analyst
88 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Associate Software Engineer
86 salaries
unlock blur

₹11 L/yr - ₹33 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