Amazon interview question Blog: Interview questions Created: 12:10am, 16th August 2011 What are the major differences between C and C++?What are the differences between new and malloc?What is the difference between delete and delete[?What are the differences between a struct in C and in... 2459 views, 1 comments
Amazon Intership questions Blog: Interview questions Created: 10:50pm, 5th August 2011 There are two urns A and B and an equal number of red balls and blue balls.How do u place the balls in the urns such that the probability of picking up the red ball is greater?Two trains enter at ... 2416 views, 1 comments
Interview questions Blog: Interview questions Created: 4:13am, 3rd August 2011 1 .In a selectionsort of n elements, how many times is the swap function called in the complete execution of the algorithm? A. 1 B. n - 1 C. n log n D. n^2 2 .Selectionsort and quicksort both fall int... 2929 views, 1 comments
Micro Processor questions Blog: Interview questions Created: 5:47am, 28th July 2011 What are the various registers in 8085? - Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 . In 8085 name the 16 bit r... 2437 views, 1 comments
Intel Interview question Blog: Interview questions Created: 5:42am, 28th July 2011 Insights of an inverter. Explain the working?Insights of a 2 input NOR gate. Explain the working?Insights of a 2 input NAND gate. Explain the working?Implement F= not (AB+CD) using CMOS gates?Insights... 2809 views, 2 comments
DE Shaw interview question Blog: Interview questions Created: 4:46am, 27th July 2011 1)Explain the ACID properties of a database system.2)Given a single field table,the field being Names, report all names with multiple entries.3)Explain the notion of deadlocks and their causes?4)Give ... 3297 views, 2 comments
DE Shaw interview question Blog: Interview questions Created: 5:30am, 26th July 2011 Question1: Differentiate HTTP and HTTPS Question2: Discuss ACID properties of a database system.Question3: Given a table Employee with only one field: Names, report all names with multiple entries.Que... 3210 views, 1 comments
Microsoft Interview question Blog: Interview questions Created: 12:16am, 20th July 2011 These Are one of the Microsoft Interview Questions, if you attended Microsoft interview recently, please share you interview questions with us through comments or mail them at kchaitanyya@gmail.comRou... 2494 views, 0 comments
OS interview question Blog: Interview questions Created: 12:55am, 16th July 2011 What are the basic functions of an operating system? - Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system ac... 2518 views, 1 comments
Citrix interview question Blog: Interview questions Created: 11:39pm, 14th July 2011 1. What is the output of this statement ?Printf(“%d”,printf(“%d %d”,2,2) & printf(“%d %d ”, 2, 2));a. 22222 b. 22221c. It will give an error during compilation2. What is the output of ... 2797 views, 1 comments
Showing 1 - 10 of 71 Posts