i hav very low percentage in 12th n BSCwhich is around
50.......coz it was just imposed on me 2 b a science
graduate,nw m doin MCA n hav aggregate 74% ....what shud i
answer if company's HR ask me about dis much low previous
percentage??????
Answers were Sorted based on User's Feedback
Answer / venkat
hello Anonymous.
though You might feel it is a tough question to answer but
the fact is that it is not.
1)first of all you should make yourself comfortable with
the fact you have less percentage and make peace with
it,rather than thinking reasons why you have less,blamimg
someone who pushed you into field ...
2)when you are answering an HR guy,he would see how
confident you are..
3)you shouldnt feel gulty or give him reasons that makes
him feel you dont deserve to be here.
ill give a simple idea.you have to make the answer by your-
self..
IDEA :health factor:- your health was not supporting you to
go ahead with the academics,and at a certain point of time
you thought to quit studies.but..took it as a
challenge,thought of attempting the exams instead of
quitting.and now you are very happy that you got through
the exams,and also with the result.after all this ,you have
learnt to face a challenge no matter what the stopping
constraints are, rather than just quitting.and that you
started beleiving
"winners never quit,quitters never win"..
and you havent looked back after then,(your MCA percentage
is an example that you are flying high with beautiful
colors)
change you attitude..see positive things even in a bad
situation,you would definitely succeed.all the very best.
| Is This Answer Correct ? | 53 Yes | 3 No |
Answer / ramakrishna yechuri
Just tell that u r having financial problems at that u r
not able to concentrate much as u r working partime to over
come your financial crisis.
Every time u say truth things doesnt work,
some time u have to be fake like this.
| Is This Answer Correct ? | 22 Yes | 10 No |
Answer / hana
First tell me is this ur's own marks in MCA ur having.or by
chit u got it.
| Is This Answer Correct ? | 5 Yes | 27 No |
WAP to generate 2n+1 lines of the following pattern on the computer screen:
how to find no of instances of an object in .NET?
Write a c++ program to display pass and fail for three student using static member function
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation process?
Can you explain polymorphism?
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What are the four main oops concepts?