MCQsExam.com

Classes
22
Learn Discover
Subjects
91
Practice Master
MCQs
3401
Succeed Target
Which of the following statements about Matplotlib styles is true?
  1. A-Matplotlib does not support styling
  2. B-Matplotlib styles can be used to change the appearance of plots
  3. C-Matplotlib styles are automatically applied to all plots
  4. D-Matplotlib styles are only available in the pro version
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to set the transparency of elements in a plot in Matplotlib?
  1. A-plt.set_alpha()
  2. B-plt.set_transparency()
  3. C-plt.set_opacity()
  4. D-plt.set_alpha_channel()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.twinx() function in Matplotlib?
  1. A-To create a twin subplot sharing the y-axis
  2. B-To create a twin subplot sharing the x-axis
  3. C-To create a new figure
  4. D-To create a secondary y-axis
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which method is used to save a Matplotlib figure to a file?
  1. A-save_fig()
  2. B-export_fig()
  3. C-savefig()
  4. D-exportfig()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.stackplot() function in Matplotlib?
  1. A-To create a stacked bar plot
  2. B-To create a stacked line plot
  3. C-To create a stacked area plot
  4. D-To create a pie chart
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to set the aspect ratio of a plot in Matplotlib?
  1. A-plt.aspect()
  2. B-plt.set_aspect()
  3. C-plt.set_ratio()
  4. D-plt.set_aspect_ratio()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following statements about Matplotlib legends is true?
  1. A-Legends are automatically generated for all plots
  2. B-Legends are not supported in Matplotlib
  3. C-Legends can be customized using the plt.legend() function
  4. D-Legends are only available for scatter plots
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.fill_between() function in Matplotlib?
  1. A-To fill the area between two horizontal curves
  2. B-To fill the area between two vertical curves
  3. C-To fill the area between two scatter plots
  4. D-To fill the area under a line plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which function is used to add a shape to a plot in Matplotlib?
  1. A-plt.shape()
  2. B-plt.add_shape()
  3. C-plt.plot_shape()
  4. D-plt.add_patch()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.subplot2grid() function in Matplotlib?
  1. A-To create a subplot grid
  2. B-To create a line plot
  3. C-To set the subplot title
  4. D-To display the plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the output of plt.pie([10, 20, 30])?
  1. A-A pie chart with slices proportional to the given values
  2. B-An error
  3. C-A scatter plot
  4. D-A bar plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to add a colorbar to a plot in Matplotlib?
  1. A-plt.colorbar()
  2. B-plt.add_colorbar()
  3. C-plt.create_colorbar()
  4. D-plt.show_colorbar()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following is not a valid Matplotlib colormap?
  1. A-viridis
  2. B-rainbow
  3. C-hotpink
  4. D-inferno
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.imshow() function in Matplotlib?
  1. A-To display an image
  2. B-To create a scatter plot
  3. C-To create a histogram plot
  4. D-To create a bar plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which function is used to add text to a plot in Matplotlib?
  1. A-plt.text()
  2. B-plt.add_text()
  3. C-plt.annotate()
  4. D-plt.add_annotation()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.tight_layout() function in Matplotlib?
  1. A-To adjust the subplot spacing automatically
  2. B-To create a tight plot
  3. C-To set the plot legend
  4. D-To set the plot title
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which backend is commonly used in Matplotlib to render plots to a file or display them on screen?
  1. A-Qt
  2. B-GTK
  3. C-Tkinter
  4. D-Agg
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.subplots() function in Matplotlib?
  1. A-To create a single subplot
  2. B-To create multiple subplots
  3. C-To set the subplot title
  4. D-To adjust the subplot spacing
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.subplot() function in Matplotlib?
  1. A-To create a subplot
  2. B-To set the subplot title
  3. C-To display the plot
  4. D-To create a legend
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the output of plt.plot([1, 2, 3], [4, 5, 6], linestyle='--')?
  1. A-A line plot with dashed lines
  2. B-A bar plot
  3. C-A scatter plot
  4. D-An error
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to set the x-axis limits in Matplotlib?
  1. A-plt.xlim()
  2. B-plt.set_xlim()
  3. C-Both A and B
  4. D-None of the above
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.bar() function in Matplotlib?
  1. A-To create a line plot
  2. B-To create a scatter plot
  3. C-To create a bar plot
  4. D-To create a histogram plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following is not a valid Matplotlib marker style?
  1. A-o
  2. B-x
  3. C-+
  4. D-/
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.grid() function in Matplotlib?
  1. A-To set gridlines on a plot
  2. B-To create a grid of subplots
  3. C-To adjust the plot margins
  4. D-To display the plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the output of plt.hist([1, 1, 2, 3, 3, 3, 4, 4, 5], bins=3)?
  1. A-A histogram with 3 bins
  2. B-A scatter plot
  3. C-An error
  4. D-A bar plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to create a scatter plot in Matplotlib?
  1. A-plt.scatter()
  2. B-plt.plot()
  3. C-plt.bar()
  4. D-plt.hist()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following statements about Matplotlib figures is true?
  1. A-A figure can have multiple axes
  2. B-A figure can only have one axis
  3. C-A figure is not necessary to create a plot
  4. D-A figure cannot be saved as an image file
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.legend() function in Matplotlib?
  1. A-To set the plot legend
  2. B-To create subplots
  3. C-To adjust the plot size
  4. D-To display the plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following is not a valid Matplotlib color string?
  1. A-red
  2. B-green
  3. C-turquois
  4. D-blue
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the purpose of the plt.xlabel() function in Matplotlib?
  1. A-To set the y-axis label
  2. B-To set the plot title
  3. C-To set the x-axis label
  4. D-To display the plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following statements is true about Matplotlib?
  1. A-It is only compatible with Python 2.x
  2. B-It is primarily used for web development
  3. C-It is an open-source library for creating static, animated, and interactive visualizations in Python
  4. D-It is mainly used for natural language processing tasks
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What function is used to save a plot as an image file in Matplotlib?
  1. A-save_plot()
  2. B-export_plot()
  3. C-savefig()
  4. D-exportfig()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which function is used to set the title of a plot in Matplotlib?
  1. A-plot_title()
  2. B-title()
  3. C-set_title()
  4. D-setplot_title()
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which module of Matplotlib is used for creating plots?
  1. A-mpl.plot
  2. B-plt
  3. C-matplotlib.plot
  4. D-pyplot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is the primary purpose of Matplotlib?
  1. A-Performing statistical analysis
  2. B-Creating interactive web applications
  3. C-Visualizing data
  4. D-Generating random numbers
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following is not a plot type supported by Matplotlib?
  1. A-Line plot
  2. B-Bar plot
  3. C-Histogram plot
  4. D-Decision tree plot
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
What is Matplotlib?
  1. A-A programming language
  2. B-A numerical computing library
  3. C-A data visualization library
  4. D-A machine learning framework
  5. Posted By: MCQSEXAM
  6. Data Science / Matplotlib
Which of the following statements is true about NumPy?
  1. A-It is primarily used for string manipulation
  2. B-It is not suitable for mathematical operations
  3. C-It provides efficient numerical arrays and functions for numerical operations
  4. D-It is a graphical user interface library
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the output of np.nanmean([1, np.nan, 3])?
  1. A-nan
  2. B-2.0
  3. C-1.5
  4. D-3.0
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What function is used to calculate the mean of an array?
  1. A-np.mean()
  2. B-mean()
  3. C-Both A and B
  4. D-None of the above
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the purpose of the np.concatenate() function?
  1. A-To split an array into multiple sub-arrays
  2. B-To join arrays along an existing axis
  3. C-To create an array with evenly spaced values
  4. D-To find the intersection of two arrays
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which of the following functions is used to find the unique elements of an array?
  1. A-unique()
  2. B-distinct()
  3. C-np.unique()
  4. D-np.distinct()
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the output of np.random.randint(1, 10, size=(2, 3))?
  1. A-A 2x3 array with random integers between 1 and 10
  2. B-An array of random floats between 1 and 10
  3. C-A single random integer between 1 and 10
  4. D-An error
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which function is used to calculate the dot product of two arrays?
  1. A-np.dot()
  2. B-np.cross()
  3. C-np.multiply()
  4. D-np.inner()
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the purpose of broadcasting in NumPy?
  1. A-To adjust array dimensions to perform arithmetic operations
  2. B-To increase the speed of array operations
  3. C-To convert arrays into a different data type
  4. D-None of the above
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the output of np.eye(3)?
  1. A-Identity matrix of order 3
  2. B-Array of zeros with diagonal ones
  3. C-Array of ones with diagonal zeros
  4. D-Array of ones with all elements zeros
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What function is used to reshape a NumPy array?
  1. A-reshape()
  2. B-resize()
  3. C-Both A and B
  4. D-None of the above
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which of the following is not a valid data type in NumPy?
  1. A-int32
  2. B-string
  3. C-float64
  4. D-complex128
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What does the dtype attribute of a NumPy array represent?
  1. A-Data type of the array
  2. B-Dimension of the array
  3. C-Shape of the array
  4. D-Size of the array
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which function is used to find the maximum value in an array?
  1. A-max()
  2. B-maximum()
  3. C-np.max()
  4. D-np.maximum()
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the result of np.arange(5)?
  1. A-[0, 1, 2, 3, 4]
  2. B-[1, 2, 3, 4, 5]
  3. C-[0, 1, 2, 3]
  4. D-[1, 2, 3, 4]
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which function is used to create a new array filled with zeros?
  1. A-zeros()
  2. B-ones()
  3. C-empty()
  4. D-arange()
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is the main advantage of using NumPy arrays over Python lists?
  1. A-NumPy arrays are resizable
  2. B-NumPy arrays can hold elements of different data types
  3. C-NumPy arrays support vectorized operations
  4. D-NumPy arrays have built-in sorting functions
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which of the following data structures does NumPy primarily work with?
  1. A-Lists
  2. B-Sets
  3. C-Arrays
  4. D-Dictionaries
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What does NumPy stand for?
  1. A-Numeric Python
  2. B-Numerical Processing
  3. C-Natural Python
  4. D-None of the above
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which of the following is not a benefit of using NumPy?
  1. A-Efficient computations
  2. B-High-level mathematical functions
  3. C-Large, multi-dimensional arrays and matrices
  4. D-Built-in machine learning algorithms
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
What is NumPy?
  1. A-A programming language
  2. B-A numerical computing library
  3. C-A web development framework
  4. D-A database management system
  5. Posted By: MCQSEXAM
  6. Data Science / NumPy
