All Medium Articles
Round 1: The first round was online assessment which is done in home. In this the first part consisted general Aptitude and basic electronics and the… Read More
Go language interfaces are different from other languages. In Go language, the interface is a custom type that is used to specify a set of… Read More
1st Round : Java Coding round in mymapit.in, Myanatomy website(Owned by Epam Systems) This was an Online coding round on Java (150 mins). Webcam was… Read More
Each year they conduct this Competition for students which is basically of 3 Rounds in total and then Pre-Placement Interview for PowerProgrammer . The first… Read More
Assertion Error Assertion is a programming concept used while writing a code where the user declares a condition to be true using assert statement prior to… Read More
The GATE Examination provides a variety of opportunities for the Engineering Students coming from different branches. It helps you in getting admission to a Master’s… Read More
Problem – Implement a recognizer for pascal identifiers based on a DFA that accepts strings belonging to the definition of the language of the same.… Read More
Given a grid of size H*W with all cells initially white. Given N pairs (i, j) in an array, for each pair, paint cell (i,… Read More
Given an array arr[] of N integers and Q queries. Each query can be represented by two integers L and R. The task is to… Read More
Given an array arr[] of length N. The task is to find the length of the longest subarray in which elements greater than a given… Read More
Given an array A[] and positive integer K, the task is to count the total number of pairs in the array whose sum is divisible… Read More
Given a tree with N vertices and N-1 Edges. Let’s define a function F(a, b) which is equal to the minimum edge weight in the… Read More
Given a number N, find the minimum possible sum of digits that can be obtained from a positive Multiple of N. Constraints : 1<=N<=10^5. Examples:… Read More
OS module in Python provides functions for interacting with the operating system. OS comes under Python’s standard utility modules. This module provides a portable way… Read More
Given an array of N elements where each element i, the absolute difference between total elements to the right and left of it are given.… Read More
In Go language, a channel is a medium through which a goroutine communicates with another goroutine and this communication is lock-free. Or in other words,… Read More
SRI Bangalore visited my Institute for FTE as Network Software Engineer roles There were a total of 4 rounds: 1 Online Coding Round, 2 Technical… Read More
Linux is an operating system, or a kernel created by Linus Torvalds with other contributors. It was first released on September 17, 1991. The main… Read More
Given a String S of length N, two integers B and C, the task is to traverse characters starting from the beginning, swapping a character… Read More
First round was an online test consisting of 2 coding questions and 28 MCQ’s on mettl. Level of coding questions vary from easy to medium.… Read More