All Easy Articles
Odometry Odometry is the use of motion sensors to determine the robot’s change in position relative to some known position. The idea behind that is… Read More
As we know XML document is used to store and transport data. So, to access data from XML, we need something which could access each… Read More
An Array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. Vectors… Read More
Hello everyone! I recently interviewed with IBM for the role of Associate System Engineer. The entire assessment had 3 rounds, all of which were eliminating… Read More
TCS is hiring graduates through the National Qualifier Test (NQT) drive for selected colleges. They will be hiring fresher graduates from India and are providing… Read More
Hello everyone! Recently, Cognizant visited our campus and I appeared for their GenC assessment. So, here is a detailed dive into my experience with the… Read More
Deloitte visited our campus for 3 profiles: Analyst – Deloitte USI ConsultingAnalyst – Deloitte IndiaTechnology Analyst- Risk & Financial Advisory Shortlisting Criteria: No active backlogs.Aggregate… Read More
Recruitment Process: Capgemini conducts 3-4 rounds to select fresher as Analysts/senior Analysts in their organization. Aptitude testTechnical interviewHR interviewAcademic Criteria: 65 percent or above in… Read More
Given a Binary Tree, the task is to find the sum of leaf nodes at every level of the given tree. Examples: Input: Output:0063012Explanation:Level 1:… Read More
Given a positive integer N, the task is to find the minimum number of addition operations required to convert the number 0 to N such… Read More
Round 1: Aptitude Round It was held on the AMCAT platform and it was an easy round as quants weren’t part of the aptitude test… Read More
Round 1: Coding Test The first round consists of 3 coding questions. and time given was 3 hours. After this round 35 students got selected… Read More
Qualitative Data: In the field of analysis, the terms “qualitative data” and “quantitative data” are used frequently. Quantitative and Qualitative are the two sides of… Read More
Data Science Skills need your time, efforts, a thorough reading of tutorials, books, blogs, videos, courses, and attending classes – ONLINE or OFFLINE. After you… Read More
In this article, we are going to see how to create a telegram bot using Python. In recent times Telegram has become one of the… Read More
Given a string, recursively remove adjacent duplicate characters from the string. The output string should not have any adjacent duplicates. See the following examples. Examples: … Read More
A theatre is a place where everyone enjoys the movie in public. In this article, let’s see about the typical Indian theatre’s management system along… Read More
Network Firewalls are the devices that are used to prevent private networks from unauthorized access.  A Firewall is a security solution for the computers or… Read More
In previous GATE authority has revised syllabus of GATE CS and has added few sections as you can see/analyse here.  In this year, GATE authority… Read More
Member Function: It is a function that can be declared as members of a class. It is usually declared inside the class definition and works… Read More