My blood is tested +ve for Java.
Originally posted by Chetan Parekh:
I have interviewed around 50+ people with average experience of 1.5 year for the post of Developer.
I asked them only 3 simple questions
(1)In System.out.println(), what is System? What is out? What is println?
(2)What is JVM, JDK, JRE?
(3)What is the Servlet life cycle?
Why not a single candidate was able to give convincing answers?
Are we running short of skilled worker? Or people don�t want to study concept in depth?
Originally posted by Chetan Parekh:
I have interviewed around 50+ people with average experience of 1.5 year for the post of Developer.
Originally posted by Manish Hatwalne:
they are concerned about is "How much can I expect from XYZ for my expereince.
"The trouble with doing something right the first time is that nobody appreciates how difficult it was!"
Originally posted by Mandar Max:
Isn't there any screening process (some kind of technical test) before people appear for interviews in these companies?
Theodore Casser
Code Poet
Originally posted by Mandar Max:
Isn't there any screening process (some kind of technical test) before people appear for interviews in these companies?
Originally posted by Mandar Max:
Isn't there any screening process (some kind of technical test) before people appear for interviews in these companies?
My blood is tested +ve for Java.
Originally posted by Chetan Parekh:
We had an objective test of Java that a candidate has to clear. Test is of 60 marks and passing marks is 30. Nobody was able to clear the exam, so we reduced passing marks to 20 � rarely anybody was able to clear at 20 marks. So we further decreased to 15.![]()
"The trouble with doing something right the first time is that nobody appreciates how difficult it was!"
Originally posted by Mandar Max:
Then probably you should decrease the standard of your interviews as well. Try to find even simpler questions than your original three...
My blood is tested +ve for Java.
Originally posted by Chetan Parekh:
We had an objective test of Java that a candidate has to clear. Test is of 60 marks and passing marks is 30. Nobody was able to clear the exam, so we reduced passing marks to 20 � rarely anybody was able to clear at 20 marks. So we further decreased to 15.![]()
scjp 1.4
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Originally posted by Srinath Ramasubramanian:
How will you find the memory that an object occupies after being created in java 1.4
I said we have to write some kinda program to solve this by using system and Runtime classes
he said he wanted a single method in the java1.4 API to do this
and thats all the interview was over
Namma Suvarna Karnataka
are the qs asked during interview tougher than SCJP?
Sadly, the whole thread sounds just like the U.S.
42
Originally posted by Theodore Casser:
I suppose it really depends on the company. I know as far as our firm is concerned, we don't really have the resources to put together some kind of technical test before they come before us
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Rubens Gomes<br />SCJP 1.4 (96%)<br /><a href="http://www.rubens-gomes.com" target="_blank" rel="nofollow">www.rubens-gomes.com</a>
Originally posted by gopal venu:
And i am sure they r satisfied with the core java knowledge of mine.But then they asked me about EJB....for that i told them i dont have ny exp with EJB,Webservices....but i can learn it fast as my core java is strong.
Helping hands are much better than the praying lips
Originally posted by Rambo Prasad:
Many interviewers need to educate themselves properly before asking the questions...
My blood is tested +ve for Java.
In 2005, I have given a telephonic interview at Mastek, Mahape. I have developed a project that manages inventory of Petrol Pump (Filling Station) chain. He asked me a question that, what do you think, how many petrol pumps should be there in Mumbai? I said, I don�t have any idea and i can�t determine the ideal count of petrol pump in a given city � as I am not expert of that domain. Then he tortured me on the same topic for 15 minutes. Other questions are aslo on the same direction. There were harldy any technical question, he asked me all wierd questions. If i would have got the offer, I would have ask HR not to put in a team leaded by my interviewer
Helping hands are much better than the praying lips
Originally posted by Chetan Parekh:
how many petrol pumps should be there in Mumbai? I said, I don�t have any idea and i can�t determine the ideal count of petrol pump in a given city � as I am not expert of that domain.
Namma Suvarna Karnataka
My blood is tested +ve for Java.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Originally posted by Rambo Prasad:
Another problem is asking all sorts of irrelevant questions not related to the kind of work that one is supposed to be working on....
There are lot of stupid interviewers who would questions related to advanced data structures,operating systems etc... for a guy seeking testing position...
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Originally posted by Chetan Parekh:
In 2005, I have given a telephonic interview at Mastek, Mahape. I have developed a project that manages inventory of Petrol Pump (Filling Station) chain. He asked me a question that, what do you think, how many petrol pumps should be there in Mumbai? I said, I don�t have any idea and i can�t determine the ideal count of petrol pump in a given city � as I am not expert of that domain. Then he tortured me on the same topic for 15 minutes. Other questions are aslo on the same direction. There were harldy any technical question, he asked me all wierd questions. If i would have got the offer, I would have ask HR not to put in a team leaded by my interviewer.
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Originally posted by Tim Holloway:
I'm old, decrepit and senile, but to me, both the ability to emit the value of 2 to the 10th power and the size of a particular Java Object show the antiquity of the inquirer. I can disassemble mainframe core dumps in my head, but I had to count 2^10 out on my fingers - relatively little I do these days is still hung up on the infamous powers of 2. Now not being able to give out 10^2 in 5 seconds is a different matter.
Similarly, the exact size of a Java object is only of concern to me once I've accumulated a million or so of them and have to start economizing. Otherwise I'm wasting my time prematurely optimizing parts of the system that may not ever need to be optimized.
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Define advanced data structures? I absolutely refuse to hire anyone who can't explain things like binary tree or hashtable. They don't have to remember every property (that's what books are for) but they at least need to understand what they are and when to use them (otherwise they won't even think to apply them to a given problem they may come across).
Helping hands are much better than the praying lips
Originally posted by Rambo Prasad:
It looks absurd to ask a tester questions like
In an array of integers (both positive and negative), how will you find the sub array with the largest sum in O(n).?
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Originally posted by Tim Holloway:
Actually, I don't know how big a (whatever) Java object is. Unless I missed something, it's up to the JVM implementor.
Originally posted by Tim Holloway:
Just because Mexico shares a continent with the U.S.A and Canada doesn't mean that their populations have any correlation. In my case, I'd have to start with the knowledge that Mexico City alone has something like 12 million inhabitants, so potentially Mexico could have a larger population than the U.S.A. I wouldn't even dare to extrapolate population growth from there.
Originally posted by Tim Holloway:
Similarly, I'd expect to discover that consumption patterns for petrol vary widely - if it's like most things, 80/20 or 90/10. The U.S.A. is infamous for its ability to drink gasoline in quantity out of proportion to is population - how much more so for a place like India where so many people are still village agricultural?
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Originally posted by Mark Herschberg:
Absolutely not. Look, any idiot can memorize what a keyword means, or the difference between various types of EJBs. The better developers are the ones who can solve analytical problems.
--Mark
Originally posted by pankaj shukla:
Mark,
Again you are talking about the developers. The point was whether such questions should be asked from a tester.
Unless you are working for Microsoft, you are not expected to play at the developer level while being a tester.
One must not miss the big picture while delving deep into details.
Mark Herschberg, author of The Career Toolkit
https://www.thecareertoolkitbook.com/
Originally posted by Mark Herschberg:
The same arugment applies to both. In both roles (and in most roles) I want logical people who can use facts to reach a conclusion.
--Mark
Don't get me started about those stupid light bulbs. |