Upload Button Icon Add office photos

Crif Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Crif Solutions Business Analyst Interview Questions and Answers

Updated 10 Jul 2021

Crif Solutions Business Analyst Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions related to credit bureaus, knowledge of Python/R, projects done in the related domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics, be well informed about Credit Risk.

Interview questions from similar companies

Data Analyst Interview Questions & Answers

PayPal user image AKASH KUMAR SINGH

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. For this round he gave me lot of problems and asked to develop optimal algorithm to solve that. Problems were mainly on trees and number sequences
  • Q2. In this round he mainly discussed my projects and asked me how these can be put to use in Paypal. He also asked some basic questions from ML
  • Q3. HR round was just for formality
  • Q4. Probability , question on calculating expected number of trials and puzzles

Interview Preparation Tips

Round: Test
Experience: The coding question was:
Given a binary string containing 0's and 1's. You can split the string such that each partition should be a exponential of 5 (1,5,25,625...). You were asked to return minimum number of partition for the given string such each partition is exponential of 5. If no such partition exists return -1.
Examples: '101101101' Ans: 3 (101, 101, 101)
'111' Ans: 3 (1,1,1)
10101 Ans: -1
Tips: For MCQ's prepare DSA, OS and Networking. For DSA you can refer to cormen
For Coding question practice on either geeksforgeeks or from any of the coding platforms like hackerrank
The shortlist was mainly dependent on coding question
Duration: 1 hour 30 minutes

Round: Puzzle Interview
Tips: Do lot of puzzles from heard on the street, -----/ , Try to search for more. It will be helpful in other interviews as well

Round: Technical Interview
Tips: Practice algorithm section from geeksforgeeks. There are lot of standard problems. The given questions were slightly modified version of standard problems

Round: Technical Interview
Tips: For this round you need to be well prepared with your projects and resume.

College Name: IIT Madras
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are window functions and asked to find out the highest salary from each department.
  • Q2. What is Vlookup and formula of it
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is used to search for a value in the first column of a table and return a value in the same row from a specified column

    • The syntax of Vlookup is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What do you know about TU CIBIL
  • Ans. 

    TU CIBIL is a credit information company in India that provides credit scores and reports to individuals and businesses.

    • TU CIBIL stands for TransUnion CIBIL Limited.

    • It is one of the leading credit bureaus in India.

    • It collects and maintains credit information of individuals and businesses.

    • Lenders use TU CIBIL reports to assess the creditworthiness of borrowers.

    • A good credit score from TU CIBIL can help in getting better

  • Answered by AI
  • Q2. What is credit score
  • Ans. 

    Credit score is a numerical representation of a person's creditworthiness, based on their credit history.

    • Credit score ranges from 300 to 850, with higher scores indicating better creditworthiness.

    • Factors that influence credit score include payment history, credit utilization, length of credit history, types of credit used, and new credit accounts.

    • Lenders use credit scores to assess the risk of lending money to individu...

  • Answered by AI
  • Q3. How many credit bureau's are there

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About data profiling
  • Q2. Data mapping questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Problem solving questions
  • Q2. Scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Yet to receive call
  • Q2. Yet to confirm the dates
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What's is work experience.
  • Ans. 

    Work experience refers to the practical knowledge and skills gained from employment in a specific field or industry.

    • Work experience includes tasks, responsibilities, and projects completed in a professional setting.

    • It can be gained through internships, part-time jobs, full-time positions, or volunteer work.

    • Work experience helps individuals develop industry-specific skills, build a professional network, and gain a bette...

  • Answered by AI
  • Q2. Whats is sql and power bi.
  • Ans. 

    SQL is a programming language used for managing and querying databases. Power BI is a business analytics tool for visualizing and analyzing data.

    • SQL stands for Structured Query Language and is used to communicate with databases.

    • SQL can be used to retrieve, update, and manipulate data in databases.

    • Power BI is a data visualization tool that allows users to create interactive reports and dashboards.

    • Power BI can connect to...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website

Interview Questionnaire 

1 Question

  • Q1. Tell me about a project you worked on in which you handled large set of data and multiple tables.

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your geniune answers, articulate them well and be yourself.

Data Analyst Interview Questions & Answers

PayPal user image Snehith Korukonda

posted on 21 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics were, DSA, SQL, PL/SQL, Data Augmentation

Round 2 - Coding Test 

Customer churn classification using a classification ML model

Round 3 - Technical 

(2 Questions)

  • Q1. Write a pseudo code for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start with the first element and compare it with the next element, swapping if necessary

    • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

    • Continue this process for each element in the array until no more swaps are ne

  • Answered by AI
  • Q2. What is an API
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data between software applications

    • APIs can be used to access data from external sources, such as social media platforms or weather services

    • Examples of APIs include the Twitter API, Google Maps API, and Spotify API

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

  • Answered by AI
  • Q2. Salaray compensation how much

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Sql and aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Question from resume amd project
  • Q2. Some questions on sql
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic questions about resume
Round 2 - One-on-one 

(2 Questions)

  • Q1. Workplace adjustment questions
  • Q2. Are you willing to work extra hours

I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on sql

Interview Preparation Tips

Interview preparation tips for other job seekers - it is good experience and moderate prepare for sql, data visualisation etc,it lasted for 2 hrs 30 mins. the interviwers want to test by both technical and soft skills
Contribute & help others!
anonymous
You can choose to be anonymous

Crif Solutions Interview FAQs

How to prepare for Crif Solutions Business Analyst 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 Crif Solutions. The most common topics and skills that interviewers at Crif Solutions expect are Business Analysis, Requirement Gathering, Documentation, Lending and Product Management.

Recently Viewed

JOBS

University Living Accommodation

No Jobs

SALARIES

Info Edge

REVIEWS

APELO CONSULTING

No Reviews

REVIEWS

APELO CONSULTING

No Reviews

SALARIES

BigBasket

REVIEWS

APELO CONSULTING

No Reviews

REVIEWS

APELO CONSULTING

No Reviews

REVIEWS

APELO CONSULTING

No Reviews

REVIEWS

University Living Accommodation

No Reviews

REVIEWS

University Living Accommodation

No Reviews

Tell us how to improve this page.

Crif Solutions Business Analyst Salary
based on 53 salaries
₹5.5 L/yr - ₹20.5 L/yr
38% more than the average Business Analyst Salary in India
View more details

Crif Solutions Business Analyst Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

3.9

Salary

4.0

Job security

4.4

Company culture

3.6

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Crif Solutions with

Experian

3.8
Compare

Credit Information Bureau

3.8
Compare

Equifax

3.3
Compare

Nsdl Database Management

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