Supercharge 

your career with

Long Term Mentorship

1-on-1 long-term mentorship with your chosen mentor to guide you to the career you deserve

Move Over traditional courses

Start Making Progress with

1:1 Long Term Mentorship

30%

Cheaper

Compared to any 6 month course

4x

Results

As compared to any online courses

50%

Faster

Get a results within 6 months instead of years

600+ mentors are just a Free Trial Session away!

Choose your ideal mentor and get started with a FREE trial session

View All Mentors ->

No need to Struggle Alone Anymore

Long term mentorship gets fully covered

1:1 Live Session

Boost your progress with frequent 1:1 sessions.

Unlimited Chat with Mentor

Get the right advice from your mentor via Chat.

Task & Curated Resources

You will be certified for this mentorship program.

Regular Followups

Stay motivated with regular follow-ups.

Job Referrals

Get referrals to companies by mentor community.

Certified

You will be certified for this mentorship program.

Get Mentored By The Star Mentors

Connect with our star mentors, distinguished leaders in their fields, to receive personalized mentorship.

View All Mentors ->

Ask Mentor Anything

Get answers from our mentors in the forum. They're here to help with your questions about your career.

Ask your questions here

Directly submit your questions to Mentors...

Ask a question ->

Unnat Jain | Unemployed

How should I prepare for my Google interview if I have 1 month left and I’m applying for a software engineer role?

Preparing for a Google interview for a software engineer role requires focused and intensive preparation within a limited timeframe. Here's a suggested plan for the last month: 1. Understand the interview process: Familiarize yourself with Google's interview process for software engineer roles. Research the types of interviews you can expect, such as technical interviews, coding interviews, system design interviews, and behavioral interviews. Understand the format, duration, and expectations for each stage. 2. Review fundamental concepts and algorithms: Ensure your understanding of core data structures, algorithms, and system design principles is solid. Review topics such as arrays, linked lists, stacks, queues, trees, graphs, sorting algorithms, searching algorithms, and dynamic programming. Practice implementing these concepts and algorithms from scratch. 3. Solve practice problems: Dedicate a significant amount of time to solving coding problems. LeetCode, HackerRank, and CodeSignal offer practice problems tailored for interview preparation. Focus on problems that align with the type of questions commonly asked in Google interviews, such as problems related to strings, arrays, graphs, and dynamic programming. 4. Study Google-specific topics: Research common topics and areas of interest for Google interviews. These may include distributed systems, algorithms for large-scale data processing, scalability, optimization, and parallel computing. Study Google's technologies, such as MapReduce, Bigtable, and TensorFlow. 5. Review system design concepts: Understand the principles of system design, scalability, and distributed systems. Study topics like load balancing, caching, data partitioning, and database design. Practice designing scalable and efficient systems considering factors like performance, availability, and fault tolerance. 6. Mock interviews: Participate in mock interviews to simulate the actual interview experience. Seek out peers, friends, or mentors who can conduct technical and behavioral mock interviews with you. Practice explaining your thought process, code, and solutions clearly and concisely. 7. Explore Google's coding style and best practices: Familiarize yourself with Google's coding style and best practices. Review their guidelines for code readability, modularity, and efficiency. Pay attention to common programming pitfalls and how to avoid them. 8. Attend coding workshops or bootcamps: Consider attending coding workshops or bootcamps that specifically focus on interview preparation. These programs can provide structured learning, mentorship, and additional practice opportunities. 9. Utilize online resources: Take advantage of online resources such as YouTube tutorials, blogs, and forums. Look for coding interview advice, strategies, and solutions from experienced engineers who have gone through the Google interview process. 10. Take care of yourself: While intense preparation is necessary, it's also essential to maintain a healthy work-life balance. Make sure to get enough rest, exercise, and relaxation. Taking care of your physical and mental well-being will enhance your focus and performance during the interviews. Remember, the key to success is consistent and focused preparation. Allocate dedicated study hours each day, set goals, and track your progress. Stay motivated, persevere through challenges, and use each practice session as an opportunity to learn and improve. Good luck with your Google interview!

Ansh mishra | Fresher

