How would you design a database that allows these two tables to be stored and be infinitely expandable, while maintaining speed of execution?
Software Engineer I Interview Questions
1,701 software engineer i interview questions shared by candidates
Write a function to reverse each word in a sentence. For example, the sentence "John drinks milk" should be changed to "nhoJ sknird klim".
What is the maximum number of Friday the 13ths in any given year?
Would I be willing to be trained in the language they currently use. UniVerse.
Given an int, return a count of the number of ones in its binary representation
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!
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.
You have an array of numbers with each number having being duplicated except for one. The array is not sorted. How would you go about finding the number without a duplicate?
Viewing 11 - 20 interview questions