Q 1: |
If a developer of ASP.NET defines style information in a common location. Then that location is called as |
(1) | Master Page |
(2) | Theme |
(3) | Customization |
(4) | None of the above |
Correct Answer: Theme | |
Q 2: |
A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technology Change Mangement in order to achieve Level 5? |
(1) | Defect Isolation |
(2) | Defect Prevention |
(3) | Defect Detection |
(4) | Defect Propagation |
Correct Answer: Defect Prevention | |
Q 3: |
When one entity pretend to be a another entity, the attack is known as: |
(1) | Replay attack |
(2) | Modification |
(3) | Masquerade |
(4) | Denial of Service |
Correct Answer: Masquerade | |
Q 4: |
Data can be............ |
(1) | analog |
(2) | digital |
(3) | Both 1 and 2 |
(4) | None of the above |
Correct Answer: Both 1 and 2 | |
Q 5: | Which data control does not exist in asp.net |
(1) | GridView |
(2) | DataList |
(3) | Repeater |
(4) | table View |
Correct Answer: table View | |
Q 6: |
In RSA algorithm, P=7 and Q=17, What is the value of N. E (Public Key), D (Private Key) respectively |
(1) | 119, 3, 77 |
(2) | 129, 5, 77 |
(3) | 119, 3, 67 |
(4) | 119, 5, 77 |
Correct Answer: 119, 5, 77 | |
Q 7: |
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box? |
(1) | DataTextField property |
(2) | DataValueField Property |
(3) | DataMember |
(4) | None of the above |
Correct Answer: DataTextField property | |
Q 8: | Software safety is a quality assurance activity that focuses on hazards that |
(1) | Affect the reliability of a software component |
(2) | May cause an entire system to fail |
(3) | May result from user input errors |
(4) | Prevent profitable marketing of the final product |
Correct Answer: May cause an entire system to fail | |
Q 9: |
The purpose of earned value analysis is to |
(1) | Determine how to compensate developers based on their productivity |
(2) | Provide a quantitative means of assessing software project progress |
(3) | Set the price point for a software product based on development effort |
(4) | Provide a qualitative means of assessing software project progress |
Correct Answer: Provide a quantitative means of assessing software project progress | |
Q 10: | Which of the following is true about session in ASP. NET? |
(1) | ASP.NET automatically delete sessions after configurable timeout interval |
(2) | Programmers has to take care of delete sessions after configurable timeout interval |
(3) | The default time interval is 5 minutes |
(4) | None of the Above |
Correct Answer: ASP.NET automatically delete sessions after configurable timeout interval | |