Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Polestar Solutions & Services India Team. If you also belong to the team, you can get access from here

Polestar Solutions & Services India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Polestar Solutions & Services India Power BI Developer Interview Questions and Answers

Updated 23 Dec 2024

Polestar Solutions & Services India Power BI Developer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Can you please explain RLS?
  • Ans. 

    RLS stands for Row-Level Security, a feature in Power BI that restricts data access based on user roles.

    • RLS allows you to control which rows of data a user can access in a Power BI report or dashboard.

    • You can define security roles and rules to filter data based on user attributes or roles.

    • For example, you can set up RLS to only show sales data for a specific region to users in that region.

    • RLS helps ensure data security...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dax queries, power bi en to end

Power BI Developer Interview Questions Asked at Other Companies

asked in KPMG India
Q1. Types of joins in power Bi & SQL and how it works?
asked in KPMG India
Q2. Difference between Sum and Sumx? And also Summerize vs Summerized ... read more
Q3. what are the difference between page level and report level filte ... read more
asked in Infosys
Q4. What is difference between calculate column and measures?
asked in KPMG India
Q5. Difference between calculate and calculate table ?

Power BI Developer Jobs at Polestar Solutions & Services India

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Sql and os related questions,Java based
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whoever seeing this.. you will acheive your goals

I applied via Naukri.com and was interviewed before Oct 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Can you please explain previous experience?
  • Q2. Can you explain about import model ?
  • Ans. 

    Import model is a Power BI feature that allows you to import data from various sources and create a data model.

    • Import model is used to create a data model in Power BI.

    • It allows you to import data from various sources such as Excel, CSV, SQL Server, etc.

    • You can create relationships between tables, add calculated columns, and measures.

    • Import model is useful when you have large amounts of data that need to be transformed ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is without techinical knowledge plz Don't attend the interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your overall experience.
  • Ans. 

    I have 5 years of experience as a Power BI Developer.

    • Developed interactive dashboards and reports using Power BI

    • Created data models and performed data analysis

    • Worked with various data sources such as SQL Server, Excel, and SharePoint

    • Implemented data transformations and data cleansing

    • Collaborated with business stakeholders to gather requirements and provide insights

    • Optimized performance and improved data visualization

    • Tr...

  • Answered by AI
  • Q2. Explain your recent experience.
  • Ans. 

    I have recently worked as a Power BI Developer, creating interactive dashboards and reports.

    • Developed interactive dashboards and reports using Power BI

    • Gathered requirements from stakeholders and translated them into data visualizations

    • Created data models and implemented data transformations

    • Collaborated with cross-functional teams to ensure data accuracy and consistency

    • Provided training and support to end-users for effe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to score more than 75% to clear the online assessment.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. 1. what is the current company?. 2. what is the current CTC and ECTC ? 3. are u contract are direct payrool?
  • Ans. 

    The current company is XYZ Corporation.

    • The current company is XYZ Corporation.

    • XYZ Corporation is a multinational technology company.

    • XYZ Corporation specializes in software development and data analytics.

    • XYZ Corporation has a strong presence in the Power BI industry.

  • Answered by AI
  • Q2. Where u work location?
  • Ans. 

    I work remotely from my home office.

    • I work from a dedicated home office space.

    • I have all the necessary equipment and tools to work remotely.

    • I communicate with my team and clients through online collaboration tools.

    • I am available for meetings and discussions via video conferencing.

    • I maintain a productive work environment at home.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very nice asking my interview question. some questions I don't have answer.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(14 Questions)

  • Q1. 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 performa...

  • Answered by AI
  • Q2. Explain about your experience in SQL joins
  • 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

  • Answered by AI
  • Q4. 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 mov...

  • Answered by AI
  • Q5. 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 loa...

  • Answered by AI
  • Q6. 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

  • Answered by AI
  • Q7. 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

  • Answered by AI
  • 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

  • Answered by AI
  • Q9. 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 lo...

  • Answered by AI
  • Q10. 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...

  • Answered by AI
  • Q11. 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

  • Answered by AI
  • Q12. 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 collaborat

  • Answered by AI
  • Q13. DDL & DML commands?
  • Q14. 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.Cus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its good to prepare for basic questions from power BI and sql. Especially DAX

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, about the Project , Complex Dax written in project

Interview Questionnaire 

1 Question

  • Q1. All basic questions in first round and little technical in second round. The interview process is very friendly. No need to worry.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure what you are telling.
Round 1 - Assignment 
Round 2 - HR 

(8 Questions)

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What is your family background?
  • Q6. What are your salary expectations?
  • Q7. Share details of your previous job.
  • Q8. Tell me about yourself.
Contribute & help others!
anonymous
You can choose to be anonymous

Polestar Solutions & Services India Interview FAQs

How many rounds are there in Polestar Solutions & Services India Power BI Developer interview?
Polestar Solutions & Services India interview process usually has 1 rounds. The most common rounds in the Polestar Solutions & Services India interview process are Technical and Coding Test.
How to prepare for Polestar Solutions & Services India Power BI Developer 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 Polestar Solutions & Services India. The most common topics and skills that interviewers at Polestar Solutions & Services India expect are HR, Power Bi, Data Warehousing, Power BI and Azure.

Recently Viewed

INTERVIEWS

TresVista

No Interviews

INTERVIEWS

Polestar Solutions & Services India

No Interviews

INTERVIEWS

Polestar Solutions & Services India

No Interviews

INTERVIEWS

Polestar Solutions & Services India

10 top interview questions

INTERVIEWS

Hindustan Aeronautics

No Interviews

INTERVIEWS

Data Patterns

No Interviews

INTERVIEWS

Synopsys

No Interviews

INTERVIEWS

10405090xyzabc

No Interviews

INTERVIEWS

Polestar Solutions & Services India

No Interviews

JOBS

Polestar Solutions & Services India

No Jobs

Tell us how to improve this page.

Polestar Solutions & Services India Power BI Developer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Polestar Solutions & Services India Power BI Developer Salary
based on 7 salaries
₹4.3 L/yr - ₹8 L/yr
12% less than the average Power BI Developer Salary in India
View more details
Senior Analyst
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Polestar Solutions & Services India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent