Manipulation of strings question
Developer Internship Interview Questions
23,870 developer internship interview questions shared by candidates
How would you design stories feature of Instagram provided you don't have any ML model. Also the users whom you have more interaction with should be present at the start in stories section.
How to find the intersection of two linked lists?
They asked me to share a challenging part I faced during one of my projects.
Find the count of occurrence of each letter in a given string?
Difference between a list and an array?
Q: In the phone interview, I got a tree question and array question
They me asked about projects
Coding Challenge: Given commands like "./" "x/" "../" that determine whether to go forward or backward in a file system. Determine, after commands are given, how far away you are from the original (home) directory. Live Interview: - Add _____ functionality to your coding challenge - Tell me about _____ *insert random skills on your resume*
Online assessment coding questions's code was asked to explain in detail and come up with any optimization for your writtern solution. Question : Minimum Cost Tree From Leaf Values . Questions:2 Write the code for a graph problem. There are n computers numbered from 0 to n-1 connected by ethernet cables connections forming a network where connections[i] = [a, b] represents a connection between computers a and b. Any computer can reach any other computer directly or indirectly through the network. Given an initial computer network connections. You can extract certain cables between two directly connected computers, and place them between any pair of disconnected computers to make them directly connected. Return the minimum number of times you need to do this in order to make all the computers connected. If it's not possible, return -1
Viewing 581 - 590 interview questions