Public Sector Data Analysis Insights
Public Sector Data Analysis Insights
Correct
Achieved 1.00 out of 1.00
Mark question
About data analysis in the public sector, indicate the correct alternative:
Choose an option:
d. Although the importance of using data for transparency is recognized, there is no record of
its availability by public agencies in Brazil.
The data made available in panels by Brazilian public organs must be used
only for online consultation, meaning there is no possibility for a user to download the data.
from the panel to do your own analyses.
Feedback
The letter 'A' is wrong. More and more public bodies are making decisions based on
in data, whether for anomaly detection, monitoring indicators, or improvement of
processes.
The letter 'B' is wrong. When well worked, monitored, and analyzed, the data serves
to assist institutions in many aspects.
The letter 'C' is correct. Public agencies are increasingly making decisions based on
in the data, whether for anomaly detection, monitoring indicators, or improvement of
processes.
The letter 'D' is wrong. In order to provide more transparency in their actions, the agencies
public entities have made government data available on their websites, following the
provided in the LAI.
The letter 'E' is wrong. Most public agencies make their data available on the internet,
except for those that fall under the hypotheses of confidentiality and personal information. Many
these data are available in panels on various topics, allowing them to be
downloaded for individual analysis.
Question 2
Correct
Reached 1.00 out of 1.00
Mark question
Regarding open data and the Access to Information Law, mark the correct alternative:
Choose an option:
b. Only public servers or agents can access, use, modify, and share
open data for any purpose.
We can define open data as that which anyone can freely access.
the, use them, modify them, and share them for any purpose, being subject to,
maximum, to the requirements aimed at preserving its provenance and its openness.
Feedback
The letter 'A' is wrong. The availability of open data is a way to provide transparency.
to the citizens.
The letter 'B' is wrong. Anyone can freely access, use, modify and
share the open data for any purpose.
The letter 'C' is wrong. In Brazil, we have the Access to Information Law (LAI) that defines the
hypotheses of secrecy and personal information, that is, not all government data can
to be accessed.
The letter "E" is correct. This is the definition provided on the Brazilian Data Portal.
Open.
Question 3
Correct
Achieved 1.00 out of 1.00
Mark question
Text of the question
Select the option that presents the 4 Vs that characterize Big Data:
Choose an option:
The correct alternative is option 'D'. The 4 Vs that characterize Big Data are volume, variety,
speed and truthfulness.
Question 4
Correct
Achieved 1.00 out of 1.00
Mark question
Select the alternative that presents the concept of Hadoop studied in this module:
Choose an option:
[Link] is an ecosystem for data analysis that does not allow storage
distributed.
The letter 'A' is wrong. Hadoop is an open source framework for processing and
management of large volumes of data.
The letter 'B' is wrong. Hadoop is an ecosystem of tools and methods for
distributed storage and analysis of structured and unstructured data.
The letter 'C' is wrong. Hadoop is not a database.
The letter 'D' is incorrect. OHadoop is used for processing and managing large
data volumes and not small ones.
The letter 'E' is correct. Hadoop is an open source framework for processing and
management of large volumes of data.
Question 5
Correct
Reached 1.00 out of 1.00
Mark question
Choose an option:
It consists of developing and applying methods to collect, analyze, and interpret data.
The letter 'B' is wrong. Statistics is the branch of science that consists of developing and applying
methods to collect, analyze and interpret data.
The letter "C" is correct. Data science or data science is the art of extracting knowledge from
through data to make better decisions, make forecasts, and understand the past.
Question 1
Correct
Reached 1.00 out of 1.00
Mark question
Regarding machine learning and types of learning, mark the correct alternative:
Choose an option:
The letter 'A' is correct. This is exactly the function of machine learning algorithms.
The letter 'B' is wrong. Clustering is an activity often used for grouping.
the data that have similar characteristics in learning algorithms do not
supervised.
The letter 'C' is wrong. The supervised learning that can be used to solve the
classification and regression problems.
The letter 'D' is wrong. The classification results in a categorical/discrete output. Already the
regression results in a numerical output. The alternative inverted the concepts.
The letter 'E' is wrong. There are many algorithms used in machine learning, for
Yes, it is important to choose the most suitable for the proposed problem.
Question 2
Correct
Achieved 1.00 out of 1.00
Mark question
Text of the question
Choose an option:
c. Decision tree is a structure that stores decision rules and has nodes, branches, and
leaves. The nodes represent the variables, the branches represent the possible values of each
the nodes and the leaves represent the final value of a node.
d. The goal of linear regression is to divide the data into groups based on similarity.
data (clusters), that is, we have data that are similar within a group, but different.
when compared to the data from other groups.
The wrong letter "A". The classification algorithm that is based on the nearest neighbors is the
KNN.
The wrong letter 'B'. This is the objective of linear regression.
The wrong letter 'D'. This is the goal of the K-means algorithm.
The letter 'E' is wrong. Clustering is an activity frequently used to group data.
that have similar characteristics.
Question 3
Incorrect
Reached 0.00 out of 1.00
Mark question
Regarding the stages and techniques of constructing the machine learning model, indicate the
correct alternative
Choose an option:
Feature selection consists of the technique of creating variables from a dataset.
to improve the model's performance.
Feature engineering is a technique used to select the most relevant attributes that
will be used to train the model.
c. The normalization technique is used to train and validate a model with the same
dataset.
e. Data splitting into training and testing is a technique used in the pre-processing phase of
dados.
Feedback
The letter 'C' is wrong. Cross-validation is the technique used to train and validate a model.
with the same dataset. Normalization is used to standardize the data that
contain variables on different scales.
The letter 'D' is wrong. Cross-validation is a technique used during the phase of
learning (model training).
The letter 'E' is correct. The division of data into training and testing is a technique used in the phase of
data preprocessing, as well as feature selection, feature engineering,
normalization and dimensionality reduction.
Question 4
Incorrect
Reached 0.00 out of 1.00
Mark question
Select the alternative that presents the sequence of steps used in building the model.
predictive
Choose an option:
Question 1
Correct
Reached 1.00 out of 1.00
Mark question
Identify the option that presents the sequence of steps in the data analysis process.
in R language:
Choose an option:
a. Data acquisition, data exploration, transformation of the obtained data, definition of the
problem, visualization of results and evaluation of results.
The correct alternative is letter 'C'. The stages of the data analysis process in R language
are: problem definition, data collection, transformation of the obtained data, exploration
of the dice and visualization of the results.
Question2
Incorrect
Reached 0.00 out of 1.00
Mark question
Regarding the functions used in the stages of the data analysis process, mark the
correct alternative:
Choose an option:
a. To use the "[Link]()" function, it is necessary to insert the parameter "file", which is the directory of the
file that you wish to upload.
b. The parameter "sep" represents the separator for decimal places.
The function 'summary()' checks the number of observations and columns in the dataset.
Feedback
The letter 'A' is correct. To use the '[Link]()' function, it is necessary to insert the parameter
"file", which is the directory of the file to be loaded.
The letter 'B' is incorrect. The parameter 'dec()' represents the decimal separator.
The letter 'C' is wrong. The 'view()' function allows for a better presentation in format of
table.
The letter 'D' is wrong. The function 'dim()' checks the number of observations and columns.
dodataset.
The letter 'E' is wrong. The function 'summary()' retrieves information from the dataset, such as value.
mínimo
Question 3
Incorrect
Reached 0.00 out of 1.00
Mark question
Choose an option:
The correct answer is letter 'D'. The necessary steps for building the predictive model.
are: problem definition, data acquisition, data preparation, exploratory analysis,
construction of the model and visualization of the results.
Question 4
Correct
Reached 1.00 out of 1.00
Mark question
Considering the application of the R language in data analysis for the predictive model,
mark the correct alternative:
Choose an option:
a. It is possible to verify if the division was done correctly with the function 'predict()'.
b. To train the construction of the predictive model, first, it is necessary to split the data into
training and testing. For this, the 'caTools' package should be used, which has the function '[Link]()'.
c. To split the dataset into training and testing sets, the function 'train_test_split()' from the package should be used.
caret
e. The parameter "bestTune" of the function "train()" is used to test different values of a
determined parameter.
Feedback
Your answer is correct.
The letter 'A' is wrong. The function 'predict()' is used to generate new predictions. For
to check if the division was done correctly, the function 'dim()' is used.
The letter 'B' is correct. The initial step in constructing the predictive model is the division of
training and test data. This operation is possible using the "caTools" package, in
What is the function '[Link]()'?
The letter 'C' is incorrect. Currently, there is no function 'train_test_split()' in the 'caret' package.
The letter 'D' is wrong. It is the function 'confusionMatrix()' that allows you to calculate performance of
model.
The letter 'E' is wrong. To test different values of a certain parameter, one uses the
parameter "tuneGrid" of the function "train()".