All Hard Articles
In this article, we are going to understand private bytes, virtual bytes, and working sets. Private Bytes :As a result of completely paging out the… Read More
Recently I had gone through four rounds of Synopsys Interviews for R&D Senior Engineer 1 Round 1:  Output-based questions: C++ int j = 0;   … Read More
ZS was the third company that visited our campus in the month of August for the recruitment of three profiles: Decision Analytics Associate (DAA) (Open… Read More
Goldman Sachs came to my campus offering a full-time offer for an analyst role. All branches were allowed to appear for the coding round. We… Read More
Paytm visited our campus on 12th August for Software Engineer Role. Total 4 rounds happened. Round 1(Coding Round): This one happened for 70 mins where… Read More
A Short Overview: Microsoft came to our campus to select candidates for Summer Intern in July 2021. Out of the 244 candidates (from CSE +… Read More
InfoEdge visited our campus (NIT Agartala) on 22nd July 2021 for the role of Software Engineer. All the details of the rounds are given below:… Read More
Given two integers N and K, find the distinct number of ways to create an array of N elements where each element is in the… Read More
The object of the Date class represents the naive date containing year, month, and date according to the current Gregorian calendar. This date can be… Read More
In this article, we will be building a very simple currency converter app with the help of an API. Our app contains three sections, one… Read More
Round 1(Online Coding Round – Hackerrank Platform): This round consisted of 1 Coding question and 15 Multiple choice questions. This round lasted for 60 minutes.… Read More
Sprinklr came to our college on Day1 (August 2021) for a Product Engineer Internship. Round 1(Coding Round): It comprises of 3 coding Questions on HackerRank… Read More
Morgan Stanley visited our campus on 21st July 2021 for hiring final year students for Technology Analyst Role at their Mumbai/Bengaluru division.  About 350 people… Read More
I applied through Infytq site with Hackwithinfy  Interview: I got mail on 29th June I would have an interview on 24th July. Interviewer: Tell me… Read More
Given an array arr consisting of N unique integers, the task is to rearrange the array such that element at index i of array should… Read More
In Placement season 2021-22 Walmart Labs Visited our campus Round 1(Coding Round): Platform was HackerEarth time duration was 1 hour.  [100 Marks ] 30 MCQs… Read More
Given two integer coordinates (X1,  Y1) and (X2, Y2) and two positive integers K1 and K2, the task is to check if both the coordinates… Read More
Given two arrays A[] and B[] consisting of N positive integers, the task is to find the minimum number of increment and decrements of adjacent… Read More
First, let’s discuss in the context of JavaScript, JavaScript does not have any mechanics to deal with and manipulate binary data. That’s why we needed… Read More
React Native is a framework developed by Facebook for creating native-style applications for Android & iOS under one common language, i.e. JavaScript. Initially, Facebook only… Read More