Personal

  Home  Basic Common  Personal


“Personal job Interview preparation guide. Number of Personal Interview frequently asked questions(FAQs) asked in various interviews”



53 Personal Questions And Answers

41⟩ Tell us where do you want to be, in 3-5 years time?

Although it's certainly difficult to predict things far into the future, I know what direction I want to develop toward. Within five years, I would like to become the very best _____ your company has. In fact, my personal career mission statement is to become a world-class _____ in the _____ industry. I will work toward becoming the expert that others rely upon. And in doing so, I feel I will be fully prepared to take on any greater responsibilities that might be presented in the long term.

 126 views

45⟩ Tell me when you have been told or discovered for yourself, a problem in your job performance, what have you typically done? Can you give me an example?

Review about the job performance for about the past 20 days or so....

Make out a chart based on the various sub-jobs you are required to perform...

Place a marker as your pass line....

Find out at which sub-jobs you are under the marker....

Try finding out the basic reasons behind your failure...

Concentrate on sub-jobs where you have under performed rather than on increasing your performance on the already well performed sub jobs...

Repeat the same process until you feel you are comfortable with all the sub-jobs and that there is a significant increase in your job performance....

 123 views

46⟩ Can you come up with an year plan?

It shouln'tbe quantized on the day to day basis but yes on the per task basis it can be done. And I think that should be the practice. Once the task priority is determined, the next step is to allocate the required time frame for the tasks. But remember it's not always the case of 'direct proportionate' relation between the task priority and the time allocated for its completion. Higher priority tasks are simple the one that need to finished first.

 139 views

49⟩ What is volatile keyword in embedded C? Explain with example? What is the difference between typedef and #define?

The volatile keyword is used to define memory mapped I/O device's register (or Hardware registers) variables, which indicates to the compiler

For example:

int i;

&i=0x1234;

i = 0;

delay();

if(i){ //Here the Compiler removes this code by optimization

some statements // because 'i' is already assigned with 0 so..

}

if you declare 'i' as volatile then compiler doesn't optimize.

 169 views

53⟩ Explain how to answer a question that how can u contribute to software from electrical background?

on that type of question we can answer in such a way that interviewer must recognise your programing skills. as we can say that i know i am good apptitude towards solving a logical situation and thus also great learner so i am able to learn and implement any programing language within little time.

tell me your views is this right what i think a i only guess that this must be a possible good answer and i am also from electronics bacground.

 149 views