Skip to main content

7 INTERVIEW MISTAKES YOU MUST AVOID


1) Not selling your skills

You may have everything (skills, knowledge, capability and experience) to be the best fit for that job but you may, on most occasions, fail on how to sell these to your recruiter/hiring manager. Here is a checklist of common interview blunders and how you can work on fixing them.

2) Avoiding eye contact

This is one of the commonest interview blunders candidates or job-seekers tend to make - often unknowingly. Avoiding eye contact is perceived to indicate lack of confidence and honesty in a candidate. This is why more than 70 per cent employees reject a candidate. Thus, candidates should practice and make conscious effort to maintain eye contact during an interview. Practicing the answers in front of a mirror looking into one's eyes is a tried and tested way.

3) Not asking questions

Most of the job descriptions posted online do not give a sense of what an actual day in the job would feel like. That being the case, when you do not ask questions about the job (be it related to job role, work environment or any other aspect), it is often perceived as 'lack of interest' in the available opportunity. To avoid this, it is always recommended to read the job profile thoroughly and be ready with questions related to various aspects of the job.

4) No showing interest in the company

This follows the previous point of asking questions. If the interviewer has already explained the job-role related details, the job seeker can ask questions related to the organization, its employee practices or work environment. These questions are a good opportunity to showcase your interest in the company.

5) Whining about previous employer

Although it is the most common advice people give or receive in the form of interview tips, they often end up leaving negative remarks about their previous organizations. It is important not to make negative remarks about past managers and companies. Even if the concerned individuals or companies have a bad reputation, maintaining a neutral stance is better. Speak diplomatically about former employers.

6) Not listening attentively

The art of communication starts with good listening skills, which is why it is said 'communication is 80 per cent listening and 20 per cent speaking'. Not listening attentively in an interview is a mistake that often impacts performance. Job-seekers should listen more during an interview.

7) Giving ambiguous responses

Job-seekers should avoid framing stories while answering questions about their personal and professional life. In case a candidate is caught lying, it removes any chances of getting a job. Giving specific instances while answering and giving to-the-point answers is the key to success in interviews

Comments

Popular posts from this blog

Coderbyte Node JS Age Counting Challenge

    Node JS Age Counting Challenge: As per response of get call count the total number of ages who has age value above or equal to 50. Solution: const https = require ( 'https' ); https . get ( 'https://coderbyte.com/api/challenges/json/age-counting' , ( resp ) => { let data = '' resp . on ( 'data' , ( chunk ) => { data += chunk ; }); resp . on ( 'end' , () => { let jsonData = JSON . parse ( data . toString ()); let actualData = jsonData . data ; let arr1 = actualData . split ( ", " ); let totalCount = 0 ; for ( let i = 0 ; i < arr1 . length ; i ++){ let item = arr1 [ i ]; if ( item . indexOf ( 'age=' ) !== - 1 ){ let age = item . split ( '=' ); if ( parseInt ( age [ 1 ]) >= 50 ) { totalCount ++; } } } console . log ( totalCount ); }) }); //O...

eLitmus Placement Papers

This is all about placements.....  eLitmus is a first-of-its-kind service in the world. Since it was launched in 2005, eLitmus has been redefining how fresher and entry-level recruitment is done in  India . pH Test evaluates job seekers based on a variety of parameters, and grades them nationwide using an advanced  statistical model , resulting in a pH Score for each candidate. eLitmus has been one of the toughest test which requires  CAT  level preparation. And as there are no previous paper available anywhere it gets more tougher to even predict its pattern. As I was preparing for this particular exam I came across some papers which were tagged as eLitmus papers. I am sharing them here in links below. It is in  PDF format  so you can right click and select save as option to download the papers. Download Sample Papers for Practice(click on Elitmus.zip) Elitmus.zip P.S: A word of advice : the elitmus study material giv...
6 Questions to Ask Yourself About Your Resume You’ve found an online job posting that’s gotten you really excited. You’ve filled out the online form. Now it’s time to upload your resume, hit  submit , then sit back and wait for your phone to ring. But wait: Before you do that, why not take an extra five minutes to double and triple check your resume? You’ve probably looked it over a hundred times before, but it never hurts to verify that your resume is spotless, professional, and appealing. Read through your resume just one more time before you send it off, and as you read it ask yourself these quick questions: Is your contact information accurate, complete, and up to date?  Yes, this seems like a no-brainer—but you would be  amazed  at how many resumes we see where digits in the phone number are transposed, or there is a typo in the e-mail address, or there is no physical mailing address listed at all. Read through your contact information  c...