Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2021. There were 3 interview rounds.
Array of pointers is an array containing memory addresses of variables, while pointer to an array is a pointer pointing to the first element of an array.
Array of pointers can be used to store multiple strings, each string being a pointer to a character array.
Pointer to an array can be used to access elements of an array using pointer arithmetic.
Array of pointers can be dynamically allocated using malloc() function.
Poin...
Accessing nested index using pointer in C/C++
Use the arrow operator (->) to access the nested structure element
Use the dereference operator (*) to access the nested array element
Example: ptr->nestedStruct.nestedArray[*].element
Example: (*ptr).nestedArray[*].element
I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 3 interview rounds.
Yes, C# supports multiple inheritance through interface implementation and class inheritance.
C# does not support multiple inheritance through class inheritance alone.
To achieve multiple inheritance, a class can inherit from one class and implement multiple interfaces.
Example: class MyClass : MyBaseClass, IInterface1, IInterface2 { }
Security for a web API can be provided through authentication, encryption, and rate limiting.
Implement authentication mechanisms such as OAuth or API keys to ensure only authorized users can access the API.
Use encryption to protect sensitive data being transmitted over the network.
Implement rate limiting to prevent excessive requests and potential denial of service attacks.
Regularly update and patch the API to address ...
Top trending discussions
ITSM stands for Information Technology Service Management.
ITSM is a set of policies, processes, and procedures for managing IT services.
It focuses on delivering value to customers through the management of IT services.
Examples of ITSM tools include ServiceNow, BMC Remedy, and Jira Service Desk.
System engineers are responsible for designing, implementing, and maintaining computer systems and networks.
Designing and implementing computer systems and networks
Troubleshooting and resolving technical issues
Collaborating with other team members to ensure system functionality
Monitoring system performance and security
Updating and upgrading systems as needed
posted on 6 Jul 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
posted on 26 Jun 2024
Some of the top questions asked at the American Megatrends System Software Engineer interview -
based on 20 reviews
Rating in categories
System Software Engineer
123
salaries
| ₹3 L/yr - ₹12 L/yr |
Senior System Software Engineer
121
salaries
| ₹6 L/yr - ₹18 L/yr |
Module Lead
56
salaries
| ₹8.4 L/yr - ₹21 L/yr |
Senior Test Engineer
34
salaries
| ₹5 L/yr - ₹13 L/yr |
Software Engineer
23
salaries
| ₹3.3 L/yr - ₹8 L/yr |
Dell
Hewlett Packard Enterprise
IBM
Microsoft Corporation