Add office photos
Employer?
Claim Account for FREE

S&P Global

4.2
based on 2.4k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations
Q1. Number Pattern

A high-security meeting has been arranged. Tables for the delegates and security personnel have been arranged. A total of ‘N’ rows of tables has been set up. The first row has one table, the secon...read more

View 2 more answers
Q2. Quick Sort

You are given an array of integers. You need to sort the array in ascending order using quick sort.

Quick sort is a divide and conquer algorithm in which we choose a pivot point and partition the arr...read more

View 4 more answers
Q3. Insert Interval

You are given a list of ‘N’ non-overlapping intervals (each interval can be represented using two integers ‘start’ and ‘end’), sorted in ascending order (based on ‘start’ values). Your task is t...read more

View 3 more answers
Q4. OOPS

1. OOPS concepts
2. Implement runtime polymorphism using virtual functions

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. 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.

Add your answer

Q6. 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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.7
 • 244 Interview Questions
3.8
 • 119 Interview Questions
4.4
 • 33 Interview Questions
3.1
 • 12 Interview Questions
4.1
 • 10 Interview Questions
3.9
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter