exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 66 discussion

Actual exam question from Microsoft's DP-100
Question #: 66
Topic #: 2
[All DP-100 Questions]

DRAG DROP
-

You need to implement source control for scripts in an Azure Machine Learning workspace. You use a terminal window in the Azure Machine Learning Notebook tab.

You must authenticate your Git account with SSH.

You need to generate a new SSH key.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

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
Kanwal001
Highly Voted 1 year, 3 months ago
On exam 28 Aug 2023
upvoted 7 times
...
PI_Team
Highly Voted 1 year, 4 months ago
Answer is correct: Here is a breakdown of each step: 1. The ssh-keygen command will generate a new SSH key pair. The key pair will consist of a public key and a private key. The public key will be used to authenticate your Git account with SSH, and the private key will be used to access your Git repositories. 2. When you run the ssh-keygen command, you will be prompted to enter a file in which to save the key pair. You can press Enter to accept the default location, which is /home/azureuser/.ssh. 3. The default location for SSH keys is /home/azureuser/.ssh. You should verify that this is the correct location before you press Enter. 4. You will be prompted to type a secure passphrase. The passphrase will be used to protect your private key. You should choose a strong passphrase that you will not forget.
upvoted 5 times
...
TA_
Most Recent 8 months, 2 weeks ago
On exam 15-03-2024
upvoted 1 times
...
NullVoider_0
9 months, 4 weeks ago
On exam 12-02-2024.
upvoted 1 times
...
Jin_22
1 year, 8 months ago
The answer seems correct.
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 ...