All Hard Articles
Given string str, the task is to find the rank of the given string among all its substrings arranged lexicographically. Examples: Input: S = “enren”Output:… Read More
Given an array arr[] of N integers, the task is to find the minimum possible absolute difference between indices of a special pair. A special… Read More
Given string str of length N only consisting of characters ‘N’, ‘S’, ‘E’, or ‘W’, each representing moving one unit North, South, East, or West,… Read More
Given an undirected graph G with N nodes, M edges, and an integer K, the task is to find the maximum count of edges that… Read More
Given an array arr[] consisting of N integers, the task is to find the maximum subsequence sum by multiplying each element of the resultant subsequence… Read More
Online Assessment : Consisted of 4 Coding questions . Levels ranged from Medium-Hard . We had to solve them in 2 hours , so the… Read More
Round 1 (Written) : 62 mcq questions in 1 hour. The level of paper was tough. Only 7 were shortlisted. The questions was based on… Read More
Round 1 – Online MCQ round conducted on EduThrill which is their very own platform for conducting tests and hiring challenges. This round consisted of… Read More
Lodash _.memoize() method is used to memorize a given function by caching the result computed by the function. If the resolver is issued, the cache… Read More
In this article we will see how we can release the resources of player of PYGLET module in python. Pyglet is easy to use but… Read More
Given an array arr[] of size N representing the available denominations and an integer X. The task is to find any combination of the minimum… Read More
Round 1 (Online Test):  Round 1 was an online test, on Sep 5th, 2020 in which we were given 10 MCQs and two coding questions.… Read More
Deutsche Bank visited our campus for full time as well as for internship in the end of July (28th and 29th). Total Rounds: Coding Round.… Read More
Coding Round: There were 3 questions to be solved within 70 minutes. A 2D matrix is given to you, and you have to sort the… Read More
I was contacted by a recruiter through Linkedin. At that time I had just started in an XYZ firm as a software engineer. I had… Read More
JavaScript’s frameworks are one of the hottest topics to discuss when it comes to frontend development. These frameworks support the developer in component-based development and… Read More
NestedScrollView is just like ScrollView, but it supports acting as both a nested scrolling parent and child on both new and old versions of Android.… Read More
In this article we will see how we can open a file using file location object in PYGLET module in python. Pyglet is easy to… Read More
Prerequisite: Dictionaries in PythonThese question sets will make you conversant with Dictionary Concepts in Python programming language.   Question 1: Which of the following is… Read More
Given a string str consisting of 0, 1, and *, the task is to find the maximum occurring character out of 0 and 1 after… Read More