All Easy Articles
In programming, dynamic variable names don’t have a specific name hard-coded in the script. They are named dynamically with string values from other sources. Dynamic… Read More
Here, The database creating now a day is very important for daily work. The database creates from the MySQL that can be transferred from one… Read More
As per my personal experience. Before we think about the interview process, we need to be confident in what we know. We need to have… Read More
A return statement is used to end the execution of the function call and “returns” the result (value of the expression following the return keyword)… Read More
Prerequisite: Linked List, Circular Linked List A header node is a special node that is found at the beginning of the list. A list that… Read More
Given a sequence arr of N positive integers, the task is to find the length of the longest subsequence such that xor of adjacent integers… Read More
I interviewed for Infosys Ltd System engineer profile on 11th November, 2019 at MLRIT college through TASK. 1300 people took the round 1 test(Online test).… Read More
In Python, date and time are not data types of their own, but a module named DateTime in Python can be imported to work with… Read More
Given an array arr[] of N elements, the task is to update all the array elements such that an element arr[i] is updated as arr[i]… Read More
A Toast is a short alert message shown on the Android screen for a short interval of time. Android Toast is a short popup notification… Read More
Product Engineer – C++ Round 1: Aptitude and Technical test These were two separate tests. a. Aptitude test consisted of two sections – first was… Read More
Topper visited our campus in November 2019. They first shortlisted students based on resume and then took their online test. Online test consists of 2… Read More
A Generalized Linked List L, is defined as a finite sequence of n>=0 elements, l1, l2, l3, l4, …, ln, such that li are either… Read More
Remember the day of your childhood memories when the first time your parents and friends handover some jigsaw puzzle games to you and you accepted… Read More
Sometimes, while working with data, we can have a problem in which we need to find cumulative result. This can be of any type, product… Read More
Before studying about Ruby Mixins, we should have the knowledge about Object Oriented Concepts. If we don’t, go through Object Oriented Concepts in Ruby .… Read More
Given an array health[] where health[i] is the health of the ith player in a game, any player can attack any other player in the… Read More
Given a pair-product array pair[], the task is to find the original array. A pair-product array for an array arr[] is the array that contains… Read More
Coding Round: The first round was a coding round hosted on InterviewBit platform. It consisted of 2 questions randomly selected from a set of questions… Read More
To create a sticky social media bar on any website HTML and CSS are used. If you want to attach the icons with the sticky… Read More