Upload Button Icon Add office photos
Engaged Employer

i

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

Alstom Transportation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Alstom Transportation Power BI Developer Interview Questions and Answers

Updated 19 Jul 2021

Alstom Transportation Power BI Developer Interview Experiences

1 interview found

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 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
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 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 String matching on given string

Round 2 - Technical 

(2 Questions)

  • Q1. What is optimizer s
  • Ans. 

    An optimizer is a software tool or algorithm used to improve the performance of a system by minimizing errors or maximizing efficiency.

    • Optimizers are commonly used in programming languages to improve code execution speed and reduce memory usage.

    • Examples of optimizers include compiler optimizers, database query optimizers, and machine learning model optimizers.

    • Optimizers work by analyzing code or data to identify ineffi...

  • Answered by AI
  • Q2. What is LsTM s
  • Ans. 

    LSTM stands for Long Short-Term Memory, a type of recurrent neural network (RNN) architecture.

    • LSTM networks are designed to overcome the vanishing gradient problem in traditional RNNs.

    • They are capable of learning long-term dependencies in data sequences.

    • LSTM networks have gates (input, output, forget) that regulate the flow of information within the network.

    • They are commonly used in tasks such as speech recognition, la

  • Answered by AI

Skills evaluated in this interview

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

There was a aptitude test of 60 questions

Round 2 - Coding Test 

Coding test having 2 questions

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on various projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Explain oops concept in detail
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction

    • Inheritance allows a class to inherit properties and behavior from another class

    • Encapsulation involves bundling data and method...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Autosar questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is OOP in prograaming
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI

Alstom Transportation Interview FAQs

What are the top questions asked in Alstom Transportation Power BI Developer interview?

Some of the top questions asked at the Alstom Transportation Power BI Developer interview -

  1. How to enhance the performance of the dashboa...read more
  2. How to embed power bi reports into sharepo...read more
  3. Some questions on connectors and other methods of connecting different data sou...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Technologies Interview Questions
3.6
 • 261 Interviews
Saint-Gobain Interview Questions
4.0
 • 173 Interviews
Dilip Buildcon Interview Questions
4.0
 • 142 Interviews
G R Infraprojects Interview Questions
4.1
 • 134 Interviews
AECOM Interview Questions
4.2
 • 116 Interviews
Worley Interview Questions
4.1
 • 113 Interviews
View all
Alstom Transportation Power BI Developer Salary
based on 8 salaries
₹4.8 L/yr - ₹9.9 L/yr
15% more than the average Power BI Developer Salary in India
View more details
Software Designer
459 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

System Engineer
181 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Mechanical Engineer
172 salaries
unlock blur

₹7 L/yr - ₹22.2 L/yr

Software Engineer
169 salaries
unlock blur

₹5.9 L/yr - ₹15 L/yr

Associate
161 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Alstom Transportation with

Larsen & Toubro Limited

4.0
Compare

Megha Engineering & Infrastructures

3.9
Compare

Shapoorji Pallonji Group

4.1
Compare

Tata Technologies

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