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

S&P Global Software Developer Interview Questions, Process, and Tips

Updated 25 Oct 2023

Top S&P Global Software Developer Interview Questions and Answers

  • Q1. Number Pattern Problem Statement Design a seating arrangement for a high-security meeting. There are 'N' rows of tables set up where the first row contains one table, th ...read more
  • Q2. Insert Interval Problem Statement You are provided with a list of 'N' non-overlapping intervals, each defined by two integers, 'start' and 'end', sorted in ascending ord ...read more
  • Q3. Quick Sort Problem Statement Sort the given array of integers in ascending order using the quick sort algorithm. Quick sort is a divide-and-conquer algorithm where a piv ...read more

S&P Global Software Developer Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test + Technical Questions + One Coding Question

Round 2 - Technical 

(2 Questions)

  • Q1. Detect the loop in a Singly linked list
  • Ans. 

    Detect loop in a singly linked list

    • Use two pointers, one moving one step at a time and the other moving two steps at a time

    • If there is a loop, the two pointers will eventually meet

    • If any of the pointers reach the end of the list, there is no loop

  • Answered by AI
  • Q2. 2 Sum (find a pair of numbers that sums up to a target)
  • Ans. 

    The 2 Sum problem involves finding a pair of numbers in an array that adds up to a given target.

    • Use a hash table to store the complement of each number as you iterate through the array.

    • Check if the current number's complement exists in the hash table.

    • If found, return the indices of the two numbers.

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Then there was a GD
Followed by Technical Interview Round 1 and Round 2

Skills evaluated in this interview

Interview experience
4
Good
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 - Aptitude Test 

Qunatative, Reasoning, Blood Relation

Round 3 - Technical 

(1 Question)

  • Q1. CS fundamentals, DSA
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions only

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Mid level programming and mcq questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Architecture round and coding Peer programming C# questions React questions Recurssive programming String manipulation
  • Q2. String manuplation Array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview by various online source.

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Timing: Window for 2 days
Environment: Online
Time: 50 Min. for 50 MCQ and 20 min for 2 Coding Questions

  • Q1. 

    Number Pattern Problem Statement

    Design a seating arrangement for a high-security meeting. There are 'N' rows of tables set up where the first row contains one table, the second row contains two tables, a...

  • Ans. 

    Step 1 : For rows of rectangle ran the outer loop from 1 to rows.
    Step 2 : For column of rectangle run the inner loop from 1 to columns.
    Step 3 : Print star for first or last row or for first or last column, otherwise print blank space.
    Step 4 : After printing all columns of a row, print new line after inner loop.
    There was no restriction of language on this question

  • Answered Anonymously
  • Q2. 

    Insert Interval Problem Statement

    You are provided with a list of 'N' non-overlapping intervals, each defined by two integers, 'start' and 'end', sorted in ascending order by 'start' values. Your task is ...

  • Ans. 

    I didn't have any experience with Python, so I didn't know how to write the syntax.
    Step 1: One can do this by using the slice indexing in the list

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: Morning
Environment: On MS-Teams

  • Q1. 

    Quick Sort Problem Statement

    Sort the given array of integers in ascending order using the quick sort algorithm. Quick sort is a divide-and-conquer algorithm where a pivot point is chosen to partition the...

  • Ans. 

    Step 1 : I explained Quick Sort and each step by also giving dry run.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Development in GurgaonEligibility criteria70 % throughout ( in Xth, XIIth, B.Tech so far), up to one pending Backlog in B.Tech, is allowed.IHS Markit interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algo, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewRejected

Skills evaluated in this interview

S&P Global interview questions for designations

 Software Developer II

 (1)

 Developer

 (2)

 Software Engineer

 (7)

 Salesforce Developer

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (4)

 Associate Software Engineer

 (3)

 Software Engineer II

 (1)

Interview Preparation Tips

Round: Test
Experience: Quantitative, verbal, reasoning and basic technical questions.
Duration: 1 hour
Total Questions: 50

