Add office photos
Engaged Employer

LTIMindtree

3.8
based on 20.2k Reviews
Filter interviews by

20+ SkilloVilla Interview Questions and Answers

Updated 20 Jun 2024
Popular Designations

Q1. How many types of subscription in power BI report reserver

Ans.

There are two types of subscriptions in Power BI Report Server.

  • The two types of subscriptions are Power BI Report Server Standard and Power BI Report Server Enterprise.

  • The Standard subscription allows for a single server deployment, while the Enterprise subscription allows for a distributed deployment.

  • The Enterprise subscription also includes additional features such as high availability and disaster recovery.

  • Both subscriptions require a license for each user accessing the re...read more

Add your answer

Q2. Why are you using Sql server agent ?

Ans.

Sql server agent is used for scheduling and automating tasks in SQL Server.

  • Automates routine tasks like backups, index maintenance, etc.

  • Allows scheduling of jobs to run at specific times or intervals.

  • Provides alerts and notifications for job failures.

  • Can be used to execute PowerShell scripts or SSIS packages.

  • Helps improve database performance and reliability.

Add your answer

Q3. Tell me what ways you improve performance of report?

Ans.

Performance of reports can be improved by optimizing queries, reducing data volume, using efficient visuals, and caching data.

  • Optimize queries by removing unnecessary columns and filters

  • Reduce data volume by aggregating data at the source or using incremental refresh

  • Use efficient visuals like matrix instead of tables for large datasets

  • Cache data to reduce query times for frequently accessed data

Add your answer

Q4. what is different between filter and slicer?

Ans.

Filters are used to restrict data at the report level, while slicers are interactive visual filters applied to specific visuals.

  • Filters are applied at the report level and affect all visuals, while slicers are applied to specific visuals only.

  • Slicers allow users to interactively filter data by selecting values from a list or range.

  • Filters can be applied to multiple visuals at once, while slicers are applied individually to each visual.

  • Slicers provide a more user-friendly way ...read more

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

Q5. What is star schema and snowflake schema?

Ans.

Star schema is a data warehouse schema where a central fact table is connected to multiple dimension tables. Snowflake schema is a normalized form of star schema.

  • Star schema consists of a central fact table connected to multiple dimension tables

  • Snowflake schema is a normalized form of star schema where dimension tables are further normalized into sub-dimension tables

  • Star schema is denormalized for faster query performance, while snowflake schema is normalized for easier maint...read more

Add your answer

Q6. What is CALCULATED function and how it works?

Ans.

CALCULATED function is used in Power BI to create custom calculations based on existing data in a report.

  • CALCULATED function is used to create custom calculations in DAX (Data Analysis Expressions) language.

  • It allows users to define complex calculations based on existing data in the report.

  • CALCULATED function can be used with other DAX functions to perform calculations like aggregations, comparisons, and conditional logic.

  • Example: CALCULATED column can be used to calculate pr...read more

Add your answer
Are these interview questions helpful?

Q7. in previous project what type of data source we used

Ans.

We used a variety of data sources including SQL databases, Excel files, and web APIs.

  • SQL databases

  • Excel files

  • Web APIs

Add your answer

Q8. Tell me about complex DAX functions you used

Ans.

I have used complex DAX functions like CALCULATE, FILTER, SUMX, etc. to perform advanced calculations in Power BI.

  • Used CALCULATE function to apply filters and context changes to calculations

  • Utilized FILTER function to filter data based on specific conditions

  • Implemented SUMX function to iterate over a table and perform calculations for each row

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

Q9. What is data query and data flow?

Ans.

Data query is the process of retrieving specific data from a database, while data flow is the movement of data from one point to another.

  • Data query involves writing SQL queries to extract specific data from a database

  • Data flow refers to the movement of data from source to destination through various transformations

  • Data query is used to filter and retrieve relevant data, while data flow ensures data is processed and moved efficiently

  • Example: Data query can be used to extract s...read more

Add your answer

Q10. What is Calculated column and Measure?

Ans.

Calculated column is a static column in a table calculated based on a formula, while Measure is a dynamic calculation based on aggregated data.

  • Calculated column is created in Power BI using DAX formula and stored in the data model.

  • Measure is a calculation performed on the fly based on the context of the visualization.

  • Calculated columns are static and can be used for filtering and sorting, while Measures are dynamic and used for aggregations like sum, average, etc.

