Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

CRED Data Science Interview : Most Asked Questions and Expert Tips

We know that each domain requires a different type of preparation, so we have divided our books in the same way:

Our best seller:
✅Become a Full Stack Analytics Professional with The Data Monk’s master e-book with 2200+ interview questions covering 23 topics – 2200 Most Asked Interview Questions

Machine Learning e-book
Data Scientist and Machine Learning Engineer ->23 e-books covering all the ML Algorithms Interview Questions

Domain wise interview e-books
Data Analyst and Product Analyst Interview Preparation ->1100+ Most Asked Interview Questions
Business Analyst Interview Preparation ->1250+ Most Asked Interview Questions

We are a group of 30+ people with ~8 years of Analytics experience in product-based companies. We take interviews on a daily basis for our organization and we very well know what is asked in the interviews.
Other skill enhancer websites charge 2lakh+ GST for courses ranging from 10 to 15 months.

We only focus on making you a clear interview with ease. We have released our Become a Full Stack Analytics Professional for anyone in 2nd year of graduation to 8-10 YOE. This book contains 23 topics and each topic is divided into 50/100/200/250 questions and answers. Pick the book and read it thrice, learn it, and appear in the interview.

We also have a complete Analytics interview package
– 
2200 questions ebook (Rs.1999) + 23 ebook bundle for Data Science and Analyst role (Rs.1999)
– 
4 one-hour mock interviews, every Saturday (top mate – Rs.1000 per interview)
– 
4 career guidance sessions, 30 mins each on every Sunday (top mate – Rs.500 per session)
– 
Resume review and improvement (Top mate – Rs.500 per review)

YouTube channel
 covering all the interview-related important topics in SQL, Python, MS Excel, Machine Learning Algorithm, Statistics, and Direct Interview Questions
Link – The Data Monk Youtube Channel

Company: CRED
Designation: Data Scientist
Year of Experience Required: 0 to 4 years
Technical Expertise: SQL, Python/R, Statistics, Machine Learning, Case Studies
Salary Range: 12LPA – 30LPA

CRED is a members-only platform that rewards individuals for timely credit card bill payments. Founded to simplify credit card management and improve financial health, CRED offers exclusive rewards and premium experiences to users with high credit scores. If you’re preparing for a Data Science role at CRED, here’s a detailed breakdown of their interview process and the types of questions you can expect.

Cred Data Science Interview Questions

1) How can you find the second highest salary from an employees table?

2) How do you retrieve employees earning more than the average salary?

SELECT name, salary
FROM employees
WHERE salary > (SELECT AVG(salary) FROM employees);

3) How can you find the highest-paid employee in each department?

4) How do you count the number of employees in each department?

5) How can you find duplicate records based on the email column?

1) Write a Python function that takes a list of numbers as input and returns a new list where each element is doubled, using the map() function and a lambda function.

CRED Data Science Interview Questions

2) Write a Python function that takes a list of numbers as input and returns a new list containing only the even numbers, using the filter() function and a lambda function.

CRED Data Science Interview Questions

3) Write a Python decorator that measures and prints the execution time of a function.

CRED Data Science Interview Questions

4) Given two sets, set1 and set2, write Python code to find the elements that are present in set1 but not in set2.

CRED Data Science Interview Questions

5) Create a Python class called Circle with an attribute radius and a method area() that calculates and returns the area of the circle.

CRED Data Science Interview Questions

1) What is an independent variable and what if I have three independent variables in my model and no dependent variable?

An independent variable is a variable that influences the dependent variable but is not affected by it.

If you have three independent variables but no dependent variable, then:

2) What are the steps you will take to improve the performance of a poor-performing query?

To optimize a slow SQL query, follow these steps:

3) What is the relationship between sample size and margin of error? What do they represent?

Relationship:

For example, in survey polling, increasing respondents reduces uncertainty in predictions.

4) What methods are used for Missing Value Treatments? Are there any disadvantages of using them in your dataset?

Techniques:

Disadvantages:

5) Given a random Bernoulli trial generator, how do you return a value sampled from a normal distribution?

Answer:
Use the Central Limit Theorem (CLT):

CRED wants to build a predictive model to identify users who are likely to default on their credit card bill payments. As a data scientist, your task is to analyze user transaction patterns, identify key risk factors, and recommend strategies to reduce defaults.

You have access to a dataset containing past user transactions and credit history. The dataset includes the following attributes:

Basic, you can practice a lot of case studies and other statistics topics here –
http://thedatamonk.com/data-science-resources/

About TheDataMonkGrand Master

I am the Co-Founder of The Data Monk. I have a total of 6+ years of analytics experience 3+ years at Mu Sigma 2 years at OYO 1 year and counting at The Data Monk I am an active trader and a logically sarcastic idiot :)

Follow Me