Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sarvagram Fincare Team. If you also belong to the team, you can get access from here

Sarvagram Fincare Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sarvagram Fincare Data Analyst Interview Questions, Process, and Tips

Updated 10 Jul 2024

Top Sarvagram Fincare Data Analyst Interview Questions and Answers

Sarvagram Fincare Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Windows functions in SQL and use of Lag function
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row in a query result.

    • The LAG function is a window function that allows you to access data from a previous row in the result set.

    • Example: SELECT employee_id, salary, LAG(salary) OVER (ORDER BY hire_date) AS prev_salary FR

  • Answered by AI
  • Q2. Nested for loop for list example
  • Ans. 

    Nested for loop used to iterate through a list of items

    • Use a for loop to iterate through the main list

    • Inside the first loop, use another for loop to iterate through each item in the sublist

    • Example: for item in main_list: for sub_item in item: print(sub_item)

  • Answered by AI
  • Q3. What is data base and data warehouse
  • Ans. 

    A database is a collection of structured data organized for easy access, while a data warehouse is a centralized repository for storing and analyzing large volumes of data.

    • Database is used for transactional processing and storing current data.

    • Data warehouse is used for analytical processing and storing historical data.

    • Database is typically used for day-to-day operations.

    • Data warehouse is used for decision-making and bu...

  • Answered by AI
  • Q4. Which are Joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the righ...

  • Answered by AI
  • Q5. What is DAX in power bi
  • Ans. 

    DAX (Data Analysis Expressions) is a formula language used in Power BI to create custom calculations and aggregations.

    • DAX is similar to Excel formulas but designed for more complex data analysis tasks

    • It can be used to create calculated columns, measures, and calculated tables in Power BI

    • DAX functions include aggregation functions like SUM, AVERAGE, and COUNT, as well as logical functions and date functions

    • Example: CALC...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Rohit Dudhal

posted on 10 Jul 2024

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

(1 Question)

  • Q1. SQL Basics details

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via itvedant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are types of joins in SQL
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: returns rows when there is a match in both tables

    • Left join: returns all rows from the left table and the matched rows from the right table

    • Right join: returns all rows from the right table and the matched rows from the left table

    • Full outer join: returns rows when there is a match in either table

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL questions were asked

I applied via Walk-in and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Job role, salary, dpoc

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak truth, clarity of thoughts, mindful.

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. General knowledge questions
  • Q2. Company details
  • Q3. Who do work
  • Ans. 

    Business Analysts work with various stakeholders to analyze business processes and identify opportunities for improvement.

    • Business Analysts work with stakeholders from different departments to gather requirements and understand business needs.

    • They analyze data and conduct research to identify trends and patterns.

    • They document business processes and create models to visualize workflows.

    • They collaborate with IT teams to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Vijayawada
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about the projects you have worked on
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join BofA?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning with mathematics and interpretation

Round 2 - Coding Test 

LC easy and medium questions based on stack and dp

Round 3 - HR 

(1 Question)

  • Q1. General questions about how I work, hobbies

Analyst Interview Questions & Answers

BA Continuum user image Ashis Kumar Sahoo

posted on 23 Feb 2024

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

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the sdlc process?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.

    • Examples of SDLC mode...

  • Answered by AI
  • Q2. What is agile methodologies
  • Ans. 

    Agile methodologies are a set of principles and practices that prioritize flexibility, collaboration, and iterative development in project management.

    • Focus on adaptive planning and continuous improvement

    • Emphasize collaboration between cross-functional teams

    • Prioritize delivering working software in short iterations

    • Encourage frequent feedback and adaptation to changes

    • Common frameworks include Scrum, Kanban, and Extreme P

  • Answered by AI
  • Q3. Difference between agile and waterfall
  • Ans. 

    Agile is iterative and flexible, while waterfall is sequential and rigid.

    • Agile involves continuous feedback and adaptation, while waterfall follows a linear approach.

    • Agile allows for changes throughout the project, while waterfall requires detailed planning upfront.

    • Agile promotes collaboration and communication among team members, while waterfall has distinct phases with limited interaction.

    • Agile is better suited for p...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join our organization?

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic HR Questions
  • Q2. Advanced SQL
  • Q3. Power BI Questions, DAX

Interview Preparation Tips

Interview preparation tips for other job seekers - Had an aptitude round and then an technical interview with the manager

Sarvagram Fincare Interview FAQs

How many rounds are there in Sarvagram Fincare Data Analyst interview?
Sarvagram Fincare interview process usually has 1 rounds. The most common rounds in the Sarvagram Fincare interview process are Technical.
How to prepare for Sarvagram Fincare 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 Sarvagram Fincare. The most common topics and skills that interviewers at Sarvagram Fincare expect are Business Solutions, Data Analysis, Data Analytics, Data Mining and Data Visualization.
What are the top questions asked in Sarvagram Fincare Data Analyst interview?

Some of the top questions asked at the Sarvagram Fincare Data Analyst interview -

  1. What is data base and data wareho...read more
  2. windows functions in SQL and use of Lag funct...read more
  3. What is DAX in power...read more

Tell us how to improve this page.

Sarvagram Fincare Data Analyst Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.1
 • 100 Interviews
Hero FinCorp Interview Questions
4.0
 • 90 Interviews
mPokket Interview Questions
3.8
 • 71 Interviews
Kinara Capital Interview Questions
4.3
 • 68 Interviews
SBFC Finance Interview Questions
3.6
 • 61 Interviews
View all
Sarvagram Fincare Data Analyst Salary
based on 5 salaries
₹5.2 L/yr - ₹13.4 L/yr
44% more than the average Data Analyst Salary in India
View more details

Sarvagram Fincare Data Analyst Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Branch Relationship Officer
96 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Branch Manager
50 salaries
unlock blur

₹3.5 L/yr - ₹8.6 L/yr

Branch Credit Manager
42 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Branch Credit Officer
40 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Credit Manager
20 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Sarvagram Fincare with

Home Credit Finance

4.1
Compare

Kogta Financial India Limited

4.7
Compare

Sammaan Capital Limited

3.7
Compare

Hero FinCorp

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