All Medium Articles
Round 1:The first round was of 30 mcqs and 1 coding question.The mcqs consists of both technical and aptitude.The test duration was of 1 hour… Read More
A structure or struct in Golang is a user-defined type, which allows us to create a group of elements of different types into a single… Read More
Given an array, find the number of subsequences whose sum is even and the number of subsequences whose sum is odd.  Example:   Input: arr[] =… Read More
Coding Round There were 9 MCQs and 3 Coding Problems in Coding Round. Most of the MCQs were on basic Data Structures, Algorithms and 2… Read More
Did you know that the First Computer Programmer was a Woman?  Well, you probably don’t (I didn’t either!). So let me enlighten you today! Ada… Read More
A function in Golang is a collection of statements which is used to perform specific task and return the result to the caller. A function… Read More
Round 1 It was Conducted on My Anatomy portal, It had  sections and there was sectional time you can’t switch b/w  the sections. A.Aptitude B.Programming Logic C.Coding(2Q) Basically if you want… Read More
Round 1: There were 2 coding questions 28 mcq. Ques1: find inversion count Ques2: find the longest common subsequence(LCS) MCQs were related to coding only.… Read More
Societe Generale was the first few companies that visited our campus, students from CSE, IT, ECE and EEE were eligible for the online test(Round 1).… Read More
Given a two dimensional grid, each cell of which contains integer cost which represents a cost to traverse through that cell. The task is to… Read More
Given an integer N. The task is to find the Nth prime number. Examples:   Input : 5 Output : 11 Input : 16 Output : 53 Input… Read More
Given four integers A, B, C and D. The task is to find which is greater AB or CD. Examples:  Input: A = 2, B… Read More
Round 1: Online Round consisted of 12 MCQs(Technical) and 3 coding questions. Duration 90 minutes. 1)http://Count subsequence of length three in a given string Can… Read More
Round 1:Online Coding round on HackerEarth(60 min) The Round consisted of MCQ questions from aptitude, OS, DBMS and C programming and one Coding question   25 MCQ… Read More
Given a list or array of integer, the task is to print all such subsequences of this list such in which the elements are arranged… Read More
Round 1: Codevita is a six hour coding competition.I solved 2 out of 6 problems.After 10 days i recieved a mail from TCS stating that… Read More
Kotlin :: apply In Kotlin, apply is an extension function on a particular type and sets its scope to object on which apply is invoked.… Read More
Given an array arr of size N. The task is to count the number of triplets in the array such that a[i]>a[j]>a[k] and i<j<k Examples: … Read More
Interview Experience : JP Morgan Chase & Co. CGPA cut-off : 7.00 Post : Software Developer Intern. Branches allowed : CSE, ECE, EEE. JP Morgan Chase was one of… Read More
Prerequisite: Generic Class  We can also use them to code for Graph in Java. The Graph class is implemented using HashMap in Java. As we… Read More