HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I
NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

Answers were Sorted based on User's Feedback



HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS TH..

Answer / amit kumar sisodia

I Am the Person who is very co-operative and what ever i do
i do with fully dedication.i donot give-up the problams
untill unless i will not find any optimistic solution for
that problam.and i am also very down to earth.i belive if
you have something so there is no need to show that thing.
thank you.

Is This Answer Correct ?    13 Yes 0 No

HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS TH..

Answer / pbraju

I am a person of immence dedication and innovation. for me
it gives satisfaction in implementing the innovative ideas
and do things in way which not only finishes the task but
also help the organisation to save time and cost. I like to
take up challenges and win over them. for me it excites me
to explore areas of unknown teritories. it gives me
pleasure to share my ideas and learnings with team.

Is This Answer Correct ?    5 Yes 1 No

HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS TH..

Answer / bdlfbsdkighldfg

Hai sir i am very dedicated and innnovative to the work,

Is This Answer Correct ?    1 Yes 4 No

HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS TH..

Answer / pranab

hello sir, stop bothering about what type of person i am,
rather concentrate on what type of person you are and try to
overcome your shortcomings and let us live in peace. thanks.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Interview Questions

main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


Is there any book to know about Basics of C Language?

4 Answers  


What are different storage class specifiers in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


How can I invoke another program from within a C program?

8 Answers  






what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


What is c system32 taskhostw exe?

0 Answers  


Categories