exam questions

Exam 70-779 All Questions

View all questions & answers for the 70-779 exam

Exam 70-779 topic 1 question 91 discussion

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

HOTSPOT -
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series.
Start of repeated scenario.
You are creating reports for a car repair company. You have four datasets in Excel spreadsheets. Four workbook queries load the datasets to a data model. A sample of the data is shown in the Data Sample exhibit. (Click the Exhibit button.)
Data Sample exhibit:




The data model is shown in the Data Model exhibit. (Click the Exhibit button.)

The tables in the model contain the following data:
✑ DailyRepairs has a log of hours and revenue for each day, workshop, and repair type. Every day, a log entry is created for each workshop, even if no hours or revenue are recorded for that day. Total Hours and Total Revenue column.
✑ Workshops have a list of all the workshops and the current and previous workshop managers. The format of the Workshop Manager column is always
Firstname Lastname. A value of 1 in the IsLatest column indicates that the workshop manager listed in the record is the current workshop manager.
✑ RepairTypes has a list of all the repair types
✑ Dates has a list of dates from 2015 to 2018
End of repeated scenario.
You need to add a custom column to the workbook query for Workshops that contains the email address of the workshop manager. The format of the email address is [email protected].
How should you complete the query from Query Editor? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

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, 8 months ago
wrong answer: it should be text.replace and &contoso.com
upvoted 46 times
...
Annelize
Highly Voted 5 years, 6 months ago
I tested: 1) Text.Replace 2) &"Contoso.com"
upvoted 23 times
Baabe
4 years, 7 months ago
2) &"@contoso.com"
upvoted 1 times
...
...
CDL
Most Recent 4 years, 8 months ago
Tested, + “custome column” code as below, for example. =Text.Replace([Manager], " ", ".")&"@NLG.COM" Another way, no complex code needed. 1. Right click [Manager] column, select “replace value” -> replace space with “.”; 2. Add a custom text column: =”@xxx.com” 3. select both above(ctrl+), right click, Merge above columns.
upvoted 5 times
...
panal
4 years, 10 months ago
Answer: 1) Text.Replace 2) &"Contoso.com"
upvoted 1 times
...
mohroshdy
5 years, 6 months ago
1- Text.Replace 2-"@Contoso.com"
upvoted 14 times
las
5 years, 2 months ago
No it is not
upvoted 1 times
...
Agustin
4 years, 11 months ago
Yes, it is correct.
upvoted 2 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 ...