Round-1 (Online Coding Test)
There were 10 basic C based Multiple choice questions And 6 Code based in which I have to write code and run.
Coding Questions were :-
- https://www.geeksforgeeks.org/dsa/count-possible-decodings-given-digit-sequence/
- https://www.geeksforgeeks.org/dsa/program-for-array-rotation-continued-reversal-algorithm/
- https://www.geeksforgeeks.org/dsa/given-an-array-arr-find-the-maximum-j-i-such-that-arrj-arri/
- Count No. of set bits in a number
- Reverse the words in a string. Ex.- Str[]-”hello mr X” Output- str- “X mr hello”
- Discussion on C and C++ Concepts like
- What happens if we return address of a local variable and solution (Heap or Static)
- Difference b/w macro and inline and how they works
- Difference b/w New and Malloc
- What is Virtual Function And how Virtual table and Virtual pointer Works.
- Famous diamond Problem.
- When Should we write our own Assignment operator and Copy Constructor. etc
- https://www.geeksforgeeks.org/find-a-repeating-and-amissing-number/ discussion and he wanted optimal solution.
- Mainly STL and Template Based Discussion.
- Write a program to implement Generic Queue class.
- Apply all Oops Concepts.
- Implement set STL class etc.
- What are the various Oops Concepts .
- Do you know any SDLC Model ? Explain .
- Discussion on Project and what difficulty I have faced etc.
- Do you have any Prior Experience of Gaming.