Upload Button Icon Add office photos

S&P Global

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

S&P Global Senior Quality Engineer Interview Questions and Answers

Updated 18 Jan 2025

S&P Global Senior Quality Engineer Interview Experiences

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in May 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from all areas like automation, sql, API, Java
  • Q2. One java program
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked few real time scenarios
  • Q2. Few behavioural questions

Interview Preparation Tips

Topics to prepare for S&P Global Senior Quality Engineer interview:
  • Java basics
  • Java collection
  • API
  • SQL
  • Selenium
  • Testng
  • Manual Testing
Interview preparation tips for other job seekers - Prepare all areas what ever you mentioned in Resume. Can crack the interview if you prepare minimum at least.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked me to write a code using array list
  • Q2. Multiple coding questions around automation using python or java Like sets, lists, array list. How to launch a browser, write a code Db connection - java code
Round 2 - Technical 

(1 Question)

  • Q1. Tell the Complete automation framework and flow if you need to create the framework from scratch
  • Ans. 

    Creating an automation framework from scratch involves designing the structure, selecting tools, implementing test cases, and integrating with CI/CD pipelines.

    • Design the framework structure including folders for test scripts, test data, configuration files, and utilities

    • Select appropriate automation tools such as Selenium for web testing or Appium for mobile testing

    • Implement test cases using chosen tools and programmin...

  • Answered by AI

Senior Quality Engineer Interview Questions Asked at Other Companies

asked in Tata Motors
Q1. what is least count of vernier caliper ,micrometer, height gauge?
asked in Tata Motors
Q2. What is the actual process of Control plan?
asked in Accenture
Q3. 1. What is the difference between find elements and find element ... read more
asked in Tata Motors
Q4. What is PPAP?Which characteristics use in this?
asked in Tata Motors
Q5. What is quality control and quality assurance?

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Write a code to achieve some logic using the selenium framework.

Round 2 - Technical 

(1 Question)

  • Q1. It was more about project management and the challenges faced.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about Selenium, Java, Java collections, Maven, TestNG, Cucumber and project management and estimation.
All the best.

Senior Quality Engineer Jobs at S&P Global

View all

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts in c#
  • Ans. 

    Oops concepts in C# include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses on the essential characteristics of an object while hiding irrele

  • Answered by AI
  • Q2. Automation Framework related questions

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Availability, basics, education
Round 3 - Technical 

(1 Question)

  • Q1. Basics of software test engineer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 4 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Introduction Experience Why are you changing your job
  • Ans. I am Kapil. I am from Noida. I have done my B.Tech. Mentioned experience And complete and current project
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. What is Regression Testing What is integration Testing Smoke Testing Black box Technic API Validation and verification Alpha testing API method Function Testing
  • Ans. 

    Regression testing is retesting of previously tested software to ensure that changes made to the software have not affected its existing functionality.

    • Regression testing is done to ensure that changes made to the software have not introduced new bugs or affected its existing functionality.

    • It is usually done after a new feature or bug fix is implemented.

    • Examples include running a test suite after a code change or after ...

  • Answered by AI
Round 4 - Case Study 

How to make test case for Lift Machine
How to make test case for ATM

Interview Preparation Tips

Interview preparation tips for other job seekers - Gave interview with positive attitude and brief more about which is asking by the interviewer

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Initial coding round. Then three levels of technical discussions. First-round on BigData.
  • Q2. Second round on Java. Third round on SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - Didn;t liked the interview process

Interview Preparation Tips

Round: Technical Interview
Tips: * Easy technical questions
* Hiring procedure is more of technical assessment + personality assessment

Skills:
College Name: IIT Madras

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

I was interviewed in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Views on their recruiting process
  • Ans. 

    I believe the recruiting process is thorough and well-organized.

    • The company uses a combination of resume screening, interviews, and assessments to evaluate candidates.

    • They have a clear timeline for the hiring process and keep candidates informed of their progress.

    • Feedback is provided to candidates after interviews to help them improve for future opportunities.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience:
Contribute & help others!
anonymous
You can choose to be anonymous

S&P Global Interview FAQs

How many rounds are there in S&P Global Senior Quality Engineer interview?
S&P Global interview process usually has 2-3 rounds. The most common rounds in the S&P Global interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for S&P Global Senior 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 S&P Global. The most common topics and skills that interviewers at S&P Global expect are HTTP, SDLC, Coding, Automation Framework and Python.
What are the top questions asked in S&P Global Senior Quality Engineer interview?

Some of the top questions asked at the S&P Global Senior Quality Engineer interview -

  1. Tell the Complete automation framework and flow if you need to create the frame...read more
  2. Questions from all areas like automation, sql, API, J...read more
  3. Multiple coding questions around automation using python or java Like sets, lis...read more

Recently Viewed

SALARIES

Antino

SALARIES

GeeksForGeeks

JOBS

L&T Technology Services

No Jobs

JOBS

Pradeepit Consulting Services

No Jobs

INTERVIEWS

WWICS Group

No Interviews

SALARIES

Elektrobit India

JOBS

Superior Electric Machines

No Jobs

SALARIES

L&T Technology Services

JOBS

Sketch Brahma Technologies

No Jobs

SALARIES

Multidots Solutions

Tell us how to improve this page.

S&P Global Senior Quality Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 740 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 209 Interviews
FactSet Interview Questions
3.9
 • 205 Interviews
Straive Interview Questions
3.4
 • 176 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Nielsen Interview Questions
3.6
 • 117 Interviews
View all
S&P Global Senior Quality Engineer Salary
based on 84 salaries
₹12 L/yr - ₹24.1 L/yr
128% more than the average Senior Quality Engineer Salary in India
View more details

S&P Global Senior Quality Engineer Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.1

Salary

2.8

Job security

3.2

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Quality Engineer- Java/Selenium

Noida,

Gurgaon / Gurugram

+1

8-13 Yrs

Not Disclosed

Job | Opportunity For Senior Quality Engineer (Automation & Python)

Hyderabad / Secunderabad

5-10 Yrs

₹ 15-25 LPA

Explore more jobs
Data Analyst
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Researcher
844 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
681 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
615 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Data Analyst
315 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare S&P Global with

Moody's

4.0
Compare

Thomson Reuters

4.1
Compare

Bloomberg

3.4
Compare

Dun & Bradstreet

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview