2 questions on the Hackerrank website.
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Longest Common Subsequence - You can see this is kind of a Leetcode question.
iterating over an entrire tree
Design patterns for a car rental
Describing what a given code do
What do you know about OOP?
created a react component that fetches data and renders the data on the screen with complex logic
Normal Linked list and Binary search kind of questions, hard String comparing recursion question.
1-you are given two lists find the first node at which they collide 2-implement a stack data structure (only takes int and has a max size) 3-if you have a string that contains () {} [] .. check if its balanced 4-implement a stack with get_min o(1) you can use additional space 5- given a binary search tree and a number a find the rank of a
Given an array, check if there is a sub-array who's sum is equal to N (which is given as a parameter).
Viewing 611 - 620 interview questions