Filter interviews by
I applied via LinkedIn and was interviewed before Feb 2020. There were 3 interview rounds.
I have 5 years of experience in Embedded design.
Designed and developed embedded systems for various applications
Proficient in programming languages such as C, C++, and Assembly
Experience in working with microcontrollers and microprocessors
Developed firmware for IoT devices
Designed and implemented communication protocols such as SPI, I2C, UART
Experience in debugging and troubleshooting hardware and software issues
Top trending discussions
I applied via Approached by Company and was interviewed before Dec 2021. There were 3 interview rounds.
n-tier architecture is a software design pattern that divides an application into logical layers.
It separates presentation, application processing, and data management functions.
Each layer can be developed and maintained independently.
Examples include 3-tier and 4-tier architectures.
It improves scalability, maintainability, and flexibility of the application.
I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.
Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.
Name mangling is used in C++ to support function overloading.
It is also used in Python to avoid naming conflicts in modules.
Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.
In C++, name mangling can be seen by using the 'nm' comman
I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.
AD DNS DHCP are Microsoft technologies used for network management and authentication.
Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.
Domain Name System (DNS) is used for name resolution of network resources.
Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.
AD, DNS, and DHCP are often used ...
IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.
IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.
SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.
PaaS (Platform as ...
General questions for 1 hors online exams
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
C++ is an extension of C with object-oriented programming features.
C++ supports classes and objects while C does not.
C++ has better support for polymorphism and inheritance.
C++ has a standard template library (STL) while C does not.
C++ allows function overloading while C does not.
C++ has exception handling while C does not.
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and functions to manipulate that data.
It emphasizes on encapsulation, inheritance, and polymorphism.
Examples of OOPs languages are Java, C++, Python, etc.
Polymorphism is the ability of an object to take on many forms.
It allows objects of different classes to be treated as if they were objects of the same class.
It is achieved through method overriding and method overloading.
Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.
Example: A method can have different implementations in different clas...
Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.
It is a way of organizing complex systems
It allows users to interact with complex systems without needing to understand the underlying details
It helps to reduce complexity and increase efficiency
Examples include object-oriented programming and APIs
A C program to reverse a given string.
Declare a character array to store the input string.
Use a loop to iterate through the string and swap the characters.
Print the reversed string.
Swapping two numbers using macro in C language
Use a temporary variable to store the value of one number
Assign the value of the second number to the first number
Assign the value of the temporary variable to the second number
Define a macro for swapping the numbers
Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}
based on 1 review
Rating in categories
Content Editor
3
salaries
| ₹9.7 L/yr - ₹11.3 L/yr |
Sales Associate
3
salaries
| ₹8 L/yr - ₹9 L/yr |
Legal Manager
3
salaries
| ₹9.2 L/yr - ₹9.2 L/yr |
Project Guide
3
salaries
| ₹5.4 L/yr - ₹10 L/yr |
TCS
Accenture
Wipro
Cognizant