Python scripting is one of the most intriguing and fascinating things to do meanwhile learning Python. Automation and controlling the browser is one of them.… Read More
There were 3 rounds of interview. Online Round Online round consisted of 2 coding questions of 200 marks and MCQ of total 31 marks. I… Read More
There are three people (Ajay, Bhuvi and Chandu), one of them is a Gun, one a missile, and one a robot. The Gun always tells… Read More
There is a family, which has seven children. In this family, each boy has as many sisters as brothers and each of the girl has… Read More
Given two BSTs containing n1 and n2 distinct nodes respectively. Given a value x. The problem is to count all pairs from both the BSTs… Read More
Given a set of words represented in a ternary search tree, find the length of largest word among them. Examples: Input : {"Prakriti", "Raghav", "Rashi",… Read More
A certain number is given and the task is to count even digits and odd digits of the number and also even digits are present… Read More
Given a non-negative number n and two values l and r. The problem is to check whether all the bits are set or not in… Read More
Are you a developer? Have you ever coded your way through a web or a mobile application that is really cool and scalable? Being an… Read More
For a given number n (n > 1), we need to find the number of ways you can make a bitonic array of length n,… Read More
A Fragment is a piece of an activity which enable more modular activity design. A fragment encapsulates functionality so that it is easier to reuse… Read More
You are given a 2D grid of values 0 or 1, where each 1 marks the home of someone in a group. And the group… Read More