Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Technologies Power BI Developer Interview Questions and Answers

Updated 25 Mar 2024

Tata Technologies Power BI Developer Interview Experiences

1 interview found

Power BI Developer Interview Questions & Answers

user image Chetan Gijare

posted on 25 Mar 2024

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

(3 Questions)

  • Q1. Power bi related Question
  • Q2. Dax related Inter Question
  • Q3. Some practical Question

Interview questions from similar companies

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

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

Round 1 - Coding Test 

They asked to check the concepts on Filter context and row context. Difference between calculated column and measure. On a screen share, there was a table visual with columns name, sum of amt(measure), sum of amt2(measure) and last column as a calculated measure to get the highest amt among both. the table visual was showing totals as well and the total was not coming correct for last column. the question was why and how to correct it.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures,basics in java

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Incremental refresh
  • Q2. Some questions on connectors and other methods of connecting different data sources to power bi
  • Q3. How to embed power bi reports into sharepoint
  • Ans. 

    Power BI reports can be embedded into SharePoint using the Power BI web part.

    • Add the Power BI web part to the SharePoint page

    • Enter the URL of the Power BI report in the web part properties

    • Configure the web part settings to customize the report display

    • Ensure that the SharePoint site and Power BI report are in the same organization

    • Use the Power BI service to manage report permissions

  • Answered by AI
  • Q4. How to enhance the performance of the dashboard?
  • Ans. 

    To enhance the performance of the dashboard, optimize data model, minimize visuals, and use calculated columns sparingly.

    • Optimize the data model by reducing unnecessary columns and tables

    • Minimize the number of visuals on the dashboard to reduce rendering time

    • Use calculated columns sparingly as they can impact performance

    • Avoid using unnecessary filters and slicers

    • Consider using DirectQuery or Live Connection instead of ...

  • Answered by AI
  • Q5. Toughest DAX you have written so far and explain that

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for for a rile which required overall knowledge of power bi service, desktop and embedding. I was asked fee questions on DAX as well.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions from Java Spring framework, Hibernate, SQL were asked and apart from that Three programming questions were asked which was based on Data structure, String and Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Core Java, Collection, String most of the questions were asked from these topics

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Angualr concepts, pipes, services, modules
Round 3 - One-on-one 

(1 Question)

  • Q1. Question about previous company, work to do in Saint gobain

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your primary skills, concepts, Saint gobain is on hiring spree so high chances to getting selected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Coding skills related to web and database
Round 3 - HR 

(1 Question)

  • Q1. General aptitude and behavioral questions
Round 4 - Group Discussion 

To upper management related to software practices

Interview Preparation Tips

Interview preparation tips for other job seekers - Be know to your niche, focus in clarity of thoughts than giving random answers

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 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 - Aptitude Test 

Wide range of aptitude questions including some technical

Round 3 - Technical 

(4 Questions)

  • Q1. Pure technical interview theory + coding
  • Q2. WAP to find the 2nd maximum number
  • Ans. 

    WAP to find the 2nd maximum number in an array

    • Sort the array in descending order and return the 2nd element

    • Iterate through the array and keep track of the maximum and 2nd maximum

    • Use a priority queue to find the 2nd maximum

  • Answered by AI
  • Q3. Explain design patterns
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide a common vocabulary for developers to communicate about solutions to common problems.

    • They can improve code readability, maintainability, and scalability.

    • Examples include the Singleton pattern, Factory pattern, and Observer pattern.

  • Answered by AI
  • Q4. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients should ...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Questions related to hobby
  • Q2. Career expectations related to
  • Q3. Family background discussion

Interview Preparation Tips

Topics to prepare for Saint-Gobain Software Engineer interview:
  • .Net
  • Azure
  • Angular
  • SAP ABAP
Interview preparation tips for other job seekers - Move ahead without a doubt in a mind.. Excellent work culture.. Organisation is known for its values and the respect which everyone shares on the floor

Skills evaluated in this interview

Tata Technologies Interview FAQs

How many rounds are there in Tata Technologies Power BI Developer interview?
Tata Technologies interview process usually has 1 rounds. The most common rounds in the Tata Technologies interview process are Technical.
How to prepare for Tata Technologies 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 Tata Technologies. The most common topics and skills that interviewers at Tata Technologies expect are Power Bi, SQL, Data Analysis, Data Extraction and Dax.
What are the top questions asked in Tata Technologies Power BI Developer interview?

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

  1. Power bi related Quest...read more
  2. Dax related Inter Quest...read more
  3. Some practical Quest...read more

Tell us how to improve this page.

Tata Technologies Power BI Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Tata Technologies Power BI Developer Salary
based on 17 salaries
₹3.1 L/yr - ₹11 L/yr
At par with the average Power BI Developer Salary in India
View more details

Tata Technologies Power BI Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Design Engineer
2.3k salaries
unlock blur

₹5.2 L/yr - ₹16.2 L/yr

Design Engineer
2k salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Technical Lead
1.7k salaries
unlock blur

₹7.4 L/yr - ₹24 L/yr

Solution Developer
1.5k salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Team Lead
624 salaries
unlock blur

₹6.9 L/yr - ₹22.2 L/yr

Explore more salaries
Compare Tata Technologies with

Larsen & Toubro Limited

3.9
Compare

Megha Engineering & Infrastructures

3.9
Compare

Shapoorji Pallonji Group

4.1
Compare

Kalpataru Projects International

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