Filter interviews by
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
Top trending discussions
Dsa + JavaScript related questions and outputs
Js related coding + easy dsa
I focus on learning new programming languages, technologies, and best practices to stay current in the industry.
Learning new programming languages such as Python or Go
Exploring emerging technologies like blockchain or machine learning
Staying updated on best practices in software development such as Agile or DevOps
Improving problem-solving skills through coding challenges and projects
RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.
RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.
RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.
RISC processors rely on optimizing compilers for performance, while CISC...
Interpreter translates code line by line while compiler translates entire code at once.
Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)
Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)
Basic leetcode problems
posted on 11 Sep 2023
Multithreading using RTOS involves creating multiple threads to run concurrently, managed by a real-time operating system.
RTOS provides scheduling and synchronization mechanisms for managing multiple threads.
Threads in RTOS can have different priorities to ensure timely execution of critical tasks.
Example: Using FreeRTOS to create multiple threads for handling different tasks in an embedded system.
posted on 29 Nov 2022
I applied via Campus Placement
Simple basic codes were asked like finding prime number and all
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reusability and promotes the concept of hierarchy in programming.
The existing class is called the parent class or superclass, and the new class is called the child class or subclass.
The child class inherits all the properties and methods of the parent class and can...
Stacks are implemented using arrays or linked lists to store and retrieve data in a Last-In-First-Out (LIFO) order.
Arrays are used to implement static stacks where the size is fixed
Linked lists are used to implement dynamic stacks where the size can change
Push() and pop() operations are used to add and remove elements from the stack
Stacks are used in programming languages for function calls and recursion
Stacks are also...
Yes, I am able to relocate to Bangalore.
I am open to relocating for the internship opportunity.
I am flexible and willing to move to Bangalore for the duration of the internship.
I have no constraints that would prevent me from relocating to Bangalore.
I am excited about the prospect of working in Bangalore and experiencing a new city.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Use SQL query with ORDER BY and LIMIT to find the second highest salary.
Use SELECT statement to retrieve salary column from the table.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to get the second highest salary.
Use SQL query with GROUP BY and window function to check for duplicate rows.
Use GROUP BY to group rows with same values together
Use COUNT() function to count the number of occurrences of each group
Use window function like ROW_NUMBER() to assign a unique number to each row within a group
based on 1 review
Rating in categories
Technical Lead
640
salaries
| ₹9.4 L/yr - ₹30.7 L/yr |
Senior Engineer
458
salaries
| ₹5 L/yr - ₹18 L/yr |
Advanced Software Engineer
435
salaries
| ₹12 L/yr - ₹34 L/yr |
Software Engineer
425
salaries
| ₹4 L/yr - ₹16 L/yr |
Senior Software Engineer
350
salaries
| ₹7.2 L/yr - ₹30 L/yr |
Siemens
Bosch
ABB
Schneider Electric