(Solved Papers)
What block of a try-catch loop should include the code that
may throw and exception? - Correct Answers ✅Try
Inheritance, encapsulation, and __________ are the main
features of Object Oriented Programming? - Correct
Answers ✅Polymorphism
White box testing - Correct Answers ✅performed by
testers that have full knowledge of the hardware and
software of a system that tests the functionality of the
system
What type of document is SOAP formatted as? - Correct
Answers ✅XML
For methods you want to be exposed as a web service
method, what attribute do you use? - Correct Answers
✅WebMethod
What are the two benefits of using a transaction? - Correct
Answers ✅If it fails, all of the data modifications are erased,
and if it is successful all of the data modifications are saved
to the database
Database Normalization - Correct Answers ✅The process
of organizing the fields and tables of a relational database to
minimize data size and redundancy