Given an integer, write a function that rotates the digits to the right.
Software Engineer Intern Interview Questions
9,334 software engineer intern interview questions shared by candidates
A basic string manipulation question (unfortunately I don't remember the details as it was my first interview of the day)
Given a string containing sets of curly braces (ex. "({LMN}h{RlO}}") print out the reverse of everything in curly braces. (Ex. "RIOhLMN" )
Sorting, node functionalities, javascript, Dbms, oops, search questions
2 medium level leetcode questions, based on trees as well as linked list.
When did you have to overcome adversity?
Q1. Given a sorted binary matrix, count the number of negative numbers.
1. Why you are seeking for SWE job not AI.
I needed to implement the following methods, all in O(1) time complexity: get(i) - return the value of key i set(i, v) - set key i to have value v setAll(v) - set all keys to have value v
write a kind of sort algorithm and tell the complicity.
Viewing 9191 - 9200 interview questions