exam questions

Exam 70-779 All Questions

View all questions & answers for the 70-779 exam

Exam 70-779 topic 1 question 69 discussion

Actual exam question from Microsoft's 70-779
Question #: 69
Topic #: 1
[All 70-779 Questions]

From a workbook query, you import a table that has the following data.

You need to configure the table to appear as shown in the following table.

What should you do?

  • A. From the Format menu, click Trim
  • B. From the Format menu, click Clean
  • C. From the Extract menu, click Last Characters
  • D. From the Split Column menu, click By Delimiter
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://www.pcworld.com/article/3163966/excel-tutorial-how-to-import-and-parse-complicated-data.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
imran
Highly Voted 5 years, 9 months ago
Corrrect answer in D
upvoted 32 times
hfgirona
4 years, 8 months ago
Yes, you must specify Each concurrence of the limiter and 2 columns. = Table.SplitColumn(#"Changed Type", "City", Splitter.SplitTextByDelimiter(",", QuoteStyle.None), {"City.1"}) .Correct is D.
upvoted 1 times
...
...
HiJaak
Highly Voted 5 years, 9 months ago
Imran is right, the corrwct answer is D. Trim will only eliminate unnecesary spaces.
upvoted 5 times
...
CDL
Most Recent 4 years, 9 months ago
D will do the trick. row 1&2: City+Country; row3&4: City+State, Obviously we should separate them. After split, then “trim” becoz there is one space in front of the Canada, Washington and Florida. “Trim” will eliminate spaces at the beginning & end, but it won’t work on the extra inner spaces. If just a 2 or 3 inner space, just use the “Repace Value”; If a lot of random inner extra spaces, pls refer to (from 24 min): https://www.youtube.com/watch?v=aIkul71ydvg
upvoted 2 times
...
Pamzi
4 years, 12 months ago
The answer is A. Do not look at the States that is not showing in the 2 display. They are trying to get rid off all the leading spaces that makes the first display looking like the rows height is increased. So when you Trim the you get rows as "normal" height
upvoted 1 times
...
Waltmas
5 years ago
Split column by delimiter and and specify in advanced settings that one column you will get that result
upvoted 1 times
...
r8d1
5 years ago
D is correct, comma as delimiter
upvoted 1 times
...
Outsider
5 years, 1 month ago
The correct answer is D. Tested. Use advanced option and select the number of the column equals 1
upvoted 1 times
...
Chikhalsouk
5 years, 3 months ago
D, and you select the number of the column equals 1
upvoted 3 times
...
cs3122
5 years, 6 months ago
D is an incomplete answer, as it will create an additional column, but it is the only one that is close to a solution. Obviously you'd have to delete that new column after splitting. I'll still go with that answer on the exam though.
upvoted 3 times
CABREU
5 years, 6 months ago
go to advanced options and choose only 1 column
upvoted 3 times
nose
5 years, 5 months ago
this is the key.... it works fine.... D is correct
upvoted 1 times
...
...
...
mohroshdy
5 years, 8 months ago
D is the correct answer for sure
upvoted 2 times
...
tho
5 years, 8 months ago
Agreed that D is the closest answer.
upvoted 4 times
...
Muralianil
5 years, 9 months ago
No if you go through D option it will create another column so answer is A
upvoted 3 times
dinessa
5 years, 8 months ago
Trim removes only leading and ending empty spaces, it cannot delete whole words. Ideally it should be "From the Extract Menu click Before Delimiter". Since this option is not listed among the possible answers, the closest we can get is D . So CORRECT ANSWER is D.
upvoted 5 times
...
Melvin11
5 years, 5 months ago
Correct, tha correct Answer is "A"
upvoted 1 times
...
dreadreaming
5 years, 2 months ago
This is incorrect. When Splitting the column you can specify the number of columns you want. in this case 1. I've tested it and the correct answer is D
upvoted 3 times
hfgirona
4 years, 8 months ago
Yes, you must specify Each concurrence of the limiter and 2 columns. = Table.SplitColumn(#"Changed Type", "City", Splitter.SplitTextByDelimiter(",", QuoteStyle.None), {"City.1"}) .Correct is D.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...