Upload Button Icon Add office photos

Filter interviews by

Credence Resource Management Data Analyst Interview Questions and Answers

Updated 25 Jan 2025

Credence Resource Management Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Samadhan Tangde

posted on 25 Jan 2025

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

I was interviewed in Jul 2024.

Round 1 - Coding Test 

They provided me coding test having 10 questions which covered Excel, SQL, Python and Rest API.

Round 2 - Technical 

(1 Question)

  • Q1. Advance Excel e.g. VLOOKUP, SUMIFS, Power Query, Data mapping, cleaning and transformation. SQL: Asked to solve 2 queries and asked about Subquery, cte, string functions, window function, stored procedure...
Round 3 - Aptitude Test 

Some aptitude questions that assessed business mindset, logical abilities for problem-solving, and statistical analysis.

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation, cab availability, joining date etc

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on reasoning and problem solving

Round 2 - Technical 

(2 Questions)

  • Q1. What is list and tuple
  • Ans. 

    List and tuple are both data structures in Python. Lists are mutable, ordered collections of items, while tuples are immutable, ordered collections.

    • List is mutable, meaning its elements can be changed after creation

    • Tuple is immutable, meaning its elements cannot be changed after creation

    • List is defined using square brackets [], while tuple is defined using parentheses ()

    • Example of list: my_list = [1, 2, 3]

    • Example of tu

  • Answered by AI
  • Q2. How tableau works
  • Ans. 

    Tableau is a data visualization tool that helps users create interactive and shareable dashboards and reports.

    • Tableau connects to various data sources such as Excel, SQL databases, and cloud services.

    • Users can drag and drop fields to create visualizations like charts, graphs, and maps.

    • Tableau allows for interactive filtering and drilling down into data for deeper insights.

    • Users can create dashboards and stories to pres...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with basic

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Walk through your project?
  • Ans. 

    Developed a predictive model to forecast sales based on historical data

    • Collected and cleaned historical sales data

    • Performed exploratory data analysis to identify trends and patterns

    • Built and trained a machine learning model using regression techniques

    • Evaluated model performance using metrics like RMSE and MAE

  • Answered by AI
  • Q2. Behavioral questions?
Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on Advanced Excel like Vlookup, Index match, sumifs, pivot tables
  • Q2. Behavioral questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your projects
Basic SQL, Advanced Excel, Tableau or Power BI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is the name of the company you have worked for, and what is your past experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview lacked proper organization, as multiple individuals were present in the same link. Those involved were quite rude and disorganized, leading to a disappointing experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Aptitude Test 

Medical knowledge based questions

Round 2 - Technical 

(2 Questions)

  • Q1. General medical questions
  • Q2. Antidiabetics , gerd, antihypertension,gout,bones,fracture
Round 3 - HR 

(1 Question)

  • Q1. Introducation salary expectation skills personality
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction, Journey, questions from CV
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Quantitative and Non-verbal Aptitude

Round 2 - Coding Test 

HTML, CSS, JavaScript

Round 3 - Technical 

(2 Questions)

  • Q1. Top 2nd salary in the IT department
  • Q2. Questions related to Window Functions.
Round 4 - HR 

(1 Question)

  • Q1. Salary structure and negotiation

Interview Preparation Tips

Topics to prepare for Continuum Global Data Analyst interview:
  • SQL
  • Python

I applied via Referral and was interviewed in Mar 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 - Coding Test 

Self details

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going don't stop anywhere Thank you.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Java, python, r, powerbi

Round 2 - Group Discussion 

About powerbi, they have conducted.....

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. What is Logistic regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting the probability of a categorical dependent variable

    • It is commonly used in marketing, finance, and healthcare industries

    • It uses a sigmoid function to map any real-valued number to a value between 0 and 1

    • Exa...

  • Answered by AI
  • Q2. What are Random Forests
  • Ans. 

    Random Forests is an ensemble learning method for classification, regression and other tasks.

    • Random Forests is a machine learning algorithm that builds multiple decision trees and combines their outputs.

    • It is an ensemble learning method that uses bagging and feature randomness to improve the accuracy and prevent overfitting.

    • Random Forests can be used for classification, regression, feature selection, and outlier detect...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. What is Natural Language Processing
  • Ans. 

    Natural Language Processing is a field of study that focuses on making computers understand human language.

    • It involves using algorithms and statistical models to analyze and interpret human language.

    • NLP is used in various applications such as chatbots, sentiment analysis, and language translation.

    • Examples of NLP tools include NLTK, spaCy, and Stanford CoreNLP.

  • Answered by AI
  • Q2. What is BERT & Transformers
  • Ans. 

    BERT & Transformers are natural language processing models used for tasks such as sentiment analysis, question answering, and language translation.

    • BERT stands for Bidirectional Encoder Representations from Transformers and is a pre-trained language model developed by Google.

    • Transformers are a type of neural network architecture that can process sequential data, such as text, by attending to different parts of the input...

  • Answered by AI
  • Q3. What are common OCR techniques
  • Ans. 

    OCR techniques include preprocessing, segmentation, recognition, and postprocessing.

    • Preprocessing involves enhancing the image quality and removing noise.

    • Segmentation is the process of identifying individual characters or words in the image.

    • Recognition involves using machine learning algorithms to recognize the characters or words.

    • Postprocessing involves correcting errors and improving the accuracy of the recognized te...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Technical concepts and algorithms in Machine Learning

Skills evaluated in this interview

Credence Resource Management Interview FAQs

How many rounds are there in Credence Resource Management Data Analyst interview?
Credence Resource Management interview process usually has 4 rounds. The most common rounds in the Credence Resource Management interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Credence Resource Management Data 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 Credence Resource Management. The most common topics and skills that interviewers at Credence Resource Management expect are Data Analysis, Data Analytics, MSBI, RCM and Revenue Cycle Management.

Tell us how to improve this page.

Credence Resource Management Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Credence Resource Management Data Analyst Salary
based on 23 salaries
₹1.5 L/yr - ₹6 L/yr
32% less than the average Data Analyst Salary in India
View more details

Credence Resource Management Data Analyst Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.3

Salary

4.6

Job security

4.1

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Customer Service Executive
266 salaries
unlock blur

₹1.6 L/yr - ₹6.5 L/yr

Team Lead
141 salaries
unlock blur

₹3.6 L/yr - ₹9.5 L/yr

Executive
86 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Customer Care Executive
76 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Back Office Executive
74 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Explore more salaries
Compare Credence Resource Management with

Vertex Customer Solutions

3.6
Compare

Firstsource Solutions

3.7
Compare

WNS

3.4
Compare

Sutherland Global Services

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