All Expert Articles
Amazon has visited our campus (NITJ) for the role of Software Developer Engineer-I (16th August 2019) Process: 1 online coding round+ 4 F2F technical interviews.… Read More
While working with Python dictionaries, we can always come across a problem in which we have list of dictionary with possible repetitions and we wish… Read More
OS module in Python provides functions for interacting with the operating system. OS comes under Python’s standard utility modules. This module provides a portable way… Read More
Given a rooted tree (assume root is 1) of N nodes and Q queries, each of the form (Val, Node). For each query, the task… Read More
In Bottom-Up insertion of Red-Black Trees, “simple” Binary Search Tree insertion is used, followed by correction of the RB-Tree Violations on the way back up… Read More
Amazon has visited our campus (NIT JALANDJAR) for the role of Software Developer Engineer-I (16th August 2019)  Process: 1 onilne coding roun+ 4 F2F technical… Read More
os.kill() method in Python is used to send a specified signal to the process with a specified process ID. Constants for the specific signals available… Read More
Round 1: Written Test Contains total 42 Questions (90 Minutes) 14 Technical (7 JAVA, 7 C++) 14 Aptitude 14 English Round 2: Coding Round 2… Read More
Interview Experience:  JP Morgan Chase & Co. (Software)  JP Morgan visited our IIT Roorkee campus for Summer Internship hiring for quant research as well as… Read More
Usually Amazon SDE-2 interviews happens in 2 days schedule. On the 1st day there will be 3 rounds (PS/DS and design rounds). If the feedback… Read More
Round 1:  It consisted of a single coding question to be solved under 3 hrs. There were two slots – First slot received this question- There are… Read More
Given two trees each of N nodes. Removing an edge of the tree partitions the tree in two subsets.Find the total maximum number of distinct… Read More
Infosys exclusive hiring is InfyTQ – Infosys Talent Acquisition. It’s actually an exam conducted in Infosys Training at Mysore campus after training trainees for 2-3 months, but… Read More
Everyone is trying to make their web applications faster, more scalable, and easier to maintain. There’s a huge push moving us more and more to… Read More
TCS Digital Placement Process Experience-2019 Round 1 It is an Online Test Round, duration of nearly 2 hours which consists of four sections namely English,… Read More
The HTML <colgroup> width Attribute is used to specify the width of the colgroup element. The <colgroup> attribute sets a predefined width of column group.… Read More
Round 1: Initial round was 1 hr test conducted at hackerrank, which consists of 2 coding questions and around 20 MCQ. https://www.geeksforgeeks.org/minimum-maximum-values-expression/ Length of longest… Read More
Online round (HackerRank): This round was of 1 hr 15 mins and consist of 2 sections section 1: 10 MCQS  time:(15 mins) Topics: (Aptitude, OS,… Read More
This is to take Jacobi’s Method one step further. Where the better solution is x = (x1, x2, … , xn), if x1(k+1) is a… Read More
A stack is a collection of objects that are inserted and removed using Last in First out Principle(LIFO). User can insert elements into the stack,… Read More