You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Interne Software Interview Questions
17,716 interne software interview questions shared by candidates
How to check if a Binary tree is a BST?
how to transfer data represented as a binary tree from an application to another if you had no helping tools, and only using the language you used to code?
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
there is an array of size n that represents rooms , just one door is open (at index 0), and each room contains keys to the other rooms, we need to check if there is a way to get into all the other rooms.
they had a dsa round+ system design round+ hr round. dsa round was an interval sort question on compiler.
During the interview, I was asked a technical question related to trees. The interviewer wanted to know how I would approach a problem involving trees, and how I would implement a solution using a programming language. I was able to provide a thoughtful and accurate response to the question, which demonstrated my problem-solving abilities. Additionally, the interviewer asked me about my experience with JavaScript and requested that I explain some of my previous projects that utilized this language. I was able to provide a detailed explanation of my projects and how I utilized JavaScript to solve various problems.
Design and submit a project
Solve a problem using your favorite programming language
1st round: The technical interviews consisted of a leetcode-style easy question, and a playlist shuffling question. Both of these interviews didn't expect you to actually have runnable code, just an explained thought process. Final round: Many behavioral questions were asked about my ability to work with others. The coding interview was a sudoku based question.
Viewing 901 - 910 interview questions