Upload Button Icon Add office photos

Moody's

Compare button icon Compare button icon Compare

Filter interviews by

Moody's Senior Software Developer Interview Questions and Answers

Updated 23 Feb 2022

Moody's Senior Software Developer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins, given 2 tables, join them
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Use JOIN keyword followed by the name of the table to join

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the related column between tables

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q2. All C# OOPS Concepts, Inheritance, Overriding and Overloading

Interview Preparation Tips

Topics to prepare for Moody's Senior Software Developer interview:
  • MySQL
  • C#.Net
Interview preparation tips for other job seekers - Study basics of C# and SQL very well.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How would you write a REST API from scratch? Explain your role in the project.
  • Ans. 

    To write a REST API from scratch, I would follow these steps:

    • Define the resources and endpoints

    • Choose a programming language and framework

    • Implement CRUD operations for each resource

    • Use HTTP methods and status codes correctly

    • Add authentication and authorization

    • Test the API using tools like Postman

    • Document the API using tools like Swagger

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds of technical and one hr.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Overall on SQL interview questions.
  • Q2. Triiggers, sp, function , some queries to build

Interview Preparation Tips

Interview preparation tips for other job seekers - Good SQL knowledge is required

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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Coding Test 

The Two-Sum Problem solve using any programming language(like C#, Python, JavaScrpit ...)

Round 2 - Technical 

(5 Questions)

  • Q1. -About Your project & architecture -Dependency injection -Azure Function & other services -Authentication & Authorization (JWT)
  • Ans. Dependency injection is a technique for achieving inversion of control between class and their objects
  • Answered Anonymously
  • Q2. What is Angular Interceptor?
  • Ans. 

    Angular Interceptor is a middleware that intercepts HTTP requests and responses.

    • It can be used to add headers, modify requests, handle errors, and more.

    • Interceptors can be global or specific to a certain request.

    • Example use cases include adding authentication tokens to requests or logging responses.

    • Interceptors are implemented using the HttpInterceptor interface in Angular.

  • Answered by AI
  • Q3. What is Microservice C#?
  • Ans. 

    Microservice C# is a software architecture pattern where an application is built as a collection of small, independent services.

    • Each service is responsible for a specific task or feature

    • Services communicate with each other through APIs

    • Allows for scalability, flexibility, and easier maintenance

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI
  • Q4. About angular state management?
  • Q5. It's the process of managing the state of the user controls.
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a senior software developer with over 10 years of experience in developing and implementing software solutions.

    • I have expertise in multiple programming languages including Java, Python, and C++.

    • I have experience in developing web applications using frameworks such as Spring and Django.

    • I have worked on projects involving database design and management using SQL and NoSQL databases.

    • I have experience in leading devel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round- Programming practices
2nd Round- About your project architecture, oops connects and solid principles

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 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 - Coding Test 

Basic concepts of programming

Round 3 - One-on-one 

(1 Question)

  • Q1. Programming concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Core java concepts,Sql queries,2 coding question based on arrays and string
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Find third highest salary from a employee table
Round 2 - Technical 

(4 Questions)

  • Q1. Advance java and project related
  • Q2. Springboot and spring diff
  • Q3. Springboot annotations used in your project
  • Ans. 

    Some common Springboot annotations used in projects are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define RESTful web services.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Used to indicate that a class is a service.

    • @Component - Used to indicate that a class is a Spring...

  • Answered by AI
  • Q4. Springboot dependencies

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. In How many ways we can create objects in Java
  • Ans. 

    Objects in Java can be created in multiple ways, including using new keyword, cloning, deserialization, and reflection.

    • Using the 'new' keyword

    • Cloning an existing object

    • Deserialization from a file or network

    • Using reflection to create objects dynamically

  • Answered by AI
  • Q2. Difference between Interface and Abstract Class
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface methods are public and abstract by default, while abstract class can have abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while abstract ...

  • Answered by AI
  • Q3. What is Serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used to convert complex data structures or objects into a stream of bytes.

    • Serialized data can be stored in files, databases, or sent over a network.

    • Common serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI

Skills evaluated in this interview

Moody's Interview FAQs

How many rounds are there in Moody's Senior Software Developer interview?
Moody's interview process usually has 1 rounds. The most common rounds in the Moody's interview process are Technical.
What are the top questions asked in Moody's Senior Software Developer interview?

Some of the top questions asked at the Moody's Senior Software Developer interview -

  1. What are joins, given 2 tables, join t...read more
  2. All C# OOPS Concepts, Inheritance, Overriding and Overload...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 738 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Access Healthcare Interview Questions
3.9
 • 208 Interviews
Crisil Interview Questions
3.6
 • 188 Interviews
Straive Interview Questions
3.4
 • 175 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
View all
Financial Data Analyst
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Analyst
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Moody's with

S&P Global

4.1
Compare

Fitch Ratings

4.9
Compare

Crisil

3.6
Compare

ICRA

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview