Coding interview preparation
5.8K subscribers
374 photos
55 files
163 links
Download Telegram
Tips for solving leetcode codings interview problems

If input array is sorted then
- Binary search
- Two pointers

If asked for all permutations/subsets then
- Backtracking

If given a tree then
- DFS
- BFS

If given a graph then
- DFS
- BFS

If given a linked list then
- Two pointers

If recursion is banned then
- Stack

If must solve in-place then
- Swap corresponding values
- Store one or more different values in the same pointer

If asked for maximum/minimum subarray/subset/options then
- Dynamic programming

If asked for top/least K items then
- Heap

If asked for common strings then
- Map
- Trie

Else
- Map/Set for O(1) time & O(n) space
- Sort input for O(nlogn) time and O(1) space
๐Ÿ‘1
React interview questions for frontend developement.pdf
1000.1 KB
React Interview Questions
by Interviewbit


๐Ÿ“„58 pages


#react #wwebdevelopment
โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
Join @coding_interview_preparation for more.
*This channel belongs to @bigdataspecialist group
๐Ÿš€Join our first free lessons and explore the fields of tech!

You will find the answers to all your questions at our webinars. Open the link https://crst.co/imKOy, make your choice and apply now while there are still seats available. See you there!

โ–ถ๏ธ May 4 - Manual QA Course. Free first lesson!
โ–ถ๏ธ May 10 - Sales Engineer Course. Free first lesson!โ–ถ๏ธ May 23 - Tech Sales Training. Free first lesson!
โ–ถ๏ธ June 2 - Systems Engineer. Free first lesson!

Special offer for all participants!

๏ธโœ… Apply by the link https://crst.co/hHZ9a
Tips for Google Interview Preparation
Now that we know all about the hiring process of Google, here are a few tips which you can use to crack Googleโ€™s interview and get a job.

Understand the work culture at Google well - It is always good to understand how the company works and what are the things that are expected out of an employee at Google. This shows that you are really interested in working at Google and leaves a good impression on the interviewer as well.
Be Thorough with Data Structures and Algorithms - At Google, there is always an appreciation for good problem solvers. If you want to have a good impression on the interviewers, the best way is to prove that you have worked a lot on developing your logic structures and solving algorithmic problems. A good understanding of Data Structures and Algorithms and having one or two good projects always earn you brownie points with Amazon.
Use the STAR method to format your Response - STAR is an acronym for Situation, Task, Action, and Result. The STAR method is a structured way to respond to behavioral based interview questions. To answer a provided question using the STAR method, you start by describing the situation that was at hand, the Task which needed to be done, the action taken by you as a response to the Task, and finally the Result of the experience. It is important to think about all the details and recall everyone and everything that was involved in the situation. Let the interviewer know how much of an impact that experience had on your life and in the lives of all others who were involved. It is always a good practice to be prepared with a real-life story that you can describe using the STAR method.
Know and Describe your Strengths - Many people who interview at various companies, stay shy during the interviews and feel uncomfortable when they are asked to describe their strengths. Remember that if you do not show how good you are at the skills you know, no one will ever be able to know about the same and this might just cost you a lot. So it is okay to think about yourself and highlight your strengths properly and honestly as and when required.
Discuss with your interviewer and keep the conversation going - Remember that an interview is not a written exam and therefore even if you come up with the best of solutions for the given problems, it is not worth anything until and unless the interviewer understands what you are trying to say. Therefore, it is important to make the interviewer that he or she is also a part of the interview. Also, asking questions might always prove to be helpful during the interview.
๐Ÿ‘1
45 Android Interview Questions and Answers - Freshers, Experienced
Dear Readers, Welcome to Android Interview questions with answers and explanation. These 45 solved Android questions will help you prepare for technical interviews and online selection tests during campus placement for freshers and job interviews for professionals.

After reading these tricky Android questions, you can easily attempt the objective type and multiple choice type questions on Android.

๐Ÿ”—Article Link
Top 50 JavaScript Interview Questions You Must Prepare in 2022
Today, Google and Facebook use JavaScript to build complex, desktop-like web applications. With the launch of Node.js, It has also become one of the most popular languages for building server-side software. Today, even the web isnโ€™t big enough to contain JavaScriptโ€™s versatility. I believe that you are already aware of these facts and this has made you land on this JavaScript Interview Questions article.

๐Ÿ”—Article Link
Top 20 algorithms to learn
Node.js Interview Questions Answers

Node.js Interview Questions and Answers for freshers and Experienced. Basic and Advanced Node.js Questions. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

๐Ÿ”—Article Link
Cracking the Coding Interview (6th Edition)
by McDowell, Gayle Laakmann


๐Ÿ“„712 pages

๐Ÿ”— Book link


