Blog Detail

Technical Interview questions

Technical Interview questions

http://www.technicalinterview.info

A Interviews related website which offers technical students with latest information on learning the tweaks in programming languages, information on all the best corporate companies in India.

subscribe Recent Posts

  • Eight Basic Principles of Software Testing

    Posted on Monday October 27th, 2008 at 11:27 in technical

    Following are eight basic principles of testing: 1. Define the expected output or result. 2. Don’t test your own programs. 3. Inspect the results of each test completely. 4. Include test cases for invalid or unexpected conditions. 5. Test the p...

  • Web Services Interview Questions2

    Posted on Tuesday September 2nd, 2008 at 03:31 in web services interview questions2

    Can you debug a Windows Service? How? Yes we can debug a Windows Service. Attach the WinDbg debugger to a service after the service starts This method is similar to the method that you can use to attach a debugger to a process and then debug a proce...

  • Web Services Interview Questions1

    Posted on Tuesday September 2nd, 2008 at 03:27 in web services interview questions1

    What does AspCompat=”true” mean and when should I use it? AspCompat is an aid in migrating ASP pages to ASPX pages. It defaults to false but should be set to true in any ASPX file that creates apartment-threaded COM objects–that is,...

  • Web Services Interview Question

    Posted on Tuesday September 2nd, 2008 at 03:25 in web services interview question

    Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component Web service is one of main component in Service Oriented Architecture. You could use web services when your clients and servers are...

  • Win Forms Frequently Asked Questions

    Posted on Tuesday September 2nd, 2008 at 02:39 in win forms frequently asked questions

    What base class do all Web Forms inherit from? System.Windows.Forms.Form What is the difference between Debug.Write and Trace.Write? When should each be used? The Debug.Write call won’t be compiled when the DEBUGsymbol is not defined (when do...

  • Best Interview Questions For Embedded Programmers

    Posted on Sunday August 24th, 2008 at 15:05 in best interview questions for embedded programmers

    1. What are static variables? Variables that have only one copy per class are known as static variables. They are not attached to a particular instance of a class but rather belong to a class as a whole. They are declared by using the static keyword ...

Comments & Reviews

This blog is currently rated a 2.00 out of a possible 5 based on 2 comments.

2 stars raj

good java questions at http://www.java4all.info

Posted: November 17th, 2008 | Report This Comment

2 stars java4all

I have found a very good site related to interview questions
http://java4all.info/corejava/interview-questions/java-interview-questions.html

Posted: October 30th, 2008 | Report This Comment

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 2
Comment:
  Remember Information