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 Full Stack Developer Interview Questions and Answers

Updated 20 Feb 2024

S&P Global Full Stack Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Components hirerchy
  • Q2. Linq query to get 2nd most price good
  • Ans. 

    Use Linq query to find the 2nd most expensive item in a list of goods.

    • Use OrderByDescending() to sort the goods by price

    • Use Skip(1) to skip the most expensive item

    • Use First() to get the 2nd most expensive item

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for angular

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask questions related to CSS, Javascript, React, Node and Cloud stuff
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Asked some technical questions about .net and asp .net MVC
  • Q2. Famil background
  • Q3. About my project and team
Round 2 - Aptitude Test 

2 online test where given where I need to complete 50 MCQ (tech) in 20min and 30MCQ in 12min.

Round 3 - Group Discussion 

Situtation based question and technical knowledge and skills

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java, JavaScript, and SQL.

    • 5 years of experience in software development

    • Proficient in Java, JavaScript, and SQL

    • Developed web applications for various clients

    • Strong problem-solving skills

    • Excellent team player

  • Answered by AI
  • Q2. What is your roles and responsibilities
  • Ans. 

    As a Software Developer, my roles and responsibilities include designing, developing, testing, and maintaining software applications.

    • Designing and developing software applications based on client requirements

    • Testing and debugging code to ensure functionality and performance

    • Collaborating with team members to brainstorm and implement new features

    • Maintaining and updating existing software applications

    • Staying up-to-date wi

  • Answered by AI
  • Q3. Explain about bug lifecycle
  • Ans. 

    Bug lifecycle involves identification, reporting, fixing, retesting, and closing of software bugs.

    • Identification: Bug is identified by testers or users through testing or real-world usage.

    • Reporting: Bug is reported to developers with detailed information like steps to reproduce.

    • Fixing: Developers analyze and fix the bug in the code.

    • Retesting: Testers verify the fix to ensure the bug is resolved.

    • Closing: Bug is closed o

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Case study with the topic provided
  • Q2. Questions on the resume

Skills evaluated in this interview

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
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical and reasoning, Maths

Round 2 - Coding Test 

Basic coding Java & C

Round 3 - Technical 

(2 Questions)

  • Q1. Array and types
  • Q2. Inheritance & OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - For fresher, Prepare basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2022. 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 - Aptitude Test 

Basic coding questions And logical questions

Round 3 - Coding Test 

Simple program for mathematics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn basic coding in python for Fibonacci series and inverse or a string and all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask questions related to CSS, Javascript, React, Node and Cloud stuff
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(4 Questions)

  • Q1. Median of 2 sorted array
  • Q2. Linux commands for chmod
  • Q3. Features of python
  • Q4. Deepcopy and shallowcopy

S&P Global Interview FAQs

How many rounds are there in S&P Global Full Stack Developer interview?
S&P Global interview process usually has 1 rounds. The most common rounds in the S&P Global interview process are Technical.
How to prepare for S&P Global Full Stack 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 Java, SQL, .Net Core, Agile and Angular.
What are the top questions asked in S&P Global Full Stack Developer interview?

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

  1. Linq query to get 2nd most price g...read more
  2. Components hirer...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 S&P Global interview
Company Website
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
 • 712 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
 • 164 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
CorroHealth Interview Questions
3.3
 • 137 Interviews
Nielsen Interview Questions
3.7
 • 112 Interviews
View all
S&P Global Full Stack Developer Salary
based on 10 salaries
₹12 L/yr - ₹35 L/yr
137% more than the average Full Stack Developer Salary in India
View more details

S&P Global Full Stack Developer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

5.0

Skill development

4.6

Work-Life balance

4.4

Salary & Benefits

3.3

Job Security

5.0

Company culture

3.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 3 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

Research Analyst
290 salaries
unlock blur

₹3 L/yr - ₹12.8 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