All Easy Articles
Recently BlackRock came to our college for internship. Here I would like to share my wonderful experience. There was one online round and 2-3 F2F… Read More
Round 1 (Telephonic) : Discussed about previous projects. How Node.js internally works. What is left joins and how it’s works. Round 2 (F2F) : How… Read More
The difference between compound interest and simple interest on an amount of Rs 15,000 for 2 years is Rs 96. What is the rate of… Read More
An OrderedDict is a dictionary subclass that remembers the order in which keys were first inserted. The only difference between dict() and OrderedDict() lies in… Read More
Eligible Streams BE- ECE, IT & CSE M.Tech – CSE & IT ME- ECE Criteria 10 & 12 – >=60% Graduation – >=60% CGPA –… Read More
Given a positive integer n, the task is to print the nth non-Fibonacci number. The Fibonacci numbers are defined as:  Fib(0) = 0Fib(1) = 1for… Read More
Eligibility Streams: · BE- ECE, CSE & IT · ME – ECE (Wireless communication) · M.Tech. – CSE & IT · MCA Eligibility Criteria: ·… Read More
Oracle Ltd. recently visited our campus for the role of the application developer. There were a total of 5 rounds (online test+3 tech interviews+ hr… Read More
Technical round 1: 1 I was asked to implement L.R.U.(least recently used cache) using any DS i want 2 Build a Binary Tree using inorder… Read More
3 rounds: 1. Online Test 2. Technical Interview 3. HR interview Online Test :: There were four sections – Code Snippets ( All the questions… Read More
General Electric Digital came to our campus for recruitment. It had conducted an online exam a week before followed by 2 round of interviews a… Read More
In C++, we can pass parameters to a function either by pointers or by reference. In both cases, we get the same result. So, what… Read More
We use Bookmarks to remember the important websites which we think we will use them very often in future. Here’s a simple python code which… Read More
The sum if two numbers is 528 and their HCF is 33. The number of pairs of numbers satisfying the above condition is: (A) 4… Read More
A box contains 5 green, 4 yellow and 3 white balls. Three balls are drawn at random. What is the probability that they are not… Read More
In Java, object destruction is taken care of by the garbage Collector module and the objects which do not have any references to them are… Read More
TOTAL 3 ROUNDS: ROUND 1::ONLINE TEST…topics (a) quantative aptitude (b) logical reasoning (c) unix(technical part) (d) sql / pl-sql(technnical part) (e) english comprehension and general… Read More
The idea of pattern based programs is to understand the concept of nesting of for loops and how and where to place the alphabets /… Read More
In Java, new is an operator where newInstance() is a method where both are used for object creation. If we know the type of object… Read More