Daily Exam Programmer 07-10-2024

Join us on Telegram


Q 1: Which control is used to sort the data and allow paging?
(1) Datalist
(2) DataGrid
(3) Repeater Control
(4) None of these
Correct Answer: Repeater Control

Q 2:

A software project involves execution of 5 tasks T1. T2, T3, T4 and T5 of duration 10, 15, 18, 30 and 40 days, respectively. T2 and 14 can start only after T1 completes. 13 can start after 12 completes. T5 can start only after hoth 13 and 14 complete. What is the slack time of the task 13 in days?

(1) 0
(2) 30
(3) 18
(4) 3
Correct Answer: 0

Q 3: Which of the following is not a general risk component
(1) Performance risk
(2) Cost risk
(3) Support risk
(4) Payment risk
Correct Answer: Payment risk

Q 4: Which of the following is not a guided medium?
(1) twisted-pair cable
(2) coaxial cable
(3) fiber-optic cable
(4) atmosphere
Correct Answer: atmosphere

Q 5: Properties of 'DELETE' and commands indicate that
(1) After the execution of "TRUNCATE operation COMMIT and ROLLBACK statements cannot be performed to retrieve the lost data, while 'DELETE allow it.
(2) ) After the execution of DELETE' and "TRUNCATE operation retrieval is easily possible for the lost data
(3) After the execution of 'DELETE' operation COMMIT and ROLLBACK statements can be performed to retrieve the lost data, while TRUNCATE do not allow it.
(4) After the execution of 'DELETE' and 'TRUNCATE operation no retrieval is possible for the lost data
Correct Answer: After the execution of 'DELETE' operation COMMIT and ROLLBACK statements can be performed to retrieve the lost data, while TRUNCATE do not allow it.

Q 6:

Which one of the following is not a Denial of Service (DoS) attack?

(1) Tear drop attack
(2) SYN Flood attack
(3) Smurf attack
(4) Code Red
Correct Answer: Code Red

Q 7:

An index is clustered, If

(1) It is on a set of fields that form a candidate key.
(2) It is on a set of fields that include the primary key
(3) The data records of the file are organized in the same order as the data entries of the index
(4) The data records of the file are organized not in the same order as the data entries of the index
Correct Answer: The data records of the file are organized in the same order as the data entries of the index

Q 8:

 When will a session be started in an application

(1) Before Application Started
(2) After Application Started
(3) When the Client first sends a request to browser
(4) While closing the application
Correct Answer: When the Client first sends a request to browser

Q 9: Which is not a validation control?
(1) Required Field Validator
(2) Compare Validator
(3) Error Validator
(4) Regular Expression Validator
Correct Answer: Error Validator

Q 10: On which of the operating system below ASP.NET can run?
(1) Windows XP Professional
(2) Windows 2000
(3) Both (a) and (b)
(4) None of the Above
Correct Answer: Both (a) and (b)