All Medium Articles
Before discussing Fast R-CNN, let’s look at the challenges faced by R-CNN. The training of R-CNN is very slow because each part of the model… Read More
Round 1: Online Coding Round  The first round was hosted on Hackerrank. It consisted of 3 coding questions to be done in 90 minutes.  The… Read More
Given a binary tree and a node K, the task is to delete the node K from it by making sure that tree shrinks from… Read More
Given an array arr[] of positive integers of even length, the task is to partition these elements of arr[] into two groups each of odd… Read More
Given an unsorted array arr[] consisting of N natural numbers and the missing numbers as 0 such that arr[i] ? i, the task is to… Read More
Company : Aptean Profile : Associate Software Engineer Location : Bangalore Selection Process : There were 3 rounds : Online Aptitude. Online Coding Round. Technical… Read More
Initial HR Discussion: Some recruiter from Singapore contacts through my google mail. She asked basic questions related to sorting algorithms.  Which is better heap sort… Read More
Scapy is a library supported by both Python2 and Python3. It is used for interacting with the packets on the network. It has several functionalities… Read More
If you are in a technical domain or a student with a technical background then you must have heard about Data Science from some source… Read More
Django and Flask are two of the most popular web frameworks for Python. Flask showed up as an alternative to Django, as designers needed to… Read More
Given an ordered dict, write a program to insert items in the beginning of the ordered dict. Examples:  Input: original_dict = {'a':1, 'b':2} item to… Read More
  Round 1:  They asked to write solutions for 2 different quesitons mainly KMP Algorithm Find mirror of a given node in Binary tree Round… Read More
VISA Inc visited our college (NSIT, Delhi) on February 2020 for hiring interns. Round 1: Coding Round The round was held on Hackerrank coding platform.… Read More
Celigo visited our campus for hiring for full-time SDE roles. First Round Online Test: There were 25 MCQ based questions and 2 coding questions. Coding… Read More
Round 1: First round was online, 30 mcqs of aptitude, 2 questions sql and 3 question coding. Round 2: They asked first a coding question… Read More
Consider the following statements. I. Symbol table is accessed only during lexical analysis and syntax analysis. II. Compilers for programming languages that support recursion necessarily… Read More
For parameters a and b, both of which are ω(1), T(n)=T(n1/a)+1, and T(b)=1. Then T(n) is (A) Θ(logalogbn) (B) Θ(logabn) (C) Θ(logblogan) (D) Θ(log2log2n) Answer:… Read More
There are mainly two ways to extract data from a website: Use the API of the website (if it exists). For example, Facebook has the… Read More
Requests library is one of the important aspects of Python for making HTTP requests to a specified URL. This article revolves around how one can… Read More
Are you hearing Hacktoberfest’s name for the first time or do you still struggling to complete this challenge, then this article is for you. Hacktoberfest… Read More