You need to ensure that the username and password values are encrypted when they are deployed

You are developing a project that contains multiple SQL Server Integration Services (SSIS) packages. The
packages will be deployed to the SSIS catalog. One of the steps in each package accesses an FTP site to
download sales transaction data.
You create project parameters to store the username and password that are used to access the FTP site.
You need to ensure that the username and password values are encrypted when they are deployed.
What should you do?

You are developing a project that contains multiple SQL Server Integration Services (SSIS) packages. The
packages will be deployed to the SSIS catalog. One of the steps in each package accesses an FTP site to
download sales transaction data.
You create project parameters to store the username and password that are used to access the FTP site.
You need to ensure that the username and password values are encrypted when they are deployed.
What should you do?

A.
Set the Sensitive property of the parameters to True.

B.
Set the ProtectionLevel property of the package to EncryptSensitiveWithUserKey.

C.
Change the parameters to package parameters.

D.
Change the project to the Legacy Deployment model.



Leave a Reply 17

Your email address will not be published. Required fields are marked *


malik

malik

option A
Set the sensitive property of the parameters to true

pangpang

pangpang

Just passed the exam with score 836

Only used this list to prepare. This list covers all questions in the exam.

Thank you seenagape for loading the list and all the input from all the people

john hancock

john hancock

@pangpang,

Thanks for the feedback…

Do you mean the 70-463(v.5) list???

And, did you just use the default answers???

Thanks again for the feedback…

pangpang

pangpang

Yes, v.5 version is what I used to prepare. V.5 contains several questions that v.4 doesn’t have.

For the answers I think most answers of v.5 are correct, but you also need to pay attention to comments and better compare it to v.4

joro

joro

Just passed about 7-8 new questions

john hancock

john hancock

Has anyone taken the 70-463 exam recently (March 2017) using this list and/or any other list????

DBA

DBA

Correct answer is
B.
Set the ProtectionLevel property of the package to EncryptSensitiveWithUserKey.

MMM

MMM

The username and password saved in parameters. So A is correct.

sql trainee

sql trainee

Passed the exam yesterday. There was 6 new questions.

john hancock

john hancock

@sql trainee,

Congrats on passing your exam!!

Did you just use 70-463 (v.5) list to prepare for the exam, or a combination of something else??

Thanks for the feedback…

john hancock

john hancock

Has anyone taken the 70-463 exam recently using this list and/or any other list??

Would appreciate any feedback, thanks…

Non_stop

Non_stop

are this dumps reliable can I pass using this?

Siti

Siti

Any idea if this list of exam questions and answers is available in pdf and downloadable from somewhere? Please advise. Thanks.

Frank

Frank

scored 876, 5 to 7 new questions.

Aakaash

Aakaash

Cleared with 900+ score, around 5-6 questions are new. This dump v5 is good.

One of the new question was about moving OLDCUSTOMER table to new drive for archival purpose. You have to arrange 4 out of 6 options in sequence. I selected:

1) Create Filegroup
2) Remove clustered index
3) Use MERGE
4) Create clustered index

Remaining two options were:
5) Create File
6) I forgot 🙁

Hai Dang

Hai Dang

I passed 905 points, I met this question. I additional answer for fullly:
1: remove clustered index
2: Rebuild clustered index
3: Use Merge statement
4: Create filegroup
5: Create file
6: Enable compress page
My answer: 1-6-5-2