From 8401dcc063b4243543a145f01437b6527f1af6e4 Mon Sep 17 00:00:00 2001 From: Sonia M <98415819+letscode-17@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:51:01 +0530 Subject: [PATCH 1/2] New Interview Preparation Resources --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e8d131..e3b01f1 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [NET Interview Questions and Answers for Beginners which consists of the most frequently asked questions in NET This list of 100+ questions and answers gauge your familiarity with the NET platform](http://www.dotnetcurry.com/dotnetinterview/70/dotnet-interview-questions-answers-beginners) * [Questions gathered by community of the StackOverflow](http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer) * [What Great NET Developers Ought To Know (More NET Interview Questions)](http://www.hanselman.com/blog/WhatGreatNETDevelopersOughtToKnowMoreNETInterviewQuestions.aspx) +* [ASP.NET MVC Interview Questions](https://www.interviewbit.com/asp-net-mvc-interview-questions/) ### Clojure @@ -536,6 +537,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [Frequently Asked Basic PostgreSQL Interview Questions and Answers](http://nazafbtemplate.blogspot.com.by/2014/06/frequently-asked-basic-postgresql.html) * [PostgreSQL Interview Preparation Guide](http://www.globalguideline.com/interview_questions/Questions.php?sc=postgresqk_database_) * [PostgreSQL Interview Q&A from CoolInterview.com](http://www.coolinterview.com/type.asp?iType=411) +* [PostgreSQL Interview Questions](https://www.interviewbit.com/sql-interview-questions/#postgresql) ### SQL @@ -599,6 +601,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [Top 15 Data Structures and Algorithm Interview Questions for Java programmer](http://javarevisited.blogspot.com.by/2013/03/top-15-data-structures-algorithm-interview-questions-answers-java-programming.html) * [Tech Interview Handbook Best Practice Questions](https://techinterviewhandbook.org/best-practice-questions/) * [Daily Coding Interview Practice](https://www.techseries.dev/daily) +* [Algorithm Interview Questions](https://www.interviewbit.com/algorithm-interview-questions/) ## Blockchain * [Top 55 Blockchain Interview Questions You Must Prepare In 2018](https://www.edureka.co/blog/interview-questions/blockchain-interview-questions/) @@ -628,6 +631,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [Design Patterns for Humans™ - An ultra-simplified explanation](https://github.com/kamranahmedse/design-patterns-for-humans) * [Design Patterns implemented in Java](https://github.com/iluwatar/java-design-patterns) * [Design Patterns implemented in DotNet](https://www.dofactory.com/net/design-patterns) +* [Design Patterns Interview Questions](https://www.interviewbit.com/design-patterns-interview-questions/) ## Data structures From c843a02d0962c8311a36765e34fe715e5da29e2d Mon Sep 17 00:00:00 2001 From: Sonia M <98415819+letscode-17@users.noreply.github.com> Date: Fri, 3 Jun 2022 10:55:10 +0530 Subject: [PATCH 2/2] New Additions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3b01f1..4e6e88b 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [Javascript Interview Questions and Answers (2020)](https://www.interviewbit.com/javascript-interview-questions/) * [JavaScript Modern Interview Code Challenges 2021](https://github.com/sadanandpai/javascript-code-challenges) * [70 JavaScript Interview Questions](https://dev.to/macmacky/70-javascript-interview-questions-5gfi) +* [JavaScript Cheat Sheet](https://www.interviewbit.com/javascript-cheat-sheet/) ### jQuery