Matrix and some array questions
Internship Engineer Interview Questions
23,928 internship engineer interview questions shared by candidates
Given the following code, why won't it work? Write one line to fix it int main() { uint8 x = 0; while (x < 255) { x = x + 2; print(x); // yes I know this is wrong } }
Given a 2d array of student id and course, return all courses each pair of students is sharing. empty list otherwise.
Know how to work with bits.
In Thumbtack, users are able to rate Pros based on their experience working with them. Each rating is an integer ranging from 1 to 5, and all ratings are averaged to produce a single number rating for any given Pro. Those Pros who have a rating lower than a specified threshold are manually reviewed by Thumbtack staff to ensure high quality of service. You're given a list of ratings for some Pros. Find out which Pros should be manually reviewed.
Why would you choose US Bank over other companies?
Matching Parenthesis
hash map
2 Hackerrank questions , 1 was leetcode medium level and another hard level
Coding: how to use C++ to do parallel programming, Given a serial program, and use C++ to run it parallelly with multiple CPU
Viewing 1871 - 1880 interview questions