All Medium Articles
Round 1:Hackerrank Coding Contest This round was fairly easy.The test included only one coding question, which was Given an array, count number of subarrays with… Read More
Like C++, PHP Namespaces are the way of encapsulating items so that same names can be reused without name conflicts. It can be seen as… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
Q. Find out the number of points on the globe (Earth) where if we move one mile south, then one mile east and finally one… Read More
Recall what are the steps involved in the running of a Java program, the program is first compiled and bytecode is created at the compile… Read More
Artificial Intelligence is a piece of software that simulates the behaviour and judgement of a human or an organization that has experts in a particular… Read More
Interview experience from Birla Institute of Technology, Mesra Round 1: Online Coding Round This round was on CoCubes platform and consisted of 3 questions (2,… Read More
Intel x86 architecture has evolved over the years. From a 29, 000 transistors microprocessor 8086 that was the first introduced to a quad-core Intel core… Read More
Written Test: 3 questions on hackerrank : 1) N days and M employees are there. A matrix of N*M is given consisting of characters ‘Y’… Read More
Prerequisite – Virtual LAN (VLAN), Access-lists (ACL)  VLAN (Virtual LAN) is a concept in which we divide the broadcast domain into smaller broadcast domains logically… Read More
Given two arrays of size N, and two numbers X and Y, the task is to maximize the sum by considering the below points: Pick… Read More
Project Title: Availability Aware Distributed Data Deduplication Problem Statement: In this project, we aim to reduce the resources like storage space, I/O disk operations of… Read More
This JavaFX library is used to make feature-rich internet apps (they offer similar experience and features as that of desktop apps). Like other Java libraries,… Read More
Project Title: Pavement Distress Detection Using Drone Imaging Introduction: Street pavement construction and repair includes a huge part of Indian metropolitan spending budgets. Survey and… Read More
Microsoft IDC visited our campus(IIEST Shibpur) on 24th July, 2018 for on campus hiring. Round 1: Coding Round 1)Find the first non repeating element in… Read More
Project Title: Women Safety Empower Introduction: We are probably living in the worst time our modern society has ever seen in terms of women security.… Read More
Round 1: It was an online coding round. Two problems in 45 minutes – An easy problem. Simply based on sorting the given data based on some indices… Read More
Given Q queries of type 1, 2, 3 and 4 as described below.   Type-1: Insert a number to the list. Type-2: Delete only one occurrence… Read More
The unordered_set::hash_function() is a built-in function in C++ STL which is used to get hash function. This hash function is a unary function which takes… Read More
There were 2 f2f Round and one Assignment and 1 more F2F Round. All rounds were Technical. Round 1: Q1. Find is there any Repeated/Duplicate… Read More