All Basic Articles
Here we will be focusing on the comparison done using NumPy on arrays. Comparing two NumPy arrays determines whether they are equivalent by checking if… Read More
Given alphanumeric string str, the task is to rearrange the string such that no two adjacent characters are of the same type, i.e., no two… Read More
Date- 14, Aug 2020 First round – Consists of 30 questions. 1 Coding question on python. (Python 2 and 3 were only allowed.) Rest some… Read More
The floating action button is a bit different button from the ordinary buttons. Floating action buttons are implemented in the app’s UI for primary actions… Read More
Lodash _.debounce() method is used to create a debounced function that delays the given function until after the stated wait time in milliseconds has passed… Read More
In this online world, customer care is playing a major role in the success of a company. Users are quite satisfied when they converse with… Read More
Pre-Requisite: Transaction Management  The Checkpoint is used to declare a point before which the DBMS was in a consistent state, and all transactions were committed.… Read More
Pandas DataFrame iterrows() iterates over a Pandas DataFrame rows in the form of (index, series) pair. This function iterates over the data frame column, it… Read More
TextField and TextFormField are the two most common widgets to get input from the user. They can be used in making forms, login pages, etc.… Read More
It is known that Intents are used in Android to pass to the data from one activity to another. But there is one another way,… Read More
Whenever the user switch to landscape mode an issue is encountered in which some of the widgets becomes invisible (as you can see the below… Read More
Oracle came to our campus for a server technology profile. Round 1 was an online test, audio and video proctored. The whole interview process was… Read More
Status: New grad, BE COE Tier-1 College Position: SDE at MMT Location: Gurgaon / Bangalore Date: August , 2020 Round 1 : Online Assessment on… Read More
The isdigit() in C is a function that can be used to check if the passed character is a digit or not. It returns a… Read More
Xpanxion (In campus recruitment ) Profile: Trainee Engineer. College: PCCOE. There was a total of 5 rounds. Round 1: Aptitude + coding.(1hr) Basic aptitude questions(around… Read More
Storage and Memory keywords in Solidity are analogous to Computer’s hard drive and Computer’s RAM. Much like RAM, Memory in Solidity is a temporary place… Read More
Given a binary array arr[] of size N, the task is to find the length of the second longest sequence of consecutive 1s present in… Read More
Given an array arr[] of size N, the task is to find the length of the longest subsequence consisting of distinct elements only. Examples:  Input:… Read More
Years back, we had never imagined that the day will come when we would just stand in front of our door and it could automatically… Read More
Given an array, initially consisting of 0 as the only element present and Q operations of the following two types: Add(X): Insert X into the… Read More