Upload Button Icon Add office photos

Filter interviews by

Clear (1)

CTS Consulting & Technical Support Power BI Developer Interview Questions and Answers

Updated 23 Nov 2024

CTS Consulting & Technical Support Power BI Developer Interview Experiences

1 interview found

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

Wjat is ppwer bi and get the dax

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall, my experience was terrible due to the highly unprofessional behavior from Hexaware. During the interview, the interviewer left abruptly without any explanation and never returned. Despite following up multiple times, I received no response from Hexaware. This lack of communication and professionalism is disappointing. I would advise job seekers to consider this before applying.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Dax query method question
  • Q2. Direct query method and formulas
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Connectivity mode
  • Q2. RLS
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. ROW LEVEL SECURITY
  • Q2. SUM, SUMIF SUMIFS AND DELETE TRUNCATE
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between direct query mode and import mode
  • Ans. 

    Direct query mode connects to data source in real-time, while import mode loads data into Power BI for faster analysis.

    • Direct query mode connects to data source in real-time, providing up-to-date data

    • Import mode loads data into Power BI for faster analysis, but may not always reflect real-time changes

    • Direct query mode is suitable for large datasets that require real-time updates

    • Import mode is suitable for smaller datas

  • Answered by AI
  • Q2. Define powerBI in layman poin of view
  • Ans. 

    PowerBI is a data visualization tool that helps users analyze and visualize data to make informed business decisions.

    • PowerBI helps in creating interactive reports and dashboards

    • It allows users to connect to various data sources like Excel, SQL databases, and cloud services

    • Users can create custom visualizations and share insights with others

    • PowerBI can be used for data exploration, data modeling, and data storytelling

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How the end user access the report
  • Ans. 

    End users can access the report through Power BI Service, Power BI Mobile App, or embedded in other applications.

    • End users can access the report through Power BI Service by logging in with their credentials

    • End users can also access the report through Power BI Mobile App on their smartphones or tablets

    • Reports can be embedded in other applications using Power BI Embedded feature

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. ROW LEVEL SECURITY
  • Q2. How to install Data Gateway in power bi
  • Ans. 

    Data Gateway can be installed in Power BI by downloading and running the installer.

    • Download the Data Gateway installer from the Power BI service

    • Run the installer and follow the installation wizard

    • Sign in with your Power BI account to register the gateway

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is the difference between star schema and snowflake schema?
  • Ans. 

    Star schema has a single fact table connected to multiple dimension tables, while snowflake schema has normalized dimension tables.

    • Star schema denormalizes dimension tables, making it easier to query but potentially less efficient for storage.

    • Snowflake schema normalizes dimension tables, reducing redundancy but potentially making queries more complex.

    • Star schema is commonly used for data warehouses with denormalized da...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the use of GROUP BY clause?
  • Ans. 

    The GROUP BY clause is used in SQL to group rows that have the same values into summary rows.

    • It is used with aggregate functions like COUNT, SUM, AVG, etc.

    • It helps in summarizing data and generating reports.

    • It is often used in conjunction with the HAVING clause to filter grouped data.

    • Example: SELECT department, COUNT(employee_id) FROM employees GROUP BY department;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this worst company. They deceive you by saying that they have a lot of learning opportunities but will put you into short term projects and once you get released from the project, they will not assign any project and will throw you out after your bench period ends.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is a power bi
  • Ans. 

    Power BI is a business analytics tool that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a Microsoft product used for data analysis and visualization.

    • It allows users to connect to various data sources and create interactive reports and dashboards.

    • Power BI provides a wide range of visualizations, such as charts, maps, and tables, to represent data.

    • Users can create custom calculat...

  • Answered by AI

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Difference between measure and count
  • Ans. 

    Measure is a calculated value based on data in a model, while count is a simple count of records.

    • Measure is a calculated value based on aggregation functions like sum, average, etc.

    • Count is a simple count of records in a dataset.

    • Measures are used in Power BI to perform calculations on data, while count is used to simply count the number of records.

  • Answered by AI
  • Q2. What is Row level security
  • Ans. 

    Row level security is a feature in Power BI that restricts data access at the row level based on user roles or criteria.

    • Allows users to only see data that is relevant to them

    • Can be implemented using DAX expressions

    • Helps in maintaining data privacy and security

    • Useful for organizations with sensitive data

  • Answered by AI
  • Q3. What are relationships in power BI
  • Ans. 

    Relationships in Power BI define how different tables are connected to each other.

    • Relationships define how tables are related to each other based on common fields

    • They are used to create connections between tables for data analysis

    • Relationships can be one-to-one, one-to-many, or many-to-many

    • They are essential for creating accurate and meaningful visualizations in Power BI

  • Answered by AI
  • Q4. In previous project what type of data source we used
  • Ans. 

    We used a variety of data sources including SQL databases, Excel files, and web APIs.

    • SQL databases

    • Excel files

    • Web APIs

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

CTS Consulting & Technical Support Interview FAQs

How many rounds are there in CTS Consulting & Technical Support Power BI Developer interview?
CTS Consulting & Technical Support interview process usually has 1 rounds. The most common rounds in the CTS Consulting & Technical Support interview process are Coding Test.

Recently Viewed

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

CAMPUS PLACEMENT

S J B Institute of Technology, Bangalore

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

SALARIES

CTS Consulting & Technical Support

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

INTERVIEWS

Mithi Software Technologies

No Interviews

SALARIES

CTS Consulting & Technical Support

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

INTERVIEWS

CTS Consulting & Technical Support

No Interviews

Tell us how to improve this page.

CTS Consulting & Technical Support Power BI Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
CTS Consulting & Technical Support Power BI Developer Salary
based on 14 salaries
₹3.6 L/yr - ₹11 L/yr
At par with the average Power BI Developer Salary in India
View more details
Associate
609 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
582 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
297 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
243 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
200 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CTS Consulting & Technical Support with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent