Module 2
Module 2
a) Video editing
b) Data analysis and visualization
c) Web development
d) Graphic design
Answer: b) Data analysis and visualization
5. What is the difference between shared and dedicated capacities in Power BI?
a) Shared capacities are free, and dedicated capacities require a subscription.
b) Shared capacities are fully committed to a single customer, and dedicated capacities
are shared.
c) Shared capacities are shared with other customers, while dedicated capacities are
fully committed to a single customer.
d) Shared capacities are used for workspaces, and dedicated capacities are used for
datasets.
Answer: c) Shared capacities are shared with other customers, while dedicated
capacities are fully committed to a single customer.
7. Which view in Power BI Desktop allows users to add and arrange visualizations for
reports?
a) Data view
b) Report view
c) Model view
d) Query view
Answer: b) Report view
9. How can a Power BI report be shared with a colleague who has a Power BI account?
a) By sending an email attachment
b) By exporting the report to PDF
c) By sharing a link to the report in Power BI Service
d) By saving the report as an Excel file
Answer: c) By sharing a link to the report in Power BI Service
12. Which Power BI component allows users to view and interact with dashboards on
mobile devices?
a) Power BI Desktop
b) Power BI Service
c) Power BI Mobile
d) Power Query Editor
Answer: c) Power BI Mobile
Unit 2: Python
16. What is the primary purpose of Python in the context of data science as described in the
module?
a) Web development
b) Data analysis and visualization
c) Game development
d) Database management
Answer: b) Data analysis and visualization
python
Copy
x=5
if x > 3:
else:
print("Less than or equal to 3")
python
Copy
my_list = [1, 2, 3]
my_list.append(4)
print(my_list)
a) [1, 2, 3]
b) [1, 2, 3, 4]
c) [4, 1, 2, 3]
d) Error
Answer: b) [1, 2, 3, 4]
27. What does the term "Big Data" refer to in the context of KNIME?
a) Small and manageable datasets
b) Extremely large and complex datasets
c) Structured data only
d) Data from a single source
Answer: b) Extremely large and complex datasets
28. Which KNIME node is used to load a dataset from a CSV file?
a) Data Explorer
b) File Reader
c) Scatter Plot
d) Statistics
Answer: b) File Reader
32. Which KNIME feature allows for the creation of interactive dashboards?
a) Workflow automation
b) Interactive plots
c) Dashboard components
d) Model deployment
Answer: c) Dashboard components
33. What is the purpose of the "Spark Executor" node in KNIME?
a) To create visualizations
b) To perform distributed data processing
c) To load data from a CSV file
d) To generate reports
Answer: b) To perform distributed data processing
35. What does clustering refer to in the context of data mining in KNIME?
a) Deleting data
b) Grouping data points into similar clusters or groups
c) Sending emails
d) Creating 3D animations
Answer: b) Grouping data points into similar clusters or groups
41. Which practical use case in KNIME involves blending data from multiple sources?
a) Budget Monitoring Report
b) Data Blending and ETL
c) Credit Scoring
d) Visualization of Sales Data
Answer: b) Data Blending and ETL
42. In the KNIME credit scoring use case, what is the goal?
a) To visualize sales data
b) To create a credit scoring model based on historical data
c) To automate report generation
d) To perform statistical analysis
Answer: b) To create a credit scoring model based on historical data
44. Which of the following is a common step in KNIME’s Big Data analytics workflow?
a) Creating visual designs
b) Modeling data
c) Adding unnecessary complexity
d) Deleting data
Answer: b) Modeling data
46. Which Python task statement involves writing scripts for arithmetic operations and
string manipulation?
a) Utilize built-in data structures
b) Write simple Python scripts for common tasks
c) Evaluate loops and conditional statements
d) Develop problem-solving skills
Answer: b) Write simple Python scripts for common tasks
47. What is the purpose of KNIME’s “Data Explorer” node?
a) To create machine learning models
b) To compute descriptive statistics
c) To load data from a CSV file
d) To generate interactive dashboards
Answer: b) To compute descriptive statistics
50. Which of the following is a key knowledge statement for Python in the module?
a) Understanding fundamental programming concepts like variables and control
structures
b) Learning to create interactive dashboards
c) Installing KNIME Analytics Platform
d) Performing geospatial analysis
Answer: a) Understanding fundamental programming concepts like variables and
control structures
53. What is the purpose of the “Transform Data” button in Power BI Desktop?
a) To create visualizations
b) To launch Power Query Editor for data cleaning and transformation
c) To share reports
d) To connect to new data sources
Answer: b) To launch Power Query Editor for data cleaning and transformation
54. In Power BI, what is a “workspace”?
a) A physical server for storing data
b) A container for dashboards, reports, datasets, and dataflows
c) A visualization tool
d) A type of dataset
Answer: b) A container for dashboards, reports, datasets, and dataflows
56. What is the difference between “Reading view” and “Editing view” in Power BI reports?
a) Reading view allows only data viewing, while Editing view allows data editing.
b) Reading view is for mobile devices, while Editing view is for desktops.
c) Reading view displays visuals, while Editing view is for data transformation.
d) Reading view is for creating reports, while Editing view is for consuming reports.
Answer: a) Reading view allows only data viewing, while Editing view allows data editing.
59. Which Power BI visualization type is best for showing trends over time?
a) Pie chart
b) Bar chart
c) Line chart
d) Scatter plot
Answer: c) Line chart
61. How many refreshes per day can be scheduled in Power BI Service for datasets?
a) Up to 4
b) Up to 8
c) Up to 12
d) Unlimited
Answer: b) Up to 8
63. Which of the following is NOT a step in creating a basic Power BI dashboard?
a) Prepare the data
b) Build a report
c) Pin visuals to a dashboard
d) Write Python scripts
Answer: d) Write Python scripts
65. Which Power BI element is a single canvas containing tiles and widgets?
a) Report
b) Dataset
c) Dashboard
d) Workspace
Answer: c) Dashboard
Unit 2: Python
66. Which Python data structure is best suited for key-value pair storage?
a) List
b) Tuple
c) Dictionary
d) Set
Answer: c) Dictionary
python
Copy
for i in range(3):
print(i)
a) 0, 1, 2
b) 1, 2, 3
c) 0, 1, 2, 3
d) Error
Answer: a) 0, 1, 2
68. Which Python library is used for machine learning tasks in the module?
a) Pandas
b) Matplotlib
c) Scikit-learn
d) NumPy
Answer: c) Scikit-learn
python
Copy
print(my_dict["name"])
a) Alice
b) 25
c) Error
d) name
Answer: a) Alice
Unit 3: KNIME
82. What is the benefit of using KNIME’s drag-and-drop interface for dashboards?
a) It slows down dashboard creation
b) It allows users to build dashboards without coding
c) It restricts interactivity
d) It requires extensive programming knowledge
Answer: b) It allows users to build dashboards without coding
91. In the KNIME budget monitoring report use case, what is calculated?
a) Sales trends over time
b) Money allocated, spent, and remaining for each project
c) Customer satisfaction scores
d) Website traffic
Answer: b) Money allocated, spent, and remaining for each project
92. Which KNIME use case involves predicting whether a property’s condition is high or low?
a) Budget Monitoring Report
b) Decision Tree
c) Visualization of Sales Data
d) Data Blending and ETL
Answer: b) Decision Tree
93. What is the purpose of the “Stacked Area Chart” in the KNIME sales data visualization
use case?
a) To clean data
b) To visualize sales trends over time
c) To create a machine learning model
d) To automate workflows
Answer: b) To visualize sales trends over time
94. Which KNIME use case involves selecting the best machine learning algorithm for credit
scoring?
a) Credit Scoring
b) Decision Tree
c) Budget Monitoring Report
d) Visualization of Sales Data
Answer: a) Credit Scoring
95. What is the role of the “Java Script” node in the KNIME Data Blending and ETL use case?
a) To create machine learning models
b) To visualize average age vs. product in the blended table
c) To clean data
d) To automate report generation
Answer: b) To visualize average age vs. product in the blended table
96. Which of the following is a knowledge statement for KNIME in the module?
a) Understanding fundamental programming concepts
b) Applying machine learning techniques
c) Writing Python scripts for data analysis
d) Creating 3D animations
Answer: b) Applying machine learning techniques
98. Which of the following is NOT a benefit of KNIME’s Big Data capabilities?
a) Access to massive datasets
b) Enhanced data analysis capabilities
c) Faster computer processing speed
d) Improved data quality
Answer: c) Faster computer processing speed
99. In KNIME, what does “parallelization” mean in the context of distributed data
processing?
a) Running tasks sequentially
b) Running tasks concurrently on multiple machines or processors
c) Ignoring data
d) Transforming data into images
Answer: b) Running tasks concurrently on multiple machines or processors
101. What is the main advantage of using Power BI to connect to multiple data
sources?
a) It requires extensive coding
b) It simplifies data integration into a single interface
c) It restricts data access
d) It only works with Excel files
Answer: b) It simplifies data integration into a single interface
102. Which Power BI component is used to consume reports and dashboards on the
go?
a) Power BI Desktop
b) Power BI Service
c) Power BI Mobile
d) Power Query Editor
Answer: c) Power BI Mobile
105. Which Power BI feature allows users to create canvas apps within reports?
a) Power Query Editor
b) Power Apps visualization
c) Power BI Service
d) Power BI Mobile
Answer: b) Power Apps visualization
107. Which of the following is a valid data source for Power BI datasets?
a) Microsoft Word documents
b) Salesforce
c) Image files
d) Audio files
Answer: b) Salesforce
108. What happens when you pin a report page to a Power BI dashboard?
a) The entire page is added as a single tile
b) The page is deleted from the report
c) The page is converted to a dataset
d) The page is shared with external users
Answer: a) The entire page is added as a single tile
112. What is the benefit of using Power BI’s AI Insights for KPI analysis?
a) It automates dashboard creation
b) It identifies trends and anomalies in key performance indicators
c) It cleans data automatically
d) It exports reports to PDF
Answer: b) It identifies trends and anomalies in key performance indicators
115. Which of the following is a real-world example of Power BI’s business value?
a) Creating 3D animations
b) Boosting sales and reducing costs for the Miami Heat
c) Developing mobile applications
d) Editing videos
Answer: b) Boosting sales and reducing costs for the Miami Heat
Unit 2: Python
python
Copy
x = "Hello"
print(x.upper())
a) hello
b) HELLO
c) Hello
d) Error
Answer: b) HELLO
118. Which Python library is used for data manipulation and analysis?
a) Matplotlib
b) Pandas
c) Scikit-learn
d) NumPy
Answer: b) Pandas
python
Copy
my_tuple = (1, 2, 3)
print(my_tuple[1])
a) 1
b) 2
c) 3
d) Error
Answer: b) 2
Unit 3: KNIME
132. What is the benefit of KNIME’s “RESTful Web Services” for model deployment?
a) It restricts model access
b) It enables real-time predictions and integration with other applications
c) It creates visualizations
d) It cleans data automatically
Answer: b) It enables real-time predictions and integration with other applications
133. Which KNIME node is used for text mining and NLP?
a) Text Mining
b) Scatter Plot
c) File Reader
d) Model Writer
Answer: a) Text Mining
135. Which KNIME task statement involves importing and cleaning data?
a) Create interactive dashboards
b) Import data, clean it, and perform basic manipulations
c) Establish a connection to a Big Data source
d) Send reports via email
Answer: b) Import data, clean it, and perform basic manipulations
139. Which KNIME node is used for batch processing in model deployment?
a) Batch Processing
b) File Reader
c) Decision Tree
d) Scatter Plot
Answer: a) Batch Processing
141. In the KNIME decision tree use case, what is the dataset used for?
a) Sales data analysis
b) Predicting property condition (high or low)
c) Budget monitoring
d) Credit scoring
Answer: b) Predicting property condition (high or low)
142. Which KNIME use case involves visualizing data with a Pie/Donut Chart?
a) Budget Monitoring Report
b) Visualization of Sales Data
c) Credit Scoring
d) Data Blending and ETL
Answer: b) Visualization of Sales Data
143. What is the purpose of cross-validation in the KNIME credit scoring use case?
a) To create visualizations
b) To evaluate model performance
c) To clean data
d) To automate workflows
Answer: b) To evaluate model performance
144. Which KNIME use case calculates money spent for each project?
a) Budget Monitoring Report
b) Decision Tree
c) Visualization of Sales Data
d) Credit Scoring
Answer: a) Budget Monitoring Report
145. What is the role of the “Java IF (Table)” node in KNIME’s automation example?
a) To create visualizations
b) To perform conditional logic in workflows
c) To load data from a CSV file
d) To generate reports
Answer: b) To perform conditional logic in workflows
146. Which of the following is a knowledge statement for KNIME in the module?
a) Writing Python scripts for data analysis
b) Data wrangling techniques in KNIME
c) Creating 3D animations
d) Understanding fundamental programming concepts
Answer: b) Data wrangling techniques in KNIME
147. What is the purpose of the “Table Row to Variable” node in KNIME?
a) To create visualizations
b) To convert table rows into workflow variables
c) To load data from a database
d) To perform machine learning
Answer: b) To convert table rows into workflow variables
150. Which of the following is a key benefit of KNIME’s end-to-end data analytics
capabilities?
a) Restricting data access
b) Supporting data exploration to stakeholder reporting
c) Limiting visualization options
d) Requiring extensive coding
Answer: b) Supporting data exploration to stakeholder reporting
151. What is the primary function of Power BI’s “Get Data” feature?
a) To create visualizations
b) To connect to various data sources for analysis
c) To share dashboards
d) To schedule automated workflows
Answer: b) To connect to various data sources for analysis
152. Which Power BI component allows users to publish reports to the cloud?
a) Power BI Desktop
b) Power BI Service
c) Power BI Mobile
d) Power Query Editor
Answer: b) Power BI Service
153. What is the purpose of the “Relationships” feature in Power BI’s Model view?
a) To create visualizations
b) To define how tables in a dataset are connected
c) To clean data
d) To share reports
Answer: b) To define how tables in a dataset are connected
155. Which Power BI visualization type is best for comparing categorical data?
a) Line chart
b) Bar chart
c) Scatter plot
d) Pie chart
Answer: b) Bar chart
156. What is the role of the “Format” pane in Power BI Desktop?
a) To clean and transform data
b) To customize the appearance of visualizations
c) To schedule data refreshes
d) To manage workspaces
Answer: b) To customize the appearance of visualizations
157. Which of the following is a supported data source for Power BI?
a) Microsoft Excel
b) Adobe Photoshop files
c) Audio recordings
d) Text editors
Answer: a) Microsoft Excel
158. What happens when you share a Power BI dashboard with a colleague?
a) The colleague can edit the underlying dataset
b) The colleague can view and interact with the dashboard
c) The dashboard is converted to a PDF
d) The dashboard is deleted
Answer: b) The colleague can view and interact with the dashboard
159. Which Power BI feature allows users to ask questions about data in natural
language?
a) Power Query Editor
b) Q&A feature
c) Power BI Mobile
d) Data view
Answer: b) Q&A feature
Unit 2: Python
166. Which Python data structure is unordered and does not allow duplicates?
a) List
b) Tuple
c) Set
d) Dictionary
Answer: c) Set
python
Copy
x = [1, 2, 3]
print(x[0])
a) 1
b) 2
c) 3
d) Error
Answer: a) 1
python
Copy
x = "Python"
print(len(x))
a) 5
b) 6
c) 7
d) Error
Answer: b) 6
Unit 3: KNIME
177. Which KNIME node is used for principal component analysis (PCA)?
a) PCA
b) File Reader
c) Scatter Plot
d) Decision Tree
Answer: a) PCA
185. Which KNIME task statement involves connecting to a Big Data source?
a) Create interactive dashboards
b) Establish a connection to a Big Data source
c) Import data and clean it
d) Send reports via email
Answer: b) Establish a connection to a Big Data source
191. In the KNIME visualization of sales data use case, what is visualized using a
Stacked Area Chart?
a) Customer demographics
b) Sales trends over time
c) Budget allocation
d) Credit scores
Answer: b) Sales trends over time
192. Which KNIME use case involves automating email delivery of reports?
a) Budget Monitoring Report
b) Decision Tree
c) Visualization of Sales Data
d) Automation Example
Answer: d) Automation Example
193. What is the purpose of the “Table Creator” node in the KNIME credit scoring use
case?
a) To create visualizations
b) To manually input data for testing
c) To clean data
d) To automate workflows
Answer: b) To manually input data for testing
194. Which KNIME use case blends data from multiple sources into a single table?
a) Budget Monitoring Report
b) Data Blending and ETL
c) Credit Scoring
d) Visualization of Sales Data
Answer: b) Data Blending and ETL
195. What is the role of the “Column Filter” node in KNIME’s data blending use case?
a) To create visualizations
b) To select relevant columns for analysis
c) To load data from a CSV file
d) To generate reports
Answer: b) To select relevant columns for analysis
196. Which of the following is a knowledge statement for Python in the module?
a) Applying machine learning techniques
b) Understanding data structures like lists, tuples, and dictionaries
c) Creating interactive dashboards
d) Installing KNIME Analytics Platform
Answer: b) Understanding data structures like lists, tuples, and dictionaries
199. In KNIME, what does “ETL” stand for in the context of data blending?
a) Extract, Transform, Load
b) Evaluate, Test, Learn
c) Export, Track, Link
d) Edit, Transfer, Loop
Answer: a) Extract, Transform, Load
200. Which of the following is a key outcome of Power BI’s visualization capabilities?
a) Creating 3D animations
b) Enabling data-driven decision-making
c) Editing audio files
d) Designing websites
Answer: b) Enabling data-driven decision-making
201. What is the primary goal of Power BI’s data modeling feature?
a) To create visualizations
b) To define relationships and calculations for datasets
c) To automate workflows
d) To share dashboards
Answer: b) To define relationships and calculations for datasets
212. What is the benefit of using Power BI’s “Conditional Formatting” feature?
a) It cleans data automatically
b) It highlights data based on rules or conditions
c) It schedules data refreshes
d) It exports reports to Excel
Answer: b) It highlights data based on rules or conditions
218. What is the benefit of using Power BI’s “Power Automate” integration?
a) It creates visualizations
b) It automates workflows based on report triggers
c) It cleans data
d) It exports reports
Answer: b) It automates workflows based on report triggers
219. Which Power BI feature allows users to share reports with external users?
a) Power Query Editor
b) Publish to Web
c) Power BI Mobile
d) Data view
Answer: b) Publish to Web
227. Which Power BI visualization is best for showing relationships between two
variables?
a) Bar chart
b) Scatter plot
c) Pie chart
d) Line chart
Answer: b) Scatter plot
python
Copy
x = "Data"
print(x[1])
a) D
b) a
c) t
d) Error
Answer: b) a
python
Copy
x = [1, 2, 3]
x.append(4)
print(len(x))
a) 3
b) 4
c) 5
d) Error
Answer: b) 4
python
Copy
x = 10
if x > 5:
print("High")
else:
print("Low")
a) High
b) Low
c) Error
d) None
Answer: a) High
python
Copy
x = "Hello"
print(x.lower())
a) HELLO
b) hello
c) Hello
d) Error
Answer: b) hello
247. Which Python concept allows for code organization into reusable blocks?
a) Variables
b) Functions
c) Loops
d) Operators
Answer: b) Functions
python
Copy
x = [1, 2, 3]
print(x[-1])
a) 1
b) 2
c) 3
d) Error
Answer: c) 3
python
Copy
x = (1, 2, 3)
print(x[0])
a) 1
b) 2
c) 3
d) Error
Answer: a) 1
python
Copy
x = {"a": 1, "b": 2}
print(len(x))
a) 1
b) 2
c) 3
d) Error
Answer: b) 2
270. Which KNIME task statement involves sending reports via email?
a) Create interactive dashboards
b) Send reports via email
c) Import data and clean it
d) Establish a connection to a Big Data source
Answer: b) Send reports via email
276. Which KNIME node is used for support vector machine (SVM) modeling?
a) SVM
b) File Reader
c) Scatter Plot
d) Model Writer
Answer: a) SVM
281. What is the benefit of KNIME’s “Interactive Range Slider Filter” in dashboards?
a) It slows down data analysis
b) It allows users to dynamically filter data ranges
c) It restricts visualization types
d) It requires manual configuration
Answer: b) It allows users to dynamically filter data ranges
290. Which KNIME node is used for k-nearest neighbors (k-NN) modeling?
a) k-NN
b) File Reader
c) Scatter Plot
d) Model Writer
Answer: a) k-NN
291. In the KNIME budget monitoring report use case, what is visualized?
a) Sales trends over time
b) Budget allocation and spending
c) Customer demographics
d) Credit scores
Answer: b) Budget allocation and spending
292. Which KNIME use case involves predicting property condition using a decision
tree?
a) Budget Monitoring Report
b) Decision Tree
c) Visualization of Sales Data
d) Data Blending and ETL
Answer: b) Decision Tree
293. What is the purpose of the “Bar Chart” in the KNIME sales data visualization use
case?
a) To clean data
b) To visualize categorical sales data
c) To create a machine learning model
d) To automate workflows
Answer: b) To visualize categorical sales data
294. Which KNIME use case evaluates multiple machine learning algorithms?
a) Budget Monitoring Report
b) Credit Scoring
c) Visualization of Sales Data
d) Data Blending and ETL
Answer: b) Credit Scoring
295. What is the role of the “GroupBy” node in KNIME’s data blending use case?
a) To create visualizations
b) To aggregate data by groups
c) To load data from a CSV file
d) To generate reports
Answer: b) To aggregate data by groups
296. Which of the following is a knowledge statement for KNIME in the module?
a) Writing Python scripts for data analysis
b) Understanding predictive analytics techniques
c) Creating 3D animations
d) Understanding fundamental programming concepts
Answer: b) Understanding predictive analytics techniques
298. Which of the following is NOT a benefit of Power BI’s visualization capabilities?
a) Enabling data-driven decisions
b) Providing interactive dashboards
c) Restricting data access
d) Supporting real-time updates
Answer: c) Restricting data access
300. Which of the following is a key benefit of Python’s data structures in the module?
a) Restricting data access
b) Enabling efficient data storage and manipulation
c) Limiting visualization options
d) Requiring extensive coding
Answer: b) Enabling efficient data storage and manipulation
309. Which Power BI feature allows users to create calculated columns and
measures?
a) Power Query Editor
b) DAX (Data Analysis Expressions)
c) Power BI Mobile
d) Q&A feature
Answer: b) DAX (Data Analysis Expressions)
312. What is the benefit of using Power BI’s “Slicer Sync” feature?
a) It cleans data automatically
b) It synchronizes filters across multiple report pages
c) It schedules data refreshes
d) It exports reports to Excel
Answer: b) It synchronizes filters across multiple report pages
315. Which Power BI feature allows users to create dynamic titles for visuals?
a) Power Query Editor
b) DAX
c) Conditional Formatting
d) Q&A feature
Answer: b) DAX
319. Which Power BI feature allows users to share datasets across reports?
a) Shared Datasets
b) Power Query Editor
c) Power BI Mobile
d) Data view
Answer: a) Shared Datasets
328. What is the role of the “External Tools” tab in Power BI Desktop?
a) To clean data
b) To integrate third-party tools for enhanced functionality
c) To schedule data refreshes
d) To manage workspaces
Answer: b) To integrate third-party tools for enhanced functionality
329. Which Power BI feature allows users to create reusable data transformations?
a) Power Query Editor
b) DAX
c) Power BI Mobile
d) Q&A feature
Answer: a) Power Query Editor
331. Which Python data structure is mutable but does not maintain order?
a) List
b) Tuple
c) Set
d) Dictionary
Answer: d) Dictionary
python
Copy
x = "Analytics"
print(x[0])
a) A
b) n
c) s
d) Error
Answer: a) A
python
Copy
x = [1, 2, 3, 4]
print(x[1:3])
a) [1, 2]
b) [2, 3]
c) [3, 4]
d) Error
Answer: b) [2, 3]
339. Which Python operator checks if a value is greater than or equal to another?
a) >
b) >=
c) <
d) <=
Answer: b) >=
python
Copy
x=3
if x < 5:
print("Small")
else:
print("Large")
a) Small
b) Large
c) Error
d) None
Answer: a) Small
python
Copy
x = "Grok"
print(x.upper())
a) grok
b) GROK
c) Grok
d) Error
Answer: b) GROK
347. Which Python concept allows for iteration over multiple sequences?
a) Variables
b) Zip function
c) Loops
d) Operators
Answer: b) Zip function
python
Copy
x = {1, 2, 3}
print(len(x))
a) 1
b) 2
c) 3
d) Error
Answer: c) 3
python
Copy
x = [1, 2, 3]
print(x[2])
a) 1
b) 2
c) 3
d) Error
Answer: c) 3
354. Which Python concept is used for defining custom data types?
a) Loops
b) Classes
c) Functions
d) Variables
Answer: b) Classes
python
Copy
x = {"name": "Grok"}
print(x["name"])
a) Grok
b) name
c) Error
d) None
Answer: a) Grok
358. Which Python statement defines a loop that iterates a specific number of times?
a) while
b) for
c) if
d) def
Answer: b) for
391. In the KNIME credit scoring use case, what is the purpose of the “Scorer” node?
a) To create visualizations
b) To evaluate model performance
c) To clean data
d) To automate workflows
Answer: b) To evaluate model performance
392. Which KNIME use case involves visualizing data with a Line Chart?
a) Budget Monitoring Report
b) Visualization of Sales Data
c) Credit Scoring
d) Data Blending and ETL
Answer: b) Visualization of Sales Data
393. What is the purpose of the “Send Email” node in the KNIME automation
example?
a) To create visualizations
b) To automate report delivery to stakeholders
c) To clean data
d) To perform machine learning
Answer: b) To automate report delivery to stakeholders
394. Which KNIME use case involves calculating remaining budget for projects?
a) Budget Monitoring Report
b) Decision Tree
c) Visualization of Sales Data
d) Credit Scoring
Answer: a) Budget Monitoring Report
395. What is the role of the “Joiner” node in KNIME’s data blending use case?
a) To create visualizations
b) To combine datasets based on a common key
c) To load data from a CSV file
d) To generate reports
Answer: b) To combine datasets based on a common key
396. Which of the following is a knowledge statement for Power BI in the module?
a) Writing Python scripts for data analysis
b) Understanding data visualization techniques
c) Creating 3D animations
d) Understanding fundamental programming concepts
Answer: b) Understanding data visualization techniques