All Easy Articles
Given an integer N, the task is to count the numbers less than or equal to N such that each number contains at least one… Read More
Unthinkable Solution visited our campus on 6th October for the role of Junior Associate-IT. It consists of a total of 4 rounds. First coding round… Read More
Wipro conducted 3 rounds for hiring Turbo Interns. Round 1: Online Test (AMCAT platform) The test had 3 major sections namely aptitude, coding, and essay… Read More
Oracle visited our campus for the Member Technical Staff role in November. Due to Covid-19, hiring was entirely virtual. CGPA cutoff was: 7.0 Below is… Read More
Before inserting contents in a table we need to connect our java application to our database. Java has its own API which JDBC API which… Read More
MongoDB, the most popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘non-relational’. It means that MongoDB isn’t based on the table-like… Read More
Total number of rounds: 4 1st Round: 1Hr Online test, 3 coding questions were there, level: easy to medium, algorithmic problems. 2nd Round: One to… Read More
Given a matrix arr[][] of dimensions N * M where each cell consists of characters ‘R’ or ‘D’ except the cell arr[N][M] which contains ‘F’.… Read More
Given an integer N, the task is to print all numbers from 1 to N (0 < N < 100000) in words in lexicographical order.… Read More
Sort the given array in descending order, i.e., arrange the elements from largest to smallest.  Example: Input: Array = {2, 6, 23, 98, 24, 35,… Read More
1. IP Camera : IP camera is a type of digital video camera used for surveillance which transmits data via a network Ethernet link also… Read More
Given an array, arr[] of size N, the task is to find the maximum possible sum of array elements by alternating the signs of adjacent… Read More
Given string str, the task is to find the minimum count of characters that need to be deleted from the string such that the frequency… Read More
Given an array, arr[] of size N (always even), the task is to construct a new array consisting of N non-zero integers such that the… Read More
Given two arrays of H[] and B[] consisting of N and M integers respectively, denoting the diameter of holes and balls respectively. M number of… Read More
A user-defined data types are designed by the user to suit their requirements, the compiler does not support automatic type conversions for such data types… Read More
Pascal’s triangle is a pattern of the triangle which is based on nCr.below is the pictorial representation of Pascal’s triangle. Example: Input : N =… Read More
Given a string str, consisting of lowercase alphabets, the task is to find the shortest string which is not a subsequence of the given string.… Read More
Given a string S and an integer K, the task is to generate lexicographically the largest string possible from the given string, by removing characters… Read More
Given binary string str, the task is to find the minimum number of characters required to be flipped to make all 1s in right and… Read More