Sergio Pereira talks about ChatGPT and how it could affect coding interviews.
Here are 3 React tasks to check your coding skills, way of thinking, and ability to create good understandable code.
Coding patterns like Sliding Window or Two Heaps enhance our “ability to map a new problem to an already known problem.”
In this lesson, we will try to check if the given number is a power of 2. We solve this by writing an efficient algorithm that takes an optimal amount of time.
10 repositories that will transform the way you approach technical interviews.
Life-long lessons from a failed interview.
This blog post looks at what makes a great take-home coding test and shares essential advice on how to make the most of this kind of assessment.
I recently got an intern offer from Google for Summer 2020. I have been practicing LeetCode problems for more than two years. Other than the LC problems, I have used the educative courses to help me prepare the coding interviews.
Wondering how to prepare for coding interviews? Here is your guide to prepare and crack your next interview with important topics, skills, and tips
First of all, let me start by saying that the ability to solve coding challenges is not a measure of how good a web developer you are, but it can show that you are a great developer and make you stand out from the crowd. Nobody needs coding challenges to create an outstanding web page using HTML, CSS (or it’s frameworks), and maybe even a little JavaScript.
Stop using if statements unless absolutely necessary. Using if statement is a clunky way of writing code and should be avoided wherever possible.
If you prefer to follow along via my YouTube video, you can watch it here!
Both interviewees and interviewers can benefit from understanding what to prepare for a software interview and how best to learn about their counterpart.
I recall going to a four-round interview and being asked "What is the best line of code you've ever written?".
Interviewing someone isn't as easy as it seems. Here are some tips to form the best interview, both for you and your interviewee.
As of this writing, the market is tough. We’ve been hit hard with a deadly pandemic that left thousands of people unemployed. It’s layoffs everywhere and the companies are being conservative when it comes to hiring.
10 JavaScript questions for experienced developers that can help you crack your next interview.
If you have understood the discussion so far, you should feel confident in your capacity to discuss closures when asked about them during your next interview.
The grass isn’t always greener on the other side. Here are some things to consider before applying for a Tech Company.
How to - hopefully - not drive yourself up the wall preparing and fretting over technical tests.
How to Find the Product of All Elements in an Array Except Self? You must write an algorithm that runs in O(n) time and without using the division operation.
Technical interviews used to be a challenge for me. I have a bachelor’s degree in Electronics & Telecommunications and a master’s degree in Computer Science.
A complete computer science study plan to become a software engineer. This GitHub repo will take you from ground level to advanced concepts.
Building a job-ready portfolio of coding projects doesn't happen overnight, here's why you should include libraries and packages in yours.
In the following series of posts, I’ll be sharing the internals of designing a pragmatic coding interview that I got to know after interviewing folks for different tech positions for some time and here comes the first one.
In hamming distance problem, we find the number of positions where the bits are different for the given input with constant time complexity.
How to prepare for a job interview as a programmer looking for a job that needs coding, how these simple exercises will help you prepare fully for it.
Practical tasks like phrase reverse, event loops and using keywords are likely to be used to test you if you are applying to a job that uses Javascript.
The Big O is a way to measure how well your code solves a problem
To LeetCode or not to LeetCode? What if you don't want to practice 100s of coding questions before your next coding interview?
These are 7 Different Types of Engineering interviews that engineers may come when searching for jobs, including those used by large companies like Google.
When you are looking to hire skilled programmers, how do you know if the person you are interviewing indeed has the capabilities he or she is talking about? Well, just let them show you!
Last week a friend asked me about interviews, it’s a good question because in our career we passed for a lot of interviews, sometimes to get a good job, change companies or probably you will be the interviewer, today I will try to cover both points of views to manage an Interview. Interviews
If you prefer to follow along via my YouTube video, you can watch it here!
The idea behind a coding test is very simple: to filter out candidates who do not have the technical chops for the role, early on in the process before the hiring manager and candidate both waste their time with an in-person interview.
Here are 5 common interview questions you might hear in an interview.
The story of how I almost became a developer. Featuring confusion, frustration! Triumph! Coming soon to Netfli.... just kidding.
Amazon SDEII coding and system design interview experience from initial recruiter call to online assessment and onsite rounds.
only a fraction of the 4.4 million coders makes it to FAANG companies and other tier-1 tech firms. Learn how to become one of them with these best practices
As you already know, our team is a huge fan of React Native and we have published a lot of articles about this technology. But as everything else in the world, React Native is not perfect and has its disadvantages as well. We asked a few senior developers about the pain points using RN.
Design your implementation of the linked list. You can choose to use a singly or doubly linked list.
Programming mock interviews can be time consuming and intimidating - here's how to make sure you didn't just waste your time
Leetcode.com is a website where people–mostly software engineers–practice their coding skills. It’s pretty similar to sites like HackerRank & Topcoder which will rank your code written for a particular problem against the ones submitted by other users.
The standard coding interview gauges coding prowess the same way an IQ test gauges intelligence. Basically, barely at all.
There are many ways to write code but generally the first way for many people is very long and can take you some time. Here is my latest post that will increase your efficiency and productivity when coding JavaScript.
Using Kotlin at your technical interviews!
Struggled with JS hoisting in interviews? How let, var, const and function hoist differently? This article explains the concept and makes it easy to understand.
I had to quit DSA and CP within a month because of the overwhelming exhaustion, This blog discusses mistakes that I made while learning DSA and CP.
We will make an effort to comprehend the significance of competitive programming (CP) and whether or not it will be useful for your technical interview.
GitHub is a well-known platform to share all kinds of technologies. The following article contains the 10 most widely used GitHub repositories.
Are you ready for your FAANG interview? Read on to understand how you can prepare for such interviews and what to expect when you have to answer questions.
Here we've listed the most commonly asked concepts on constructors in java that can help you ace your java interview.
The open-source templates for setting up coding projects.
A typical interview process for a data science position includes multiple rounds. Often, one of such rounds covers theoretical concepts, where the goal is to determine if the candidate knows the fundamentals of machine learning.
Improve your front-end development skills and expand your portfolio with these 10 front-end projects. Take your coding game to the next level!
Here I have shared some of the tips, that my mentor gave me, on how to start learning programming which you can follow to become better programmer within a year
It's time we stopped fearing, complaining, and arguing about whiteboard coding interviews.
Diversity in tech is needed for so many reasons:
I conducted 500+ tech interviews in the last 6.5 years. Here is what I learned.
Tips to passing the TCS mock test
I recommend following along with my video if you want to see some examples and hear step by step how I coded binary search in Java!
Learn what a developer goes through on every job search
A data science interview consists of multiple rounds. One of such rounds involves theoretical questions, which we covered previously in 160+ Data Science Interview Questions.
Crossover for Work advertises dozens of jobs all the time, many of them highly paid, many for senior developers and architects. Everyone works from home.
This is a story of a young boy who is more than what he seems, a young genius man, who must share his gifts and talents with the world.
You’ve set the alarm for 2:45pm.
What is dynamic programming and why should you care about it?
This article gives sample software engineering interview questions, as well as my approach to conducting efficient interviews.
The process of preparing for coding interviews is anxiety-inducing for many developers. There’s so much material to cover, and often much of it feels irrelevant to what devs are doing in their day jobs, which only adds to the stress.
Coding interviews are comprised mainly of data structure and algorithm-based questions as well as some of the logical questions such as, How do you swap two integers without using a temporary variable?
In this article, I gave you an introduction to Dynamic Programming with several examples. Here I will solve 6 harder Dynamic Programming problems to show you how to approach them.
I got offers from Google, Lyft, Yelp, cloud unicorn Rubrik, IBM Artificial Intelligence, and JP Morgan Chase. My story may help you in your job search
I must have been in almost a hundred coding interviews. Sometimes as an interviewee and sometimes as an interviewer. I have struggled in front of the whiteboard and I have seen many candidates struggle.
In this Slogging AMA, we talk to Anthony Watson a writer, coder and respected member of the Hackernoon community. We discuss with him all things writing, coding
To understand recursion, you must understand recursion. I will show you 13 different ways to traverse a tree to compare recursive and iterative implementations. This way, we will kill two birds with one stone: recursion and data structures and algorithms.
This is the article I wish I had read when I started coding. I will dive deep into 20 problem-solving techniques that you must know to excel at your next interview.