Write a java code to sort a list of employees based on their last names?
Internship Software Engineer Interview Questions
23,657 internship software engineer interview questions shared by candidates
They had me build something in React and we got coffee afterwards.
Interpret binary numbers (originally given as string) as binary and add them up and return the result as a string
How does Java compile?
Code a "minefield" array such that each neighbor is able to check whether the immediately adjacent neighbor is active (mine placed) or inactive (empty).
given two numbers represented by string - add them up and return the result.
Write an algorithm to find if one string can be converted to a palindrome with removing just one element?
Print the nth node in the in order traversal of a binary tree.
1)Construct a binary tree given inorder and preorder traversal arrays? 2) Merge two sorted arrays?
it was more like a discussion question, I have a binary tree with positive and negative values i want to represent it in arrays of integers u can use 1 or more arrays to represent it, after that we want to write a function that take this representation and construct the binary tree
Viewing 1241 - 1250 interview questions