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 Software Developer II Interview Questions and Answers

Updated 16 Oct 2021

S&P Global Software Developer II Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scenario based, Project outlook
  • Q2. Performance improvement techniques utilized in project
  • Ans. 

    Various techniques were used to improve performance including caching, optimizing database queries, and using asynchronous programming.

    • Caching was implemented to reduce the number of requests to the server.

    • Database queries were optimized by using indexes and reducing the number of joins.

    • Asynchronous programming was used to improve responsiveness and reduce blocking.

    • Code profiling was done to identify bottlenecks and op...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't bluff, be open. Stay to the ground and concentrate on the questions and try to read state of mind of interviewer.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 simple coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Merge sort with list
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into smaller subarrays, sorts them, and then merges them back together.

    • Divide the input list into two halves

    • Recursively apply merge sort to each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Similar to coin exchange DP
  • Q3. SQL query medium level

Interview Preparation Tips

Topics to prepare for Nielsen Senior Software Engineer interview:
  • DSA
  • Design Patterns
Interview preparation tips for other job seekers - I would suggest not to take interview or join this company . They already have some people who they want to take and they just take some rounds of you and even if it goes extremely good they wont contact you back . Work here is also not good they tell as developer and will make you do devops writing yml files . This is what I heard from people inside . Even if you get this offer don't consider as first choice . This is my advice to people who are looking to apply here

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Kantar user image K VENKATA SAI DEEPAK

posted on 14 May 2024

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

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of sql and some coding questions
  • Q2. Data structures
Round 2 - Technical 

(1 Question)

  • Q1. Putin arrays strings
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Nothing much it went well as usual they try go ask for negotiable salary
  • Q2. What is the reason
  • Ans. 

    The reason for what?

    • Need more context to provide a specific reason

    • Could be related to a specific action, decision, outcome, etc.

    • Can you provide more details or clarify the question?

  • Answered by AI
  • Q3. What is the issue
  • Q4. What is draw back
  • Ans. 

    A drawback is a disadvantage or limitation of a particular situation or course of action.

    • Drawbacks can hinder progress or success in a project or task.

    • They can be caused by limitations in resources, technology, or skills.

    • Examples include lack of funding, outdated software, or inadequate training.

    • Identifying drawbacks early on can help mitigate their impact on a project.

  • Answered by AI
  • Q5. What is fast forward
  • Ans. 

    Fast forward is a feature that allows users to skip ahead in a video or audio file to a specific point.

    • Fast forward allows users to quickly move forward in a video or audio file.

    • Users can skip scenes or sections they are not interested in by using the fast forward feature.

    • Commonly seen in media players, streaming services, and DVRs.

    • Example: Pressing the fast forward button on a remote control to skip ahead in a movie.

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

I applied via campus placement at Punjab Technical University (PTU) and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 St round apti pseudocode
Technical hr

Round 2 - HR 

(1 Question)

  • Q1. Tell me about urself

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through ur resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(2 Questions)

  • Q1. Orientation skills
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum in Rotated Sorted array
  • Ans. 

    Find the minimum element in a rotated sorted array.

    • Perform binary search to find the pivot point where the array is rotated.

    • Compare the element at pivot point to the first element to determine which half to search for the minimum.

    • Continue binary search in the appropriate half to find the minimum element.

  • Answered by AI
  • Q2. API and DB Schema for Instagram based application.
  • Ans. 

    API for Instagram application to interact with user data and DB schema to store user information and posts.

    • API endpoints for user authentication, posting photos, liking photos, following users, etc.

    • DB schema with tables for users, posts, comments, likes, followers, etc.

    • Example API endpoint: /users/{userId}/posts to retrieve all posts by a specific user.

    • Example DB schema: Users table with columns for username, email, pr

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Resume introspection, AWS, K8s

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All questions based on your resume and recent project you have done including OOPS concept, MVC , Design patterns, SOLID principles
Round 2 - Behavioral 

(1 Question)

  • Q1. Here test the communications, problem solving skills, Decision making skill, Situation handle, conflict management

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

S&P Global Interview FAQs

How to prepare for S&P Global Software Developer II 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 Javascript, C#, .Net Core, ASP.Net and ASP.Net MVC.
What are the top questions asked in S&P Global Software Developer II interview?

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

  1. Performance improvement techniques utilized in proj...read more
  2. Scenario based, Project outl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 S&P Global interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 714 Interviews
Morningstar Interview Questions
4.0
 • 237 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
FactSet Interview Questions
4.0
 • 202 Interviews
Access Healthcare Interview Questions
3.9
 • 197 Interviews
Straive Interview Questions
3.4
 • 165 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
CorroHealth Interview Questions
3.3
 • 138 Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
View all
S&P Global Software Developer II Salary
based on 152 salaries
₹10 L/yr - ₹27.4 L/yr
5% more than the average Software Developer II Salary in India
View more details

S&P Global Software Developer II Reviews and Ratings

based on 14 reviews

4.7/5

Rating in categories

4.0

Skill development

4.8

Work-Life balance

4.2

Salary & Benefits

4.1

Job Security

4.6

Company culture

4.0

Promotions/Appraisal

4.1

Work Satisfaction

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

₹2 L/yr - ₹10.1 L/yr

Data Researcher
925 salaries
unlock blur

₹2 L/yr - ₹7.3 L/yr

Senior Software Engineer
664 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Software Engineer
618 salaries
unlock blur

₹9.8 L/yr - ₹36.5 L/yr

Associate Director
293 salaries
unlock blur

₹15.9 L/yr - ₹57 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview