Upload Button Icon Add office photos

Filter interviews by

Sub-K IMPACT Solutions Senior Data Analyst Interview Questions and Answers

Updated 29 Dec 2022

Sub-K IMPACT Solutions Senior Data Analyst Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Technical 

(2 Questions)

  • Q1. How to find null values from a data using sql?
  • Ans. 

    To find null values from a data using SQL, use the IS NULL operator.

    • Use the IS NULL operator to check for null values in a specific column.

    • Combine the IS NULL operator with the WHERE clause to filter out null values.

    • Use the COUNT function to count the number of null values in a column.

    • Example: SELECT * FROM table_name WHERE column_name IS NULL;

    • Example: SELECT COUNT(column_name) FROM table_name WHERE column_name IS NULL

  • Answered by AI
  • Q2. Select * from table where student_name isnull() ;
  • Ans. 

    This SQL query selects all rows from a table where the student_name column is null.

    • The query uses the SELECT statement to retrieve data from a table.

    • The * symbol means all columns will be selected.

    • The WHERE clause filters the results to only include rows where student_name is null.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL questions. They really focus on Statistics more. Statistics related to data analytics.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
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 - Aptitude Test 

Questions mainly based on capital market

Round 3 - Technical 

(5 Questions)

  • Q1. Question mainly based on 3 financial statements
  • Q2. Link between 3 financial statements
  • Ans. 

    The link between the 3 financial statements (Income Statement, Balance Sheet, Cash Flow Statement) is that they are interconnected and provide a comprehensive view of a company's financial performance.

    • Income Statement shows the company's revenues and expenses over a period of time, which affects the company's net income.

    • Balance Sheet shows the company's assets, liabilities, and equity at a specific point in time, which...

  • Answered by AI
  • Q3. What is Interest coverage ratio
  • Ans. 

    Interest coverage ratio measures a company's ability to pay interest on its debt with its earnings.

    • Interest coverage ratio is calculated by dividing a company's earnings before interest and taxes (EBIT) by its interest expenses.

    • A higher interest coverage ratio indicates that a company is more capable of meeting its interest obligations.

    • A lower interest coverage ratio may signal financial distress and an increased risk ...

  • Answered by AI
  • Q4. What is GAAP & Non-GAAP EPS
  • Ans. 

    GAAP EPS is based on generally accepted accounting principles, while Non-GAAP EPS excludes certain expenses or income that are not considered part of normal operations.

    • GAAP EPS follows accounting standards set by regulatory bodies like SEC

    • Non-GAAP EPS excludes items like one-time expenses or gains to provide a clearer picture of ongoing business performance

    • Investors often consider both GAAP and Non-GAAP EPS when evalua

  • Answered by AI
  • Q5. What is amortisation
  • Ans. 

    Amortisation is the process of spreading out the cost of an intangible asset over its useful life.

    • Amortisation is similar to depreciation, but it is used for intangible assets such as patents, copyrights, and trademarks.

    • It helps in matching the expense of the intangible asset with the revenue it generates over time.

    • The amortisation expense is recorded on the income statement and reduces the value of the intangible asse...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication will help and be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic & intermediate SQL questions
  • Q2. Second highest salary of employee
  • Q3. DBMS key concepts and explation with examples of use case
  • Ans. 

    DBMS key concepts and examples of use cases

    • DBMS stands for Database Management System

    • Key concepts include data modeling, query optimization, transaction management

    • Use cases include online transaction processing (OLTP), data warehousing, customer relationship management (CRM)

    • Examples: MySQL for OLTP, Oracle for data warehousing, Salesforce for CRM

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Techno business related questions

Skills evaluated in this interview

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

Jsjwkqnsnns.hejwkqp hsowpa bsoqla bspam

Round 2 - Assignment 

Bsppq hspals bsoak nspal bdoa a

Round 3 - Group Discussion 

Hsoaks bspapa bosoaks bospmwa bosoebs

Round 4 - One-on-one 

