All Basic Articles
Round 1(Online Coding Test): The test is been conducted on a HackerEarth Platform. It consisted of 3 questions based on data structures and algorithms. One… Read More
My Captain by The Climber is an online platform that helps the students to take the first step in their field of passion with the… Read More
They conducted 3 rounds. Round 1(Online test): This is an online test that is conducted on Hackerrank, it has 5 Multiple Choice Questions and 3… Read More
Amdocs visited our campus in September 2020 Eligibility: B.Tech, M.Tech & Dual ( CS & EC ) Type (FTE/Internship): FTE Selection Rounds: Online Test Technical… Read More
MongoDB the most popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘non-relational’. It means that MongoDB isn’t based on the table-like… Read More
1. Spring MVC : Spring is widely used for creating scalable applications. For web applications Spring provides Spring MVC framework which is a widely used… Read More
CLASSPATH describes the location where all the required files are available which are used in the application. Java Compiler and JVM (Java Virtual Machine) use… Read More
script.aculo.us can be used for enhancing the GUI and giving Web 2.0 experience to the users. script.aculo.us allows us to add dynamic visual effects and… Read More
Many times, we’ve seen experts saying that Self-Taught Programming is inarguably the best way to master programming skills. Even as per the reports, more than… Read More
Given a square matrix, mat[][] of dimensions N * N, the task is find the maximum sum of diagonal elements possible from the given matrix… Read More
Given an array arr[] consisting of N of integers, the task is to find the minimum positive value S that needs to be added such… Read More
Vectors: Vectors are containers similar to dynamic arrays, with the ability to resize when a new element is inserted or deleted from it. It is… Read More
Set: Set is a type of associative container which stores elements in a sorted manner. All the elements of a set are unique and can… Read More
Map in STL: Maps are associative containers that store elements in a mapped fashion. Each element has a key value and a mapped value. No… Read More
Round 1: This round was divided into two parts:-Part A and Part B. Part A: It was an online round which consisted of English(10 min)… Read More
Accenture recruited at the zonal level for 2 roles: Application development associate and Application development analyst. The role would be offered based on interview performance… Read More
So Optum(UHG) visited our campus for a summer intern role in early November. There were in total of 3 rounds. ROUND 1: This round basically… Read More
This exercise has been deleted as per the new NCERT Syllabus Question 1. Amina thinks of a number and subtracts 5/2 from it. She multiplies… Read More
Given two Matrices, check if all rows contain at least one element common with the same index row of other Matrix. Input : test_list1 =… Read More