All Medium Articles
Given an array of pairs arr[] of size N, the task is to find any two pairs (a, b) and (c, d) such that a… Read More
Given a string S and a string T, the task is to find the minimum possible length to which the string S can be reduced… Read More
Feature selection: Feature selection is a process that chooses a subset of features from the original features so that the feature space is optimally reduced… Read More
Decentralized apps are digital applications or programs that are based on Blockchain and fundamentally different from normal applications. Unlike normal applications that run on centralized… Read More
Round 1 (Resume Screening Round): Though resume screening isn’t very important during on-campus interviews, they play a major role when it is off-campus. They are… Read More
Round 1: The first round comprised of 20 -30 MCQ questions including C output questions and Programming Fundamentals (Test Duration: 30 Minutes):< This test was… Read More
Nokia visited our campus on 2nd November 2020 to hire for the role of Student Intern at Nokia R&D center. There were 2 rounds involved… Read More
Round 1 (Coding Round): Due to the pandemic, the whole process went online. Round 1 was the coding round conducted on the Hackerrank platform. There… Read More
Given an integer N, the task is to count the number of ways to represent N as the sum of powers of 2. Examples: Input:… Read More
Given two integers N and K, the task is to find whether it is possible to represent N as the sum of exactly K powers… Read More
In this article, we will see how to create an auto-clicker using Python. The code will take input from the keyboard when the user clicks… Read More
Given an array arr[] consisting of 2* N elements in the form of { a1, a2, …, aN, b1, b2, …, bN }, the task… Read More
Given an array arr[] consisting of N positive integers and a positive integer K, the task is to find the count of array elements whose… Read More
There were no eligibility criteria. But, only CSE, ECE, and EEE branches were allowed to sit for this. First Round (Online Assessment:) This was held… Read More
Recently, I have been through the interview experience of Tiger Analytics Chennai and I would like to share my experience with everyone. Totally there were… Read More
Class: It is a user-defined datatype enclosed with variables and functions. It is like a blueprint for an object. Class members are private by default.… Read More
Parallelogram is a quadrilateral in which opposite sides are parallel and congruent and the opposite angles are equal. A parallelogram is formed by the intersection… Read More
The statement interface is used to create SQL basic statements in Java it provides methods to execute queries with the database. There are different types… Read More