S&P Global
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
Aptitude Test + Technical Questions + One Coding Question
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
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.
Qunatative, Reasoning, Blood Relation
I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.
Mid level programming and mcq questions
I was interviewed in Oct 2020.
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
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...
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
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 ...
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
Round duration - 45 minutes
Round difficulty - Medium
Timing: Morning
Environment: On MS-Teams
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...
Step 1 : I explained Quick Sort and each step by also giving dry run.
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.
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
S&P Global interview questions for designations
Top trending discussions
I was interviewed in Jan 2025.
Basic .net concept question and 2 leetcode medium question.
1) find a target element within a rotated search array (complexity < 0(N))
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
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...
Project related questions
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
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...
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.
based on 5 interviews
2 Interview rounds
based on 30 reviews
Rating in categories
Data Analyst
1.4k
salaries
| ₹2 L/yr - ₹10.1 L/yr |
Data Researcher
844
salaries
| ₹2.5 L/yr - ₹7.7 L/yr |
Senior Software Engineer
677
salaries
| ₹11.5 L/yr - ₹40.5 L/yr |
Software Engineer
617
salaries
| ₹9.6 L/yr - ₹35 L/yr |
Lead Data Analyst
312
salaries
| ₹4.5 L/yr - ₹13.7 L/yr |
Moody's
Thomson Reuters
Bloomberg
Dun & Bradstreet