Debaswini - Powerbi
Debaswini - Powerbi
a. Charts
b. Word processing
c. Video editing
d. Animation
a. Python
b. C#
c. Java
d. R
a. Microsoft
b. Google
c. IBM
d. Salesforce
5. Which of the following is NOT a data source that can be used in Power BI?
a. Excel spreadsheets
b. JSON files
c. Oracle databases
a. Data modeling
b. Data visualization
c. Data exploration
d. Data cleansing
d. A collaboration tool that allows users to share and work on data together
b. Histogram
c. Scatter plot
d. Line chart
12. Which of the following is a way to share a report or dashboard in Power BI?
14. Which of the following is a way to connect to a data source in Power BI?
c. Using an API
16. Which of the following is a way to create a calculated column in Power BI?
Ans : 1) measures doesn’t increase the file size but calculated column increase the file size .
2)we cannot see measures without using any visualization but calculated columns doesn’t
need any visualization to be seen.
3) measures are used to aggregate the data and calculated columns are used to filtering the
data.
1) One to many
2) Many to one
3) One to one
4) Many to many
Ans :
Star schema contains a fact table which is connected to multiple dimension table surrounding the
fact table .
Ans : in snowflex schema fact table is connected with multiple dimension table surrounding the
fact table and the dimension table is further extended to connect with another dimension table.
22. What is power query editor:
Ans : power query editor in power bi helps to connect with wide range of sources with different
data .
a. Fact table
b. Query table
c. Dimension table
d. Power BI table
25. What symbol would you use for multiplication in Power BI in a DAX formula?
a. +
b. –
c. /
d. *
26. Type of data modeling in Power BI that Uses Data Analysis Expressions and similar to Excel
formulas______________
a. Query
b. DAX
c. Model
d. None
27. Creates the connection between Power BI cloud-based data and the data source located on-
premises_______________
a. Report view
b. Query editor
c. Power BI service
d. Gateway
28. Calculate a result from an expression formula and the result can only be viewed in the
visualization______________
a. Filter
b. Function
c. Calculated column
d. Measures
a. Create a report in the Power BI service, share it to Power BI mobile, interact with it in Power
BI Desktop
b. Bring data into Power BI Desktop and create a report, share it to the Power BI service, view
and interact with reports and dashboards in the service and Power BI mobile
c. Create a report in Power BI mobile, share it to the Power BI Desktop, view and interact in the
Power BI service
d. Bring data into Power BI mobile, create a report, then share it to Power BI Desktop
30. Which of the following illustrates a Many to One relationship?
31. Which of the following statements is true about shaping data with Power BI
Desktop_____________
a. When shaping or transforming data in Power BI Desktop, the source data remains unchanged
b. When shaping or transforming data in Power BI Desktop, the source data is also shaped and
transformed
c. The order in which you shape or transform data doesn’t matter, it all comes out the same
d. None of these
32. A customer may purchase 1 or many products. So the relationship between the customer
table and the products table will be_________________
a. One to Many
b. Many to Many
c. Many to One
d. One to One
a. ISNUMBER
b. AVERAGE
c. AND
d. CONCATENATE
b. Measure
c. Counting
d. Calculated Colum
a. Fact table
b. Query table
c. Dimension table
d. Power BI table
36. What DAX function can be used to return a value in a column if a condition is met?
a. IF
b. VLOOKUP
c. SUM
d. COUNT
a. .xlsx
b. .pbi
c. .pbix
d. .xls
a. Dashboards
b. Reports
c. Datasets
d. All of the above
Ans:
Ans:
Ans: merge query helps to combine multiple tables and merge them into one table.
Ans: append query helps to combine two tables having same no. of columns and having same data .
Ans: primary key doesn’t contain duplicates but foreign keys contains duplicates.
Ans: Dimension table contains primary key and fact table contains foreign key
Dimension table doesn’t contain duplicates but fact table contains duplicates.