Author: Binya

x86 interview questions

x86 interview questions

These interview questions test the knowledge of x86 Intel architecture and 8086 microprocessor specifically.

Best HR Interview questions

Best HR Interview Questions

What will one think, before heading into HR round? The HR round is usually the final round where you’re going to face some tough questions and also it is the round in which you have to negotiate salary and other perks, so be prepared and be warned! These questions are tough...

System admin interview questions

System admin interview questions

What are the required components of Windows Server 2003 for installing Exchange 2003? – ASP.NET, SMTP, NNTP, W3SVC What must be done to an AD forest before Exchange can be deployed? – Setup /forestprep What Exchange process is responsible for communication with AD? – DSACCESS What 3 types of domain controller...

Designing Interview Questions

Designing Interview Questions

How would you design a server that has to process a fair number of good number of requests a second. What if you didn’t know how many requests you’d be getting? What if requests had different priorities? (I always think of the Apache design for this question) Design malloc and free....

Arrays Interview Questions

Arrays Interview Questions

You are given an array with integers between 1 and 1,000,000. One integer is in the array twice. How can you determine which one? Can you think of a way to do it using little extra memory. You are given an array with integers between 1 and 1,000,000. One integer is...

Linked List

Linked List

You must be able to produce simple clean linked list implementations quickly. Implement Insert and Delete for singly-linked linked list sorted linked list circular linked list int Insert(node** head, int data) int Delete(node** head, int deleteMe) Split a linked list given a pivot value void Split(node* head, int pivot, node** lt,...

Non-Technical Questions

Non-Technical Questions

All of the following are very common. It’s best to have canned answers. What do you want to do? Describe your perfect job? How did your interview go? How did you like the group you interviewed with? Rate your C++ proficiency on the scale of 1 to 10. What have you...

Networking Interview Questions Most Asked

Networking Interview Questions Most Asked

Difference between TCP and UDP? When would you want to use one over the other? How would approach guaging performance of webpages/parts on a very large website? Questions you are unlikely to get unless you claim a lot of IP experience o How does traceroute work? o How does path MTU...