Open in app

Sign In

Write

Sign In

Manvi Tyagi
Manvi Tyagi

152 Followers

Home

About

Nov 14, 2021

How did I get multiple interview calls and referrals?

My previous post about my placements journey got ~17k views and the most asked follow-up question was — “How did I manage to get interview calls from these many companies off-campus?”, so here I am writing this blog on the same. The short answer — Referrals, An updated and active…

Referrals

7 min read

How did I get multiple interview calls and referrals?
How did I get multiple interview calls and referrals?
Referrals

7 min read


Jul 27, 2021

My Placements Journey

This article is all about my placements journey. I have cleared interviews and got offers from Microsoft, Twitter, Amazon, PayPal, Cisco, and a couple more. I am sharing my interview experiences not only for these companies but for all the companies where I was rejected too — Google, Sharechat, Atlan…

Interview

12 min read

My Placements Journey
My Placements Journey
Interview

12 min read


Feb 14, 2021

System Design Basics: Horizontal vs. Vertical Scaling

I am going to watch The Famous — System Design Playlist by Gaurav Sen and make notes of it for you as well as me to revise it whenever needed :) Horizontal scaling Adding more machines to deal with increasing requirements. …

System Design Interview

1 min read

System Design Basics: Horizontal vs. Vertical Scaling
System Design Basics: Horizontal vs. Vertical Scaling
System Design Interview

1 min read


Sep 2, 2020

Innovaccer — Interview Experience

I was recently offered a Pre Placement Offer from Innovaccer after my 2 months summer internship. Many juniors approached me regarding the interview process and preparation strategy, so I am publishing this article to altogether answer all common questions. Hoping, it would be helpful. About Innovaccer Innovaccer Inc. is a Silicon Valley-based…

3 min read

Innovaccer — Interview Experience
Innovaccer — Interview Experience

3 min read


Mar 11, 2020

Google Interview Experience — SDE Intern

I was interviewed for the SDE Intern position in Google India. Though I was not selected, the interview experience itself was enlightening for me as I got the opportunity to reflect upon my strengths and weaknesses. “FAILURE IS THE BEST TEACHER” — I realized it closely in the process. I…

4 min read

Google Interview Experience — SDE Intern
Google Interview Experience — SDE Intern

4 min read


Feb 6, 2020

Backtracking Part 4— Combinations Problems(i)

We are gonna solve 5 questions related to combinations using backtracking, so for your and my convenience, I have divided the part 4 into 2 parts. Question 1: Letter Combinations of a Phone Number Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to letters…

3 min read

Backtracking Part 4— Combinations Problems(i)
Backtracking Part 4— Combinations Problems(i)

3 min read


Feb 5, 2020

Backtracking Part 3 — Permutations Problems

QUESTION 1 — Permutations Given a collection of distinct integers, return all possible permutations. Example: Input: [1,2,3] Output: [ [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], [3,2,1] ] I will discuss 2 different thought processes and solutions for this question. Both approaches involve Backtracking. THOUGHT PROCESS FOR BACKTRACKING SOLUTION — 1 Let's revise the backtracking Brahmastr before moving on, as we will follow…

Permutaion

4 min read

Backtracking Part 3 — Permutations Problems
Backtracking Part 3 — Permutations Problems
Permutaion

4 min read


Feb 5, 2020

Backtracking (Subsets Problem)— Part 2

Subsets — I Given a set of distinct integers, nums, return all possible subsets (the power set). Note: The solution set must not contain duplicate subsets. Example: Input: nums = [1,2,3] Output: [ [3], [1], [2], [1,2,3], [1,3], [2,3], [1,2], [] ] THREE DIFFERENT SOLUTIONS 1. THOUGHT PROCESS FOR 1st BACKTRACKING SOLUTION For each element, I have two choices whether to keep…

4 min read

Backtracking (Subsets Problem)— Part 2
Backtracking (Subsets Problem)— Part 2

4 min read


Jan 31, 2020

The guide to Backtracking — Selection Problems (Part 1)

By the end of this article series, you will be armed with crystal clear concepts of several selection problems solved with Backtracking. I am writing this article assuming the reader has a basic knowledge of what is Recursion and Backtracking, if not I suggest you do it before moving on. …

Coding

2 min read

The guide to Backtracking — Selection Problems (Part 1)
The guide to Backtracking — Selection Problems (Part 1)
Coding

2 min read


Published in

Analytics Vidhya

·Oct 26, 2019

Face Recognition Using Knn & OpenCV

Project Link: https://github.com/Manvityagi/Face-Recognition-using-KNN-openCV Abstract Face recognition is a crucial security application. Through this project, a very basic form of face recognition has been implemented using the Haar Cascades Classifier, openCV & K-Nearest Neighbors Algorithm. Introduction The face is the most crucial entity for human identity. It is the feature that best…

Machine Learning

7 min read

FACE RECOGNITION (Using KNN & OPEN-CV)
FACE RECOGNITION (Using KNN & OPEN-CV)
Machine Learning

7 min read

Manvi Tyagi

Manvi Tyagi

152 Followers

Software Developer working to become a better Software Developer everyday :)

Following
  • Madhav Bahl

    Madhav Bahl

  • Vinit Shahdeo

    Vinit Shahdeo

  • AlexV

    AlexV

  • Atibhi Agrawal

    Atibhi Agrawal

  • Rajat Kumar Gupta

    Rajat Kumar Gupta

See all (43)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams