How do you deal with the storage usage using machine learning techniques?
Developer Internship Interview Questions
23,870 developer internship interview questions shared by candidates
2. The crux of this question was to find the connected component with maximum no of elements. The graph was given in the form of a binary matrix and the connected components were supposed to consist of all 1's
3. I do not remember this question. But I solved this question using priority-queue
In my first interview round, I was given a problem based on the queue. The question was that you have been given a list of integers in which you can move only in forward direction basically you are given two function getnextelement() and endlist() when endlist() is true then you have completely traversed the list. Now I was asked to develop an algorithm such that I print first odd number the first even number then second odd and second even and so on for example, the list is 1,4,6,7,2,3 my output will be 1,4,7,6,3,2
Round 1) Design a HR system for onboarding an employee onto all Salesforce platforms. Round 2) About my prior experience followed by basic Leetcode questions.
Describe a time you had to take leadership on a project
Describe an instance where you improved your code significantly.
Find output of "1+2-6-7+97"
(onsite) Design, at a high level, a way for hosts A, B, and C which are connected via the internet to communicated such that A and B can talk to each other, and B and C can talk to each other, but A and C cannot.
Difference between string buffer and string builder
Viewing 641 - 650 interview questions