what are the bugs are faced in a project

Answers were Sorted based on User's Feedback



what are the bugs are faced in a project..

Answer / praveena

usually unhandled exception,object instance not found
exception, File handling exception,404,502 errors are some
of the bugs usually occured.

Is This Answer Correct ?    9 Yes 1 No

what are the bugs are faced in a project..

Answer / kishore anumala

Most common bugs found in a project are
○ Null reference object
○ object instance not found

Is This Answer Correct ?    3 Yes 0 No

what are the bugs are faced in a project..

Answer / vishal gupta

bugs are System side Errors....Ex. 404,502

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between write and writeline in c#?

0 Answers  


What is the default value of boolean variable?

0 Answers  


What is action in c# 3.5?

0 Answers  


What is the solution if you need to manipulate sets of items?

0 Answers  


Is c# a backend language?

0 Answers  






Where static variables are stored?

0 Answers  


What is the purpose of escape sequence?

0 Answers  


What are class fields?

0 Answers  


What?s a delegate?

8 Answers   CTS, Visual Soft,


When is a class declared as a class abstract?

0 Answers   Siebel,


These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.

0 Answers   TCS,


Describe two uses of the “using” statement during the operation of c#?

0 Answers  


Categories