Motorola Interview Questions
0of 0 votesremove duplicates from a sorted linked list
0of 0 votesHow to know the stack size in C?? I am using Windows 32 bit and VC++ compiler...
0of 0 votesWhat is the difference between my and local in perl?
0of 0 votesQuestion 5 :-
* Difference b/w C++ & Java
* Multiple Inheritance in Java
* Difference b/w Overriding & Overloading
* Wrapper Classes
0of 0 votesQuestion 4 : Asked basic concepts of OS like
what is an OS , functionality and necessity of OS ??
* Difference b/w Process & Thread
* Asked about Android , on what OS its based and then started asking Memory Scheduling mechanisms ,Disk Scheduling Mechanisms , Process Address Space , Process attributes
0of 0 votesQuestion 3: Asked to print the path of the tree in zig-zag fashion
0of 0 votesQuestion 2 : Explain the difference b/w C & C++ , C++ & Java
Write down all the features of C++ and explain each with an example
0of 0 votesYesterday i had interview @Motorola Mobility ..
The interviewer asked the following question
Questions 1 : Given a Linked List where a node points somewhere ( might be another node) but not the subsequent node. Find if such a link exists in the given list
Interviewer told that its called Malformed Linked List , since the link was pointing to random node instead behaving the usual way
* Reverse a Singly linked list given a single head pointer
0of 0 votesGiven a large file containing records(name,variable lenght address).Records are already sorted in alphabetical order.Give a DS to implement efficient adding /Deleting /Searching of the records.Suggested Trie .Gave 15min time to implement it
0of 0 votesdesign hash table
0of 0 votesreverse linked list
0of 0 votesmth element from last in linked list
0of 0 votesProve that the order of a selection sort using binary search tree in the worst case (e.g. when the input is already sorted) in O(n2).
0of 0 votesdifference between process and program
0of 0 votesif you are not able to identify errors just by discussing with client and customers, what would you do?
0of 0 votestell me about an experience where you had to introduce a new concept to a group of people and win their support
0of 0 votestoughest project till date
0of 0 voteswhat is the problem with following initialization:
int i = 1l
int j = oxFFFF;
(answer is portability)
0of 0 voteshow would you accomodate changes in the system if the requirement changes in the last moment
0of 0 voteshow will you adjust yourself in a fast paced environment
0of 0 votesWhy Motorola?
0of 0 voteshow will you motivate an employee to work
0of 0 votestell me about an event where you failed brutally - how did you convert it to a learning experience
0of 0 votesDesign Patterns - Talked about Singleton, Observer, Abstract Factory.. more
0of 0 votesAsked about Java OOP.
