1 / 7

INTRODUCTION TO MICROSOFT TECHNOLOGY ASSOCIATE (MTA) - DATABASE FUNDAMENTALS (98-364) EXAM

Start Here---> http://bit.ly/2kuinBw <---Get complete detail on 98-364 exam guide to crack Microsoft Database Fundamentals. You can collect all information on 98-364 tutorial, practice test, books, study material, exam questions, and syllabus. Firm your knowledge on Microsoft Database Fundamentals and get ready to crack 98-364 certification. Explore all information on 98-364 exam with number of questions, passing percentage and time duration to complete test.

edusumcom
Download Presentation

INTRODUCTION TO MICROSOFT TECHNOLOGY ASSOCIATE (MTA) - DATABASE FUNDAMENTALS (98-364) EXAM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INTRODUCTION TO MICROSOFT TECHNOLOGY ASSOCIATE (MTA) - DATABASE FUNDAMENTALS (98-364) EXAM 98-364 Practice Test and Certification Guide EDUSUM.COM Get complete detail on 98-364 exam guide to crack Microsoft Database Fundamentals. You can collect all information on 98-364 tutorial, practice test, books, study material, exam questions, and syllabus. Firm your knowledge on Microsoft Database Fundamentals and get ready to crack 98-364 certification. Explore all information on 98-364 exam with number of questions, passing percentage and time duration to complete test.

  2. WWW.EDUSUM.COM PDF Introduction to Microsoft Technology Associate (MTA) - Database Fundamentals Exam The Microsoft 98-364 Exam is challenging and thorough preparation is essential for success. This exam study guide is designed to help you prepare for the Database Fundamentals certification exam. It contains a detailed list of the topics covered on the Professional exam, as well as a detailed list of preparation resources. These study guide for the Microsoft Database Fundamentals will help guide you through the study process for your certification. 98-364 Microsoft Database Fundamentals Exam Summary ●Exam Name: Microsoft Database Fundamentals 98-364: Microsoft Database Fundamentals 1

  3. WWW.EDUSUM.COM PDF ●Exam Code: 98-364 ●Exam Price: $127 (USD) ●Duration: 45 mins ●Number of Questions: 40-60 ●Passing Score: 700 / 1000 ●Books / Training:40364A: Database Administration Fundamentals: MTA Exam 98-364 (three days) ●Schedule Exam:Pearson VUE ●Sample Questions:Microsoft Database Fundamentals Sample Questions ●Practice Exam: Microsoft 98-364 Certification Practice Exam Exam Syllabus: 98-364 Microsoft Technology Associate (MTA) - Database Fundamentals 1. Understanding core database concepts (20-25%) ● Understand how data is stored in tables - Understand what a table is and how it relates to the data that will be stored in the database; columns/fields, rows/records ● Understand relational database concepts - Understand what a relational database is, the need for relational database management systems (RDBMS), and how relations are established ● Understand data manipulation language (DML) - Understand what DML is and its role in databases ● Understand data definition language (DDL) - Understand how T-SQL can be used to create database objects, such as tables and views 2. Create database objects (20-25%) ● Choose data types - Understand what data types are, why they are important, and how they affect storage requirements ● Understand tables and how to create them - Purpose of tables; create tables in a database by using proper ANSI SQL syntax ● Create views - Understand when to use views and how to create a view by using T-SQL or a graphical designer ● Create stored procedures and functions - Select, insert, update, or delete data 98-364: Microsoft Database Fundamentals 2

  4. WWW.EDUSUM.COM PDF 3. Manipulate data (25-30%) ● Select data - Utilize SELECT queries to extract data from one table, extract data by using joins, combine result sets by using UNION and INTERSECT ● Insert data - Understand how data is inserted into a database, how to use INSERT statements ● Update data - Understand how data is updated in a database and how to write the updated data to the database by using the appropriate UPDATE statements, update by using a table ● Delete data - Delete data from single or multiple tables, ensure data and referential integrity by using transactions 4. Understand data storage (15-20%) ● Understand normalization - Understand the reasons for normalization, the five most common levels of normalization, how to normalize a database to third normal form ● Understand primary, foreign, and composite keys - Understand the reason for keys in a database, choose appropriate primary keys, select appropriate data type for keys, select appropriate fields for composite keys, understand the relationship between foreign and primary keys ● Understand indexes - Understand clustered and non-clustered indexes and their purpose in a database 5. Administer a database (10-15%) ● Understand database security concepts - Understand the need to secure a database, what objects can be secured, what objects should be secured, user accounts, and roles ● Understand database backups and restore - Understand various backup types, such as full and incremental, importance of backups, how to restore a database 98-364: Microsoft Database Fundamentals 3

  5. WWW.EDUSUM.COM PDF Microsoft 98-364 Certification Sample Questions and Answers To make you familiar with Microsoft Database Fundamentals (98-364) certification exam structure, we have prepared this sample question set. We suggest you to try our Sample Questions for MTA Database Fundamentals 98-364 Certification to test your understanding of Microsoft 98-364process with real Microsoft certification exam environment. 98-364 Microsoft Database Fundamentals Sample Questions:- 01. What would be one reason to routinely back up your database? a) To be able to restore the database to a functioning state after a hardware or server failure b) To be able to control access to specific database objects c) To be able to build temporary tables to store transient data d) To be able to control database access by unauthorized users 02. The component that holds information for a single entry in a table is called a: a) Data type b) Row c) Column d) View 03. You need to track organization members. For each organization member, you need to keep track of the member's unique membership number, name and address, membership expiration date, and the payment date and amount for each dues payment received from the member. A table in your database would represent: a) the membership expiration date for each member. b) the members of the organization. c) the address for each member. d) the amount of each payment made by each member. 04. In which situation do you need to perform a restore on a database? a) when data needs to be deleted from the database b) when you encounter an error in your application c) when you need to roll back a transaction d) when data becomes corrupted in the database 98-364: Microsoft Database Fundamentals 4

  6. WWW.EDUSUM.COM PDF 05. A database contains two tables named Customer and Order. You execute the following statement: DELETE FROM Order WHERE CustomerID = 209 What is the result? a) The first order for CustomerID 209 is deleted from the Order table. b) All orders for CustomerID 209 are deleted from the Order table, and CustomerID 209 is deleted from the Customer table. c) All orders for CustomerID 209 are deleted from the Order table. d) CustomerID 209 is deleted from the Customer table. 06. What are three valid data manipulation language (DML) commands? (Choose three.) a) INSERT b) COMMIT c) DELETE d) OUTPUT e) UPDATE 07. Which type of constraint is used to enforce referential integrity? a) Primary key constraint b) Unique constraint c) Check constraint d) Foreign key constraint 08. On which database structure does an insert statement operate? a) Role b) Trigger c) User d) Stored procedure e) Table 09. You would include a HAVING clause in a query to: a) combine two result sets into a single result. b) group the results to provide totals. c) filter the results after grouping. d) sort the results in descending order. 10. What is the purpose of including a COLLATE clause in a column definition? a) To create a relationship with a column in a different table b) To ensure functional dependency c) To create a computed column that can be included in an index d) To ensure that all values entered in the column fall within a specific range e) To specify sorting rules that are different than those used for the other columns in the table Answers:- 98-364: Microsoft Database Fundamentals 5

  7. WWW.EDUSUM.COM PDF Answer 1 :- a Answer 2 :- b Answer 3 :- b Answer 4 :- d Answer 5 :- c Answer 6 :- a, c, e Answer 7 :- d Answer 8 :- e Answer 9 :- c Answer 10:- e 98-364: Microsoft Database Fundamentals 6

More Related