All Easy Articles
Android seekBar is a modified version of progressBar that have draggable thumb in which a user can drag the thumb back and forth to set… Read More
Pre-requisites: What is SQL? Structured Query Language is a computer language that we use to interact with a relational database.SQL is a tool for organizing,… Read More
To transparently overlay two directories one on top of the other using UnionFS following steps must be followed:    Step 1: Enter into the superuser… Read More
Given a large binary string str and an integer K, the task is to find the value of str % K.Examples:  Input: str = “1101”,… Read More
This entire article is all about showing off cool commands executable in the Linux terminal. This article is aimed at being a one-stop destination for… Read More
Given an array arr[] of strings containing the names of employees in a company. Assuming that the names are being entered into a system one… Read More
Prerequisite – Turing Machine  1. Multiple track Turing Machine:   A k-track Turing machine(for some k>0) has k-tracks and one R/W head that reads and writes… Read More
RDBMS: RDBMS stands for Relational Database Management System. RDBMS is a such type of database management system which is specifically designed for relational databases. RDBMS… Read More
Hackwithinfy conducted by Infosys is an online coding competition which has 3 rounds in total. Round 1: Basic coding round on Hackerrank. 3 coding questions in… Read More
I didn’t find any interview experience regarding the Scholar program at SAP for BCA/BSc graduate in GFG so I thought of sharing my entire interview… Read More
This article contains a list of most asked questions from Operating Systems, Computer Networks and DBMS in the interviews of the top product based companies… Read More
Given a number, the task is to find the Superfactorial of a number. The result of multiplying the product of first n factorials is called… Read More
Given N boxes that are kept in a straight line and M colors such that M ? N. The position of the boxes cannot be… Read More
Round 1: Online MCQs 20 Java – Easy 40%, Moderate 40%, Difficult 20% 15 Aptitude – Easy 60%, Moderate 30%, Difficult, 10% 5 DI –… Read More
TCS Digital is a job profile in TCS which gives you a chance to work in digital technologies. Interview results of TCS Digital are out… Read More
Selection Procedure: Consisted of three rounds. There were 3 profiles namely, Business Technology Analyst – Deloitte USI (BTA), Analyst – Deloitte India and Product Strategy and… Read More
Sometimes, while working with Python list, we can have a problem in which we need to check if all the elements in list abide to… Read More
In modern times, data holds all the answers but the main thing is asking the right questions!!! And this is the job of the Data… Read More
Machine learning is a process that is widely used for prediction. N number of algorithms are available in various libraries which can be used for… Read More
Adaptive Resonance Theory (ART) Adaptive resonance theory is a type of neural network technique developed by Stephen Grossberg and Gail Carpenter in 1987. The basic… Read More