All Medium Articles
Given an array of pairs v[][] of size N which shows the score of the match at N instances where (v[i][0], v[i][1]) shows a score… Read More
Given an NxN square matrix M[][]. The task is to check whether the matrix M is a zero division matrix or not. A matrix is… Read More
Given a matrix arr[][] of size M*N containing only positive integers, the task is to check if every row contains all the integers from 1… Read More
Given a binary matrix of size M*N containing only 0 and 1. The task is to count the number of mappings in the matrix. There… Read More
Hi Geeks, I am Final Year Student, So I am sharing my complete virtual interview experience with SRIN (Samsung Research Institute Noida). The company visited… Read More
Round-1(Time-1Hour): This was consists of 50 question related to CPP, c, dsa, os etc. The level of all questions was medium, easy and something hard.… Read More
The company Visited our Campus for the internship drive in August 2021. Round 1(Online Assessment Test): – The test was on HackerRank Platform with tab… Read More
Samsung’s R&D Delhi (SRI-D) visited our campus IIIT Guwahati in January 2022 for the post: Engineer.  Resume Shortlisting: Firstly, there was a shortlisting based on… Read More
Interceptors, according to the documentation, are a powerful mechanism that can monitor, rewrite, and retry the API call. So, when we make an API call,… Read More
Given an array arr[] of N integer pairs and an integer K, the task is to find the indices of the K largest pairs in… Read More
Given an array containing digits[], where each element is a single digit integer. The array may contain duplicates. The task is to find all the… Read More
Given a binary circular array arr[] of size N, the task is to find the minimum swaps to group all 0s together in the array.… Read More
The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in… Read More
Icertis conducted an off-campus hiring for fresher BTech graduates of 2021 batch to hire Associate Software Engineers for their Product Delivery Team. Round1(Online Test): The… Read More
Applied through career page. Though it is written in the mail –  “This coding assessment will assess your general CS fundamentals + Back End competencies.”… Read More
A header file contains the set of predefined standard library functions. The header file can be included in the program with the C preprocessing directive… Read More
C++
Voltage is what makes electric charges move and it is measured in volts (v). So Voltage drop describes how the energy supplied by a voltage… Read More
ADT stands for Abstract data type. This data type is defined by the programmer. Abstract data type contains a set of well-defined values and operations.… Read More
With the constant change in technology and the introduction of innovative ways of transformation of a digital world, we all are evolving day by day.… Read More
How to Solve a System of Equations Using Inverse of Matrices? In mathematics, a matrix is an array of numbers arranged in a rectangular pattern… Read More