Tuesday, February 10, 2015

Having A Successful Job Interview


http://incomebite.com/?user=44819



Having a Successful job interview
                The goal of a job interview is to sell yourself. Many of the same question are asked by interviewer again and again. Therefore, the best way to sell yourself and have a successful interview, is to prepare answer that are honest and tell the interviewer what they need to hear. The good interviewers know which question to ask how the to find out not only about the applicant’s skills, but also about applicant’s thought. Here are some of the question and some of possible responses given by Raymond P. Harrison, a vice president in the Philadelphia Office of Drake Beam Morin Inc., an international consulting firm.
1)      Tell me about you.
Keep your answer to one or two minutes, don’t ramble. Cover four segments
A.     Education
B.     Work
C.     Experience
D.     Recent time
2)      What do you know about our company?
Don’t say you don’t know much. You should stat that you would like you know much.
A.     Products
B.     Size
C.     Income
D.     Reputation
E.      Goal
F.      Problem
G.     Management
H.     Style
I.        Background of their company
 
3)      Why do you want to work for us?
You wish to be part of a company project; you would like to solve a company problem ; you can make a definite contribution to specific company goals.

4)      What can you do for us that someone else cannot?
Relate past experience that represents success in solving previous employer problem that may be similar to those of the prospective employer.

5)      What do you look for a job?
Keep your answer opportunity-oriented. Talk about the opportunity to perform and be recognized 

6)      How long would it take you to make a meaningful contribution to our firm?
Be realistic and say six months to one year

7)      You may be overqualified or too experienced for the position we have to offer
Good companies need useful, experienced people. The employer will get a faster return on investment because you have more experience than required. Emphasize your interest in a long-team association.

8)      Why are you leaving your present job?
Stick to one response. Don’t change answer during the interview. It is possible that
“Our office is closing” or “We agreed to disagree.”

9)      How do you feel about leaving all of your benefits?
“Concerned but not panicked.”

10)  How would you evaluate your present firm?
“An excellent company offered me many fine experiences.” it is important not to bad mouth about employers or bosses. Bad mouthing tends to reveal more about you than about those who are the object of your comment

11)  Why haven’t you found a new position before new?
Finding a job is easy finding the right job is more difficult.


12)  If I spoke to your previous boss, what would he say about your greatest strengths and weaknesses?
This “threat of reference check question almost always produces honesty. it is important, in your response, to “be honest but not too negative.”
  
13)  What are your weak points?
Don’t say you have done. Turn a negative into a positive answer: “I’m sometime important but I try to calm myself.

14)  What was the last book you read? Movie you saw? Sporting event you attended?
Talk about leisure books to represent balance in your life.

At some point in every interview, the interviewer would ask the applicant if he has any question. It important that the applicant has some question-and some good ones-because question can reveal as much about the applicant as answers.

            Finally
Ø  Here are some good question to ask the interviewer when the time comes:
a.      Why is the position open?

b.      What advantage do you want to see differently from the previous person and the new one who fills this job?

c.       What is the most pressing prose problem? What would you like to see in the next 2 to 3 months?

d.      Where has a person who is successful in this position gone?


Thanks you…!!!







Control your security on Cisco

http://incomebite.com/?user=44819
** To set password on Router when you login first **
- Router #conf t
- Router (config)# line console 0
- Router (config-line)# login
- Router (config-line)# password 12345
- Ctrt+c and exit -----------------------------

** To see password on router when you (en) enable your**
 - Router # conf t
 - Router (config) # enable secret 12345
 - Ctrt + and exit -----------------------------

 ** Defind Banner -> To Display the the word like "Welcome"
- Router # conf t
- Router (config)# banner MOTD "Welcome"
- Router (config)# logout
- Ctrt+C and exit -------------------------------

 ** Defind Banner -> To Display Username and Password fist login
- Router # conf t
- Router (config) # line console 0
- Router (config-line) # login local - Exit once
- Router (config) # username Admin password 12345
- Router (config) # banner login $
Enter your text message and after end by $
example: Please inputer your Username and Password $