Write a function that takes an integer and counts the number of bits.
Software Interview Questions
551,385 software interview questions shared by candidates
Remove the nth from last element in a singularly linked list in linear time.
Coding question - given a binary tree, write code to count the sum off all siblings.
1.In a certain company, 30 percent of the men and 20 percent of the women attend night school. If 40 percent of all employees are men, what percent of all the employees attend night school?
If it were two hours later, it would be half as long until midnight as it would be if it were an hour later. What time is it now?
why is the exponential function important in finance?
The most difficult question for me was the coding questions. They asked about what a certain line of code did and then they had me code a sorting algorithm or sorts. I was asked to code a function that would find the first none repeated letter.
Technical Given an unsorted array of numbers (that may contain repeated numbers), print or produce a data structure that contains all the pairs that have a sum equal to a number k. Do not include pairs that are the same numbers in a different order. Ex. [3,2,6,2,0,5,3,8,7,10] [(0,10),(2,8),(3,7)]
Given a string of words, reverse the words. Ex: "I like cats" --> "cats like I"
a coding question about given a lowercase string 'ab',write a program to generate all possible lowercase and uppercase combination {'AB',‘Ab’,'aB' and 'ab'}
Viewing 2751 - 2760 interview questions