Round: Technical + HR Interview
Experience: Questions based on data structures, algorithms, and object oriented programming concepts.
Tested basic knowledge in Finance sector especially related to the company.

College Name: Delhi Technological University, Delhi

Interview Preparation Tips

Round: Pre-placement offer
Experience: Each intern was assigned a individual project and mentor.
In the last week of internship there was project presentation and interview.
interview was easy .For me 50% of the questions were about project and some questions about algorithms and DBMS.
More emphasis was given to the quality of work on project.

General Tips: Working in company is complete different from working on course project. learning many new frameworks required for the project was really challenging.
Programming : Tree, Btree, Tries ..
Operating System: Memory Management
Networks: OSI model
DBMS : basics. they dint ask me any. Show case your interest in big data, servers and passion for technology
Skill Tips: Be confident, even if you don't know the exact answer don't give up tell your approaches to interviewer. some times they will also help you. Software Developer some question s you can ask are: what technologies do your company works on. how are freshers will be selected to different teams in the company.
Skills:
College Name: NIT Surathkal

Software Developer Jobs at S&P Global

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Basic .net concept question and 2 leetcode medium question.
1) find a target element within a rotated search array (complexity < 0(N))

Round 2 - Technical 

(1 Question)

  • Q1. How would you handle scenerios where if you have 1000 request comming and you can handle 10 request at max

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a technical interview with a solution architect who has 19 years of experience, and he was asking questions as if it were a solution architect-level interview. Not a single question related to C# or anything database related for which I was interviewing.
How would you scale your system, how would you handle millions of request if your server can handle maximum of 10000 request and so on
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your roles and responsibilities
  • Q3. Explain about bug lifecycle
Round 2 - Technical 

(2 Questions)

  • Q1. Case study with the topic provided
  • Q2. Questions on the resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Uikit explaination
  • Q2. Model classes with uikit
  • Ans. 

    Model classes in UIKit are used to represent data in an application's user interface.

    • Model classes in UIKit typically subclass NSObject and are used to store and manage data for views.

    • They can include properties to represent different data fields, methods to manipulate the data, and sometimes protocols for delegation.

    • For example, a model class for a user profile in a social media app might have properties like username...

  • Answered by AI
Round 2 - Coding Test 

Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

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

S&P Global Interview FAQs

How many rounds are there in S&P Global Software Developer interview?
S&P Global interview process usually has 3-4 rounds. The most common rounds in the S&P Global interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for S&P Global Software Developer 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 SQL, HTTP, SDLC, Agile and Application Development.
What are the top questions asked in S&P Global Software Developer interview?

Some of the top questions asked at the S&P Global Software Developer interview -

  1. 2 Sum (find a pair of numbers that sums up to a targ...read more
  2. Detect the loop in a Singly linked l...read more
  3. Architecture round and coding Peer programming C# questions React questions Re...read more

Tell us how to improve this page.

S&P Global Software Developer Interview Process

based on 5 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
S&P Global Software Developer Salary
based on 176 salaries
₹6.2 L/yr - ₹26 L/yr
81% more than the average Software Developer Salary in India
View more details

S&P Global Software Developer Reviews and Ratings

based on 30 reviews

3.8/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.7

Salary

3.7

Job security

4.1

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 30 Reviews and Ratings
Software Developer - Salesforce CPQ

Hyderabad / Secunderabad

4-6 Yrs

₹ 7-16.5 LPA

Explore more jobs
Data Analyst
1.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Data Researcher
844 salaries
unlock blur

₹2.5 L/yr - ₹7.7 L/yr

Senior Software Engineer
677 salaries
unlock blur

₹11.5 L/yr - ₹40.5 L/yr

Software Engineer
617 salaries
unlock blur

₹9.6 L/yr - ₹35 L/yr

Lead Data Analyst
312 salaries
unlock blur

₹4.5 L/yr - ₹13.7 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