You are on page 1of 17

Which of the following numbers is correctly written to process information?

User response:
1,000,000
Result:
You need to reinforce the topic: Software for data cleaning
Question results
They ask you to analyze a file by software to filter information on a specific
topic, what tool should you use?
User response:
Regex
Result:
Correct!
Question results
To have all areas of a column visible on the left side of the cleaning software,
what do you have to do?
User response:
Click on the column and select view
Result:
You need to reinforce the topic: Cleaning structured data
Question results
What route must be followed to delete blank records?
User response:
text facet -> count -> remove all matching rows
Result:
You need to reinforce the topic: Cleaning unstructured data
Question results
UNstructured data is that which:
User response:
They cannot be consulted with SQL language
Result:
Correct!
Question results
If you make mistakes in data cleaning software, why should you NOT worry?
User response:
Save a history of movements
Result:
Correct!
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the fewest records and copy that name to the similar
records
Result:
You need to reinforce the topic: Cleaning structured data
Question results
Select the two regular expressions that identify proper nouns that do not end with
"ez."
User response:
\b\w*[e][z]\b
\b[Az]*[^e][^z]\b
Result:
You need to reinforce the topic: Regular expression programming
Question results
Order the steps to create a new project in data cleaning software.
User response:
1.
Result:
You need to reinforce the topic: Cleaning structured data
Question results
Cleaning data is the action of correcting or removing incorrect information from
a data set.
User response:
Correct
Result:
Correct!
Which of the following numbers is correctly written to process information?
User response:
1234.567
Result:
Correct!
Question results
Order the steps to create a new project in data cleaning software.
User response:
1. Click on the "New project" button
2. Choose the file to clean
3. Click on the "Create project" button
4. Run data cleaning software
Result:
You need to reinforce the topic: Cleaning structured data
Question results
To perform an analysis of UNstructured data, what should you do?
User response:
Perform the analysis first and then structure them
Result:
You need to reinforce the topic: Cleaning unstructured data
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the other records
Result:
You need to reinforce the topic: Cleaning structured data
Question results
Select some of the benefits of data cleaning software.
User response:
Clean automatically
Save every data movement in the cloud
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
Select some rules that you should follow when cleaning data.
User response:
Check date and number formats
Avoid commas when writing numbers
Exclude records with too many errors
Result:
Correct!
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
What is the first thing you should do when opening data cleaning software?
User response:
Assign a name to the destination file
Result:
You need to reinforce the topic: Cleaning structured data
Question results
They are the character strings that match the following expression [ab]*(rir)* .
User response:
ababa
ababab
Result:
You need to reinforce the topic: Use of regular expressions
Question results
They are the character strings that match the following expression \w*e{1,2}r
User response:
believe
eat
Result:
You need to reinforce the topic: Regular expression programming
Select the unforeseen events that you may encounter when working with data.
User response:
Blanks
Same format
Result:
You need to reinforce the topic: Software for data cleaning
Question results
They are the character strings that match the following expression \w*e{1,2}r
User response:
sing
eat
Result:
You need to reinforce the topic: Regular expression programming
Question results
Which of the following statements is incorrect?
User response:
Data cleaning software will help you save time and effort.
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
Besides the executable to access the cleaning software, where else can you access
them?
User response:
Cell phone application
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
If you make mistakes in data cleaning software, why should you NOT worry?
User response:
Save a history of movements
Result:
Correct!
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the other records
Result:
You need to reinforce the topic: Cleaning structured data
Question results
In regular expressions the following characters can take the meaning of: abc123
User response:
Chain
Result:
You need to reinforce the topic: Use of regular expressions
Question results
UNstructured data is that which:
User response:
They cannot be consulted with SQL language
Result:
Correct!
Question results
Cleaning data is the action of correcting or removing incorrect information from
a data set.
User response:
Correct
Result:
Correct!
They are the character strings that match the following expression [ab]*(rir)* .
User response:
Open
abarir
Result:
You need to reinforce the topic: Use of regular expressions
Question results
What cleanup process is generally performed with the "remove all matching
rows" option?
User response:
Delete duplicate records
Result:
You need to reinforce the topic: Cleaning unstructured data
Question results
What regular expressions match the following character string "044-65-2343-
3456"?
User response:
04{2}-\d\d(-\d{4}){2}
04{2}-\d\d(-\d{4})56
Result:
You need to reinforce the topic: Regular expression programming
Question results
Select some rules that you should follow when cleaning data.
User response:
Check date and number formats
Avoid commas when writing numbers
Exclude records with too many errors
Result:
Correct!
Question results
UNstructured data is that which:
User response:
They cannot be consulted with SQL language
Result:
Correct!
Question results
Select the unforeseen events that you may encounter when working with data.
User response:
Blank cells
Data consistency
Result:
You need to reinforce the topic: Software for data cleaning
Question results
In regular expressions the following characters can take the meaning of: abc123
User response:
Metacharacters
Result:
You need to reinforce the topic: Use of regular expressions
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the similar records
Result:
Correct!
Question results
They ask you to analyze a file by software to filter information on a specific
topic, what tool should you use?
User response:
Regex
Result:
Correct!
Question results
What is the standard date format used in the United States?
User response:
dd/mm/YYYY
Result:
You need to reinforce the topic: Software for data cleaning
What cleaning process is usually performed with the "blank down" option in data
cleaning software?
User response:
Delete blank records
Result:
You need to reinforce the topic: Cleaning unstructured data
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
They are the character strings that match the following expression \b(a+)\w*\b .
User response:
catch
camp
Result:
You need to reinforce the topic: Regular expression programming
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the similar records
Result:
Correct!
Question results
In regular expressions, the following characters can take the meaning of: ( | &
User response:
Metacharacters
Result:
Correct!
Question results
Order the steps to create a new project in data cleaning software.
User response:
1. Click on the "Create project" button
2. Click on the "New project" button
3. Choose the file to clean
4. Run data cleaning software
Result:
You need to reinforce the topic: Cleaning structured data
Question results
They are the character strings that match the following expression \w*e{1,2}r
User response:
read
believe
Result:
You need to reinforce the topic: Regular expression programming
Question results
To have all areas of a column visible on the left side of the cleaning software,
what do you have to do?
User response:
Click on the column and select text filter
Result:
You need to reinforce the topic: Cleaning structured data
Question results
Select the unforeseen events that you may encounter when working with data.
User response:
Blank cells
Blanks
Result:
Correct!
Question results
What is the standard date format used in the United States?
User response:
mm/dd/YYYY
Result:
Correct!
In regular expressions the following characters can take the meaning of: abc123
User response:
Literals
Result:
Correct!
Question results
They are the character strings that match the following expression \b(a+)\w*\b .
User response:
challenge
shortcut
Result:
You need to reinforce the topic: Regular expression programming
Question results
Which of the following numbers is correctly written to process information?
User response:
1234.567
Result:
Correct!
Question results
They ask you to analyze a file by software to filter information on a specific
topic, what tool should you use?
User response:
Regex
Result:
Correct!
Question results
UNstructured data is that which:
User response:
They cannot be consulted with SQL language
Result:
Correct!
Question results
Select some of the benefits of data cleaning software.
User response:
Clean automatically
Save every data movement in the cloud
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
Select the two regular expressions that identify proper nouns that do not end with
"ez."
User response:
\b[Az]*[^e][^z]\b
\b\w*[^e][^z]\b
Result:
Correct!
Question results
To perform an analysis of UNstructured data, what should you do?
User response:
First structure them and then proceed with the analysis
Result:
application
Question results
Select some rules that you should follow when cleaning data.
User response:
Check date and number formats
Avoid commas when writing numbers
Exclude records with too many errors
Result:
Correct!
Question results
They are the character strings that match the following expression \b\w*endo\b .
User response:
4axis
playing
Result:
You need to reinforce the topic: Regular expression programming
What cleaning process is usually performed with the "blank down" option in data
cleaning software?
User response:
Delete junk information
Result:
You need to reinforce the topic: Cleaning unstructured data
Question results
Besides the executable to access the cleaning software, where else can you access
them?
User response:
Non-cleaning software
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
If you make mistakes in data cleaning software, why should you NOT worry?
User response:
Save a history of movements
Result:
Correct!
Question results
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the similar records
Result:
Correct!
Question results
Select the unforeseen events that you may encounter when working with data.
User response:
Blank cells
Blanks
Result:
Correct!
Question results
They are the character strings that match the following expression \w*e{1,2}r
User response:
read
sing
Result:
You need to reinforce the topic: Regular expression programming
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
What is the first thing you should do when opening data cleaning software?
User response:
Create a new project
Result:
Correct!
Question results
What regular expressions match the following character string "044-65-2343-
3456"?
User response:
\d{3}-\d{2}-\d{4}-\d{4}
\d{2}-\d{1}-\d{3}-\d{3}
Result:
You need to reinforce the topic: Regular expression programming
Question results
UNstructured data is that which:
User response:
They cannot be consulted with SQL language
Result:
Correct!
They ask you to analyze a file by software to filter information on a specific
topic, what tool should you use?
User response:
Regex
Result:
Correct!
Question results
Select the unforeseen events that you may encounter when working with data.
User response:
Blanks
Blank cells
Result:
Correct!
Question results
What type of information can cleaning software deal with?
User response:
Videos
Images
Structured
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
They are the character strings that match the following expression \bw{3}.[\
w.]*\.com\b .
User response:
www.dddddd.com.com
Result:
You need to reinforce the topic: Use of regular expressions
Question results
They are the character strings that match the following expression \b(a+)\w*\b .
User response:
camp
shortcut
Result:
You need to reinforce the topic: Regular expression programming
Question results
What is the standard date format used in the United States?
User response:
mm/dd/YYYY
Result:
Correct!
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
Cleaning data is the action of correcting or removing incorrect information from
a data set.
User response:
Correct
Result:
Correct!
Question results
Order the steps to create a new project in data cleaning software.
User response:
1. Click on the "New project" button
2. Click on the "Create project" button
3. Choose the file to clean
4. Run data cleaning software
Result:
You need to reinforce the topic: Cleaning structured data
Question results
Which of the following numbers is correctly written to process information?
User response:
1234.567
Result:
Correct!
To approve already categorized information, what should you do?
User response:
Choose the name with the most records and copy that name to the similar records
Result:
Correct!
Question results
To perform an analysis of UNstructured data, what should you do?
User response:
First structure them and then proceed with the analysis
Result:
application
Question results
What type of information can cleaning software deal with?
User response:
Images
Videos
Result:
You need to reinforce the topic: Features of data cleaning software
Question results
What cleanup process is generally performed with the "remove all matching
rows" option?
User response:
Delete junk information
Result:
Correct!
Question results
Cleaning data is the action of correcting or removing incorrect information from
a data set.
User response:
Correct
Result:
Correct!
Question results
Select the two regular expressions that identify proper nouns that do not end with
"ez."
User response:
\b\w*[^e][^z]\b
\b[Az]*[^e][^z]\b
Result:
Correct!
Question results
Which columns make the most sense to apply a facet to?
User response:
To those who have repeated names
Result:
Correct!
Question results
To have all areas of a column visible on the left side of the cleaning software,
what do you have to do?
User response:
Click on the column and select text facet
Result:
Correct!
Question results
Select some rules that you should follow when cleaning data.
User response:
Check date and number formats
Avoid commas when writing numbers
Exclude records with too many errors
Result:
Correct!
Question results
Select some of the benefits of data cleaning software.
User response:
Gather categories by groups
Work with advanced programming language
Result:
Correct!

You might also like