All Hard Articles
A big thanks to GeeksForGeeks ! Here is a small contribution from my side. This is regarding On campus placements, from an Indian Institute of Technology.… Read More
Round 1: The first round comprised of 22MCQ questions including aptitude, logical,  Java output questions and technical portions and 2 Coding Questions (Test Duration: 1:30… Read More
User registration is one of the most essential parts of a web application. django-registration-redux and django-alluth are the most famous registration apps available in Django.… Read More
Prerequisite: Nested dictionary The task is to find the depth of given dictionary in Python. Let’s discuss all different methods to do this task. Examples:… Read More
Given two numbers x, y which denotes the number of set bits. Also given is a number C. The task is to print the number… Read More
Given two binary strings and . Let be set of all the cyclic permutations of string . The task is to find how many strings in set when XORed with give as… Read More
The group() method of Matcher Class is used to get the input subsequence matched by the previous match result. Syntax: public String group() Parameters: This… Read More
Given a min-heap of size n, find the kth least element in the min-heap.  Examples: Input : {10, 50, 40, 75, 60, 65, 45} k… Read More
numpy.percentile() function used to compute the nth percentile of the given data (array elements) along the specified axis.  Python numpy.percentile() Syntax FunctionSyntax: numpy.percentile(arr, n, axis=None,… Read More
Round 1: Round 1 was the online test which included three categories. Category 1 was theenglish test wherein there were MCQs based on basic english(It was… Read More
The space between two rows in a table can be done using CSS border-spacing and border-collapse property. The border-spacing property is used to set the… Read More
Python is a great language for data analysis, primarily because of the fantastic ecosystem of data-centric Python packages. Pandas is one of those packages, making… Read More
Below is the list of Questions asked in Accenture 1st round of technical telephonic interview for a java developer: 1. How to make a List… Read More
The AbstractCollection class in Java is a part of the Java Collection Framework and implements the Collection interface. It is used to implement an unmodifiable… Read More
Given an array A[] of N non-negative integers. Find an Integer greater than 1, such that maximum array elements are divisible by it. In case… Read More
Given two integers N and K, the task is to find the number of ways to place K bishops on an N × N chessboard… Read More
You are given an array of strings str, the task is to find the score of a given string s from the array. The score… Read More
In this article, we will know how to style the dropdown list using CSS & will understand its implementation through the examples. There are many… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
Given two strings A and B, both strings contain characters a and b and are of equal lengths. There is one _ (empty space) in… Read More