How would you declare a variable that would hold data from a sensor that is polled/updated often?
Intern Software Interview Questions
20,230 intern software interview questions shared by candidates
1.given an integer i, return the ith column name in excel.(ie, given 0, return A, 1-B, 26-AA, 27-AB) 2.find k largest number in an array.
What is the QA testing life cycle?
They asked about my project.
leetcode question with binary operators
to design a product the manages the user stream accounts, such as disney+, netflix.....
Invert a strings with special characters
How to reverse a linked list in O(n) time.
Describe some of the projects and technical experiences you have and how they pertain to the requirements of this position
Given a string and a pattern consisting of 'a's and 'b's check whether the string follows the pattern. Example: the string "catcatdogcatcat" follows the pattern "aabaa" bu substiting "a" as "cat" and "b' as "dog". Whereas the string "catdogcatcat" does not follow the pattern "aabaa" regardless of what is substituted for "a" and "b".
Viewing 1481 - 1490 interview questions