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 Softwaretest Engineer Interview Questions and Answers for Experienced

Updated 18 Apr 2024

ServiceNow Softwaretest Engineer Interview Experiences for Experienced

1 interview found

Softwaretest Engineer Interview Questions & Answers

user image Gnana Sagar Thoora

posted on 18 Apr 2024

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Focus on coding, Question: find the duplicate string from list of string and the count of it(how many times it is repeated) Prepare oops and collections concepts.
  • Q2. Focus on method overriding
  • Q3. Difference between arraylist and LinkedInlist
  • Ans. 

    ArrayList is a resizable array implementation while LinkedList is a doubly linked list implementation.

    • ArrayList uses dynamic arrays to store elements, allowing fast random access but slower insertion and deletion.

    • LinkedList uses nodes with pointers to the next and previous elements, allowing fast insertion and deletion but slower random access.

    • Example: ArrayList - List<String> names = new ArrayList<>(); Lin...

  • Answered by AI
  • Q4. Use of static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • Example: public static int count = 0; // static

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Group Discussion 

Top is Love marriage arrange marriage

Round 3 - Technical 

(2 Questions)

  • Q1. What is array and tell array methods
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Array methods include push() - adds an element to the end of the array

    • Array methods also include pop() - removes the last element from the array

    • Other array methods are shift() - removes the first element, and unshift() - adds an element to the beginning

    • Array methods like splice() - adds or removes elements...

  • Answered by AI
  • Q2. What is object and tell how its work in js
  • Ans. 

    An object in JavaScript is a collection of key-value pairs that represent a real-world entity or concept.

    • Objects are used to store data and functions together.

    • Properties in an object are accessed using dot notation or bracket notation.

    • Objects can be created using object literals or constructor functions.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself About skills knowledge
  • Q2. About payroll

Interview Preparation Tips

Interview preparation tips for other job seekers - A candidate which do enhance skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

About technical and aptitude skill

Round 2 - HR 

(2 Questions)

  • Q1. About yourself and payroll
  • Q2. Technical skills and experience
Round 3 - Technical 

(2 Questions)

  • Q1. About types of testing
  • Q2. Use any tool for automation
  • Ans. 

    Selenium is a popular tool for automation testing

    • Selenium is widely used for automating web applications

    • It supports multiple programming languages like Java, Python, C#

    • Selenium WebDriver is used for interacting with web elements

    • Selenium Grid allows parallel execution on multiple browsers and platforms

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your career growth and skill development
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2024.

Round 1 - Aptitude Test 

A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.

Round 2 - Technical 

(4 Questions)

  • Q1. Technical interview questions at Automatic Data Processing (ADP) may cover topics such as programming, databases, and software development.
  • Q2. They may also ask about problem-solving and how you approach challenging tasks.
  • Q3. Emphasize a structured method that involves clearly defining the issue, gathering relevant information, brainstorming potential solutions, evaluating options carefully, implementing the chosen solution, an...
  • Q4. Data structures, algorithms, SQL querying, object-oriented programming principles, software development lifecycle, database concepts (relational vs. NoSQL), coding challenges in relevant languages (like Py...
Round 3 - HR 

(2 Questions)

  • Q1. May ask about your background, skills, and how you handle challenges
  • Q2. Background questions Tell me about yourself, What are your career goals, What are your strengths and weaknesses, What do you know about ADP, and Why do you want to work at ADP.

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tailoring your resume and cover letter to each role, thoroughly researching companies and potential interview questions, actively networking, attending career fairs, practicing your interview skills, following up after interviews, and maintaining a strong online presence on platforms like LinkedIn.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Written test on DSA - 3 questions on hackerrank

Round 2 - Coding Test 

F2F interview on DSA + automation

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

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

My interview was more inclined towards my major project in college and sql basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you write in resume, make sure you are confident about it

I applied via Approached by Company and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic on Java, OOPS concept, Agile methodology, explain the automation framework you use, Difference between PUT POST and GET, what is JSON, some basic Java programs
Round 2 - Technical 

(1 Question)

  • Q1. Mostly same questions as above but more scenario based and technical.
Round 3 - Behavioral 

(1 Question)

  • Q1. Why Amdocs, How to resolve conflicts, Scenario based questions on severity and priority, E2E JIRA flow, DLC, STLC, Test , management, and behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics strong and make sure you know what you have written in the CV..
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The first round is conducted on hacker rank website it consists of 44 questions and 10 sections which i have attempted this exam on 27th jan 2024. the first round has 1 sql coding question,1 plsql coding question,1 java coding and remaining all are the mcqs.

Round 2 - Technical 

(1 Question)

  • Q1. Second round happened on 3rd feb 2024 1. Tell me about yourself 2. Describe about your project 3. give two points on your strengths and weakness 4. Give the real time scenario for your project 5. prime num...

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn all the oops concepts real time examples and
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ on percentage, profit, technical MCQ's

Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries - max salary
  • Q2. API status codes
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Softwaretest Engineer interview for experienced candidates?
ServiceNow interview process for experienced candidates usually has 1 rounds. The most common rounds in the ServiceNow interview process for experienced candidates are Technical.
What are the top questions asked in ServiceNow Softwaretest Engineer interview for experienced candidates?

Some of the top questions asked at the ServiceNow Softwaretest Engineer interview for experienced candidates -

  1. Difference between arraylist and LinkedInl...read more
  2. Use of static keyw...read more
  3. Focus on coding, Question: find the duplicate string from list of string and th...read more

Tell us how to improve this page.

ServiceNow Softwaretest Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
Join ServiceNow The world works with ServiceNow.
ServiceNow Softwaretest Engineer Salary
based on 18 salaries
₹16.5 L/yr - ₹36 L/yr
343% more than the average Softwaretest Engineer Salary in India
View more details

ServiceNow Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

3.2

Skill development

4.2

Work-life balance

4.2

Salary

3.7

Job security

3.9

Company culture

3.7

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
426 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Senior Software Engineer
403 salaries
unlock blur

₹16 L/yr - ₹60 L/yr

Technical Support Engineer
134 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
91 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Software Developer
87 salaries
unlock blur

₹11.8 L/yr - ₹41 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
Did you find this page helpful?
Yes No
write
Share an Interview