Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Crisil Team. If you also belong to the team, you can get access from here

Crisil Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crisil Software Engineer Interview Questions and Answers

Updated 25 May 2024

Crisil Software Engineer Interview Experiences

6 interviews found

Software Engineer Interview Questions & Answers

user image Abhishek Kadam

posted on 1 May 2024

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
  • Q3. Find third highest salary from a employee table
  • Ans. 

    Retrieve the third highest salary from an employee table using SQL queries.

    • Use the DISTINCT keyword to avoid duplicate salaries.

    • Utilize the ORDER BY clause to sort salaries in descending order.

    • Use the LIMIT clause to restrict the number of results returned.

    • Example SQL query: SELECT DISTINCT salary FROM employee ORDER BY salary DESC LIMIT 2, 1;

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Advance java and project related
  • Q2. Springboot and spring diff
  • Q3. Springboot annotations used in your project
  • 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
  • Q2. Difference between Interface and Abstract Class
  • Q3. What is Serialization

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

I applied via Naukri.com and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. I was interviewed for 2yr experience. Normal Core java and basic sql question.
  • Q2. Oops concept. Collections. Abstract class and interface. Sql procedures and functions Sql basic query
Round 3 - Behavioral 

(2 Questions)

  • Q1. Questions related to the projects worked till date. Explain your project. And counter question on your project.
  • Q2. How many projects have you worked on? Explain each in short.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on your communication and be detailed about project.
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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic concepts of programming

Round 3 - One-on-one 

(1 Question)

  • Q1. Programming concepts

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Crisil?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. This is swap case
  • Q2. Str.swapcase()
  • Ans. 

    str.swapcase() returns a new string with all uppercase letters converted to lowercase and vice versa.

    • Usage: 'Hello World'.swapcase() returns 'hELLO wORLD'.

    • It affects only alphabetic characters; numbers and symbols remain unchanged.

    • This method does not modify the original string; it returns a new one.

    • Example: 'Python 3.8'.swapcase() results in 'pYTHON 3.8'.

  • Answered by AI
Are these interview questions helpful?

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus on Junit. If you are good in it is fine.

Interview Questionnaire 

2 Questions

  • Q1. Working technology
  • Q2. Mangement side
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain fail fast and fail safe iterator in Java

Interview Preparation Tips

Topics to prepare for Nielsen Software Engineer interview:
  • Java
  • Cloud

Skills evaluated in this interview

Crisil Interview FAQs

How many rounds are there in Crisil Software Engineer interview?
Crisil interview process usually has 2 rounds. The most common rounds in the Crisil interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for Crisil Software Engineer 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 Crisil. The most common topics and skills that interviewers at Crisil expect are HTML, Javascript, PLSQL, SQL and Software Engineering.
What are the top questions asked in Crisil Software Engineer interview?

Some of the top questions asked at the Crisil Software Engineer interview -

  1. How would you write a REST API from scratch? Explain your role in the proje...read more
  2. In How many ways we can create objects in J...read more
  3. Springboot annotations used in your proj...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more
Crisil Software Engineer Salary
based on 243 salaries
₹4.4 L/yr - ₹19.9 L/yr
32% more than the average Software Engineer Salary in India
View more details

Crisil Software Engineer Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.3

Salary

3.9

Job security

4.0

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer

Mumbai

2-4 Yrs

₹ 9-14.2 LPA

Software Engineer - Angular Developer

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Software Engineer - Angular Developer

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Explore more jobs
Research Analyst
1k salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Senior Research Analyst
861 salaries
unlock blur

₹11.2 L/yr - ₹20 L/yr

Analyst
533 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Credit Analyst
470 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Manager
467 salaries
unlock blur

₹19.1 L/yr - ₹34.1 L/yr

Explore more salaries
Compare Crisil with

IKS Health

3.6
Compare

Indegene

3.4
Compare

Acuity Knowledge Partners

3.2
Compare

Baroda Global Shared Services

4.0
Compare
write
Share an Interview