All Medium Articles
Manufacturing Execution System(MES) is a vital IT function that guides Management decisions with respect to Inventory Control, Production Targets, and Purchase Decisions. It falls under… Read More
Round 1: Online Coding Round First round is an online programming round with 2 questions. Given an array of elements and change the array in… Read More
What comes first to mind when you think about social networking? It’s Facebook of course! There is even a movie called The Social Network that… Read More
Writing a thousand lines of code and turning that into a website is one of the most creative and complicated things for web developers. If… Read More
Given an array arr[], the task is to find the number of sub-arrays with a GCD value equal to 1. Examples: Input: arr[] = {1,… Read More
Salesforce recently visited our campus for internship recruitment. Here’s my interview experience: Online Coding Round: Coding round consisted of 3 question which were of each… Read More
In Linux, there is a way to execute python files from anywhere. This can be done by typing several commands in the terminal. Prerequisite: Basic… Read More
Round 1:Online Test Aptitude, logical and reasoning test and 4 coding questions. I managed to finish the first sections in 10 mins. Each section has an… Read More
Online Technical Test: The duration of the Technical test was 60 mins on the platform Interview Bit. The Test comprised of two parts 30 mins… Read More
There were a total of 5 rounds all were elimination round. 4 were on the computer and the last round was face to face tech+HR.… Read More
Process: Screening -> Tech Round 1 -> Tech Round 2 -> HR -> 20 Min 40 Question Aptitude -> Selection Screening Round: There were nearly… Read More
There was a total of 4 rounds for the SDE role in Saavn. Online round: The online round was open to BTech CSE, BTech EE,… Read More
Given an array arr[] of length N, the task is to find the overall sum of subsets of all the subsets of the array.Examples:   Input:… Read More
Given an array arr[] of length N and an integer X, the task is to find the number of subsets with a sum equal to… Read More
Given an array arr[] of length N, the task is to find the number of subsets with a given OR value M.Examples:  Input: arr[] =… Read More
Django Field Choices. According to documentation Field Choices are a sequence consisting itself of iterables of exactly two items (e.g. [(A, B), (A, B) …])… Read More
A boolean value can be toggled in JavaScript by using two approaches which are discussed below: Table of Content Using the logical NOT operator Using… Read More
In social networking websites like Facebook, Instagram, etc, the username and profile picture of the user that has logged in gets displayed in the header… Read More
This is a mixed pattern which uses the different types in one and this pattern was asked to me when I was giving the 1st… Read More
The Dialog box is the way to inform the user about something. It is a nice way to popup on the user window to show… Read More