why should i select you?
Answers were Sorted based on User's Feedback
Answer / sony
i like to be well organised. I plan my time , effectively&
work well within it. I thrive under pressure & complete my
work within deadline. I m also a good team player . I
contribute well to the dynamic of the team , but work
equally as well as my own.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rakesh
well i have some experience about working under pressure and under given deadline,i can handle people and make them to give their best,i know how to deal with my clients and colleagues and i am willing to put up my innovative ideas for development in this field.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / yogi
i feel iam efficient for this post as i can implement my
skills and knowledge very effectively. And i have good
learnin g capability.
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / chirag
I can contribut my knowlege with ur company as well as i
feel if u realy want someone who is aggressive towards
hardwork, leadership quality and honest in all, you met the
right person.
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / nilojyoti
ability to do work smartly .... dedication to finish within
schedule ... ability to learn newer technlogies
quickly .... ability to communicate with team memebers and
supriors about the problems and newer ideas to produce
quality work and to make work enviroment more
comfortable... giving values towards the corporate values
and culture of the company.. these are some of the things
that qulaify me for getting hired by you :-))
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / amit paul
I feel i am efficient for the desired post as i was implemented my knowledge & skills to help to achieve the organisational goals of my previous company .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep kumar yadav
Because whatever you will give me i will do on given time, and will always increase the name of your company in the market because your company will be increase in the market then defenetilly my performance will be also increse.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saikat
As I have done secondary research on competitors and my organization,I will focus on my organization's strength point and competitors week point. In such way I shall do my job to achieve my goal as well as my organization goal.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saranya
Hi!
To implement my ideas & skills for the development of
our company.
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / saranya
i will work efficiently and hard to develop our company.
Is This Answer Correct ? | 1 Yes | 2 No |
Why do we need functions in c?
Describe how arrays can be passed to a user defined function
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What type of function is main ()?
What are the 5 data types?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
What is the size of enum in bytes?
How do you write a program which produces its own source code as output?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Differentiate between the = symbol and == symbol?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this