Given an int, return a count of the number of ones in its binary representation
Engenheiro De Software I Interview Questions
2,786 engenheiro de software i interview questions shared by candidates
Given a 7 digit phone number, find out all the words that can be formed using this number based on the T9 keypad.
Hardest question: finding the number of descendants in a tree structure recursively. Solution is simple, but can stump even advanced programmers if you are not prepared!
Why did you choose WCF for the coding exercise? Design pattern questions, OOPs concept etc
What makes languages like java or c++ able to create object oriented programs?
Programming Round: 1) Write a program count 1 to 50 number. Every multiple of 3 it should print " Manhattan " and Every 5 multiple it should print " Associate " and combination of 3 and 5 multiple. it should print "Manhattan Associate". 2) How to create class for Smartphone feature using oops concept. Databse: They Given Three table : shellar name,Customer,order: 1) find out all shellarename who ever purches Maruti car. 2) find out all shellername who ever purches Honda and indika car.
Geometry problem that I had never seen or thought of before.
Code an addition function given two strings
1. write a program to implement memcpy 2. reverse a linked list recursively 3. inter-process communication 4. explain everything from the time you type a url in the browser 5. implement a stack
Bar raiser 1. Given array of numbers, find a, b, c such that a + b = c. Can you beat O(N**2) ? 2. Difference between Quick sort and Merge sort. What modifications you make in Quick sort so that it provides O(N lg N) worst case complexity.
Viewing 51 - 60 interview questions