Suppose you are buying earphones from an E-commerce website. Or maybe reading about which earphones are the best from a blog. Or even just checking… Read More
Given an array arr[] of size N and a 2D array Q[][] consisting of queries of following two types: 1 X Y: Update the array… Read More
This article is about my Interview experience with Salesforce’s Campus Recruitment Program (Futureforce) (Pool Campus). The process took place in the first week of January… Read More
Interview level is Easy if you have basic coding and communication skill MountBlue selection take place in three rounds Coding Round Technical Interview HR interview… Read More
Round 1: Aptitude round with 30 question. Split up 5 of C aptitude,20 of Java and 5 quant. For sample questions http://varsha6896.blogspot.com/2020/12/zoho-1st-round-questions.html Most of the… Read More
Every student has big dreams in his/her eyes when he/she enter college but unfortunately, some students totally give up when they come in the second… Read More
Introduction: Experts expect Artificial Intelligence (AI) to work towards creating a better life to live. They say as more computation power will be available in… Read More
Given a 2D array edges[][] of type { X, Y } representing that there is an edge between the node X and Y in a… Read More
Given a Binary Tree, the task is to find the count of diagonal paths to the leaf of a binary tree such that values of… Read More
Given a Binary Tree of positive integers. The task is to convert it to a BST using left shift operations on the digits of the… Read More
Given two arrays A[] and B[] consisting of N integers and an integer K, the task is to find the maximum value of B[i] +… Read More
Given an array arr[] of size N and an integer K, the task is to print all possible ways to split the given array into… Read More
Given an array A[] consisting of N positive integers and an integer X, the task is to determine if it is possible to convert all… Read More
In many placement exam rounds, we often encounter a basic question to find word analogies. In the word analogy task, we complete the sentence “a… Read More
Featured Articles
View All