Cigar Asylum Cigar Forum  

Go Back   Cigar Asylum Cigar Forum > Non Cigar Specialty Forums > Misc > General Discussion

Reply
 
Thread Tools Display Modes
Old 11-19-2009, 03:27 PM   #21
JE3146
Jordan #2
 
JE3146's Avatar
 
Join Date: Oct 2008
First Name: Jordan
Location: Tigard, OR
Posts: 2,115
Trading: (26)
Partagas
JE3146 has disabled reputation
Default Re: I have an interview in a couple hours...

Quote:
Originally Posted by markem View Post
sweet, Jordan! Let me know which area and I can have my MS friends scope out the group for you before you decide if you want to take the job.

I appreciate it.

This was just the technical review, ie stage 1.

If I make it to stage 2, then I'll get to meet the teams I could work for over a series of like 6 to 8 interviews.

So if I make it to stage 2, I may have you dig up some info for me


Interview went well though. Totally forgot the syntax of a coding question they asked but I haven't used that stuff in over 2 years. My pseudo code was spot on exactly right though. So at least I knew that much.

Background info and current projects discussions went about as good as they could. He seemed very interested in stuff I was doing. A lot of positive reactions and comments about it.

So now I get to wait ... I'll know within a week or two.
JE3146 is offline   Reply With Quote
Old 11-19-2009, 03:35 PM   #22
str8edg
Guest
 
Posts: n/a
Default Re: I have an interview in a couple hours...

excellent sir...

<fingers crossed>
  Reply With Quote
Old 11-19-2009, 06:23 PM   #23
DBall
Cigar Jesus
 
DBall's Avatar
5
 
Join Date: Oct 2008
First Name: Dan
Location: Rochester, NY
Posts: 3,779
Trading: (46)
RyJ
DBall has disabled reputation
Default Re: I have an interview in a couple hours...

That's just straight awesome.
__________________
--------Dan---------
My Music | My Videos
DBall is offline   Reply With Quote
Old 11-19-2009, 07:40 PM   #24
mosesbotbol
That's a Corgi
 
mosesbotbol's Avatar
 
Join Date: Oct 2008
First Name: Moses
Location: Boston
Posts: 6,171
Trading: (6)
Punch
mosesbotbol is a jewel in the roughmosesbotbol is a jewel in the roughmosesbotbol is a jewel in the rough
Default Re: I have an interview in a couple hours...

That's exciting!

What were some of the techincal questions you were asked?
What kind of role are they recruiting for?
__________________
Port Wine & Claret | British Cars | Welsh Corgi's
mosesbotbol is offline   Reply With Quote
Old 11-19-2009, 07:57 PM   #25
Wanger
Guest
 
Posts: n/a
Default Re: I have an interview in a couple hours...

Well done, #2.
  Reply With Quote
Old 11-19-2009, 08:16 PM   #26
elderboy02
Lets Go Buckeyes!
 
elderboy02's Avatar
4
 
Join Date: Oct 2008
First Name: Dan
Location: Cincinnati, OH
Posts: 12,497
Trading: (133)
Bolivar
elderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud ofelderboy02 has much to be proud of
Default Re: I have an interview in a couple hours...

What coding question were you asked?

What pseudo code did you have to write?
elderboy02 is offline   Reply With Quote
Old 11-19-2009, 08:54 PM   #27
chippewastud79
Fatter than you!
 
chippewastud79's Avatar
 
Join Date: Oct 2008
First Name: Larry
Location: A little place called home.
Posts: 5,397
Trading: (44)
Partagas
chippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to beholdchippewastud79 is a splendid one to behold
Default Re: I have an interview in a couple hours...

Nice work Jordan
__________________
If we weren't supposed to eat animals, then how come they're made of meat?
You can never have too many cigars, they are like an investment in good times.
chippewastud79 is offline   Reply With Quote
Old 11-19-2009, 09:07 PM   #28
JE3146
Jordan #2
 
JE3146's Avatar
 
Join Date: Oct 2008
First Name: Jordan
Location: Tigard, OR
Posts: 2,115
Trading: (26)
Partagas
JE3146 has disabled reputation
Default Re: I have an interview in a couple hours...

Quote:
Originally Posted by elderboy02 View Post
What coding question were you asked?

What pseudo code did you have to write?
Create a Linked List in C

Then create a function that that takes the list and reverses it's order.

I've been doing mostly embedded C programming, and before that strictly Perl, so writing out data structures and pointers and all that jazz in C is about 2 years rusty.

Looking back on it, it wasn't that hard of a task, but at least the thought process that I had was right, and so was my answer, even if the syntax wasn't correct Could have asked to do it in Perl, but I couldn't think of how to do data structures in it until I had left the interview and realized I could have used a hash in place of a struct in C. Was a simple mistake, but 'in the moment' i just blanked

That and I had about 5 minutes to do this. Thought no way in hell they'd ask me to do something related to data structures in a 30 minute interview, but alas, I was wrong. I'll be prepped and ready if it happens again though. Believe that.


If I don't make it to stage 2, I'm 99.99% sure it's because of that.
JE3146 is offline   Reply With Quote
Old 11-19-2009, 09:10 PM   #29
JE3146
Jordan #2
 
JE3146's Avatar
 
Join Date: Oct 2008
First Name: Jordan
Location: Tigard, OR
Posts: 2,115
Trading: (26)
Partagas
JE3146 has disabled reputation
Default Re: I have an interview in a couple hours...

Quote:
Originally Posted by mosesbotbol View Post
That's exciting!

What were some of the techincal questions you were asked?
What kind of role are they recruiting for?
A very vague Software development position or a Hardware development position.

Could be in any one of 3 dozen divisions really.
JE3146 is offline   Reply With Quote
Old 11-19-2009, 09:14 PM   #30
Riff Raff
Habitual Offender
 
Riff Raff's Avatar
 
Join Date: Sep 2009
First Name: Bill
Location: Stuttgart, Germany
Posts: 370
Trading: (11)
Montecristo Navy (Served With Honor)
Riff Raff is on a distinguished road
Default Re: I have an interview in a couple hours...

Quote:
Originally Posted by JE3146 View Post
Create a Linked List in C

Then create a function that that takes the list and reverses it's order.

I've been doing mostly embedded C programming, and before that strictly Perl, so writing out data structures and pointers and all that jazz in C is about 2 years rusty.

Looking back on it, it wasn't that hard of a task, but at least the thought process that I had was right, and so was my answer, even if the syntax wasn't correct Could have asked to do it in Perl, but I couldn't think of how to do data structures in it until I had left the interview and realized I could have used a hash in place of a struct in C. Was a simple mistake, but 'in the moment' i just blanked

That and I had about 5 minutes to do this. Thought no way in hell they'd ask me to do something related to data structures in a 30 minute interview, but alas, I was wrong. I'll be prepped and ready if it happens again though. Believe that.


If I don't make it to stage 2, I'm 99.99% sure it's because of that.
Positive mental attitude! I wish you all the luck in the world!

Make sure you know the 5 FSMO roles! That was the first question I was asked when I applied for Google. Needless to say, I didn't know it then. I do now!

Good luck brother!
Riff Raff is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:39 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
All content is copyrighted jointly by Cigar Asylum and the content provider.