Since I'm from C# background I was asked basic C# question .
Desenvolvedor Interview Questions
102,665 desenvolvedor interview questions shared by candidates
Recognize some useless pattern with circles, squares, arrows...
What's the difference between inteface and abstract.
Write a function to compact a string in place: A. strip whitespace from the string. B. remove duplicate characters if they are next to each other
Can you use template and virtual function in the same class?
Given a file of 4 billion 32-bit integers, find any integer that does not appear in the file using 1GB of memory. Then repeat the same task using 80MB of memory.
Write a Program to Print a Pattern ? For Example, I/P : 5 O/P: 1 + 2 + 3 + 4 + 5 = 15
They gave me question to solve and after the solution submission asked me if i can optimize the code.
A mini project on pizza delivery system was asked to design . programs : 1) WA system to add records like stocks and their info like name , symbol , price etc . An option to query the records and implement autocomplete type search so that all records matching the search criteria should be returned . 2) A program to design a data structure nStacks , n number of Stacks having an overall fixed capacity of k elements . It should have operations like push(int element,int stackNumber) and pop(int stackNumber) , which should do respective operation on the given stack number . Underlying data structure to store elements should be only one array .
Output of Printf("%d",scanf("%d",&i));
Viewing 781 - 790 interview questions