All Medium Articles
Avaya had 3 rounds for selecting students. The eligibility criteria was 8.0 CGPA and above, with no live or dead ATKT 1) Aptitude test The… Read More
Given an array of N integers. The task is to find the number of pairs (i, j) such that A[i] & A[j] is odd.Examples:   Input:… Read More
Company willingness criteria: students enrolled in B.Tech/IDD of cse eee ece mat with CPI > 7.50 Round 1: Online Test Experience: Platform: HackerRank, All languages… Read More
Round 1: First we took an online test(20 mcq’s and 2 programming questions) in our college. After 3 days Amazon recruiters came to our college.… Read More
Inrtoduction : Programming methodology is the process of designing, writing, testing, and maintaining computer programs. It encompasses various concepts and techniques that programmers use to… Read More
Given a number N, you need to find a divisor of N such that the Digital Root of that divisor is the greatest among all… Read More
In linear algebra, an n-by-n square matrix A is called Invertible, if there exists an n-by-n square matrix B such that where ‘In‘ denotes the n-by-n… Read More
Given an array A[] of size N. The task is to find the how many pair(i, j) exists such that A[i] OR A[j] is even.… Read More
Recently, BA Continuum India visited our campus for recruitment. There were total 4 rounds. Round 1: This round was a general aptitude test, which consisted… Read More
Consider following Java program: class GFG {     public static void main(String args[])     {         System.out.println("GeeksforGeeks");     } } GeeksforGeeks Explanation: 1)public: It is an access specifier which… Read More
Given two strings, str1 and str2, the task is to print the indices(Consider, indices starting from 0) of the occurrence of str2 in str1. If… Read More
Given a circular array containing of positive integers value. The task is to find the maximum sum of a subsequence with the constraint that no… Read More
Consider you have an infinitely long binary tree having a pattern as below:  1 / \ 2 3 / \ / \ 4 5 6… Read More
Barclays Investment Bank,  Pune Round 1 : Aptitude – cum – Coding test Aptitude test — 60 minutes Coding test — 30 minutes This online test… Read More
Symbian It is a dropped mobile operating system and digital platform developed for smartphones. It was initially developed for a closed-source operating system for personal… Read More
A microprocessor is a processing unit on a single chip. It is an integrated circuit that performs the core functions of a computer CPU. It… Read More
Given two numbers N and K. Find the number of ways to represent N as the sum of K Fibonacci numbers. Examples:   Input : n =… Read More
Given a number n, we need to find the last two digits of 2n. Examples:  Input : n = 7 Output : 28 Input :… Read More
Given an array of N distinct elements and a number val, rearrange the array elements according to the absolute difference with val, i. e., element… Read More
Given an array of positive integers(may contain duplicates) and a number ‘m’, find the number of unordered triplets ((Ai, Aj, Ak) and (Aj, Ai, Ak)… Read More