|
-
Jan 19th, 2006, 10:11 AM
#1
Thread Starter
Fanatic Member
Any Indian Developers Here?
If you:
1. reside in India;
2. are open to relocate to another state within India;
3. think you are a good developer;
4. have programmed in at least two, and any two, programming languages for more than three years;
5. one of the two programming languages is C#, and you've been programming C# for at least two years;
6. are not excited about the job you're doing and want to change;
7. do not have butterflies in your stomach when you see basic questions like the ones below (towards the end of this post), then...
Please write to me now.
Basic Questions
1. Explain two's complement.
2. Given your favorite programming language, reverse the fourth-order bit of an unsigned integer. If your favorite programming language doesn't support bit-twiddling, then do it on paper with a pencil.
3. What is the anatomy of a hash-table?
4. What book are you reading these days, both technical and non-technical?
5. What is Intermediate Language (IL)?
6. What is a linker?
7. Express this in pseudo-syntax: How would you pass a behaviour as an argument to a method?
8. Explain any two HTTP status codes.
9. Explain any one design pattern you may have used. No singleton, please; anything else.
10. Just run me through how socket communication works in general.
-
Jan 19th, 2006, 10:46 AM
#2
Thread Starter
Fanatic Member
Re: Any Indian Developers Here?
Even international developers willing to relocate to India are most welcome.
-
Jan 19th, 2006, 10:53 AM
#3
Re: Any Indian Developers Here?
just want to clear one thing:
Express this in pseudo-syntax: How would you pass a behaviour as an argument to a method?
what do you mean by behavior here?
and since i have no experience of C# (but yes C/C++), so i am not applying (but i need a job )!!
-
Jan 19th, 2006, 11:12 AM
#4
Thread Starter
Fanatic Member
Re: Any Indian Developers Here?
 Originally Posted by Harsh Gupta
just want to clear one thing:what do you mean by behavior here?
and since i have no experience of C# (but yes C/C++), so i am not applying (but i need a job  )!!
That is an excellent question, Harsh. I understand I've left some ambiguity in that question, although not intentionally. But for a start, that question does invite the question you've asked.
I'll give you a clue, because if I amplified the question, it would be like answering it.
If a function required to invoke a behaviour on an object regardless of the type of object itself, it would be more interested in getting a way to invoke just the behaviour and hence would not require the object itself as input. What might you pass to the function if it was only interested in any object that supported the behaviour?
We're looking for smart people in general, whatever skill set. Why don't you send me your resume?
-
Jan 19th, 2006, 11:20 AM
#5
Re: Any Indian Developers Here?
thank you, i got the point and even know the answer (but it is vague).
plus i cannot send you my resume through VBF, no attachment facility included. but maybe if you can PM me your ID, i will mail it to you right now.
-
Jan 19th, 2006, 11:51 AM
#6
Frenzied Member
Re: Any Indian Developers Here?
 Originally Posted by Sathyaish
1. Explain two's complement.
It's a method of signifying negative integers.
 Originally Posted by Sathyaish
2. Given your favorite programming language, reverse the fourth-order bit of an unsigned integer. If your favorite programming language doesn't support bit-twiddling, then do it on paper with a pencil.
I don't have a favorite programming language, so I can't do this.
 Originally Posted by Sathyaish
3. What is the anatomy of a hash-table?
It's simply a key-value pair, or did you want to know if the "Leg Bone" is connected to the "Hip Bone"??
 Originally Posted by Sathyaish
4. What book are you reading these days, both technical and non-technical?
Technical - Nothing, my brain is fried
Non-Technical - Kodokan Judo By Jigoro Kano
 Originally Posted by Sathyaish
5. What is Intermediate Language (IL)?
It's a language used in the analysis of computer programs, unless you are wanting to know about MSIL specifically?
 Originally Posted by Sathyaish
6. What is a linker?
A program that takes one or more objects and assembles them into a program.
 Originally Posted by Sathyaish
7. Express this in pseudo-syntax: How would you pass a behaviour as an argument to a method?
Smells like polymorphism to me...
 Originally Posted by Sathyaish
8. Explain any two HTTP status codes.
404 - Not Found (The server has not found anything matching the Request)
500 - Internal Server Error (The server encountered an unexpected condition which prevented it from fulfilling the request.)
 Originally Posted by Sathyaish
9. Explain any one design pattern you may have used. No singleton, please; anything else.
Facade pattern for a data access class.
 Originally Posted by Sathyaish
10. Just run me through how socket communication works in general.
Just google it!
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jan 19th, 2006, 02:54 PM
#7
Re: Any Indian Developers Here?
I've moved this to the Jobs Forum
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|