(2 Questions)

  • Q1. Jspwpaknsbe jsos heopw
  • Q2. Jsppq jepwl jspam
Round 5 - Case Study 

Hdosm jspwl jspwla bqiq heowwo hsowoa

Round 6 - One-on-one 

(2 Questions)

  • Q1. Hslwla jwpwpq belwp
  • Q2. Bspwlw noslw nspq a
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Silchar and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about oops
  • Q2. And also aked SQL related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - go hard
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. SQL Window functions
  • Q2. Excel computed fields in pivot tables
  • Ans. 

    Excel pivot tables allow users to create computed fields using formulas.

    • In Excel pivot tables, computed fields are created by adding a new field with a formula.

    • Formulas can be simple arithmetic operations or more complex calculations.

    • Computed fields can be used to perform calculations on existing data in the pivot table.

    • Examples: calculating profit margin by dividing revenue by cost, calculating average sales per month

  • Answered by AI
  • Q3. Difference in precision and recall
  • Ans. 

    Precision is the ratio of correctly predicted positive observations to the total predicted positives, while recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • Precision focuses on the accuracy of positive predictions, while recall focuses on the proportion of actual positives that were correctly identified.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN)

    • Example: In...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. About past experience
  • Q2. Past project details

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Top 7 th employee salary
Find Duplicates

Round 2 - Technical 

(3 Questions)

  • Q1. Trigger Stored procedure
  • Ans. 

    A trigger is a special type of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers are used to enforce business rules, maintain data integrity, and automate tasks.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.

    • For example, a trigger can be created to update a log table whenever a new record is inserted into a main table.

  • Answered by AI
  • Q2. Gateway Different modes in power bi
  • Ans. 

    Power BI has different modes like View, Edit, and Data Source.

    • View mode allows users to interact with reports and dashboards

    • Edit mode enables users to modify existing reports and create new ones

    • Data Source mode allows users to connect to and manipulate data sources

  • Answered by AI
  • Q3. Nothing to get importance no words

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Join and window functions
  • Q2. Python questions and puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self

Data Analyst Interview Questions & Answers

Fidelity National Financial user image ummekulsoom2436idaautomation

posted on 21 May 2024

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

(1 Question)

  • Q1. About self intro about family about village

Interview Preparation Tips

Interview preparation tips for other job seekers - Typing test and communication last round interview

Sub-K IMPACT Solutions Interview FAQs

How many rounds are there in Sub-K IMPACT Solutions Senior Data Analyst interview?
Sub-K IMPACT Solutions interview process usually has 2 rounds. The most common rounds in the Sub-K IMPACT Solutions interview process are Resume Shortlist and Technical.
What are the top questions asked in Sub-K IMPACT Solutions Senior Data Analyst interview?

Some of the top questions asked at the Sub-K IMPACT Solutions Senior Data Analyst interview -

  1. How to find null values from a data using s...read more
  2. Select * from table where student_name isnull(...read more

Tell us how to improve this page.

Sub-K IMPACT Solutions Senior Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
4.0
 • 242 Interviews
FactSet Interview Questions
3.9
 • 206 Interviews
Kotak Securities Interview Questions
3.6
 • 112 Interviews
TresVista Interview Questions
2.9
 • 112 Interviews
Pine Labs Interview Questions
3.4
 • 107 Interviews
Mr Cooper Interview Questions
4.1
 • 77 Interviews
View all
Sub-K IMPACT Solutions Senior Data Analyst Salary
based on 6 salaries
₹3.8 L/yr - ₹5 L/yr
60% less than the average Senior Data Analyst Salary in India
View more details

Sub-K IMPACT Solutions Senior Data Analyst Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Unit Head
37 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Customer Service Representative
29 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Business Associate
24 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Cluster Manager
22 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Product Manager
20 salaries
unlock blur

₹7.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Sub-K IMPACT Solutions with

Aye Finance

4.1
Compare

Ujjivan Financial Services

4.3
Compare

Bharat Financial Inclusion

3.9
Compare

Jana Small Finance Bank

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