Upload Button Icon Add office photos

S&P Global

Compare button icon Compare button icon Compare
4.2

based on 2.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

S&P Global Associate Software Engineer 2 Interview Questions and Answers for Experienced

Updated 6 Nov 2022

S&P Global Associate Software Engineer 2 Interview Experiences for Experienced

2 interviews found

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Programing questions on arrays and strings.
Round 2 - Technical 

(1 Question)

  • Q1. More questions on the same aspect. SQL join questions etx
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions around projects. Some soft skill questions etc.
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Try to focus problem solving. You can expect questions on programming, databases, aws.

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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. Js questions, 1 SQL question and some easy C# questions.
Round 3 - Technical 

(1 Question)

  • Q1. SQL only 1 question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and never forget core core concepts. Happy learning.

Associate Software Engineer 2 Interview Questions Asked at Other Companies for Experienced

Q1. Transactions create normalised table for library system
Q2. BST search algorithm

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a bloom filter in hbase ?
  • Ans. 

    A bloom filter in HBase is a data structure used to test whether a given element is a member of a set.

    • Bloom filters are used to reduce the number of disk reads in HBase by quickly determining if a row may exist in a table.

    • They are implemented as a compact array of bits, with multiple hash functions used to map elements to bits.

    • Bloom filters can produce false positives but not false negatives, making them useful for pre...

  • Answered by AI
  • Q2. Write a query to remove duplicate rows in pyspark based on primary key.
  • Ans. 

    Use dropDuplicates() function in pyspark to remove duplicate rows based on primary key.

    • Use dropDuplicates() function on the DataFrame with the primary key column specified.

    • Specify the subset parameter in dropDuplicates() to specify the primary key column.

    • Example: df.dropDuplicates(['primary_key_column'])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise pyspark and sql really well

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How is GIL and how python handle multi threading
  • Ans. 

    GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.

    • To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...

  • Answered by AI
  • Q2. Explain How React works under the hood.
  • Ans. 

    React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.

    • React creates a virtual DOM representation of the actual DOM.

    • When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.

    • React then updates the actual DOM efficiently to reflect the changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep understanding of technology you apply for

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Apt + coding questions, medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Basics qs on oops and known programming language
Round 3 - Technical 

(1 Question)

  • Q1. In-depth of oops and live coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basics qs like y and what

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. On manual and automation testing

Interview Preparation Tips

Topics to prepare for Straive Softwaretest Engineer interview:
  • Selenium
  • Java
  • Javascript
  • Testing
  • Testng
Interview preparation tips for other job seekers - Analyze the market needs Do hard and Speak confidently

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins, given 2 tables, join them
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Use JOIN keyword followed by the name of the table to join

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the related column between tables

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q2. All C# OOPS Concepts, Inheritance, Overriding and Overloading

Interview Preparation Tips

Topics to prepare for Moody's Senior Software Developer interview:
  • MySQL
  • C#.Net
Interview preparation tips for other job seekers - Study basics of C# and SQL very well.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic ds algo round with questions asked around arrays strings

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare ds algo throughly mostly easy-medium leetcode questions

I applied via Company Website and was interviewed in Oct 2022. There were 16 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 - Group Discussion 

Group discussion communication one person to another person

Round 3 - Aptitude Test 

Writing test Coding test one round

Round 4 - Case Study 

Case study HR discussion technically

Round 5 - Coding Test 

Coding test Assignment technical

Round 6 - Assignment 

Assignment Only round and case study

Round 7 - Technical 

(1 Question)

  • Q1. Technical Assignment technical
Round 8 - Technical 

(1 Question)

  • Q1. Technical Group discussion
Round 9 - Other 

(1 Question)

  • Q1. Other Group discussion communication
Round 10 - Assignment 

HR Discussion technically HR technically

Round 11 - Case Study 

Case study Only round Communication

Round 12 - One-on-one 

(1 Question)

  • Q1. One on One round
Round 13 - Group Discussion 

Group discussion One one round

Round 14 - Assignment 

Assignment Disscuss one on one round

Round 15 - Aptitude Test 

Apptitude Group discussion one on round assignment case study technical

Round 16 - Technical 

(3 Questions)

  • Q1. Technical One on round
  • Q2. Aptitude test case study
  • Q3. HR discussion Apptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Software engineer aptitude test case study technical round one on round

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round is Up to an hr in that we have to perform Coding as per the test provided & also SQL round involve in it we have to show as output as per the test is concerned to provide valid outputs.

Round 2 - Aptitude Test 

2nd round was an aptitude test of 90 mins it was like 100 Questions we have to solve and submit that it involved Logical Reasoning, Mathematical problems, Word Problems, etc.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about your projects and what you have done in your previous company.
  • Q2. On basis of Projects, the Technical questions that were asked, and also other situations given on that basis what I will do in the Logical process need to explain the steps.
  • Q3. Basics Of Java OOPs Concepts Questions

Interview Preparation Tips

Topics to prepare for Kantar Software Developer interview:
  • OOPS
  • Core Java
  • Advanced Java
  • SQL
  • Android
  • MVVM
  • MVC
  • SDLC Life Cycle
Interview preparation tips for other job seekers - Be prepared before the interview and have confidence also try to answer positively.
If don't know points at that exact time try to explain the nearest point and continue the conversation
and must talk in English because it's MNC.
Listen to Question First and then reply with your answer in short for Technical Round.
Also Prepared to explain if you have year Gaps in education/normally and why you left your previous Job.

S&P Global Interview FAQs

How many rounds are there in S&P Global Associate Software Engineer 2 interview for experienced candidates?
S&P Global interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the S&P Global interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for S&P Global Associate Software Engineer 2 interview for experienced candidates?
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 CSS, Typescript, Docker, HTML and J2Ee.
What are the top questions asked in S&P Global Associate Software Engineer 2 interview for experienced candidates?

Some of the top questions asked at the S&P Global Associate Software Engineer 2 interview for experienced candidates -

  1. More questions on the same aspect. SQL join questions ...read more
  2. Technical questions around projects. Some soft skill questions e...read more
  3. Programing questions on arrays and strin...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 721 Interviews
Morningstar Interview Questions
4.0
 • 240 Interviews
Mu Sigma Interview Questions
2.7
 • 224 Interviews
FactSet Interview Questions
4.0
 • 206 Interviews
Access Healthcare Interview Questions
3.9
 • 198 Interviews
Straive Interview Questions
3.4
 • 166 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
CorroHealth Interview Questions
3.3
 • 141 Interviews
Nielsen Interview Questions
3.7
 • 114 Interviews
View all
S&P Global Associate Software Engineer 2 Salary
based on 152 salaries
₹8 L/yr - ₹25.5 L/yr
84% more than the average Associate Software Engineer 2 Salary in India
View more details

S&P Global Associate Software Engineer 2 Reviews and Ratings

based on 15 reviews

4.2/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

4.1

Salary

3.8

Job security

4.6

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 15 Reviews and Ratings
Data Analyst
1.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Data Researcher
932 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
662 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Software Engineer
628 salaries
unlock blur

₹9.6 L/yr - ₹36.5 L/yr

Research Analyst
311 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Explore more salaries
Compare S&P Global with

Moody's

4.1
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