Upload Button Icon Add office photos
Engaged Employer

i

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

Walking Tree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Walking Tree Power BI Developer Interview Questions and Answers

Updated 27 Nov 2024

Walking Tree Power BI Developer Interview Experiences

1 interview found

Power BI Developer Interview Questions & Answers

user image Apurv Choubey

posted on 27 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about Walking Tree?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Questions from SQL(40 Mins), Power BI (25 Mins) and Excel(15 Mins)
  • Q2. Joins Number of records in inner outer left right joins, SQL Query and foundational questions, DAX Writing for Running total sales

Interview Preparation Tips

Interview preparation tips for other job seekers - This was for 5+ yrs experience. prepare accordingly. Focus more on SQL part for such roles at this company. Avoid any malfunction to your device. the HR is rude did not reschedule my 2nd Round even after issue from their 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 differences between page-level and report-level filt ... read more
asked in WNS
Q4. Create following measures using sample excel dataset Measures you ... read more
asked in Infosys
Q5. What is the difference between calculated columns and measures?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the types of data set you have worked upon?
  • Ans. 

    I have worked on various types of data sets including sales data, customer data, financial data, and social media data.

    • Sales data

    • Customer data

    • Financial data

    • Social media data

  • Answered by AI
  • Q2. Write dax for delta sales growth
  • Ans. 

    Calculate delta sales growth using DAX formula

    • Use the following DAX formula: Delta Sales Growth = (SUM(Sales[SalesAmount]) - CALCULATE(SUM(Sales[SalesAmount]), PREVIOUSMONTH('Date'[DateKey]))) / CALCULATE(SUM(Sales[SalesAmount]), PREVIOUSMONTH('Date'[DateKey]))

    • Make sure to replace 'Sales[SalesAmount]' with the actual column name in your dataset

    • Ensure that 'Date'[DateKey]' is the date column in your dataset

  • Answered by AI
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related sql , power bi project details , dax functions (1-2 scenerios)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good sql concepts along with your power bi skills

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() { ...

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Write a for palindrome
  • Q3. SQL inner Joins
  • Q4. Object orientend programming

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The round had quantitative questions along with some logical reasoning and english section and fundamentals of DBMS ,OS and Data structures and some other such topics

  • Q1. Can you explain the various disk scheduling algorithms used in operating systems?
  • Ans. 

    Disk scheduling algorithms manage the order in which read/write requests are serviced on a disk.

    • Common disk scheduling algorithms include FCFS, SSTF, SCAN, C-SCAN, LOOK, and C-LOOK.

    • FCFS (First-Come, First-Served) serves requests in the order they arrive.

    • SSTF (Shortest Seek Time First) prioritizes the request closest to the current head position.

    • SCAN moves the disk arm from one end to the other, serving requests along t...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

The editor and the environment was great and not disturbing like many have.
They had their own test cases to check the scope of our code.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of numbers, the task is to find the maximum sum of any contiguous subarray of the array.

    Input:

    The first line of input contains the size of the arr...
  • Ans. 

    Find the maximum sum of any contiguous subarray in an array of numbers in O(N) time.

    • Use Kadane's algorithm to find the maximum subarray sum in O(N) time.

    • Initialize two variables: maxEndingHere and maxSoFar to keep track of the maximum sum.

    • Iterate through the array and update the variables accordingly.

    • Return the maxSoFar as the result.

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It had only mcq questions but we could not navigate through the questions it had some reasoning and some dbms topics along with data structure ,memory ,cache memory and other topics

  • Q1. How do you find the age of an employee from the personal details table in SQL?
  • Ans. 

    To find the age of an employee from the personal details table in SQL, you can calculate the difference between the current date and the employee's birthdate.

    • Use the DATEDIFF function in SQL to calculate the difference between the current date and the employee's birthdate.

    • Divide the result by 365 to get the age in years.

    • Consider leap years for more accurate results.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 10 minutes
Round difficulty - Medium

The interviewer was polite and asked few questions from data structures and some from DBMS and some web question and about my project.

  • Q1. What is the difference between a primary key and a candidate key in a database management system?
  • Ans. 

    Primary key uniquely identifies a record in a table, while candidate key can also uniquely identify a record but is not chosen as primary key.

    • Primary key is chosen as the main unique identifier for a table

    • Candidate key is a unique key that could also be chosen as primary key

    • A table can have multiple candidate keys but only one primary key

    • Example: In a table of students, 'student_id' could be a primary key while 'email'...

  • Answered by AI
Round 5 - HR 

(1 Question)

Round duration - 12 minutes
Round difficulty - Medium

The interviewer asked me about my project and told me to describe myself in one word and justify that and asked my personal skills and asked some technical questions as well

  • Q1. What is pickling?
  • Ans. 

    Pickling is a process of preserving or extending the shelf life of food by storing it in a solution of salt, vinegar, or brine.

    • Pickling involves submerging food in a solution of salt, vinegar, or brine to preserve it.

    • Common examples of pickled foods include cucumbers (pickles), onions, and cabbage.

    • Pickling can also enhance the flavor of food by infusing it with spices and herbs.

    • The acidity of the pickling solution help...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from UIT - Allahabad. I applied for the job as SDE - 1 in GurgaonEligibility criteriaJust the graduation year and some web development skillsVinove Softwares and services interview preparation:Topics to prepare for the interview - DBMS, Data structures, Basics of Web development, OS, OOPS, Sorting and Searching AlgorithmsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must go for interviews questions present online for topics you have mentioned.
Tip 2 : Be updated with the latest technology and have those concepts clear in your mind and do prepare your projects and have a clear picture of it to explain that 
Tip 3 : For preparing algorithms do practice them, that is the best way and lastly you can check your knowledge by solving mcqs and quizzes of those topics to have confidence.

Application resume tips for other job seekers

Tip 1 : Do not mention anything in your resume that you are not confident about. And prepare your resume well before interview.
Tip 2 : Mention your projects and technical skills and your github link to showcase your project portfolio that will have a great impression

Final outcome of the interviewSelected

Skills evaluated in this interview

Walking Tree Interview FAQs

How many rounds are there in Walking Tree Power BI Developer interview?
Walking Tree interview process usually has 1 rounds. The most common rounds in the Walking Tree interview process are One-on-one Round.
How to prepare for Walking Tree 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 Walking Tree. The most common topics and skills that interviewers at Walking Tree expect are Power BI, Python, SQL, Tableau and Data Analytics.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 37 Interviews
View all
Software Engineer
148 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
102 salaries
unlock blur

₹6.3 L/yr - ₹18.8 L/yr

Associate Software Engineer
86 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Information Technology Recruiter
38 salaries
unlock blur

₹1.8 L/yr - ₹5.7 L/yr

Software Developer
35 salaries
unlock blur

₹1.8 L/yr - ₹13.7 L/yr

Explore more salaries
Compare Walking Tree with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.0
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview