All Medium Articles
Prerequisite – Pumping Lemma, How to identify if a language is regular or not We typically face questions to identify which of the given languages… Read More
Prerequisite – Regular Expressions, Regular Grammar and Regular Languages, Pumping Lemma There is a well established theorem to identify if a language is regular or not,… Read More
Round 1: A single code was asked to be written online in a span of 1 hour. The code was to find if two strings… Read More
Nutanix Technologies came to our campus BITS Goa for On-Campus Recruitment process. They conducted multiple rounds of screening to finally select 3 Candidates. Online Test: Hackerrank… Read More
The imagefilledpolygon() function is an inbuilt function in PHP which is used to draw a filled polygon. This function Returns TRUE on success and returns… Read More
Given a 3*3 matrix, find the minimum number of changes that need to be made to it in order to turn it into a magic… Read More
Round 1:  It was a Amcat aptitude test and the duration of test was 110 minutes total there was 5 sections in this aptitude test… Read More
Given three numbers, how to sort them? Examples:  Input : arr[] = {3, 2, 1} Output : arr[] = {1, 2, 3} Input : arr[]… Read More
Iterable and Collection have served to be of great use in Java. Iterators are used in Collection framework in Java to retrieve elements one by… Read More
ONLINE TEST: It was a  2 hour on-line test on hackerrank platform with 1 coding question (LCS), 9 MCQs related to computer science and 10… Read More
Interview Experience- Goldman Sachs Hi, I am Ashish Gupta, student of Mathematics and Computing branch, Delhi Technological University. I recently gave interview for Goldman Sachs… Read More
It takes time and effort to build up a nice resume, to become a perfect candidate for a post in your dream company. Months of… Read More
This is a model placement paper for aptitude preparation of Cognizant Technology Solutions Interview. This placement paper will cover aptitude questions that are asked in… Read More
Round 1: It was an online test consisting of MCQ’s for 1 hr 45 mins in Oracle platform There were around 4 sections each of… Read More
Method Chaining: In java, Method Chaining is used to invoke multiple methods on the same object which occurs as a single statement. Method-chaining is implemented… Read More
Given a number N. The task is to find the sum of all the prime divisors of N.  Examples:  Input: 60Output: 102, 3, 5 are… Read More
Given two strings str1 and str2, the task is to print the number of times str2 can be formed using characters of str1. However, a… Read More
Given a number N, create an array such the first half of the array is filled with odd numbers till N, and the second half… Read More
Iterator and Collection, both has helped and comforted the programmers at many a times. But their usage and application has a very wide difference.  1.… Read More
Given an array of positive and negative numbers. The task is to find a partition point such that none of the elements of left array… Read More