diff --git a/contents/behavioral-interview-questions.md b/contents/behavioral-interview-questions.md index 891b1f79..d3d52f80 100644 --- a/contents/behavioral-interview-questions.md +++ b/contents/behavioral-interview-questions.md @@ -12,7 +12,7 @@ keywords: behavioral interview software engineer, how to prepare for behavioral interview software engineer, ] -sidebar_label: Most common behavioral questions to prepare +sidebar_label: Common behavioral questions to practice --- In the software engineer interview process, behavioral interviews may seem so much more varied and unstructured as compared to technical interviews. However, in most cases, the interviewer is actually just trying to get to know you better and there's always a set of common questions that need to be asked to achieve that. diff --git a/contents/behavioral-interview.md b/contents/behavioral-interview.md index 881e09ed..d1a2a064 100644 --- a/contents/behavioral-interview.md +++ b/contents/behavioral-interview.md @@ -13,7 +13,7 @@ keywords: amazon behavioral interview, microsoft behavioral interview, ] -sidebar_label: 'Behavioral interviews: How to prepare' +sidebar_label: Step-by-step how to prepare --- ## What are behavioral interviews diff --git a/contents/coding-interview-cheatsheet.md b/contents/coding-interview-cheatsheet.md index 11c5fc50..cc720264 100644 --- a/contents/coding-interview-cheatsheet.md +++ b/contents/coding-interview-cheatsheet.md @@ -12,7 +12,7 @@ keywords: how to display hire behavior in coding interview, how to pass coding interview, ] -sidebar_label: Best practices cheatsheet +sidebar_label: Best practices before, during, and after --- As coding interviews mature over the years, there are now firmer expectations on how candidates should behave during a coding interview. Some of these practices also help you to exhibit "hire" signals to the interviewer by displaying your ability to communicate well and deal with roadblocks. diff --git a/contents/coding-interview-prep.md b/contents/coding-interview-prep.md index c75a1c16..3e427848 100644 --- a/contents/coding-interview-prep.md +++ b/contents/coding-interview-prep.md @@ -15,7 +15,7 @@ keywords: how to prepare for coding interview, how to prepare for technical interview, ] -sidebar_label: 'Coding interviews: Step-by-step' +sidebar_label: Step-by-step how to prepare --- _The ultimate guide on how to efficiently prepare for your software engineering technical interview - coding test round._ diff --git a/contents/coding-interview-study-plan.md b/contents/coding-interview-study-plan.md index a297463b..71f6c2ec 100644 --- a/contents/coding-interview-study-plan.md +++ b/contents/coding-interview-study-plan.md @@ -10,7 +10,7 @@ keywords: what practice questions to do for coding interviews, how to prepare for coding interviews in 3 months, ] -sidebar_label: Coding interview study and practice plan +sidebar_label: Study and practice plan --- import QuestionList from './\_components/QuestionList'; diff --git a/contents/coding-interview-techniques.md b/contents/coding-interview-techniques.md index 5ec3c46b..f2a9d8af 100644 --- a/contents/coding-interview-techniques.md +++ b/contents/coding-interview-techniques.md @@ -12,7 +12,7 @@ keywords: optimize space complexity, optimize time and space complexity, ] -sidebar_label: Techniques to solve coding interview questions +sidebar_label: Techniques to solve questions --- The biggest fear most candidates will have during a coding interview is: what if I get stuck on the question and don't know how to do it? Fortunately, there are structured ways to approach coding interview questions that will increase your chances of solving them. From how to find a solution or approach, to optimizing time and space complexity, here are some of the top tips and best practices that will help you solve coding interview questions. diff --git a/contents/final-questions.md b/contents/final-questions.md index a8ef3fa2..b53c6948 100644 --- a/contents/final-questions.md +++ b/contents/final-questions.md @@ -9,6 +9,7 @@ keywords: software engineer questions to ask interviewer, software engineer interview questions to ask, ] +sidebar_label: Preparing final questions to ask --- Something you can always count on to happen at the end of your Software Engineer interview - both technical and non-technical rounds - is for the interviewer to ask you if you "have any final questions?". diff --git a/contents/negotiation.md b/contents/negotiation.md index d3f1f49e..6c5795c2 100644 --- a/contents/negotiation.md +++ b/contents/negotiation.md @@ -13,6 +13,7 @@ keywords: total compensation, salary, ] +sidebar_label: Complete salary negotiation guide --- diff --git a/contents/system-design.md b/contents/system-design.md index 773c8f41..6729c8be 100644 --- a/contents/system-design.md +++ b/contents/system-design.md @@ -8,7 +8,7 @@ keywords: how to prepare for system design interview, system design interview software engineer, ] -sidebar_label: System design interview preparation guide +sidebar_label: System design preparation guide --- The objective of system design interviews is to evaluate a candidate's skill at designing real-world software systems involving multiple components. System design questions are typically given to more senior candidates (with a few years of experience). Interns aren't typically given system design questions as it is hard to expect interns to have sufficient and relevant industry experience to answer this type of questions well.