i
Susaha International
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.
Gave me some topics and told me to speak about it
posted on 29 Sep 2023
I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Aug 2023. There were 3 interview rounds.
MCQs on DSA, OOPS, SQL
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, while C++ supports both procedural and object-oriented programming paradigms.
C does not support classes and objects, while C++ does.
C does not have built-in support for exception handling, while C++ does.
C does not have namespaces, while C++ does.
C does not have function overloading, while
OOPS (Object-Oriented Programming) features include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.
Polymorphism: Ability to use a single interface to represent different data types or objects.
Abstraction: Hid...
Linked lists are data structures where each element points to the next element, while double-linked lists have pointers to both the next and previous elements.
Linked lists are made up of nodes, where each node contains data and a pointer to the next node.
Double-linked lists have nodes with pointers to both the next and previous nodes, allowing for traversal in both directions.
Example: Singly linked list: 1 -> 2 -> 3 ->...
Types of traversals in trees include inorder, preorder, postorder, and level order traversal.
Inorder traversal: Visit left subtree, root, right subtree (L-R-N)
Preorder traversal: Visit root, left subtree, right subtree (N-L-R)
Postorder traversal: Visit left subtree, right subtree, root (L-R-N)
Level order traversal: Visit nodes level by level from left to right
posted on 28 Nov 2021
Indian Army
Indian Air Force
Tata Advanced Systems
Hindustan Aeronautics