Premium Employer

HCLTech

3.6
based on 33.6k Reviews
Filter interviews by

10+ Finova Capital Interview Questions and Answers

Updated 6 Dec 2024
Popular Designations

Q1. What is unwanted safety effect?

Ans.

Unwanted safety effect refers to an adverse event or side effect caused by a medication or medical intervention.

  • It is an unintended consequence of a medical treatment or intervention

  • It can range from mild to severe and can occur immediately or after a period of time

  • Examples include allergic reactions, organ damage, and infections

  • It is important to monitor and report any unwanted safety effects to ensure patient safety

Add your answer

Q2. What is data types ?

Ans.

Data types are the classification of data based on the type of value it holds.

  • Data types determine the type of operations that can be performed on the data.

  • Examples of data types include integers, strings, booleans, and floats.

  • Data types can be categorized as primitive or non-primitive.

  • Primitive data types are basic data types like integers and floats, while non-primitive data types are more complex like arrays and objects.

View 1 answer

Q3. Difference between Having and Where clause in SQL

Ans.

HAVING is used with GROUP BY to filter grouped rows, WHERE is used to filter individual rows.

  • HAVING is used with GROUP BY to filter grouped rows based on aggregate functions

  • WHERE is used to filter individual rows before any grouping is done

  • HAVING is used after GROUP BY in a query, WHERE is used before GROUP BY

  • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

  • Example: SELECT * FROM employees WHERE department = 'Sales';

Add your answer

Q4. What is a variable ?

Ans.

A variable is a value or quantity that can change or vary in a given context or situation.

  • Variables are used to store and manipulate data in programming languages.

  • They can be assigned different values and used in calculations or comparisons.

  • Examples include integers, strings, and booleans.

  • Variables can also be used in statistical analysis to represent a characteristic or attribute being measured.

  • They are often defined by a name and a data type.

View 1 answer
Discover Finova Capital interview dos and don'ts from real experiences

Q5. Calculate avg value and standard deviation from given data

Ans.

Calculate avg value and standard deviation from given data

  • Calculate the average value by summing all data points and dividing by the total number of data points

  • Calculate the standard deviation by finding the square root of the average of the squared differences between each data point and the mean

  • Example: Data points - 5, 7, 9, 11. Average = (5+7+9+11)/4 = 8. Standard deviation = sqrt(((5-8)^2 + (7-8)^2 + (9-8)^2 + (11-8)^2)/4)

Add your answer

Q6. Difference between a Data Warehouse and Data lake?

Ans.

Data warehouse is structured and used for reporting and analysis, while data lake is unstructured and used for exploration and experimentation.

  • Data warehouse stores structured data for easy access and analysis.

  • Data lake stores unstructured and raw data for exploration and experimentation.

  • Data warehouse is typically used for reporting and business intelligence.

  • Data lake is used for data science and machine learning projects.

  • Data warehouse requires schema-on-write, meaning data...read more

Add your answer
Are these interview questions helpful?

Q7. Difference between inner join and left join

Ans.

Inner join returns only the matching rows between two tables, while left join returns all rows from the left table and the matching rows from the right table.

  • Inner join only includes rows that have a match in both tables

  • Left join includes all rows from the left table, even if there is no match in the right table

  • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Example: Left join - SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.i...read more

Add your answer

Q8. How to handle incremental refresh

Ans.

Incremental refresh is a process of updating only new or changed data in a dataset.

  • Identify the key columns that can be used to track changes in the data

  • Use date or timestamp columns to filter out new or updated records

  • Implement a process to regularly check for new data and update the dataset accordingly

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. difference between adsl and blob storage

Ans.

ADSL is a type of internet connection technology, while Blob storage is a type of cloud storage service.

  • ADSL (Asymmetric Digital Subscriber Line) is a type of broadband connection that uses existing telephone lines to transmit data.

  • Blob storage is a type of cloud storage service provided by platforms like Azure, AWS, and Google Cloud.

  • ADSL typically has slower upload speeds compared to download speeds, while Blob storage is designed for storing large amounts of unstructured da...read more

Add your answer

Q10. Row Level Security Connectivity Modes

Ans.

Row level security refers to restricting access to specific rows of data based on user permissions.

  • Row level security is implemented by defining filters or conditions on data access at the row level.

  • It ensures that users can only see and interact with the data they are authorized to access.

  • Connectivity modes refer to the ways in which users can connect to the data source, such as direct query or import mode.

Add your answer

Q11. What is a dax

Ans.

DAX stands for Data Analysis Expressions and is a formula language used in Power BI, Excel, and other Microsoft tools for data analysis.

  • DAX is used to create custom calculations, measures, and aggregations in data models.

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

  • DAX functions can be used to manipulate and analyze data in Power BI reports and dashboards.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Finova Capital

based on 11 interviews in the last 1 year
2 Interview rounds
Technical Round 1
Technical Round 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Data Analyst Interview Questions from Similar Companies

3.9
 • 16 Interview Questions
4.0
 • 16 Interview Questions
3.8
 • 16 Interview Questions
3.8
 • 13 Interview Questions
3.7
 • 13 Interview Questions
4.2
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter