Results 1 to 7 of 7

Thread: Any Indian Developers Here?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    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.

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    Re: Any Indian Developers Here?

    Even international developers willing to relocate to India are most welcome.

  3. #3
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    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 )!!
    Show Appreciation. Rate Posts.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    Re: Any Indian Developers Here?

    Quote 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?


  5. #5
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    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.
    Show Appreciation. Rate Posts.

  6. #6
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Any Indian Developers Here?

    Quote Originally Posted by Sathyaish
    1. Explain two's complement.
    It's a method of signifying negative integers.
    Quote 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.
    Quote 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"??
    Quote 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

    Quote 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?
    Quote Originally Posted by Sathyaish
    6. What is a linker?
    A program that takes one or more objects and assembles them into a program.
    Quote 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...
    Quote 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.)
    Quote 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.
    Quote 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

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Any Indian Developers Here?

    I've moved this to the Jobs Forum
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width