They asked me to share a challenging part I faced during one of my projects.
Software Engineer Internship Interview Questions
23,635 software engineer internship interview questions shared by candidates
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
Receive a string, return the first letter which appears once.
Describe a Data Structure that uses get,set and setAll in O(1) time.
Implement a tree data structure and a recursive depth first search on trees.
Viewing 581 - 590 interview questions