Please anybody can tell me the questions, that can be asked in an interview for below topics
- Socket Programming
- Multi-Threading
An advance thanks goes to everybody who provide their time
Please anybody can tell me the questions, that can be asked in an interview for below topics
An advance thanks goes to everybody who provide their time
Socket Programming
Multi-Threading
A couple of example questions:
As a hiring manager, my favorite networking question to ask was this:
Imagine a user sitting at an Ethernet-connected PC. He has a browser open. He types "www.google.com" in the address bar and hits enter.
Now tell me what the first packet to appear on the Ethernet is.
Possible answers (of varying correctness) include:
Each of the answers reveals something about the person's understanding of networking in general, and IP and TCP in particular. The subsequent discussion can reveal volumes about their understanding. (Assuming, of course, that the questioner has some expertise in this area).
Are you asking because you've been dragged in to interview someone who will be on your team? Ask questions that are based in real-life problems you've had to face in your day-to-day operations. Think of the last bug you had related to socket programming, and turn it into an interview question.
Theory is nice, but you want to know that the person joining the team has experience in the trenches.