All Medium Articles
Round 1: Hey there, it was an on-campus placement drive. Virtusa Corp. had come for 2 profiles (Software Engineer – Java, Data Scientist) At first,… Read More
The Codevita Drive was very well conducted by the TCS management committe at the TCS Campus, Indore. There were 2 slots for students from various… Read More
Samsung Noida R & D came to our campus for internships. Round 1: Coding Round The online round had 1 question and 3 hours to… Read More
What is the complement of the language accepted by the NFA shown below? (A) A (B) B (C) C (D) D Answer: (B) Explanation: Quiz… Read More
Online round  Consisted of 2 coding questions and 20 MCQ’S: First question: Given a source and destination in a NxN maze find the shortest path between… Read More
Cryptocurrencies are one of the hottest topics being discussed on the Internet today. But before understanding how mining works, we can ask ourselves the following… Read More
Given a number N. The task is to write a program to find the N-th term in the below series:  1, 1, 2, 3, 4,… Read More
Round 1(Online Round): Recently TCS conducted a contest named CodeVita in which we have 6 questions to solve in 6 hours. If the candidate were… Read More
In graph theory, Vizing’s theorem states that every simple undirected graph may be edge colored using a number of colors that is at most one… Read More
Given two arrays H and S. The array H[] contains the length of the hypotenuse and the array S[] contains Area of a right-angled triangle.… Read More
Sets and their working Set in Python can be defined as the collection of items. In Python, these are basically used to include membership testing… Read More
Prerequisite: Zombie and Orphan Processes in C Zombie Process: A zombie process is a process that has completed execution but still has an entry in… Read More
We will briefly summarize Linear Regression before implementing it using TensorFlow. Since we will not get into the details of either Linear Regression or Tensorflow,… Read More
You are given Q queries. Each query contains an integer k and a person’s information i.e, first name, last name, age. For each query, we… Read More
Given a sorted array and a target value, find the first element that is strictly smaller than the given element. Examples:  Input : arr[] =… Read More
Sort the given doubly linked list using bubble sort.  Examples:  Input : 5 4 3 2 1 Output : 1 2 3 4 5 Input… Read More
Given ‘num’ which indicates number of lines.The task is to print a trapezium pattern in num lines.Examples:   Input : 4 Output : 1*2*3*4*17*18*19*20 5*6*7*14*15*16 8*9*12*13… Read More
Tournament Selection is a Selection Strategy used for selecting the fittest candidates from the current generation in a Genetic Algorithm. These selected candidates are then… Read More
Given two jugs with the maximum capacity of m and n liters respectively. The jugs don’t have markings on them which can help us to… Read More
I got a call via LinkedIn for face to face interviews…They told me one day process but it took two visits over a week period..It’s… Read More