C/C++/Programming:-
  1. Questions On
    1. Ur Projects
    2. memory management in Operating System.
    3. Unix basic commands
    4. doubly linked list
    5. Fibonacci series and palindrome program in C
    6. Gates(Be prepare on Digital Circuit Logic Design)
    7. software development life cycle
    8. complier design(phases)
    9. TCP&IP and OSI Model.
    10. OOPS concepts.
Personal Interview Question :: HR:-
  1. Tell me about ur academics..
    Tell me about ur family background..
    What u are doing now..
    Why bglore..
    Hobbies..
    What kind of music do u prefer..
    Ur recent favourite song..
    Who is ur favourite singer..
    Strength..with example..
    Weakness..with examples and how u can improve on this..
    What is ur greatest achievement in life..
    Which is ur favourite pgmng language..
    Rate urself in C..
    Briefly describe ur main project..
    Software development life cycle..explain each phase..
    Who is ur role model..why..
    Where do u c urself after 2 years..
    What is ur goal in life??what if company's goal is different from ur
    goals..
    Why should i hire you..
    Any questions..
Personal Interview Question :: Technical:-
  1. tell me about ur academics..
  2. what was ur engg entrance rank..
  3. why u choosed this college..
  4. why ur aggregate is 68%..
  5. what is ur position in ur class..
  6. which is ur favourite language..
  7. can u compile c pgm in c++ compiler ? wot abt the reverse?
  8. what is a static variable..
  9. what is the size of a float variable..
  10. what is the size of a pointer variable..
  11. what is paging..
  12. what is swapping..
  13. why each process is loaded to the main memory for execution..
  14. what is main memory..
  15. what is page fault..
  16. how its handled...
  17. who is handling that...
  18. what is multitasking..
  19. what is multi threading..
  20. if in a multi user system a static variable is initialised as 10 and first user increments its value by 1 and then the second user increments its value by one..what is the value of the variable now..
  21. what is DBMS..
  22. what is RDBMS...
  23. what is the difference b/w the two..
  24. what is primary key..
  25. whats foreign key..
  26. whats 3rd normal form..
  27. explain it with tables..
  28. what are the advantages of normalisation..
  29. 1. pointer to structure.
    2. static variable and difference b/w(const char *p,char const
    *p,const char* const p).
    3 pass by value & reference.
    4. string library functions(syntax).
    5. Write a program to compare two strings without using the strcmp()
    function.
    6. Write a program to concatenate two strings.
    7. Write a program to interchange 2 variables without using the
    third one.
    8. Write programs for String Reversal & Palindrome check .
    9. Write a program to find the Factorial of a number.
    10. Write a program to generate the Fibinocci Series.
    11. Searching and sorting alogorithms with complexities.