how to tackle technical questions
Answer / nivetha
if u really dont know the concept of the question asked then its better to inform HR politely that u dont know. And when u know it be clear and significant to ur answer and mainly be always fixed to ur answer. Dont try to give many options to the question asked. Always try 2 answer in a simple sentence unless if it has been asked to explain. Be always confident to what ever u answer as this plays a significant role for choosing a candidate. All the best friends.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the 3 types of system development life cycle
difference between static and non-static variables?
can you give real time example for polymarphism
What type of loop is a for loop?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
Can a destructor be called directly?
What is meant by oops concept?
Do you know about multiple inheritance?
What is multiple inheritance?
What is destructor example?
Which is better struts or spring?
What is the real life example of polymorphism?