How to find mentors in the software industry ?

First you need to understand in what areas you want a mentor and what are your expectations. You may be a engineer, you might want to grow in your domain, or switch to a different role like product or manager. So you need to understand in what areas you want to be mentored and as a the next step you need you figure out whom to reach out to. Filter out the people you have been inspired by, it can be in your workplace or outside in forums like linkedin or someone whom you feel comfortable with, you need not have to right away choose them. If you many options you can try to set 1:1's with each of them and understand who would suit you best. Keep in mind you can change your mentors after some time, when you feel like you have learnt their skills and you right away know what would be their approach or answer before you reach out to them.

Sneha Mehra | Working Professional

What is your Google interview process? How did you prepare for it?

Hey Sneha, Here's my experience on my Google Interview that I gave in August 2022 and the Preparation that I did for the same. Interview Process Initially the HR called me for a opening for which I am a suitable fit. Later, she shared the preparation material and then scheduled rounds starting 2 weeks later. There were 5 rounds in total. Each round is of strict 45 minutes. First 4 rounds were related to Data Structures and Algorithms. The last round was Googleyness or Behavioral round. Round 1 (Screening round):  Round Type:DS & Algorithm round.  Problem Difficulty: Easy Concept: Array, Range based Sum Comments: The problem looked large while looking at it, but later on it became easy when I understood it completely and ignored the excess paragraphs which were there for me to distract or not concerning with the problem. Round 2 (Coding Round):  Round Type:DS & Algorithm round.  Problem Difficulty: Medium Concept: DFS, Computation at every node before returning from every node in tree Comments: The problem was difficult to understand as it had lot of jargons only specific to the question itself. The main thing in this round was to check my implementation speed. The solution was 60+ lines but required very careful implementation otherwise the output could be wrong. Round 3 (Coding Round): Round Type:DS & Algorithm round. Problem Difficulty: Easy & Medium (2 problems asked) Concept: Array, Pattern Recognition using Maths Comments: There were 2 problems asked in this round. I solved the first problem in under 15 mins. The second problem was little tough to crack as it required some basic maths to build the pattern for the solution and then coding it out. The main thing in the round was to check my logical thinking and pattern recognition. Round 4 (Coding Round): Round Type:DS & Algorithm round. Problem Difficulty: Medium-Hard Concept: Matrix Chain multiplication (Rod-Cutting problem) Comments: The problem asked was a variant of rod-cutting problem. The interviewer did not actually explained the problem. He tried to tell this problem using a game by playing with me. That was tough to understand in the realtime interview what he intended to say. Later, I realised the problem is something similar to rod-cutting problem and then I solved it. Round 5 (Googleyness/Behavioral Round): Round Type: Behavioural Problem Difficulty: Easy-Medium Concept: Past projects and Behavioral questions Comments: Some behavioral questions were asked like: 1) If I had any conflict with my manager in the past? 2) How did I communicate on the projects where I missed timeline? etc. You can google some common behavioral questions pretty easily. After all the rounds, I received call from the HR saying that I have cleared the interview process but the hiring across all teams have been put on hold :(  Eventually, I let go off the whole interview process and made peace with it. Preparation I prepared using the following things: Basics First : Refer ANY source and prepare a basic list of data structures and try to solve Medium and Hard questions only. Timing your coding : Whenever you are coding, just time your coding speed for solutions and retrospect later what could have been done better to achieve solution faster. Pick any one platform : I would highly recommend sticking to Leetcode for this. Mock Interviews: Ask your friends/new people from LinkedIn to take a mock interview of you to help you grill on data structures and algorithms. Past Archives: AtLast, lookup to atleast 20 archives/interview experiences of other people who have given recent interviews. This is the best way to know what level of difficulty questions to expect. At last, please do remember it's not the attempts that will be counted at the end, but the level of effort you put and the new things you learnt while giving interviews. Let me know if I can be of anymore help. Feel free to connect. Cheers!

Love & Praise by The Mentees

Get inspired by the real-life experiences of our mentee and their journey to success with Preplaced.

Frequently Asked Questions

Find answers to commonly asked questions about Long Term Mentorship