Interview [modified]
-
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
-
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
-
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
Q1: What does "Option Explicit" do? If they don't know there is no sense continuing.
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
Q1: What does "Option Explicit" do? If they don't know there is no sense continuing.
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
:laugh: :laugh:
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
-
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
Testing data in a database is integration testing and not unit testing IMHO so I use it as a trick question when asking about the subject. While I don't expect people to use the same distinction I do I expect them to know why I think it is important. Also, I liked asking people to ask a list of test cases for a deceptively simple task to see if they can come up with a sufficient coverage of the class or unit to be tested. While I never expect a formal proof I do like to see a developer write test cases for the 99.99% case, because to be honest that is what Unit Tests are for. Also, you could ask them to explain why they think C# is better than VB.NET. Since this is a VB.NET, job, clearly, it is a trick question but you can really get some information about the person by throwing them off guard like that, plus it can also be a valid question and is it can be used to illustrate their knowledge of the languages.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego. -
Hello fellow CPians I have been asked to come up with some interview questions on VB.NET for automated testing :doh: . I was thinking of asking general ADO & .NET questions. Any other suggestions? Thanks Shahil
modified on Friday, September 12, 2008 7:12 AM
Having spent many years designing and programming ATE, one area that I can't stress enough is bit manipulation. Most hardware testing depends a lot on monitoring or modifying status and control bits, and that's not particularly easy in VB. Another area that bites beginning testers is comparisons of measured analog values with thresholds, especially near zero. You could set up some situations where the obvious solution might result in a divide by zero or range violation and ask how the applicant would program the test. Of course, if you're just talking about automated software testing, all of the above is nul.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"