Which view in Primavera P6 displays a graphical representation of the dependencies between activities?
  1. A-Gantt Chart view
  2. B-Activity Network Diagram (AND)
  3. C-Resource Allocation view
  4. D-Project Dashboard
  5. Posted By: MCQSEXAM
  6. Project Management / Primavera MCQs
In Primavera P6, what does the term "float" refer to?
  1. A-The time by which an activity can be delayed without delaying the project's finish date
  2. B-The total duration of a project
  3. C-The resources assigned to a specific activity
  4. D-The early start and late start dates of an activity
  5. Posted By: MCQSEXAM
  6. Project Management / Primavera MCQs
What feature in Primavera P6 allows users to identify the critical path and analyze project timelines?
  1. A-Gantt Chart view
  2. B-Resource Histogram
  3. C-Critical Path Method (CPM)
  4. D-Earned Value Management (EVM)
  5. Posted By: MCQSEXAM
  6. Project Management / Primavera MCQs
Which module in Primavera P6 is used for defining the hierarchy of a project, including phases, activities, and sub-activities?
  1. A-Resource Management
  2. B-Project Portfolio Management
  3. C-Work Breakdown Structure (WBS
  4. D-Activity Network Diagram (AND)
  5. Posted By: MCQSEXAM
  6. Project Management / Primavera MCQs
What is the primary purpose of Primavera P6 software?
  1. A-Resource allocation and leveling
  2. B-Project scheduling and management
  3. C-Financial analysis and reporting
  4. D-Quality control and assurance
  5. Posted By: MCQSEXAM
  6. Project Management / Primavera MCQs
Which feature in Microsoft Project allows you to view and adjust the work hours for individual resources?
  1. A-Resource Calendar
  2. B-Resource Scheduler
  3. C-Resource Workload
  4. D-Resource Timeframe
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which feature in Microsoft Project allows you to assign costs to tasks and resources?
  1. A-Cost Allocation
  2. B-Cost Management
  3. C-Cost Tracking
  4. D-Cost Assignment
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which view in Microsoft Project displays a graphical representation of the relationships between tasks?
  1. A-Gantt Chart view
  2. B-Network Diagram view
  3. C-Task Sheet view
  4. D-Resource Sheet view
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
In Microsoft Project, what does the term "baseline" refer to?
  1. A-The initial schedule and cost estimates for a project
  2. B-The current status of a project
  3. C-The final deliverables of a project
  4. D-The total duration of a project
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
What is the purpose of the "Resource Usage" view in Microsoft Project?
  1. A-To display the utilization of resources over time
  2. B-To allocate resources to tasks
  3. C-To create a hierarchical structure of resources
  4. D-To define the project's work breakdown structure
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which feature in Microsoft Project helps in resolving overallocation of resources?
  1. A-Resource Balancing
  2. B-Resource Optimization
  3. C-Resource Levelling
  4. D-Resource Reallocation
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
What does the abbreviation "RBS" stand for in the context of Microsoft Project?
  1. A-Resource Breakdown Schedule
  2. B-Resource Breakdown Structure
  3. C-Resource Budgeting System
  4. D-Resource Booking System
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which feature in Microsoft Project allows you to create dependencies between tasks?
  1. A-Task Relationships
  2. B-Task Links
  3. C-Task Dependencies
  4. D-Task Predecessors
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
In Microsoft Project, what does the term "milestone" refer to?
  1. A-A task with a duration of one day
  2. B-A significant event or achievement in a project
  3. C-A task that requires special attention from the project manager
  4. D-A task that can be assigned to multiple resources
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which view in Microsoft Project displays a hierarchical representation of tasks and subtasks?
  1. A-Gantt Chart view
  2. B-Task Sheet view
  3. C-Network Diagram view
  4. D-Resource Sheet view
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
What does the "critical path" represent in a project schedule created using Microsoft Project?
  1. A-The shortest path to project completion
  2. B-The sequence of tasks that cannot be delayed without delaying the project's finish dat
  3. C-The longest path to project completion
  4. D-The sequence of tasks with the highest resource utilization
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which feature in Microsoft Project enables you to manage and optimize the allocation of resources across multiple projects?
  1. A-Resource Pooling
  2. B-Resource Levelling
  3. C-Resource Balancing
  4. D-Resource Allocation
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which tool in Microsoft Project allows you to track the progress of tasks in real-time?
  1. A-Task Calenda
  2. B-Task Tracker
  3. C-Task Monitor
  4. D-Task Inspector
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which function in Microsoft Project is used to assign tasks to specific individuals or resources?
  1. A-Allocate Resources
  2. B-Task Assignmen
  3. C-Resource Assignment
  4. D-Resource Levelling
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
In Microsoft Project, what does the abbreviation "WBS" stand for?
  1. A-Workload Breakdown Structure
  2. B-Workforce Building Strategy
  3. C-Work Breakdown Structure
  4. D-Workflow Building System
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which feature in Microsoft Project helps in identifying the critical path of a project?
  1. A-Task Dependencies
  2. B-Resource Pooling
  3. C-PERT Analysis
  4. D-Resource Levelling
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which view in Microsoft Project allows you to see a graphical representation of a project's timeline?
  1. A-Gantt Chart view
  2. B-Task Sheet view
  3. C-Calendar view
  4. D-Network Diagram view
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
What is the file extension used for Microsoft Project files?
  1. A-.mpp
  2. B-.mpx
  3. C-.msproj
  4. D-.mproj
  5. Posted By: MCQSEXAM
  6. Project Management / Microsoft Project Management
Which word is the antonym of "eloquent" when describing English writing skills?
  1. A-Fluent
  2. B-Articulate
  3. C-Inarticulate
  4. D-Persuasive
  5. Posted By: MCQSEXAM
  6. English MCQs / Antonyms Mcqs
  7. More about this MCQ
What is the opposite of "adequate" in the context of English language proficiency?
  1. A-Sufficient
  2. B-Competent
  3. C-Inadequate
  4. D-Suitable
  5. Posted By: MCQSEXAM
  6. English MCQs / Antonyms Mcqs
  7. More about this MCQ
Which word is the antonym of "fluent" when describing English speaking ability?
  1. A-Articulate
  2. B-Fluent
  3. C-Hesitant
  4. D-Eloquent
  5. Posted By: MCQSEXAM
  6. English MCQs / Antonyms Mcqs
  7. More about this MCQ
What is the antonym of "proficient" in the context of English language skills?
  1. A-Incompetent
  2. B-Skilled
  3. C-Adequate
  4. D-Capable
  5. Posted By: MCQSEXAM
  6. English MCQs / Antonyms Mcqs
  7. More about this MCQ
What are some best practices for optimizing the performance of Power BI reports?
  1. A-Use complex DAX formulas extensively.
  2. B-Include every available data point in visuals.
  3. C-Leverage efficient data modeling techniques and avoid unnecessary calculations.
  4. D-Rely solely on built-in visuals without considering custom options.
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What's the role of gateways in Power BI?
  1. A-To create and share custom visuals
  2. B-To refresh on-premises data sources securely
  3. C-To collaborate on reports in real-time
  4. D-To manage user authentication
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
How can you schedule automatic refreshes for your Power BI datasets?
  1. A-Manually refresh them regularly in Power BI Desktop.
  2. B-Set up email notifications for data updates.
  3. C-Configure scheduled refreshes in Power BI Service or Gateway.
  4. D-There's no built-in functionality for automatic refreshes.
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What's the difference between a report and a dashboard in Power BI?
  1. A-Reports are interactive, while dashboards are static.
  2. B-Dashboards offer deeper analysis, while reports provide overviews.
  3. C-Reports focus on specific questions, while dashboards showcase key metrics.
  4. D-There's no functional difference; they're just named differently.
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
How can you ensure that your Power BI reports adhere to data security best practices?
  1. A-Use custom visuals from any source
  2. B-Grant everyone edit access to the report
  3. C-Set appropriate user permissions and limit data access
  4. D-Share the .pbix file publicly
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
How can you create a calculated column in Power BI based on existing data?
  1. A-Use the Query Editor
  2. B-Employ DAX formulas in the Modeling pane
  3. C-Leverage the Visualization pane
  4. D-Import a separate data source
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What's the purpose of using custom visuals in Power BI?
  1. A-To enforce data security
  2. B-To add interactivity to reports
  3. C-To connect to external data sources
  4. D-To format visuals beyond built-in options
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
Which of these elements is NOT part of a well-designed Power BI report?
  1. A-Clear and concise titles
  2. B-Consistent formatting
  3. C-Excessive text labels
  4. D-Interactive filters
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What's the key benefit of using Q&A in Power BI?
  1. A-Creating custom visuals
  2. B-Scheduling report refreshes
  3. C-Asking natural language questions to explore data
  4. D-Managing user permissions
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
How can you share an interactive Power BI report with colleagues who don't have Power BI Desktop?
  1. A-Export as a static image
  2. B-Publish to Power BI Service
  3. C-Send the .pbix file
  4. D-Convert to a PDF
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
Which chart type in Power BI is best suited for displaying trends over time?
  1. A-Bar chart
  2. B-Pie chart
  3. C-Line chart
  4. D-Doughnut chart
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What's the primary function of DAX formulas in Power BI?
  1. A-Formatting visuals
  2. B-Connecting to data sources
  3. C-Creating calculated columns and measures
  4. D-Sharing reports and dashboards
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
Which component of Power BI Desktop facilitates data acquisition from various sources?
  1. A-Report View
  2. B-Data Model
  3. C-Query Editor
  4. D-Visualization Pane
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What is the purpose of Power BI Embedded?
  1. A-To embed Power BI reports and dashboards into custom applications
  2. B-To analyze large volumes of data
  3. C-To create data models
  4. D-To share reports with external users
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
Which feature of Power BI allows users to ask questions in natural language and receive visualizations as answers?
  1. A-Quick Insights
  2. B-Q&A (Question and Answer)
  3. C-Natural Language Processing (NLP)
  4. D-AutoML (Automated Machine Learning)
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
What is the purpose of the Power BI Mobile app?
  1. A-To create reports and dashboards
  2. B-To view and interact with reports on mobile devices
  3. C-To share reports with colleagues
  4. D-To schedule data refreshes
  5. Posted By: MCQSEXAM
  6. Data Science / Power BI
  7. More about this MCQ
MCQs Exam