Pointer? Reverse string to number DNA isolation? rDNA technology? some common HR questions.
Programador De Net C Interview Questions
3,524 programador de net c interview questions shared by candidates
They asked me about the technologies i'm familiar with, languages, some aptitude questions and some basic HR questions.
How is AI applicable to health care.
How memory allocation take place in python? Do you know OOP? How to use break and continue statements?
Difference between drop, delete, truncate?
The assignment was a design and I cannot mention a content since it is confidential, but I can upload my own source code to my github account. Go check it yourself to see if it is generic and fast(OR NOT): https://github.com/sarpdaltaban/MemoryPool/blob/main/MemPool.h
The assignment was a design and I cannot mention a content since it is confidential, but I can upload my own source code to my github account. Go check it yourself to see if it is generic and fast(OR NOT): https://github.com/sarpdaltaban/MemoryPool/blob/main/MemPool.h
sliding window, topological sort, explain some c++ features
OOPs concept , SQL and 2 simple DSA questions that's all
Identify memory leak: // this function has a memory leak. Can you find it? int i = 5; // <-- char *pszString = (char *)malloc(32); memset(pszString, 0, sizeof(32)); strcpy(pszString, "hi"); if (i > 5) { sprintf(pszString, "%i is greater than 5", i); printf("%s\n", pszString); free(pszString); } else if (i < 5) { sprintf(pszString, "%i is less than 5", i); printf("%s\n", pszString); free(pszString); } }
Viewing 1131 - 1140 interview questions