Sollicitatievraag bij Zycus

1. Tell me about yourself 2. Do you know Java 3. What do you know about object-oriented programming 4. Write the inorder preorder postorder traversal of 123 binary tree 5.What are the requirements for making a binary tree 6.Can exception handling be used in constructor 7.Does constructor return something 8.How do you access last,second last element,3rd last element in linked list 9.What is the difference between ArrayList and Linked List 10.What is privacy and security in online social media 11.Did you use any coding in the course. 12. Which API do you use to do so? 13.What do you require to access the last element in the left tree of binary tree

Antwoord op sollicitatievraag

Anoniem

28 aug 2018

1. Doesn't matter it didn't impact the interview 2.Basics of Java 3.Oops everything revolves around an object rather than functions. It follows...has properties like encapsulation which allows binding of data members and member functions, abstraction, inheritance, polymorphism 4. I got confused 5.i said a pointer, array that stores tree... I got confused 6.Yes 7.No 8.Making a pointer and traversing it till we reach the one that has null as next node and i got confused 9. got confused b/w array, array list linked list 10.----related to resume 11.---- 12.twython 13.got confused