Add your answer

Q11. What is query folding in power BI?

Ans.

Query folding in Power BI is a process where Power BI pushes the data transformation steps back to the data source.

  • Query folding improves performance by reducing the amount of data loaded into Power BI.

  • It allows Power BI to leverage the capabilities of the data source for data transformation.

  • Commonly used with relational databases like SQL Server, Oracle, etc.

  • Example: When filtering data in Power BI, query folding will push the filter operation back to the database for proces...read more

Add your answer

Q12. WHAT IS ROW LEVEL SECURITY ?

Ans.

Row level security is a feature in Power BI that restricts data access at the row level based on user roles or criteria.

  • Row level security limits data access based on user roles or criteria

  • It ensures that users only see the data they are authorized to access

  • Row level security can be implemented using DAX expressions in Power BI

View 1 answer

Q13. What is RANK & DENSE RANK in SQL

Ans.

RANK assigns a unique rank to each row based on a specified column, while DENSE RANK assigns a unique rank to each distinct row.

  • RANK function is used to assign a unique rank to each row based on a specified column

  • DENSE RANK function is used to assign a unique rank to each distinct row, skipping ranks if there are ties

  • RANK and DENSE RANK are commonly used in SQL queries to rank data based on certain criteria

Add your answer

Q14. Difference between power query and direct query

Ans.

Power Query is used to import and transform data within Power BI, while Direct Query allows real-time data access from the data source.

  • Power Query is used to import and transform data within Power BI before loading it into the data model.

  • Direct Query allows Power BI to query the data source directly in real-time, without importing the data into the data model.

  • Power Query is suitable for smaller datasets that can be loaded into memory, while Direct Query is ideal for large dat...read more

Add your answer

Q15. What are relationships in power BI

Ans.

Relationships in Power BI define how different tables are connected to each other.

  • Relationships define how tables are related to each other based on common fields

  • They are used to create connections between tables for data analysis

  • Relationships can be one-to-one, one-to-many, or many-to-many

  • They are essential for creating accurate and meaningful visualizations in Power BI

Add your answer

Q16. tell me about types of Context

Ans.

Types of context refer to the different ways in which data can be analyzed and interpreted in Power BI.

  • Row context: evaluates calculations row by row

  • Filter context: applies filters to data before calculations

  • Query context: used in DAX queries to retrieve data

  • Relationship context: determines how tables are related

Add your answer

Q17. How to install Data Gateway in power bi

Ans.

Data Gateway can be installed in Power BI by downloading and running the installer.

  • Download the Data Gateway installer from the Power BI service

  • Run the installer and follow the installation wizard

  • Sign in with your Power BI account to register the gateway

Add your answer

Q18. Give me an example forINNER JOIN in sql

Ans.

INNER JOIN is used to combine rows from two or more tables based on a related column between them.

  • Use INNER JOIN to retrieve rows from both tables that have matching values in the specified column

  • Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name

  • Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID

Add your answer

Q19. what is data gateway

Ans.

Data gateway is a tool that connects on-premises data sources with cloud-based applications.

  • Data gateway allows for secure transfer of data between on-premises and cloud environments

  • It acts as a bridge between on-premises data sources and cloud services like Power BI

  • Data gateway helps in maintaining data security and compliance

  • Examples of data gateways include Power BI Gateway and Azure Data Gateway

View 2 more answers

Q20. Fundamentals of POWER BI?

Ans.

Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

  • Power BI is a business analytics tool by Microsoft

  • It allows users to create interactive visualizations and reports

  • Users can connect to various data sources to import data

  • Power BI offers a wide range of data visualization options such as charts, graphs, and maps

  • Users can share and collaborate on reports with others

Add your answer

Q21. Difference between measure and count

Ans.

Measure is a calculated value based on data in a model, while count is a simple count of records.

  • Measure is a calculated value based on aggregation functions like sum, average, etc.

  • Count is a simple count of records in a dataset.

  • Measures are used in Power BI to perform calculations on data, while count is used to simply count the number of records.

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

Interview Process at SkilloVilla

based on 3 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
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