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, Process, and Tips

Updated 25 May 2024

Top Crisil Software Engineer Interview Questions and Answers

View all 6 questions

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
  • 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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... 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

Crisil interview questions for designations

 Test Engineer

 (1)

 Data Engineer

 (1)

 Senior Data Engineer

 (1)

 Technical Engineer

 (1)

 Quality Engineer

 (1)

 Senior Consultant

 (3)

 Developer

 (1)

 Technical Lead

 (1)

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

Get interview-ready with Top Crisil Interview Questions

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

Interview questions from similar companies

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. What do you know about our company?
  • Q2. Are you interested in higher Education?

I applied via Campus Placement and was interviewed before Nov 2021. 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 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students

Interview Questionnaire 

1 Question

  • Q1. About the technologies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience : ( Go with your knowledge, Theory will not help you )
Started with Interview Examination 2 problem questions. It was easy nothing complicated.
Technical round. Share the screen and solve three problem questions that was easy and after that you will be questioned about technology that you worked on. You will be able to answer if you have hands on experience on it.
Third round. Behavioural interview it will be very friendly and fun filled chat.
Then you got the offer .. Smooth till here ..

Onboarding Experience:
You will get a zip of documents. No one in the world will help you if you do not know what it is. Try to google and fill whatever you get in mind that's it. People who hired you will let you know about the company introduce to the project after that.

Project Experience:
Still old technologies like java 8 ( supported only till March 2022 ). If vendor is your lead they will do whatever to close their deliverables. If have something that need be reused sorry buddy, Follow them and scrap out your work whatever you have done is always "not a recommended approach".

Overall if you are looking for place for learning and exploring technologies believe me the industry is far ahead. If you are beginner you can learn how business and company operates here.

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

Crisil Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Crisil Software Engineer Salary
based on 221 salaries
₹4.2 L/yr - ₹15.1 L/yr
10% more than the average Software Engineer Salary in India
View more details

Crisil Software Engineer Reviews and Ratings

based on 27 reviews

4.1/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.4

Salary

4.1

Job security

4.2

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 27 Reviews and Ratings
Research Analyst
946 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Senior Research Analyst
812 salaries
unlock blur

₹7.1 L/yr - ₹24 L/yr

Analyst
520 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Manager
472 salaries
unlock blur

₹12 L/yr - ₹37 L/yr

Credit Analyst
428 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Crisil with

Indegene

3.4
Compare

Acuity Knowledge Partners

3.3
Compare

Baroda Global Shared Services

4.1
Compare

Mu Sigma

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