Showing posts with label Questions. Show all posts
Showing posts with label Questions. Show all posts

Monday, April 14, 2008

Interview Questions: Quality Engineer

After a long time i'm posting on this blog, i'm in middle of a QA interview right now, so i though to publish some QA questions, that any QA engineer should expect as part of their technical evaluation. As before i'll not be posting the answer i want you to look for the answers on your own:

  • What are functional requirements?
  • What is a sequence diagram?
  • What is regression testing?
  • What is smoke testing?
  • What is sanity testing?
  • Difference b/w validation and verification?
  • Integration testing?
  • Security testing, SQL injection?
  • Write all the test cases for testing a telephone/ whiteboard/ laptop?
  • What is reverse engineering?
  • What is usability testing?
  • Difference b/w black box and gray box testing?
  • What is boundary value analysis?
  • What is debugging?
  • What is code coverage?
  • Any idea of test driven development?
  • What is Total Quality Management?
  • What is configuration management?
  • What is unit testing?
  • What is a test plan?
  • Difference between a defect, bug and enhancement?
  • What is load testing?
  • What is ad-hoc testing?
  • What is stress testing?
  • Are you familiar with UML?
  • Difference between Quality Assurance and Quality Control?
  • How would you ensure 100% coverage of testing?
  • What is the static analysis of code?
  • What is a good code?
  • Equivalence testing?
  • Error Guessing?
  • Ad-Hoc testing?
  • What is a build? How build management is done?
  • What’s the difference between Alpha & Beta testing?

Monday, May 08, 2006

ASP.NET: Interview Questions

Hi, These are the typical questions that i usually asks while taking an ASP.NET specific interview. Hope these might help someone :)

*What is View State?
*Can you read the View State?
*What is the difference between encoding and encryption? Which is easy to break?
*Can we disable the view state application wide?
*can we disable it on page wide?
*can we disable it for a control?
*What is provider Model?
*Any idea of Data Access Component provided by Microsoft?
*Any idea of Enterprise library?
*What is web service?
*What is WSDL?
*Can a web service be only developed in asp.ent?
*can we use multiple web services from a single application?
*can we call a web service asynchronously?
*Can a web service be used from a windows application?
*What do we need to deploy a web service?
*What is the significance of web.config?
*Can we have multiple web.config files in a sigle web project?
*Can we have more then one configuration file?
*Type of Authentications?
*Can we have multiple assemblies in a single web project?
*What is GAC?
*What is machine.config?
*What different types of session state Management we have in asp.net?
*What are cookies?
*What is Cache?
*What is AJAX?
*Is AJAX a language?
*What is the difference between syncronus and asyncronus?
*What is an Assembly?
*Can an assembly contains more then one classes?
*What is strong name?
*What is the difference b/w client and server side?
*What we need for the deployment of a asp.net we application?
*what is the purpose of IIS?
*Difference between http and https?
*what is purpose of aspnet_wp.exe ?
*what is an ISAPI filter?
*what do you mean by HTTP Handler?
*What is the purpose of Global.asax?
*What is the significance of Application_Start/Session_Start/Application_Error?
*What is the difference between the inline and code behind?
*what is side by side execution?
*can we have two different versions of dot net frameworks running on the same machine?
*What is CLR? Difference b/w CLR and JVM?
*What is CLI?
*What is CTS?
*What is .resx file meant for?
*Any idea of aspnet_regiis?
*Any idea of ASP NET State Service?
*Crystal report is only used for read only data and reporting purposes?
*We can add a crystal report in aspx page using two techniques, what are these?
*What is the difference between stroed procedure and stored function in SQL?
*Can we have an updateable view in SQL?
*What is connection pooling? how can we acheive that in asp.net?
*What is DataSet?
*What is the difference between typed and untyped dataset?
*What is the difference bewteen accessing the data throgh the dataset and datareader?

Thanks,
Happy Interviewing.