why should i select you?
Answers were Sorted based on User's Feedback
Answer / salu
For the development of ur company and for my career
development
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / divakar
i am a person with a never give-up attitude.i am very good
at implementing my ideas effectively.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / maddy
i am very good hardworker i can work for a company at any
situation so ican put my maximum effort to work in ur
company
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / sridhar
bcoz i have a cabability to celebrate the work well.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / usha
because i have a strong technical skill in C,C++, core JAVA
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / hajara nowsath
I have time management skills and i dedicate myself to do
the given task.i will be flexible in any team.i have a
leadership quality.
If this is ur answer the interviewer will surely ask some
examples for ur leadership quality and time management.So
prepare answers for those questions also. Just give real
time examples.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / meena
you should select me because i hope i have the capabilities
of completing the tasks given to me perfectly and i promise
you that i will add another feather to the victory crown
of my company with my hard work and knowledge
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / divakaran
i am a very talented guy and i can share my
ideas,skills,knowledge effectively and i will work hard for
the development of your company
| Is This Answer Correct ? | 1 Yes | 4 No |
Write a program to print fibonacci series using recursion?
how to find a 5th bit is set in c program
Explain how can type-insensitive macros be created?
What is the difference between c &c++?
Explain the difference between #include "..." And #include <...> In c?
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
what is use of loop?
Why is c not oop?
All technical questions
Tell me about low level programming languages.
what does ‘segmentation violation’ mean?
if p is a string contained in a string?