Boggle game - given a board of letters (2d array) and a word (string), return whether the word exists in the board. From each letter you can move in all directions (including diagonals), but you cannot use the same letter twice.
Technical Solutions Interview Questions
17,546 technical solutions interview questions shared by candidates
You are to write pseudo code O(n) algorithm to maximize a one day trade. You will have 5 days of predicted prices and your algorithm must choose what day to buy and sell to maximize gains.
Given a 3-digit number, find the next number using the same digits. Eg. if number is 124, code must return 214.
Q1.Cost of Debt or Cost of Equity - which is higher? Q2. Difference between FDI and FII Q3. work of an investment banker Q4. Venture Capital and Angel Investor Q5. Enterprise Value and Market Capitalization Q6. Ratios and Financial Statements related questions Q7. ESG investing
Balance parenthesis by removal, generate fibonacci.
You have two balls on different tracks, traveling without friction. Ball A is on a straight track traveling from left to right, from point a to point b. Ball B is on a track with a dip, traveling from left to right, also from point a to point b (same horizontal distance). Which ball arrives at point b first (or fastest)?
Do you smoke?
are you okay with traveling up to 50%
Implement indexOf() (find the index of the first occurence of given number, in an array of sorted numbers)
Implement strcmp() (string compare)
Viewing 11 - 20 interview questions