All Easy Articles
The interview took Place in our College Pes University. Over 900 Students applied for the Interview. Sept 25 was the Online Test which consists of… Read More
Databases are being used in every aspect of our lives right now. Trillions of bytes of data are being stored in servers around the world.… Read More
Company Name: Thorogood Location: Bangalore Presence: India, UK, USA Domain: Business Intelligence and Analytics Consultant Hello all, Hope this interview experience will help you.. “Thorogood… Read More
Job Location: Bangalore Company Presence: Global Domain: Travel Industry Hello all, Hope this interview experience will help you.. 73 candidates opted for the company.. First… Read More
In Java, Enumerations or Java Enum serve the purpose of representing a group of named constants in a programming language. Java Enums are used when… Read More
Given an array of digits of length n > 1, digits lies within range 0 to 9. We perform sequence of below three operations until… Read More
The pre-interview selection round had common Aptitude Questions and a Coding question. For Apti we had 20 questions – Solving Time (30 minutes) ( Questions… Read More
NullPointerException is a RuntimeException. In Java, a special null value can be assigned to an object reference. NullPointerException is thrown when a program attempts to… Read More
Deque (Doubly Ended Queue) in Python is implemented using the module “collections“. Deque is preferred over a list in the cases where we need quicker… Read More
The instanceof operator and isInstance() method both are used for checking the class of the object. But the main difference comes when we want to… Read More
An Artificial Neural Network (ANN) is an information processing paradigm that is inspired the brain. ANNs, like people, learn by example. An ANN is configured… Read More
Given three variables, a, b and c, swap them without temporary variable.Example :   Input : a = 10, b = 20 and c = 30… Read More
The purpose of Bisect algorithm is to find a position in list where an element needs to be inserted to keep the list sorted. Python… Read More
Prerequisite : Structures in CName and marks in different subjects (physics, chemistry and maths) are given for all students. The task is to compute total… Read More
What is the output for the following code snippet? #include<stdio.h> #define A -B #define B -C #define C 5    int main() {   printf("The value… Read More
Given an input string and a pattern, check if characters in the input string follows the same order as determined by characters present in the… Read More
Kuliza Technology visited our college for campus hiring.The selection process was as follows:- 1-written test Kuliza technology conducted a 2 hour online written test which… Read More
Veritas visited our college for campus hiring. The selection process included aptitude tests, 2 tech interviews, and an HR interview. The aptitude test was on… Read More
The value of the expression 100∑i=2 1/logi100! is: (A) 0.01 (B) 0.1 (C) 1 (D) 10 Answer: (C) Explanation: The expression 100∑i=2 1/logi100! can be… Read More
A tennis ball is initially dropped from a building of height 180 m. After striking the ground, it rebounds (3/5)th of the height from which… Read More