exam questions

Exam 70-762 All Questions

View all questions & answers for the 70-762 exam

Exam 70-762 topic 1 question 55 discussion

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

HOTSPOT -
You are developing an app that allows users to query historical company financial data. You are reviewing email messages from the various stakeholders for a project.
The message from the security officer is shown in the Security Officer Email exhibit below.

TO: Database developer -

From: Security Officer -
Subject: SQL object requirements
We need to simplify the security settings for the SQL objects. Having a assign permissions at every object in SQL is tedious and leads to a problem.
Documentation is also much more difficult when we have to assign permissions at multiple levels. We need to assign the required permissions at one object, even though that object may be obtaining from other objects.
The message from the sales manager is shown in the Sales Manager Email exhibit below.

TO: Database developer -

From: Sales Manager -

Subject: Needed SQL objects -
When creating objects for our use, they need to be flexible. We will be changing the base infrastructure frequently. We need components in SQL that will provide backward compatibility to our front end applications as the environments change so that we do not need to modify the front end applications. We need objects that can provide a filtered set of the data. The data may be coming from multiple tables and we need an object that can provide access to all of the data through a single object reference.
This is an example of the types of data we need to be able to have queries against without having to change the front end applications.

The message from the web developer is shown in the Web Developer Email exhibit below.

TO: Database developer -

From: Web Developer -

Subject: SQL Object component -
Whatever you will be configuring to provide access to data in SQL, it needs to connect using the items referenced in this interface. We have been using this for a long time, and we cannot change this from end easily. Whatever objects are going to be used in SQL they must work using object types this interface references.

You need to create one or more objects that meet the needs of the security officer, the sales manager and the web developer.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
* Stored procedure: Yes
A stored procedure to implement the following:
Whatever you will be configuring to provide access to data in SQL, it needs to connect using the items referenced in this interface. We have been using this for a long time, and we cannot change this from end easily. Whatever objects are going to be used in SQL they must work using object types this interface references.
* Trigger: No
No requirements are related to actions taken when changing the data.
* View: Yes
Because: We need objects that can provide a filtered set of the data. The data may be coming from multiple tables and we need an object that can provide access to all of the data through a single object reference.

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
stm22
Highly Voted 4 years, 11 months ago
Yes No Yes...trigger not needed
upvoted 13 times
...
delgadillo
Highly Voted 4 years, 11 months ago
Yes, NO,Yes
upvoted 11 times
MarcusJB
4 years, 7 months ago
I'd also say that the answer is correct. Nothing indicates a trigger, but backwards compatibility, filtered set of data indicate a view and "an object that can provide access to all of the data through a single object reference" as well as "assign the required permissions at one object" indicate a stored procedure.
upvoted 2 times
...
...
strikersree
Most Recent 4 years, 11 months ago
YES, NO, NO Security Officer - StoredProc Database Developer - View Not sure about web developer. Not a Trigger though.
upvoted 1 times
lh2607
4 years, 7 months ago
Confusing comment. Correct answer is Yes, No, Yes. No use for a trigger like you said, but the first line of your comment is misleading.
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 ...