Question 1 / 4 (Repeat characters in a string)
You are given a function findRepeatCharacters which takes in a string s. Complete the function to print the repeating characters in a string in lexicographical order. (one-per-line)
Question 2 / 4 (Rotate an array)
Write a progam to rotate a matrix by 90 degrees clockwise. You should write complete code (including headers). Read the input from standard input (STDIN) and print the output to standard output (STDOUT).
Question 3 / 4 (Nth largest node in a BST)
Given a binary search tree (BST), return the Nth largest node. The function nLargeBST takes the root of the BST and N as parameters
Question 4 / 4 (Binary Search Tree to Sorted Doubly Linked List)
Write a program to convert binary search tree in to sorted doubly linked list, Inplace. Given pointer to head of binary tree
Interview by recuriter, Phone interview over Chime with one easy Leet code problem and 2 behavioral questions. Although the interviewer was very casual at the start of the conversation, it quickly changed into behavioral questions at the start.
Interview questions [1]
Question 1
Encoding optimization algorithm and talk about a project you did recently.
First round is just leet code coding which screens through AI before going into live coding. Pretty simple and straighforward. Not too tough. Recruiter walks through it pretty nicely. Not sure how many rounds there are exactly
After submitting my application for the Software Engineer position, I received an invitation to complete an automated Online Assessment (OA). The assessment consisted of standard coding challenges, primarily focusing on algorithmic and data structure problems. Unfortunately, a few days after submitting my solutions for the assessment, I received an email informing me that I would not be moving forward in the interview process and was rejected.