DBA Level III Coc Diff
DBA Level III Coc Diff
Name: _____________________________________
I. Choose the Best Answer from the given Alternatives:
1. Which one of the ff should not be consider when a database design?
A. User needs and requirement
B. The designer interest
C. The complexity and simplicity of the work
D. Feasibility of the data base system.
2. You run as select statement and multiple duplication of what key word can you use to retrieve
only the non-duplicate records?
A. Duplicated
B. Individual
C. Separate
D. Distinct
3. Following is a simple SQL quiz that beginners may find interesting. Study the 3 tables below,
answer the following questions.
C. Id number
D. Address
A. One---to---one relation
F. One---to---many relation
G. Many---to---many relation
H. Has no relation
5. Which of the ff records would be addressed in creating query having the criteria between 1/1/99
and 31/12/99?
A. Record between the actual 1/1/99 & 31/12/99 includes 1/1/99 & 31/12/99
B. Record between the actual 1/1/99 & 31/12/99 Excluding 1/1/99 & 31/12/99
C. Record which data equal 1/1/99 & 31/12/99
D. All data excepts 1/1/99 & 31/12/99
6. One Of The F.F Is Not SQL server system database component
A. Master database
B. Model database
C. Conventional database
D. Tmpdb
7. Which of the following is data type?
A. Ole-Object
B. Input mask
C. Index
D. Caption
A.C++
B. Oracle
C. Adobe Reader
D. Dreamweaver
9. Which one of the following is not necessary information to backup database type?
A. Name of the database to back-up
B. Back-up devices where the database backup will be written
C. Whether you are generated operate the backup task
D. Model of the database
10. Which of the following is memo data type?
A. N12
Prepared by HaymanotYihune Page 2 of 34
Database Administration Level III COC Theory Model Exam for
Both Regular and Extension TRAINEE’S
B. &123
C. ZYX
D. 01-march -05
A. Relational Database
B. Object Objected
C. Network
D. Hierarchical
A. It is a base table
B. It is derived attribute
C. It is apply a derived & a base table
D. It is stored procedures
A. Select
B. Insert
C. Update
D. Drop
23. Which of the following is TRUE about Primary Key?
A. A column that is defined as Primary Key value can be same value more than once
B. A column that is defined as Primary Key cannot contain NULL value
C. Primary key should be long type only
24. Which type of Join should you use .If you want to return only matches?
A. Inner Jain
B. Left Outer join
C. Right outer join
D. Full join
25. What does the following SQL command output SELECT empname from emp where empname
like 'S---';
A. This displays all empname whose empname is ending with "S"
A. Data Security
B. Data Manipulation
C. Data Independence
D. Data Integrity
30. A NULL value is treated as a blank or 0.
A. True
B. False
31. Which of the following data types are used in SQL?
A. LONG
B. DATE
C. CHAR
D. All the above
32. authors and the titles table relationship will be:
A. One---to---one relation
B. One---to---many relation
C. Many---to---many relation
D. Has no relation
33. Which of the following terms used to validate and improve a logical design so that it satisfies
certain constraints that avoid unnecessary duplication of data?
A. Data Security
B. Data Manipulation
C. Normalization
D. Data Integrity
34. When creating a referential constraint, which keyword(s) identifies the table and column in the
parent table?
A. Foreign key
B. References
C. Table Name
D. All
35. In order to remove the index created the SQL command used is:
A. DROP INDEX;
B. DELETE INDEX;
C. REMOVE INDEX;
D. CUT INDEX;
36. In which case we use nulls in topple of relation or table?
A. value known to exist, but unavailable
B. reduce Waste of disk space
C. Avoid Insert anomalies
D. Disallowing generating Spurious
37. ------------------------ denote derived attributes.
A. Double ellipse
B. Dashed ellipse
C. Squared ellipse
D. Ellipse with attribute name underlined
38. What type of lock will deny users any access to a table?
A. EXPLICIT
B. IMPLICIT
C. EXCLUSIVE
D. SHARED
E. READ ONLY
39. What is a collection of all entities of particular entity type in the database?
A. Entity
B. Entity type
C. Entity set
D. Attributes
40. Which normal form applies if all the determinants are prime attribute or candidate keys?
A. First normal
B. Second normal
C. Third normal
D. Boyce-Coded Normal
41. Which one is not entity type?
A. Book
B. Gender
C. Order
D. Customer
42. Flow chart return show decision that must made represent by:
A. Diamond
B. Rectangle
C. Round
D. Circle
43. Which type of constraint by default requires that a column be both unique and not null?
A. Primary key
B. Unique
C. Not NULL
D. Check
44. Method data collection in which the situation interest is watched and the relevant facts actions
and behaviors recorded.
A. Interview B. ObservationC. Survey D. Questioner
45. Assume that there is a table named R with attributes A.B.C and D and A is the primary key
(determinate ) of R than which of the following is true about full dependency.
A. (A) (B.C.D) B. (A.C) (B.D) C. (B.C) (A.D) D. (B.C.D) (A)
46. You can run a select statement and multiple duplicates of values are retrieved what key word
can you use to retrieve only the nun duplicable values.
A. Duplicate B. Individual C. distinct D. separate
47. In database modeling a set of objects with the the same property of characteristics is turned
as .
A. Entity instance B. Entity type C. relationship D. relationship instance
48. With SQL which type of join should you use want to return only matched rows.
A. Inner join B. left outer join C. write outer join D. full outer join
49. Dropping a table will remove.
A. Only the table definition but not the stored value
B. Only the permission specified for that table
C. Only the stored values but not the table definition
D. The table definition and as stored value
50. Among the following which of can be considered as composite attribute for employee.
59. An entity set that does not have sufficient attributes to from a primary key can be associated
as.
A. Strong entity set B. weak entity set C. simple entity set D. primary entity set
60. Which SQL how can populate training table with rows from employee table.
A. Insert in to first name , last name training from employee
B. Select first name, last name, in to employee from training
C. Insert in to first name, last name in to employee from training
D. Select first name , last name in to training from training
61. An instance relation schema R (A.B.C) has distinct values for including null values. Which of the
following is true?
A. A is candidate key B. A is non -primary key C. A is a primary key D. A is
foreign key
62. The database design that constraint multiple tables that are link to gather through matching
data store in each table is termed as.
A. Hierarchical database B. network database C. relational database D. object-oriented
database
63. In the following form of table using SQL statement
SELECT EMPLOYEE IDNO
FROM EMPLOYEESTASTICSTABLE
WHERE SALARY BETWEEN 30000 AND 50000
A. EMPLOYEEIDNO specifies name of the table
B. EMPLOYEESTATICSTICSTABLE specifies name of the column
C. EMPLOYEESTATICSTICSTABLE specifies name of the table
D. SALARY BETWEEN 30000 AND 50000 data type of column
64. Database design involves modeling the collected information at high-level of abstraction
without using a particular data model or DBMS
A. Conceptual database design
B. Logical database design
C. Physical database design
D. Database design schema
65. The requirement (s) for using identity property can be specified as :
A. It can be defined with character data types
B. Only one identity column is allowed per table
C. It can be updated
D. It does allow null values
66. Which one of the following is not true about First Normal Form (1NF)
A. There are no repeating or duplicate fields
B. Each cell contains only a single value
E. None
86. Which one of the following entity?
A. Teacher
B. Book
C. Sale
D. All
87. Ato kebede is a database trainer who trains trainers the relation between a trainer and trainees
are----------.
A. One –to- many
B. many –to- One
C. One –to- one
D. many –to- many
88. Aster is a registrar head .she record new applicants for training .one day she recorded a ‘male’
trainer as ‘female’ in gender column. Immediately she wants to modify the wrong record to
male. What mechanism or syntax must take to modify that? (Not aster working on SQL).
A. Update syntax
B. Delete syntax
C. Modify syntax
D. Change syntax
89. From the above question (no,5).what language (commands ) the she has taken?
A. DDL
B. DML
C. DCL
D. TCL
90. -------------is directional movement of data to and from external entities, the process and data
stores.
A. Entity Relation Diagram
B. Data Flow Diagram
C. Class Diagram
D. Flow Chart Diagram
91. An application of printer printing process is expressed by a data structure element is.
A. Stack
B. Queue
C. Tree
D. Heap
92. Statement of data manipulation language which helps to retrieve records from your database
is --------
A. Insert statement
B. Update statement
C. Select statement
D. Modify statement
93. A database end user whose job is occasionally accessing of the database ,but she/he my need
different information is -----------------------
A. Casual end user
B. Sophisticated end user
C. Casual end user
D. Stand alone end user
94. Let your manager ,s existing database table contain the following attribute with the
corresponding data types as emp_lname=char(90),and salary int ,and the manager wants to
input the record of (‘emp001’,’abebe’,’mekonen’,2000)into his/her database table which query
statement syntax helps to reformat the table structure .
A. Alter table tale_name column column _name char(3)
B. Alter table table_name column column_name char(90)
C. Alter table table_name column column_name int
D. Alter table _name column column_name
95. A Closed ended question is a type of question which is expressed by.
A. What are unit of competencies that you will access?
B. what is your occupation?
C. What type of information do you get?
D. What are functions of CPU?
96. If you will be assigned as a database administrator for an organizations of “XYZ “company.
What will be your role in that database system or “XYZ” company?
A. Responsible for determining software resources only.
B. Involves some steps of database development
C. Authorizing access to the database
D. Responsible to oversee ,control and manage database
97. A data model is distribution of that the way of how the data will be stored in the database, but
it allows record types to have more than two parents.
A. Network data mode
B. Relational data model
C. Hierarchical data model
D. Object data model
98. FINANCIAL STATEMENT is a document which showing a business’s assets, liability, and owner s
equity or retained earnings. The related terms are------------.
A. An income statement
B. A demand supply statement
C. A cash flow statement
D. Balance sheet
99. In entity relationship diagram a derived attribute represented by
A. Doable oval
B. Bold oval
C. Dotted oval
D. Normal oval
100. Let mister” X” BORN 3 CHILDRENs from his wife, one is KG Graduated, second is level IV
graduated and the third is level V graduated. The relationship between Miter “X” and with his
level based graduated children_________.
A. One-to-one
B. One-to- many
C. Many-to-one
D. Many-to-many
101. A recursive relationship is an entity relationship diagram which is expressed by.
A. Student-to-student
B. Department-to –employee
C. Course-to-department
D. Instructor-to-student
102. A types of deviations raised to flag non-conformance identified during internal,
external, supplier or corporate audits is
A. Production deviation
B. Customer service deviation
C. Audit deviation
D. Quality improvement deviation
103. Prototyping servers to provide specifications for a real , working system, so its
advantages is
A. To reduce development time
B. Does not involves users
C. To increase development cost
D. Does not facilitate system implementation
104. Let Mr. Birhanu is professional with the job of implementing of database on secondary
storage devices. The he/ she is said to be.
A. Conceptual database designer
105. A database file holds all the log information that is used to recover the database.
A. Primary data file
B. Secondary data file
C. Log file
D. Database file group
106. A database buck up contains all data and database Meta information needed to restore
the whole database is
A. Full back up
B. Incremental back up
C. Transaction log file back up
D. Deferential back up
107. A communication type which is used when you have to provide detailed information
such as figures and fact is expressed by.
A. Oral communication
B. Body movement communication
C. Written communication
D. Gesture communication
108. If you will eat your dinner as a meat you will drink a cup of coffee and if you will eat your
lunch as fruit you will drink a cup of tea; otherwise you will never drink a cup of coffee and tea
over all. Then the correct functional dependency will be.
A. Meat is functional dependent on coffee
B. Coffee is functional dependent on fruit
C. Tea is functional dependent on meat.
D. Coffee is functional dependent on meat.
109. A database management system service that must support the implementation of
access to database administrator and users is serviced by.
A. Transaction support service
B. Authorization service
C. Recovery service
D. integrity service
110. Leadership is a process whereby an individual influences a group of individuals to
achieve a common goal. Traits of good leader set goals and have a vision of the future is
A. Honesty
B. Inspiring
C. Forward –looking
D. Intelligent
1. Sequential steps of procedures to the perform a 15. Influencing people to get things done to
specific task =O standard and quality. =N
2. Set of objects that share the same attributes .and A. Foreign key
operations =M B. Kaizen
3. Descriptions of data itself =G C. Shadow paging
4. Confirming SQL server connectivity =D D. Authentication
5. Participating entity from in ERD =E
E. Questionnaires
6. Data capturing method =F
F. Page
7. Smallest unit of data storage in MSSQL server
=J G. Data dictionary
8. A copy –on- write technique for avoiding H. Object
increasing the performance of the database in I. Enterprise integrity
logically. =C J. Tuning
9. When one attributes in table uniquely K. primary key
determines another attributer =A L. batch production
10. The candidate key which is selected to identify M. class
records of a relation uniquely.=K N. leadership
11. Additional rules which is specified by users.=I O. Algorithm
12. The term which refers to specific group of
P. Sustain
components. =L
Q. Role name
13. Change for butter =B
14. Influencing people to get things done to standard
and quality. =N R. Week entity
1. Arranging the activities of database system 15. Language that is used to store, retrieve, and
development lifecycle. =A access.=F
2. Identifying information gaps and proposing a A. Planning
solution for the organization.=Q
B. Arrow with a unique label
3. The process of contracting a model of the
database used in the organization=G.
C. Kaizen
4. The processing of testing and deploying the D. Data control Language(DCL)
designed database.=B E. Data Definition Language(DDL)
5. Administering and maintaining a deployed F. Data Manipulation Language(DML)
database system. =D
G. Design
6. Database system object about which information
is to be collected. =S
H. Diamond
7. Continues change of work procedures.=C I. ALTER
8. The processing is removing duplicated records in J. Double rectangle
database modeling.=O K. Ellipse
9. An SQL command that combines records in L. Entity
form two or more tables in a database.=N
10. An SQL command used to add column.=I
M. Implementation
11. In ER Diagram relationship are represented.=H N. Join
12. In ER Diagram Entities are represented.=R O. Normalization
13. In ER Diagram Attributes are represented.=K P. Operation and support
14. Language that is used to create structure of Q. Analysis
database.=E
R. Rectangle
S. Select
1. Set of principle concerned with how data 11.Fixed width N-character string padded
is structured =C with specs as needed =Q
2. querying existing data end users and 12.A data base schema specifies by a set of
extracting data for use by application definitions expressed by a special
program = F language Fixed which n- character
3. inserting new data in to updating data in, string padded with spaces as needed =T
deleting data from existing data 13.Constraint that specify the possible
structure D value for each filed in the table =B
4. creating and monitoring users restricting 14.It specifies user views and their
access to data and monitoring the mappings to the conceptual schema =S
performance of database =J 15.Specify the mapping between to schema
5. set of principle concerned with how data =P
is operated up on
6. set of principle concerned with
determining which states are valid for
database
7. Real world interims of the constructs of
some DBMS =G
8. Blueprint for designing and creating a
physical database =H
A. VDL
9. Reduces data redundancy and
inconsistencies=N B. Data type
10.Control concurrency =O C. SDL
19. The process of extracting shared characteristics from two or more classes, and combining them
in to a super class?
A. Specialization
B. Generalization
C. Division
D. Separation
20. Desigrated to test and trial a new design to enhance precision by system analyst’s users.
A. Audit trial
B. Feed back
C. Prototype
D. Association
21. Entity types that Do Not have key attributes (strong key) are called?
A. Week entity types
B. Strong entity types
C. Week attribute types
D. Strong attribute type s
3. You created a table called department that stores company departments’ detail.The
table contains departmentIDdatatype int and departmentName data type varchar(50).
The primary key of this table is foreign key for other tables.You selected departmenID
as a primary key of the table. The reason to do this
A. It identifies uniquely
B. It is easy to remember
C. It is sequential
D. It needs lesser storage space
4. You are creating a table named Customer .The table includes the customerID Column,
which has an int data type and the customerName column which has a char data type.
Which SQL statement should you use to create a table?
5. Assume that there are two given tables, STUDENT table and COURSE table under the
same database name. What will be the possible relationship between those tables?
7. You have a Bank Database system to store account transaction data. What doyou do if
you need to get ordered transaction data from the most recent to the oldest transaction
9. Which one of the following is not factor that affect work place communication
A. personal behavior
B. Lack of good governance
C. Office location
D. Motivation to work together
10. You are a Database developer for an insurance company. Every insurance policy is
managed by one and only one product manager. One product manager can manage
many policies. How can you represent that information in the database?
11. Which of the following is not a task in gathering data to identify business requirements
14. A power failure occurred while the database was operating. Unfortunately, the UPS did
not function properly and did not stop the SQL server in a proper manner. Once power
comes back, what do you have to do to your server to recover the transactions that
have been committed but not checkpointed?
A. You need to back up the transaction log, restore the Database from the last full
Database backup, and then restore all the transaction logs
B. Nothing. SQL Server will recover automatically, rolling back pending
transactions and rolling forward committed ones.
C. Nothing. All transactions since the last checkpoint are lost, the effects of the
others are in the Database.
D. Run ROLL FORWARD ALL TRANSACTIONS.
15. While gathering data to determine the organization business requirement you might
take records of the organization like, annual reports and organizational policies. These
kinds of information resources are considered as
A. Tertiary sources
B. Secondary sources
C. Primary sources
D. Informal sources
A. Descriptions of what the table means and how it's functionally used
B. Descriptions of what each attribute means
C. Explanations of the relationships
D. Descriptions of clients
17. An application where only one user accesses the database at given time is an example
of
18. The database administrator wants to fix the database after a failure such as a hard disk
malfunction, from where he/she start to make database functional again?
A. From backup
B. From partition D
C. From security
D. From access control
19. You created foreign key constraints and need to update the value in the referencing
column. If the values in the referenced column are updated which referential integrity
command should be used.
A. ON UPDATE RESTRICT
B. ON UPDATE NO ACTION
C. ON UPDATE CASCADE
D. ON UPDATE SET DEFAULT
20. You are assigned to lead a small team in your company that manages Database.
Identify the wrong statement in leading the team
21. You need to bring data from an Access database in to database in SQL Server. You
want to perform the task as simply as possible. Which one of the following options best
meets the requirements?
Column A Column B
_A__1. Arranging the activities of database system A. Planning
development lifecycle B. Arrow with a unique label
_Q__2. Identifying information gaps and proposing a C. Kaizen
solution for the organization D. Data Control Language(DCL)
_G__3. The process of constructing a model of the E. Data Definition Language (DDL)
database used in the organization F. Data Manipulation Language
_B__4. The process of testing and deploying the designed (DML)
database. G. Design
_D__5. Administering and maintaining a deployed database H. Diamond
system. I. ALTER
_S__6. database object about which information is to be J. Double rectangle
collected K. Ellipse
_C__7. continues change of work procedures L. Entity
_O__8. the process of removing duplicated records in M. Implementation
database modelling N. Join
_N__9. An SQL command that combines records from two O. Normalization
or more tables in a database P. Operation and Support
_I__10. An SQL command used to add column Q. Analysis
_H__11. In ER diagram relationships are represented R. Rectangle
_R__12. In ER diagram entities are represented S. SELECT
_K__13. In ER diagram attributes are represented
_E__14. Language that is used to create structure of a
database
_F__15. Language that is used to store, retrieve, and
access data in a database