#coding
โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
Join @coding_interview_preparation for more.
*This channel belongs to @bigdataspecialist group
๐Ÿ‘1
12 Essential AngularJS Interview Questions from Toptal

๐Ÿ‘‰List at least three ways to communicate between modules of your application using core AngularJS functionality.
๐Ÿ‘‰Which means of communication between modules of your application are easily testable?
๐Ÿ‘‰The most popular e2e testing tool for AngularJS is Protractor. There are also others which rely on similar mechanisms. Describe how e2e testing of AngularJS applications work.
๐Ÿ‘‰When a scope is terminated, two similar โ€œdestroyโ€ events are fired. What are they used for, and why are there two?
๐Ÿ‘‰How do you reset a โ€œ$timeoutโ€, and disable a โ€œ$watch()โ€?
๐Ÿ‘‰Name and describe the phases of a directive definition function execution, or describe how directives are instantiated.

๐Ÿ”—Article Link
17 backbone Js Interview Questions and Answers - Freshers, Experienced
Dear Readers, Welcome to backbone Js Interview questions with answers and explanation. These 17 solved backbone Js questions will help you prepare for technical interviews and online selection tests during campus placement for freshers and job interviews for professionals.

After reading these tricky backbone Js questions, you can easily attempt the objective type and multiple choice type questions on backbone Js.

๐Ÿ”—Article Link
Google interview process + interview questions

Landing one of the most enviable jobs in tech is 26 times harder than getting into Harvard University: Googleโ€™s acceptance rate is 0.2%, while Harvardโ€™s is 5.2%.

The search engine giant on-boarded 20,000 new hires in 2019 -- shortlisted from over two million applications. Google was poised for similar growth this year, but has cut back on hiring and other nonessential expenditures as it faces an advertising slump from the pandemic.

๐Ÿ”—Article Link
โญ๏ธ6 Tips to Study Coding Effectivelyโญ๏ธ
by UFV Academic Success Centre

1. Donโ€™t just read the code exampleโ€”Type it out and then create a similar one
๐Ÿ”น A code sample is the representation of the idea or program.
๐Ÿ”น Type it in your own words to understand how the five components are working together.
๐Ÿ”น Create a similar sample to understand the abstract of the program.
๐Ÿ”น Try some code challenges from some well-known websites, such as leetcode, codewars, and
topcoders.

2. Practice and keep track of what you have learned
๐Ÿ”น Practice makes perfect.
๐Ÿ”น As a programmer, you often can have some repetitive tasks. Keeping track of what you learn will
help you quickly refer back to the tasks you have done.
๐Ÿ”น Document what you have learned. Documentation is a good resource to help you look up the
algorithm/solution and repetitive tasks easily and increase your productivity rapidly.

3. Try to create, then build your own program
๐Ÿ”น Apply what you have learned to a real-life example.
๐Ÿ”น Building your own program brings you to the next level of program abstract and will help you feel
satisfied and accomplished with what you have learned.
๐Ÿ”น When you come up with a solution, try a different approach. There is more than one right way to
do something, and searching for different solutions will help you develop your problem solving
skills.

4. Learn how to research and solve problems
๐Ÿ”น Search for topics by specific keywords.
๐Ÿ”น Learn how to research your problem when you get stuck. Some websites may help, such as
stackoverflow, stackexchange, github, and forums.
๐Ÿ”น If you find a solution online, make sure you understand every line of code. You will learn more this
way rather than just copying and pasting it into your project.

5. Take a break while debugging
๐Ÿ”น Consider taking break to clear your mind when you encounter difficult bug.
๐Ÿ”น Stepping away for a few hours will allow you to return with a fresh perspective.

6. Things to avoid
๐Ÿ”น Perfection: As a beginner, improving your coding skills and problem solving are more important
than making your code perfect. Seeking perfection will cause you to procrastinate instead of
progress. Remember that mistakes are opportunities to learn.
๐Ÿ”น Comparison: Never compare your code style/knowledge with anyone else. You will end up being
disappointed and demotivated. Practice and trust yourself.
๐Ÿ”น Complexity: Learn how to break a problem into smaller problems, so you can conquer it more
easily.
A good programmer is able to make a program simpler and less complex. Make it work first, then
make it right, finally make it fast. โ€œSimplicity is the ultimate sophistication,โ€ said Leonardo Da Vinci.

โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
Join @coding_interview_preparation for more.
*This channel belongs to @bigdataspecialist group
1000+ Multiple Choice Questions & Answers in C++ with explanations
Our
1000+ MCQs focus on all topics of the C++ Programming subject, covering 100+ topics. This will help you to prepare for exams, contests, online tests, quizzes, viva-voce, interviews, and certifications. You can practice these MCQs chapter by chapter starting from the 1st chapter or you can jump to any chapter of your choice.

๐Ÿ”—Article Link