PrepAway - Latest Free Exam Questions & Answers

Category: 98-361

Exam 98-361: Software Development Fundamentals

What actions should you take?

You are employed as a developer at ABC.com.
ABC.com makes use of SQL Server in their environment.
You have created a new application for ABC.com that contains a SqlDataAdapter object. The
SqlDataAdapter object has been linked to a table. You are planning to make use of the Fill method
for returning information from the table.
You have been informed that the Fill method should access the SQL server database connection,
read the data, and leave a closed connection.
What actions should you take? (Choose all hat apply.)

What normal form is satisfied by these rules?

You are employed as a developer at ABC.com.
You are in the process of developing a new database for ABC.com. You are informed that the new
databases tables should satisfy the following normalization rules:
Repeating groups in individual tables should be removed.
A separate table should be created for every array of related data.
Every array of related data should be identified with a primary key.
Separate tables should be created for arrays of values that pertain to multiple data.
These tables should be linked with a foreign key.
What normal form is satisfied by these rules?

What prerequisites does this configuration allow for?

You are employed as a developer at ABC.com.
ABC.com makes use of SQL Server in their environment.
You have been instructed to develop a new ABC.com database. You are currently analyzing the
normalization rules for the new databases tables. You then configure rules to ensure the
following:
That not a single column in the table is allowed to host multiple values in the same row of data.
That the entire primary key determines the functionality of all non-key columns.
That functional dependency is not shared by non-key attributes.
What prerequisites does this configuration allow for?

What is the option you should use?

You are employed as a developer at ABC.com. ABC.com makes use of SQL Server 2000
databases in their environment.
You are in the process of creating a new program for ABC.com using C#. The program must be
configured to read data from a ABC.com database on a nightly basis. Thereafter, the data must be
written to a flat file that must be sent to a ABC.com vendor.
You want to make sure that the data is returned minimum effect on the server, while enhancing
operations.
What is the option you should use?

Which of the following is the line of code that would suitably complete the query?

You are employed as a developer at ABC.com. ABC.com makes use of SQL Server 2005
databases in their environment.
You want to make sure that all ABC.com’s orders processed on the 8th May 2012 are returned by
a query to the ABCOrders database table.
You start by writing the line of code shown below:
SELECT * FROM Orders
Which of the following is the line of code that would suitably complete the query?


Page 9 of 9« First...56789