All Medium Articles
There was a total of four rounds of interviews.  Round 1: Coding Round There were 2 questions related to SQL queries, 2 coding problems, and… Read More
Round 1(Online Assessment): 3 coding questions 1 ez + 1 medium + 1 hard . And 10 mcqs on computer core concepts (+3 -3) .… Read More
Given an array of integers. Write a program to find the K-th largest sum of contiguous subarray within the array of numbers which has negative… Read More
A tooltip is a message which appears when a cursor is positioned over an icon, image, hyperlink, or any other GUI component. In this application,… Read More
Reshape data is an important step in Data analysis. Most of the time the raw data will be unstacked. The below example of the data… Read More
Given an array and split it from a specified position, and move the first part of array add to the end.   Examples:   Input : arr[]… Read More
Web scraping, the process of extracting data from websites, has emerged as a powerful technique to gather information from the vast expanse of the internet.… Read More
This tutorial is a beginner-friendly guide for learning data structures and algorithms using Python. In this article, we will discuss the in-built data structures such… Read More
In Kotlin, functions are first-class citizens. It means that functions can be assigned to the variables, passed as an argument, or returned from another function.… Read More
Given an array arr[] of N integers and an integer K, the task is to find the maximum count of distinct elements over all the… Read More
Given a sorted singly linked list as list of N distinct nodes (no two nodes have the same data) and an integer S. The task… Read More
Given an array prices[] of length N, representing the prices of the stocks on different days, the task is to find the maximum profit possible… Read More
Given a string s, the task is to find the lexicographically smallest string of minimum characters that do not exist as a substring in S.… Read More
Given array of integers arr[] of size N, the task is to find the count of minimum number of deletion operations to remove minimum and… Read More
Given a binary tree, the task is to find the node whose children have maximum Sibling product in the given Binary Tree. If there are… Read More
Given a string str and a positive integer K. The task is to find if there exist a Pythagorean Triples in the first window of… Read More
Tooltip is like a balloon or also a small screen tip that displays text descriptions to any object in a webpage. A tooltip is displayed… Read More
Synchronization is the potential to regulate the access of multiple threads to any shared resource. Synchronization in Java is essential for reliable communication between threads.… Read More
Prerequisite: Designing Finite Automata DFA (Deterministic Finite Automata or Acceptor) is a finite state machine that accepts or rejects strings of symbols. DFA accepts the… Read More
TCS is one of the largest Indian companies by market capitalization ($80 billion). TCS is now placed among the ‘Big 4’ most valuable IT services… Read More