All Medium Articles
Round 1:  First Round comprises of 1 coding question of 20 marks and 16 MCQs. MCQs was based on stats, probability, data structure, combinatorics etc. … Read More
Test • 8 MCQs (based on classes, OOPs, output questions, time complexity, DBMS, OS) • A question which was based on finding the sum of… Read More
Given a number N, the task is to check if it is prime or not using Wilson Primality Test. Print ‘1’ if the number is… Read More
First of all, you can’t compare Campus Placements with off-campus placements. Both of them all good in there in own ways. Let’s discuss both of… Read More
Given N Chocolates and K students, the task is to find how to divide the chocolates such that the difference between the minimum and maximum… Read More
Problem – Draw the timing diagram of the given instruction in 8085, MOV B, C Given instruction copy the contents of the source register into… Read More
printStackTrace() The printStackTrace() method of Java.lang.Throwable class used to print this Throwable along with other details like class name and line number where the exception… Read More
Given a stack of integers. The task is to design a special stack such that the maximum element can be found in O(1) time and… Read More
First of all, you should know about the interview process.Each Company searches for savvy specialist and skilled competitors having the capacity to take every necessary… Read More
Given an array of size N and a sum, the task is to check whether some array elements can be added to sum to N… Read More
Given a string. The task is to check if the string is a palindrome or not using pointers. You are not allowed to use any… Read More
Given a list of items and the task is to retrieve the multiple selected value from a select box using PHP.Use multiple attribute in HTML… Read More
The IntUnaryOperator Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
Given a String, the task is to convert it into a List of Characters in Java. Examples: Input: String = "Geeks" Output: [G, e, e,… Read More
The ellipse() function is an inbuilt function in p5.js which is used to draw an ellipse. Syntax: ellipse(x, y, w, h) ellipse(x, y, w, h,… Read More
The ‘=’ is an operator in C++ STL which copies (or moves) a set to another set and set::operator= is the corresponding operator function. There… Read More
Given an array and a Number N. The task is to check whether there exists any subset of this array such that the bitwise AND… Read More
Seventeen members shortlisted after the initial online test, all from computer science dept. The online test consisted of four sections: Qunat, Aptitude, English and two… Read More
Round 1:Coding round It was an on campus inter placement of amity university. We all were given a coding question which was to be solved… Read More
In this Python for Data Science guide, we’ll explore the exciting world of Python and its wide-ranging applications in data science. We will also explore… Read More