ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
why should i select you?
 Question Submitted By :: Mail
I also faced this Question!!     Rank Answer Posted By  
 
  Re: why should i select you?
Answer
# 1
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 ?    3 Yes 2 No
Yogi
 
  Re: why should i select you?
Answer
# 2
because iam so smart.
 
Is This Answer Correct ?    0 Yes 8 No
Dfda
 
 
 
  Re: why should i select you?
Answer
# 3
Hi! 
     To implement my ideas & skills for the development of
our company.
 
Is This Answer Correct ?    0 Yes 1 No
Saranya
 
  Re: why should i select you?
Answer
# 4
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 ?    0 Yes 1 No
Divakaran
 
  Re: why should i select you?
Answer
# 5
bcoz u need employee,i need employment
 
Is This Answer Correct ?    0 Yes 3 No
Arunthathi
 
  Re: why should i select you?
Answer
# 6
i will work efficiently and hard to develop our company.
 
Is This Answer Correct ?    0 Yes 1 No
Saranya
 
  Re: why should i select you?
Answer
# 7
For the development of ur company and for my career 
development
 
Is This Answer Correct ?    0 Yes 1 No
Salu
 
  Re: why should i select you?
Answer
# 8
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 ?    2 Yes 2 No
Chirag
 
  Re: why should i select you?
Answer
# 9
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 ?    1 Yes 3 No
Maddy
 
  Re: why should i select you?
Answer
# 10
bcoz i have a cabability to celebrate the work  well.
 
Is This Answer Correct ?    0 Yes 1 No
Sridhar
 
  Re: why should i select you?
Answer
# 11
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 1 No
Divakar
 
  Re: why should i select you?
Answer
# 12
because i have a strong technical skill in C,C++, core JAVA
 
Is This Answer Correct ?    0 Yes 2 No
Usha
 
  Re: why should i select you?
Answer
# 13
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 ?    6 Yes 0 No
Sony
 
  Re: why should i select you?
Answer
# 14
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 0 No
Nilojyoti
 
  Re: why should i select you?
Answer
# 15
why are didn't select me?
 
Is This Answer Correct ?    1 Yes 2 No
Rani
 
  Re: why should i select you?
Answer
# 16
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 ?    0 Yes 1 No
Hajara Nowsath
 
  Re: why should i select you?
Answer
# 17
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 2 No
Meena
 
  Re: why should i select you?
Answer
# 18
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 ?    2 Yes 0 No
Rakesh
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986  1
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')  9
how to add numbers without using arithmetic operators. TCS10
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?  3
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain  1
what is mallloc()?how it works? Excel3
How do I access command-line arguments? Wipro2
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal) Subex1
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES  1
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST Adobe2
what is calloc and malloc?  1
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..  4
main is a predefined or user define function if user defined why? if predefined whay? TCS2
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output? Hughes5
find second largest element in array w/o using sorting techniques? use onle one for loop. Zycus-Infotech2
compute the nth mumber in the fibonacci sequence? TCS7
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above Accenture3
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;  7
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321  2
Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0 Qualcomm5
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com