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

Updated 11 Oct 2020

Crisil Developer Interview Experiences

1 interview found

Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2020

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. -Concepts of java 8 (streams and Lambdas) Write your on functional interface to add to numbers. Equals and Hashcode contract.
  • Q2. Write code to find common elements between two arrays
  • Ans. 

    Code to find common elements between two arrays

    • Iterate through each element of the first array

    • Check if the element exists in the second array

    • If yes, add it to a new array or print it

  • Answered by AI
  • Q3. Write Query to delete duplicate rows in a table
  • Ans. 

    Query to delete duplicate rows in a table

    • Use GROUP BY clause to group the rows by their unique values

    • Use HAVING clause to filter out the groups with count greater than 1

    • Use DELETE statement to delete the duplicate rows

  • Answered by AI
  • Q4. Difference between Spring IOC and Dependency Injection
  • Ans. 

    Spring IOC is a container that manages the lifecycle of Java objects. Dependency Injection is a design pattern that allows objects to be loosely coupled.

    • Spring IOC is a container that manages the creation and destruction of objects

    • Dependency Injection is a design pattern that allows objects to be loosely coupled

    • Spring IOC uses Dependency Injection to inject dependencies into objects

    • Dependency Injection can be implement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong.

Skills evaluated in this interview

Interview questions from similar companies

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

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

Analyst Interview Questions & Answers

ICRA user image Anonymous

posted on 10 May 2021

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Written test focused on financial analysis of a company
  • Q2. How do you perform credit analysis ?
  • Ans. 

    Credit analysis involves evaluating the creditworthiness of a borrower to determine the likelihood of repayment.

    • Gather financial information about the borrower, including income, assets, and liabilities

    • Assess the borrower's credit history and credit score

    • Analyze the borrower's debt-to-income ratio and other financial ratios

    • Consider external factors such as economic conditions and industry trends

    • Make a recommendation on...

  • Answered by AI
  • Q3. What are the key parameters by which you will assess the business risk of a company?
  • Ans. 

    Assessing business risk involves evaluating various parameters.

    • Financial stability and performance

    • Market competition and trends

    • Regulatory compliance and legal issues

    • Management team and corporate governance

    • Industry and macroeconomic factors

    • Brand reputation and customer satisfaction

    • Supply chain and operational risks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with ratios used to analyze a company's financial health, especially leverage ratios, how to calculate ROCE, cash flow analysis.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Intro about ratings
  • Q2. Intro with CBO, basic questing regarding the company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Telephonic round with basic questions regarding experience and CV
Round 2 - Aptitude Test 

Basic finance related question and general k knowledge questions

Round 3 - Technical 

(1 Question)

  • Q1. About yourself and balance sheet questions
Round 4 - Essay Writing 

(1 Question)

  • Q1. Basic English test
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Liquidity ratios

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interest coverage ratio , leverage ratio and many others
  • Q2. Related to financial rations and financial analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good in-depth knowledge about financials statements

Crisil Interview FAQs

How to prepare for Crisil 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 Crisil. The most common topics and skills that interviewers at Crisil expect are Python, SQL, Angular, C++ and GIT.
What are the top questions asked in Crisil Developer interview?

Some of the top questions asked at the Crisil Developer interview -

  1. Write code to find common elements between two arr...read more
  2. Write Query to delete duplicate rows in a ta...read more
  3. Difference between Spring IOC and Dependency Inject...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Nielsen Interview Questions
3.7
 • 117 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Netscribes Interview Questions
2.8
 • 83 Interviews
Cotiviti Interview Questions
3.9
 • 73 Interviews
Sigmoid Interview Questions
3.2
 • 59 Interviews
Hgs Services Interview Questions
4.0
 • 55 Interviews
View all
Crisil Developer Salary
based on 4 salaries
₹7.1 L/yr - ₹30 L/yr
85% more than the average Developer Salary in India
View more details

Crisil Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Research Analyst
957 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Analyst
799 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
509 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
461 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Analyst
426 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Crisil with

ICRA

3.3
Compare

India Ratings & Research

3.8
Compare

Brickwork Ratings

3.7
Compare

SMERA Ratings

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