All Medium Articles
Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns… Read More
Contrary to popular belief, the Windows operating system is not any less in regard to performance compared to its contemporary like macOS and Linux. In… Read More
Round 1(Online Round): Logical Reasoning: 18 Question 20 mins Quantitative Aptitude: 18 Questions 20 mins Rapid-fire round: 25 Question 5 mins 70 students were shortlisted… Read More
CHUBB Business Services India LLP is a company that took its stand in 2019. This company visited my campus in 2020 and the complete interview… Read More
Given a string str, the task is to count non-empty substrings with equal number of ‘a’, ‘b’, ‘c’, and ‘d’. Examples: Input: str = “abcdef” Output:… Read More
IP Address: An Internet Protocol address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for… Read More
The size() and isEmpty() of java.util.Collection interface is used to check the size of collections and if the Collection is empty or not. isEmpty() method… Read More
Locale class and DateFormat class is used to display time different Country Format. The DateFormat class in Java is used for formatting dates. A specified… Read More
The List Interface in Java represents an ordered collection or sequence. This Interface helps us control where to insert elements and also access elements through… Read More
The ArrayList class is a part of the collection framework and is present in java.util package. It provides us with resizable or dynamic arrays in… Read More
ArrayList is a part of the collection framework and is present in java.util package. It provides us with dynamic arrays in Java just as Vector… Read More
A zip file is a file where one or more files are compressed together, generally, zip files are ideal for storing large files.  Here the… Read More
The element can be inserted at the collection elements to the specified position in ArrayList using Collection.addAll() method which is present in java.util.ArrayList class. If… Read More
The wait() and notify() are methods of the Object class. They were introduced to part ways with polling, which is the process of repeatedly checking… Read More
Information Security alludes to the cycles and procedures which are planned and executed to ensure print, electronic, or some other type of secret, private and… Read More
Given an array of strings str[] and a string key, the task is to check if the spelling of the key is correct or not.… Read More
Given two positive integers N and K, the task is to construct a simple and connected graph consisting of N vertices with the length of… Read More
Given an array arr[] consisting of N distinct integers, the task is to find the minimum number of times the array needs to be split… Read More
Given an array arr[] of size N and an integer K, the task is to find the maximum number of even numbers present in any… Read More