Instructions To Candidates
Instructions To Candidates
2. Candidate should check his/her name and extended enrollment Number (enrollment
number prefixed with 20) being displayed on the screen. In case of any discrepancy, it
should be reported to Invigilator immediately.
3. Candidate should ensure that he/she has marked attendance on the attendance sheet and
also ensure that session id has also been recorded. Any other session id which has not been
mentioned in the attendance sheet would not be considered and all responses on that
session id would be treated as null and void.
4. Do not start the exam (do not click Next button) before instructed to do so by the
Invigilator.
5. Every Section has 40 objective-type questions. Each objective-type question has four
choices of which only one is correct. Candidate should select the radio button, given below
the question, corresponding to his/her correct choice.
7. Duration of each Section is One hour. No candidate will be allowed to leave the
examination hall before the completion of exam duration.
8. On clicking the Next button given at the bottom of the Instructions page, candidate will
be directed to the question display screen.
9. Candidate should note down the Session ID that is displayed on the question screen after
clicking on Next button.
10. Once the exam is started:-
a. Candidate should not close the browser. In case the browser is closed accidentally,
it SHOULD BE reported to the Invigilator immediately.
b. Candidate should not open any other software application on the computer system.
c. Candidate should neither shut down the machine nor fiddle with allocated hardware
or software.
d. In case of any problem it should be reported to Invigilator.
11. Candidate can navigate through questions using scroll bar or directly through the question
number grid.
12. CCEE screen contains the following buttons with the below specified functionality:
Button Functionality
Examination This link will open the instructions for the exam. After reading the
Instruction instructions candidate has to click on Back button to move back to the
questions interface.
Mark for In case a candidate is not sure about the answer, then he/she can use this
Review Button to mark the question for a visit later. It will be shown with
a ? against the question (in the question number grid) if the question has
not been answered but has marked it for review. In case candidate has
answered the question and marked it for review, then √? will be displayed
against the question in the question number grid.
Clear Answer This button will clear the option marked and the question will be shown
as un-answered.
13. Each candidate will be provided one A4 size sheet for rough work. Candidates have to
record their Name, hall ticket number and session ID on the rough sheet. They have to
return the rough sheet to the Invigilator before leaving the exam hall.
14. Calculators, mobile phones, pagers and electronic gadgets in any form are not allowed to be
used in the Exam Hall.
3. Consider the join of a relation R with relation S. If R has m tuples and S has n tuples,
then the maximum size of join is:
A. mn
B. m+n
C. (m+n)/2
D. 2(m+n)
A. i, ii
B. i, ii, iii
C. ii, iv
D. iii, iv
5. Normalization of database is essential to
(i) Avoid accidental deletion of required data when some data is deleted
(ii) Eliminate inconsistencies when a data item is modified in the database
(iii) Allows storage of data in a computer’s disk
(iv) Use a database management system
A. i and iii
B. i and ii
C. ii and iii
D. ii and iv
13. Which of the following queries can you use to search for employees with the pattern 'A_B' in
their names?
A. SELECT last_name FROM employees WHERE last_name LIKE '%A\_B%' ESCAPE '\\';
B. SELECT last_name FROM employees WHERE last_name LIKE '%A_B%' ESCAPE;
C. SELECT last_name FROM employees WHERE last_name LIKE 'A_B%' ESCAPE '%';
D. SELECT last_name FROM employees WHERE last_name LIKE '%A\_B%' ESCAPE '\';
14. To write a query that performs an outer join of tables A and B and returns all rows from B,
You need to write
A. Any outer join
B. A left outer join
C. A right outer join
D. A cross join
15. Which of the following has been achieved by the following SQL codes?
SELECT employee_id FROM employees WHERE commission_pct = .5 OR salary > 23000;
16. You need to calculate the total of all salaries in the accounting department. Which group
function should you use?
A. MAX
B. MIN
C. SUM
D. COUNT
17. You own a table called EMPLOYEES with this table structure:
EMPLOYEE_ID NUMBER Primary Key
FIRST_NAME VARCHAR2 (25)
LAST_NAME VARCHAR2 (25)
HIRE_DATE DATE
What happens when you execute this DELETE statement?
DELETE employees;
18. Which SQL statement would you use to remove a view called EMP_DEPT_VU from your
schema?
A. DROP emp_dept_vu;
B. DELETE emp_dept_vu;
C. REMOVE emp_dept_vu;
D. DROP VIEW emp_dept_vu;
19. What defines how and where data are organized in physical data storage?
A. Internal schema
B. External schema
C. Conceptual schema
D. None of the above
20. Consider a relational schema R= (A, B,C,D,E,F,G,H) on which of the following functional
dependencies hold: { A->B, BC->D, E->C, D->A} . What are the candidates keys for R
A. AE,BE
B. AE,BE,DE
C. AEH,BEH,DEH
D. AEH,BEH,BCH
A. requirement analysis.
B. risk management.
C. quality management.
D. configuration management.
22. Changes made to an information system to add the desired but not necessarily the required
features is called
A. Preventative maintenance.
B. Adaptive maintenance.
C. Corrective maintenance.
D. Perfective maintenance.
B. Waterfall Model
C. Prototyping
24. Each time a defect gets detected and fixed, the reliability of a software product
A. increases.
B. decreases
C. remains constant.
A. Acceptance testing
B. Integration testing
C. System Testing
D. Unit testing
B. prototyping model
A. Software Company
B. Installation place
C. Any where
B. prototyping model
A.CSMA/CA
B.CSMA/CD
C.(a) and (b)
D.none of the above
32. The process of transferring an active call from one cell to another as the mobile unit
moves from the first cell to the other cell without disconnecting the call.
A. frequency reuse
B. handoff
C. cell splitting
D. cell geometry
B. Spread Spectrum allocates disjoint resources (frequency or time slots depending on the
access system) to each user.
A. GSM, CDMA
B. AMPS, CDMA
C. UMTS, IMT-2000
D. CDMAone, UMTS
A. D/R=(N)^1/2
B. D/R=3(N)^1/2
C. D/R=(3N)^1/2
D. D/R=(2N)^1/2
37. What is the speed of 802.11a standard?
A. 5.5 Mb/sec
B. 6 - 54 Mb/sec
C. 5.5 – 11 Mb/sec
D. 44 Mb/sec
D. None of these
39. What are the functions comes under MAC Management layer?
A. Synchronization
B. Roaming
C. Power management
D. All of these