Wednesday, July 20, 2005

The deaf interviewer

So I have been looking for jobs recently. Satisfactory successes in few interviews
where things couldn't be materliazed because of HR issues than technical and bad
experiences with few others. Here is a scriptlet from one of the interviews I
attended which didn't turn out good. Someone had forwarded my resume for a
product support position.

I'er : So tell me about yourself
I'ee : blah blah blah
I'er : Good.
Transferred me to another so called the "technical guy".

II I'er : So have you worked on java?
I'ee : Yes I have been working in Java for past 9 years.

II I'er : Have you worked in EJBs?
I'ee : No I have never worked on EJBs. I am familiar with the generic
container models but nothing specific to EJBs.

II I'er : What is the difference between container managed and bean managed?
I'ee : Hmm! As I said I have never worked on EJBs but logically the difference
would be how the objects are managed and where the responsibility of managing
states lie.

II I'er : So what is the delegation model in EJB containers?
I'ee : I am not familiar with the delegation model specific to EJB containers
but I can tell you about the delegation patterns and my guess would be EJB
containers must implement something similar to it.

II I'er : What is a MDB?
I'ee : It stands for Message driven bean. Must be a wrapper to the message queue
objects where few objects wait for an event to occur. Very similar to the
Observer-Observable pattern.

II I'er : Let me ask you some database questions.

II I'er : How would you see if no two requests are accessing the same row in the
database?
I'ee : One way is to make database access through one singleton object which
provides synchronized access to the database so that the object lock is only owned
by only one client at a given time. The second way is to single out the critical
section and synchrnize the block so that no two simultaneous access is possible.

II I'er : No no no. my question is very specific. How can you see if no two requests
are accessing the same database row? Not in the application.
I'ee : So you are asking no programming should be done. I am pretty sure the database
should provide locks which can be used at a row level.

II I'er : No no no. I know there is a lock maintained by the database. My question
is specific..
I'ee : Are you pointing me towards any log files? or snooping the port where
service is running?

II I'er : No. Okay, if an applications' memory consumption is increasing, what will
you do?
I'ee : Usually I will use commands like prstat to monitor the number of threads and
[interrupted]

II I'er : No no no. prstat is a very high level program I want to know what will you
try to see?
I'ee : Okay.. one thing I would like to monitor the heap size in the VM and how the
garbage collector is behaving. We can also use apps like optimizeit to see how the
memory is growing. If it is a multithreaded application I would like to see its'
stack and heap sizes and see if threads are not waiting for something and
continuously creating new objects in the method. I will also watch out for any loops
but I am not sure if I am allowed to look with in the code. If it simply hangs, I
would like to get its' stacktrace...

II I'er : Have you ever tuned the JVM?
I'ee : Yes I have. In the application <name> which I worked recently I did a
lot of JVM tuning. Do you want to know something specific?

II I'er : No no no, just wanted to know if you have ever done it.
I'ee : Yes I have.

II I'er : Thats all I had.
I'ee : Thanks.

III I'er : Do you know how to enable https on a app server?
I'ee : Yes the configuration is stored in the server.xml usually it defaults on port
443 but is configurable. You would need to have a certificate though signed by the
recognizable authority.

I I'er : Are you familiar with the <some> ticket resolution methodology?
I'ee : Nope. Is this same as what <some team> uses?

I I'er : I don't know. There is a standard which is followed in the product team...
I'ee : No I am sorry I have never heard of it. Could you please send me the link
where I can read about it more?

II I'er : Sure I will send you that.
I'ee : Thanks.

I I'er : So did your resume was forwarded by an external agency?
I'ee : Nope. It was applied internally from with in the company.

I I'er : I needed to know how to respond to them.
I'ee : [felt very demeaning]

I I'er : Thats all we had. Do you have any questions?
I'ee : Yes, is this position based in Bangalore?

I I'er : Yes it is based in Bangalore but you will have to work with ....
I'ee : Ah good. Does it require a lot of onsite supports?

I I'er : No not alot. sometimes it could be.
I'ee : Are there any training sessions planned after the selection?

I I'er : Yes there are. As you have worked on a lot of the stuffs we need, you will
not need the basic trainings [if selected was implied I guess].

I'ee : Thats all I had I guess.


---------

II 'er later sent me the link to the process document. I sent a "thankyou for your
time email later". Never heard back from them since.

Now.. I know I didn't do well. I answered tomcat's SSL configuration instead of the
app servers. But, what is worrying me is when I had already said I have never worked
on EJBs - the guy kept asking me a series of questions on that. I tried to answer
him logically (not EJB specific) and he kept responding me as if I didn't know
anything. I am not sure if he was given a sheet of questions he had to ask no matter
what. Since then I have really been slightly disturbed.

Saturday, July 09, 2005

Six pack and the pool

So this year Colorado is a little bit hotter. There is nothing like sitting in pool under the Sun. So one day I asked one of my friends to accompany me to the community pool. He is a diet and looks freak. Couldn't go till I get a six pack (abs), he said. Never mind! we have the whole beer keg was my wry response.

Tuesday, July 05, 2005

Smart people are everywhere

Smart people are everywhere - all over the world. Even in those corners and equal in numbers which are not termed "proper civilizations" by the western world. Then why some countries are so developed and the rest are lagging behind? Its not the number of smart people which matters but the ability of the state to find them and make use of them. Isn't the same in corporate world too? I have not seen a single company which is not run by some very smart people. Then why some fail and some succeed? What matters is how the resources are managed. It matters where do you place them. It matters how you retain them. It matters how you develop them. This is where some succeed and most fail. This is why Jack Welsch and his GE succeeded and www.someprettybadcompany.com failed.

Saturday, July 02, 2005

ezsaid

So after writing in my company's blog site for months, I thought to have my personal one too. Blogging has a lot of potential not only as a channel for free thoughts but also as a new found media for the corporate world. So whats the best way to start with my own personal blogsite but on my birthday? Yeah, close enough - it was yesterday though. So once again I felt reborn which I feel everyday anyway. The only problem with that is that you have to learn everything you learned earlier, everyday. A lot of work!