├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Arman Khondker 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Best Behavioral Interview Resources 2 | 3 | ## Behavioral Interviews 4 | - [Behavorial Interview Overview](https://www.techinterviewhandbook.org/behavioral-interview/) 5 | - [STAR Method](https://www.themuse.com/advice/star-interview-method) 6 | - [Amazon Leadership Principles](https://www.amazon.jobs/content/en/our-workplace/leadership-principles) 7 | - [A Life Engineered YouTube](https://www.youtube.com/watch?v=hU6BVxtGd5g) 8 | - [Interviewing.io Mock Interviews](https://interviewing.io/) 9 | - [Levels Offer Negotation](https://www.levels.fyi/blog/google-salary-negotiation.html) 10 | 11 | ## Offer Negotation 12 | - [Levels Offer Negotation](https://www.levels.fyi/blog/google-salary-negotiation.html) 13 | - [How To Negotiate Your Tech Salary](https://www.youtube.com/watch?v=fyn0CKPuPlA) 14 | 15 | ## Interview Questions 16 | - [30 Behavorial questions](https://www.techinterviewhandbook.org/behavioral-interview-questions/) 17 | - [Best Final Questions to Ask](https://www.techinterviewhandbook.org/final-questions/) 18 | 19 | ## Interview Tracking 20 | - [Job Tracking Spreadsheet](https://docs.google.com/spreadsheets/d/1qG6kfzu5GQB4X3ULpCA7CE32dC4PrOKZ4YHMa2xz6RY/edit#gid=0) 21 | 22 | ## [Resume template](https://www.overleaf.com/read/gzgzrpszyzyg) 23 | ## [Resume template v2](https://www.careercup.com/resume) 24 | 25 | Your Open-Source contributions are appreciated! 26 | --------------------------------------------------------------------------------