Upload Button Icon Add office photos
Engaged Employer

i

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

Celebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

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

Updated 13 Aug 2024

Top Celebal Technologies Power BI Developer Interview Questions and Answers

Celebal Technologies Power BI Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is append in power query
  • Ans. 

    Append in Power Query is used to combine multiple tables or queries into a single table or query.

    • Append is used to stack tables on top of each other, adding rows from one table to the end of another.

    • It is useful when you have multiple tables with the same structure and want to combine them into one.

    • You can append tables from different data sources or within the same data source.

    • For example, you can append sales data fr...

  • Answered by AI
  • Q2. What is merge in power query
  • Ans. 

    Merge in Power Query combines multiple tables into one by matching rows based on specified columns.

    • Merge is used to combine tables in Power Query

    • You can merge based on one or more columns

    • Different types of merges include inner, left outer, right outer, and full outer joins

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is filter context
  • Ans. 

    Filter context determines which rows of data are visible to calculations in DAX formulas.

    • Filter context is dynamic and changes based on user interactions.

    • It can be set by slicers, filters, or relationships between tables.

    • Filter context is used to calculate results based on the current filter selections.

    • It helps in determining which rows of data are included in calculations.

  • Answered by AI
  • Q2. What is summarize function
  • Ans. 

    Summarize function is used in Power BI to aggregate data based on specified columns.

    • Used to group data and perform aggregate functions like sum, count, average, etc.

    • Can be used in DAX formulas to create calculated columns or measures.

    • Example: SUMMARIZE('Table', 'Column1', 'Column2', SUM('Value'))

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basics about power bi and dax

Interview Preparation Tips

Interview preparation tips for other job seekers - clear your basics

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 Infosys
Q5. how many refresh are allowed in premium account?
Round 1 - Aptitude Test 

Aptitude consists of apti,reasoning, sql and power bi questions, some verbal questions too.

Round 2 - interview 

(1 Question)

  • Q1. Power bi and sql questions
Round 3 - HR 

(1 Question)

  • Q1. I did'nt cleared tr,so don't know about hr.

Interview Preparation Tips

Interview preparation tips for other job seekers - do more practice on your domain questions.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare for the basic questions that are very basic
  • Q2. What are the types of normalization
  • Ans. 

    Normalization is a database design technique that organizes data in a structured manner to eliminate redundancy and improve data integrity.

    • Normalization helps in reducing data redundancy by breaking down a large table into smaller, more manageable tables.

    • There are different normal forms, such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules and dependencies.

    • Normalization ensures data integrity by minimizing da...

  • Answered by AI

I appeared for an interview before Mar 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on DBMS.

  • Q1. What is data integrity?
  • Ans. 

    Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle.

    • Data integrity ensures that data is accurate and consistent in storage and transmission.

    • It involves maintaining the quality and reliability of data over time.

    • Methods for ensuring data integrity include checksums, encryption, and error detection codes.

    • Examples of data integrity violations include data corruption, unautho

  • Answered by AI
  • Q2. What is a trigger in the context of a database management system?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers are used to enforce business rules, maintain data integrity, and automate repetitive tasks.

    • They can be triggered by INSERT, UPDATE, or DELETE operations on a table.

    • Examples of triggers include auditing changes to a table, updating related tables when a record is modified, or enforcing referential

  • Answered by AI
  • Q3. What is the difference between clustered and non-clustered indexes in a database management system?
  • Ans. 

    Clustered indexes physically order the data in the table, while non-clustered indexes do not.

    • Clustered indexes determine the physical order of data in the table, while non-clustered indexes do not.

    • A table can have only one clustered index, but multiple non-clustered indexes.

    • Clustered indexes are faster for retrieval of data, especially range queries, compared to non-clustered indexes.

    • Non-clustered indexes are stored se...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DBMS.

  • Q1. What is the difference between UNION and UNION ALL in SQL?
  • Ans. 

    UNION combines and removes duplicates, UNION ALL combines without removing duplicates.

    • UNION merges the result sets of two or more SELECT statements and removes duplicates.

    • UNION ALL merges the result sets of two or more SELECT statements without removing duplicates.

    • UNION is slower than UNION ALL as it involves removing duplicates.

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column...

  • Answered by AI
  • Q2. What are the functions of a cursor in PL/SQL?
  • Ans. 

    A cursor in PL/SQL is used to retrieve and process multiple rows of data one at a time.

    • Allows iteration over a result set

    • Retrieves data row by row

    • Can be used to update or delete rows in a table

    • Must be declared, opened, fetched, and closed

  • Answered by AI
  • Q3. Write a SQL query to fetch the nth highest salary from a table.
  • Ans. 

    SQL query to fetch the nth highest salary from a table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to fetch the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a managerial round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACerner Corporation interview preparation:Topics to prepare for the interview - SQL, Database Management Systems, OOPS, DSA, System DesignTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Since this was a SQL post, I would suggest you to get the basics intact and try practicing few queries.
Tip 2 : Must do Previously asked Interview as well as Online Test Questions.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitute Test having Aptitute Question And Java Questions.

Round 2 - Coding Test 

Second round was coding round having two DSA problems

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Difference between .equals() and == function. 2. Fibonacci series 3. MultiThreading
  • Ans. 

    Questions on Java basics - .equals() vs ==, Fibonacci series, and MultiThreading.

    • The .equals() function compares the values of two objects, while == compares their memory addresses.

    • Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • MultiThreading is a technique where multiple threads of execution run concurrently within a single program.

    • Examples: 5 == 5 is true, but new Str...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. 1. Javascript code to find the frequency of characters in a sentence. 2. Difference between dynamic and static intialization.
  • Ans. 

    Javascript code to find frequency of characters in a sentence and difference between dynamic and static initialization.

    • To find frequency of characters in a sentence, create an object and iterate over each character in the sentence. Increment the count of each character in the object.

    • Dynamic initialization refers to initializing a variable at runtime, while static initialization refers to initializing a variable at comp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Basics of Java And Javascript.
Go through Concepts of OOPs

Skills evaluated in this interview

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. One Program with c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting of time i feel when I joined interview with him. One Program he asked when i answered it properly/not he said done his interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Esay leave DSA questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Java, OOPS, Collection,HashMap working
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager Round, previous projects, role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is quite easy, just focus on DSA basic questions

I appeared for an interview in Apr 2021.

Interview Questionnaire 

2 Questions

  • Q1. Personal based questions
  • Q2. Technical questions based on Java

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

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

Celebal Technologies Interview FAQs

How many rounds are there in Celebal Technologies Power BI Developer interview?
Celebal Technologies interview process usually has 2 rounds. The most common rounds in the Celebal Technologies interview process are Technical, Aptitude Test and HR.
How to prepare for Celebal 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 Celebal Technologies. The most common topics and skills that interviewers at Celebal Technologies expect are Business Intelligence, Power Bi, Requirement Gathering, SQL and SSAS.
What are the top questions asked in Celebal Technologies Power BI Developer interview?

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

  1. What is append in power qu...read more
  2. what is merge in power qu...read more
  3. what is filter cont...read more

Tell us how to improve this page.

Celebal Technologies Power BI Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.1
 • 117 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
View all
Celebal Technologies Power BI Developer Salary
based on 75 salaries
₹4 L/yr - ₹10.4 L/yr
13% less than the average Power BI Developer Salary in India
View more details

Celebal Technologies Power BI Developer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

4.1

Skill development

3.5

Work-life balance

3.2

Salary

2.3

Job security

3.9

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Data Engineer
412 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Associate
259 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Consultant
160 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Associate Data Engineer
159 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Data Scientist
129 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Celebal Technologies with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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