Here are some last minute tips before your phone interview.
- You’ll be coding, real-time. If you don’t have experience of using them – try them out.
- Coding fluency is prerequisite for the role, so avoid pseudo-code if you can. Your solutions will be shown to senior engineers at a later date, so need to be well-formatted & fully compilable.
- Remember to take edge and corner cases into consideration.
- Understand the importance of unit testing in the engineering environment.
- Approach a large problem by taking it apart into small pieces – the interviewer is as interested in how you approach problems as whether you reach the intended result.
- Don’t give up on problems – maybe ask for advice.
- Be passionate, the interviewer want to know that you love coding and programming, and want to hear that you are passionate about it. Enthusiasm for your work,
- It is good to have a headset, as you will be coding over the phone. So practically, it will make the interview easier if you’re not holding a phone and coding at the same time!
- Ask questions, to show you are interested and are analytical, showing that you are thinking about the role, the question, the problem etc..
- Talk through your answer and your coding. We are looking for good programmers, but also people who can explain their thought processes and can describe, analytically what they are doing and their answers.
- Don’t worry if your interview is tough – engineers want to stretch you to see if you can deal with new information as well as what you know.
- Listen to everything the interviewer says as he/she may be trying to give you hints or steer you in another direction.
- The interviewer will ask you a warm up question such as
- What project do you want to work on?
- What are the differences between Java and C++?
- What is the most interesting code you have written?
- What projects are you working on now?
– Think about possible answers to these and explain them clearly. You may be asked questions based on your CV, so know your CV well!
- Prepare some questions for the engineer – how does he/she structure their day? / what products have they enjoyed working on? / etc.
- Write down all your favourite algorithms the night before, so they are fresh in your mind.
- Get a good night’s sleep the night before!
coding and computer science is important to get across.
Software Engineer Interview Experience
- NVIDIA, I'm Coming Again! This Time I'm Tougher!
- Jane Street First Round Interview Experience (Software Engineer at London)
- Four Facebook (Meta) Interview Experiences
- Three Attempts at Google: My Software Engineer Interview Journey (Is There Only Three Chances in a Lifetime?)
- Two Interview Experience with ByteDance Tiktok London
Interview Tips
- Difference Between Product Design Interview and System Design Interview
- Onsite Interview Tips for Facebook / Google / Microsoft / Amazon / Apple
- 45 Minute Mock Interview (Coding, System Design) + Career Development Advices
- Facebook Interview Tips and Guidance
- Coding Interview Tips for Software Engineers
- What are Big4 Tech Companies looking for in the technical interviews (Phone Screening)?
- How to use the Leetcode's Mock Interview Overview to Nail Your Interview?
- Facebook Onsite Interview Preparation Part 3: How to Ace a Design Interview?
- The Facebook Initial Coding Interview Experience
- Facebook Onsite Interview Preparation Part 2: Coding Questions
- Facebook Onsite Interview Preparation Part 1: Motivation/Bahavior Questions
- A Microsoft Coding Interview Screening for Position Principal Software Engineer
- How to Prepare for an Amazon Interview? My Amazon Interview Experience
- Go to an Interview even if you are not changing your job.
- Last Minute Tips before Phone Interview
Interview Questions
- Interview Coding Exercise - Nested String (Python)
- Some Telephone Interview Questions for C++/C# Software Enginners
- Microsoft Interview Question - Get the Area of the Triangle
- Google Interview Question: Print Messages
–EOF (The Ultimate Computing & Technology Blog) —
567 wordsLast Post: Combination Algorithm by Iterative Backtracking Algorithm
Next Post: How to Reverse String in C++?