i
QX Global
Group
Filter interviews by
Normal theoretical questions on Power Bi
Top trending discussions
I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.
SUM calculates the total of a column, while SUMX evaluates an expression for each row in a table and returns the sum of the results.
SUM is used to calculate the total of a column in a table.
SUMX is used to iterate over each row in a table, evaluate an expression, and return the sum of the results.
SUMX is commonly used in DAX formulas to perform calculations row by row.
A gateway in Power BI is a bridge that connects on-premises data sources to the cloud service.
There are two types of gateways in Power BI: On-premises data gateway and Personal gateway.
On-premises data gateway is used to connect cloud services to on-premises data sources.
Personal gateway is used for individual users to refresh data within Power BI.
Gateways ensure secure data transfer between on-premises and cloud envir...
Row level security is a feature in Power BI that restricts access to data at the row level based on user roles or criteria.
Row level security allows you to control which rows of data a user can see in a report or dashboard.
It is commonly used to ensure that users only see the data that is relevant to them based on their role or department.
Row level security can be implemented using DAX expressions to filter data based ...
I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.
The DAX formula for calculating a running total is using the CALCULATE function with the FILTER function.
Use the CALCULATE function to evaluate an expression in a context modified by filters.
Use the FILTER function to return a table that represents a subset of another table or expression.
Combine CALCULATE and FILTER functions to calculate a running total.
The DAX formula for replacing blank values with zero and vice versa is IF(ISBLANK(), 0, BLANK())
Use the IF function in DAX to check if a value is blank
If the value is blank, return 0. If not, return blank()
SQL queries are essential for data manipulation and retrieval in Power BI, enabling effective data analysis.
Use SELECT statements to retrieve data: e.g., SELECT * FROM Patients;
Implement JOINs to combine data from multiple tables: e.g., SELECT a.Name, b.Diagnosis FROM Patients a JOIN Diagnoses b ON a.ID = b.PatientID;
Utilize WHERE clauses for filtering data: e.g., SELECT * FROM Appointments WHERE Date > '2023-01-01'...
I have 3 years of experience as a Power BI Developer in a consulting firm.
Developed interactive dashboards and reports using Power BI
Worked closely with business stakeholders to gather requirements
Optimized data models for performance and efficiency
I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed in Jan 2023. There were 2 interview rounds.
General discussion checks communications
Basic logical program like palindrome
posted on 31 May 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
It was easy and u can do it very easily
Basically question were asked from tree, bst, greedy
I applied via Naukri.com
UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.
UNION removes duplicate rows, while UNION ALL retains all rows including duplicates
UNION is slower than UNION ALL as it performs a distinct operation
UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction
Generic collections allow storing any type of data, while non-generic collections are type-specific.
Generic collections can store any type of data, such as List
Non-generic collections are type-specific, like ArrayList or HashTable.
Generic collections provide type safety and better performance compared to non-generic collections.
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
I appeared for an interview in Jan 2021.
Round duration - 126 minutes
Round difficulty - Hard
This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.
Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...
Find the maximum sum path in a matrix from top row to bottom row by moving down or diagonally.
Use dynamic programming to keep track of maximum sum at each cell.
At each cell, consider the maximum sum from the cell above, left diagonal, and right diagonal.
Add the current cell value to the maximum of the three possibilities.
Repeat this process for all cells in the matrix to find the maximum sum path.
Given a 2-dimensional boolean matrix mat
of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...
Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.
Iterate through the matrix to find elements with value 1
Store the row and column indices of these elements
Update the entire row and column for each element found to be 1
Round duration - 45 minutes
Round difficulty - Easy
In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.
You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.
Your task is to determine t...
Find the node where two linked lists merge, return -1 if no merging occurs.
Traverse both lists to find the lengths and the last nodes
Align the starting points of the lists by adjusting the pointers
Traverse both lists simultaneously until a common node is found
Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview.
Tip 2 : Try to give maximum time on basics of a topic
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects
Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume
based on 1 interview experience
Senior Accounts Officer
441
salaries
| ₹4.1 L/yr - ₹9.5 L/yr |
Team Lead
220
salaries
| ₹5.2 L/yr - ₹12.5 L/yr |
Senior Accountant
219
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Accounts Officer
217
salaries
| ₹2.9 L/yr - ₹6.5 L/yr |
Payroll Administrator
135
salaries
| ₹2 L/yr - ₹5 L/yr |
Quess
Conduent
Statestreet HCL Services
Alldigi Tech