dbcontext lifetime can be singelton?
Senior C Developer Interview Questions
264 senior c developer interview questions shared by candidates
1. Order a string array. 2. Invert order of a string array. 3. Differences between SQL join types.
Etude d"un code en C++. Paradigme object Questions classique sur le language. Questions sur les structures de données Questions d'algorithmie
It was the question about how to check linked list for inner loops.
What is 40>>2
I was asked to create a database schema: Movies, Movie formats, Orders, Customers, Inventory. To write some SQL queries.
What is your experience on C++
int y[10000000000]; int main() { int x[10000000000]; x [0] = 1; y[0] = 1; printf( "X: %d Y:%d\n", x[0], y[0]); } How are x and y treated in memory?
They sent a simplistic question about parsing streaming trade data and doing very simplistic calculations on it.
Network programming: Difference between TCP and UDP?
Viewing 11 - 20 interview questions