diff --git a/contents/overcome-nervousness.md b/contents/overcome-nervousness.md new file mode 100644 index 00000000..6398b6b1 --- /dev/null +++ b/contents/overcome-nervousness.md @@ -0,0 +1,18 @@ +--- +id: overcome-nervousness +title: Overcome Nervousness +--- + +A few points can help you to overcome nervousness in interviews. + +First, remember that you are an interviewer too. There is a possibility that the company you’re interviewing with does not actually suit you. This mental trick will help you to feel psychologically equal with the interviewer. + +Second, 15 minutes before the interview, take out a sheet of paper and write 2–3 affirmative statements 10 times each, such as the following: + +> “I successfully passed an interview at [name of a company].” + +> “I successfully passed an interview with [name of a person].” + +> “I’m a great engineer because I’m always [something great about you].” + +Our brain is programmable, so it’s wise to put positive thoughts in it. Otherwise, it will be full of anxiety and fear. diff --git a/website/sidebars.js b/website/sidebars.js index c93b31e7..bfa42031 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -8,6 +8,7 @@ module.exports = { ], 'Interview Process': [ 'interview-formats', + 'overcome-nervousness', 'self-introduction', { type: 'category',