Skip to main content

Interview experience

Recently,  I happen to attend interview for software engineer by a reputed engineering firm.  My recent career break made it harder for me to find some good job.  Earlier I want qualified for good job due to my education & now due to career break. 
It seems like I'm also facing usual chicken and egg problem. But I find this shocking these industry people are basically concerned about knows language rather than knowing how to use the programming language &  effectively share ideas. I happen to observe certain interview sessions & facts going on while I was waiting in interviewing session room for my interview to happen

Let me start with mine. It's always good to have a view about oneself before Judging others.  I passed two rounds of technicals &  was kicked out just by the first question in third round. And do you want to know what was that question?

"Do you have worked using mfc???" Answered honestly as No.  & the reply I got was you can leave for the day interview session is over. :p & I was plinged aka pling.  Wasn't I attending interview for cpp??? That's was the first question which I had in my mind... 

Lesson I learned was, always understand what the interviewee want rather than what you have, also play according ly rather than what they talk or tell you.

It was later I understood that they wr interested in vcpp workforce rather than the need of good engineers who can provide proper solutions. It's not jus the case of mine. I happened to have a  chat with certain great fellows during the day. Some wr good engineers & some wr jus coders who basically translate your requirements in to something they didn't even mean to do

Here is something I overheard during the interview
Question placed by interviewee "how will you design & engineer a solution for the following problem: user can use, control  a dash board software for a certain period of time & certain number of times he can log in of a day .  The dashboard software controls certain real-time activities that should be monitored weather the user is logged in or not only authenticated user should be permitted to use the software. "

THE solution to the problem given by the person who was interviewed broke my heart.
It was utter nonsense that the 6 year experienced person from another reputed organization was too kicked out.
The solution given was an asp based project & the given reason for asp was that the person only knew it. The number of times login is controlled by is static a value of three. Reason was that "since a it's a real time system we should eliminate extra overheads."

Always try to research & engineer proper solutions rather than not learning & working with what we know provided the circumstances do favor. But keep in mind never ever put up rubbish ideas on to desk.

Another stuff I should say even though convergence of software is what the future is try to get into inner details of engineering rather than jus stitching up solution to keep in pace. It's just hard these days to keep learning & be in industry at the same pace,cuz industry wants experts in language rather than problem solving skills & programming ability

Comments

Popular posts from this blog

The Indian supremacy theory.

The I ndian supremacy theory : I believe We Indians are supreme above every other human races in the world cuz we are more humane, we are open to incorporate other cultures evolve & adapt to take in the goodness from others & also share what's good in ours. We are more humane & we care for our family & love them more than anything else in the world. We are superior cuz we don't separate ourselves from other people on the basis caste Creed religion nationality. We belong to a bigger United world. Working together for a common goal "betterment of life of everyone in this world & other". By referring one as an "Indian" we point to those people who, no matter where, when, how he or she born or live,  live a life of loving & caring, irrespective & above of all the caste Creed classification, working for the betterment of life & there by the Nature and the Oneness . Don't separate ourselves from other cuz, we are different

Out of curiosity a port of love letter generator in c#

This  is   for  my Harley - Queen(still waiting):  this   is  a cook up code to tinker around: using  System; using  System . Text;   namespace  LoveLetter {      internal   class   Program     {    static   string  NextRandomWord( string [] arr, Random rand)  =>  arr[rand . Next( 0 , arr . Length)];          private   static   void  Main()         {              var  salutation1  =   new   string [] {  "Beloved" ,  "Darling" ,  "Dear" ,            "Dearest" ,  "Fanciful" ,  "Honey"  };              var  salutation2  =   new   string [] {  "Chickpea" ,  "Dear" ,                        "Duck" ,  "Jewel" ,  "Love" ,  "Moppet" ,  "Sweetheart"  };              var  adjs  =   new   string [] {  "affectionate" ,  "amorous" ,  "anxious" ,              "avid" ,  "beautiful" ,  "breathless" ,  "

Programming challenge: escape from devil & whirlpool

  Problem : Between Devil and Deep Sea Below is the story line  A band of pirates have made loot. By their misfortune though, instant Karma is delivered. While they are travelling a treacherous route in the high and the deep seas they are also haunted by a devil, perhaps a spirit who suffered at their hands previously. The pirates now have to make tricky decisions. They run forward to save themselves from the Devil, but the deep seas force them backwards. There is a danger of falling in a whirlpool if they move forward rashly and there is a danger of being caught by the Devil if they move too much back. But move they must. First they recede backwards B meters and then advance forward F meters, in a straight line. They cover 1 meter in T units of time. This backward and forward movement is performed repeatedly by the Pirates because they have panicked. Your task is to find out if they will perish at the hands of the Devil or they will get sucked into the whirlpool of the Dee