The interview lasted for one hour. There were two interviewer. They first asked me for 30 minutes about what projects I have worked on and what my research is about. For the rest of 30 minutes, two technical questions were asked. 1. Given a number of double type "a" and an integer "b", write a function "pow(a,b)" that returns the value "a" raised to the power of "b". They will ask you to improve the efficiency if your code runs slower than O(b log b). 2. Implement an interface in which the first method "store(int val)" stores "val" in the data structure you chose to use and the other method "twosum(int value)" returns true if and only if two numbers stored in the data structure add up to "value". They will ask you to improve the efficiency if your code runs slower than O(n), where "n" is the number of numbers stored in the data structure.
Software Engineer C Interview Questions
666,191 software engineer c interview questions shared by candidates
Is String immutable?
What will you do if you get rejected in this interview?
Unexpected question:Code to swap numbers without third variable and reverse of a number.
Given two numbers, how can you transfer the value of one to the other without using a third variable?
Simple programming questions, how to find the median of a singly linked list by only passing through it once.
Write an application that maps out a large set of data in as little time as possible.
Why Rakuten?
What would you use/implement to serve static content in a web application that receives millions of visits per day?
Would you willing to learn Japanese?
Viewing 2201 - 2210 interview questions