Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zensar Technologies Power BI Developer Interview Questions, Process, and Tips

Updated 6 Jul 2024

Zensar Technologies Power BI Developer Interview Experiences

1 interview found

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

(8 Questions)

  • Q1. What are common data connectivity modes?
  • Ans. 

    Common data connectivity modes include DirectQuery, Import, Live Connection, and Composite models.

    • DirectQuery allows querying data directly from the data source in real-time.

    • Import mode imports data into Power BI for faster performance but may not reflect real-time data.

    • Live Connection connects Power BI to a data source without importing data.

    • Composite models combine DirectQuery and Import modes for flexibility.

  • Answered by AI
  • Q2. Components of Power BI
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, and Power Map.

    • Power Query: Used for data extraction, transformation, and loading (ETL)

    • Power Pivot: Used for data modeling and analysis

    • Power View: Used for data visualization and interactive reports

    • Power Map: Used for geospatial data visualization

  • Answered by AI
  • Q3. Difference between Power Query and Power view
  • Ans. 

    Power Query is used for data transformation and Power View is used for data visualization in Power BI.

    • Power Query is used to extract, transform, and load data from different sources.

    • Power View is used to create interactive visualizations and reports based on the transformed data.

    • Power Query is more focused on data preparation and cleaning, while Power View is focused on data visualization.

    • Power Query can be used to mer...

  • Answered by AI
  • Q4. What are relationship cardinality
  • Ans. 

    Relationship cardinality defines the number of instances of one entity that can be associated with the number of instances of another entity.

    • One-to-One: Each record in the first entity is associated with only one record in the second entity.

    • One-to-Many: Each record in the first entity can be associated with multiple records in the second entity.

    • Many-to-Many: Multiple records in the first entity can be associated with m

  • Answered by AI
  • Q5. Difference between having and where clause
  • Ans. 

    Having clause is used with aggregate functions while where clause is used to filter rows

    • Having clause is used with GROUP BY to filter groups based on conditions

    • Where clause is used to filter rows based on conditions

    • Having clause is applied after grouping while where clause is applied before grouping

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

    • Example: SELECT * FRO

  • Answered by AI
  • Q6. Find the 4th highest salary from the SQL table
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 4th highest salary

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 3,1 to skip the first 3 highest salaries and get the 4th highest salary

  • Answered by AI
  • Q7. What is RLS and explain in detail
  • 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

    • RLS helps in ensuring data privacy and compliance with regulations

    • For example, you can use RLS to restrict a sales manager to only see

  • Answered by AI
  • Q8. Write Dax for total sales of a product
  • Ans. 

    Use SUMX function in DAX to calculate total sales of a product

    • Use SUMX function to iterate over each row in the sales table

    • Filter the table to include only the specific product

    • Sum up the sales amount for each row to get the total sales

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell us about your latest project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Difference between sum() and sumx()
  • Ans. 

    sum() is used to calculate the sum of a column, while sumx() is used to calculate the sum of an expression evaluated for each row.

    • sum() is an aggregation function that calculates the sum of a column in a table.

    • sumx() is an iterator function that calculates the sum of an expression for each row in a table.

    • sumx() is useful when you need to perform calculations on a row-by-row basis, while sum() is used for simple column ...

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

(1 Question)

  • Q1. Tell us about your latest project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Difference between sum() and sumx()
  • Ans. 

    sum() is used to calculate the sum of a column, while sumx() is used to calculate the sum of an expression evaluated for each row.

    • sum() is an aggregation function that calculates the sum of a column in a table.

    • sumx() is an iterator function that calculates the sum of an expression for each row in a table.

    • sumx() is useful when you need to perform calculations on a row-by-row basis, while sum() is used for simple column ...

  • Answered by AI
Interview experience
4
Good
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 - One-on-one 

(2 Questions)

  • Q1. Avamar backup flow, processes Deduplication
  • Q2. Restore file and folders

I was interviewed before Mar 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Best practices of CI-CD Pipeline
  • Ans. 

    CI-CD pipeline best practices ensure faster and reliable software delivery.

    • Automate the entire pipeline

    • Use version control for code and configuration

    • Perform continuous testing and integration

    • Ensure security and compliance

    • Monitor and measure performance

    • Implement feedback loops for continuous improvement

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions on different Kuberenetes componenets

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk confident and truth. Attitude is what matters

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your previous job experiences
  • Q2. Answer should be clear and short liner

Interview Preparation Tips

Interview preparation tips for other job seekers - try to talk as less as you can.

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Power BI Developer interview?
Zensar Technologies interview process usually has 1 rounds. The most common rounds in the Zensar Technologies interview process are Technical.
What are the top questions asked in Zensar Technologies Power BI Developer interview?

Some of the top questions asked at the Zensar Technologies Power BI Developer interview -

  1. Difference between having and where cla...read more
  2. What are common data connectivity mod...read more
  3. What is RLS and explain in det...read more

Tell us how to improve this page.

Zensar Technologies Power BI Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Zensar Technologies Power BI Developer Salary
based on 183 salaries
₹4 L/yr - ₹10 L/yr
At par with the average Power BI Developer Salary in India
View more details

Zensar Technologies Power BI Developer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.7

Skill development

4.4

Work-life balance

4.4

Salary

4.6

Job security

4.7

Company culture

4.4

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
3.9k salaries
unlock blur

₹2 L/yr - ₹10.3 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Softwaretest Engineer
826 salaries
unlock blur

₹2.4 L/yr - ₹9.4 L/yr

Senior Technical Specialist
720 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies 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