Filter interviews by
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 ...
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
Top trending discussions
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.
There was a coding round and out of 75 students 28 got selected for next round
posted on 23 Dec 2024
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Designing Youtube involves creating a platform for users to upload, share, and view videos.
Allow users to create accounts and upload videos
Implement a recommendation system based on user preferences
Include features like comments, likes, and subscriptions
Ensure scalability and high availability of the platform
Consider implementing monetization options for content creators
posted on 22 Nov 2024
I applied via Approached by Company and was interviewed in May 2024. There were 5 interview rounds.
To resolve an error, identify the root cause, troubleshoot, and implement a solution.
Identify the error message or code to understand the issue
Check logs or debug information for more details
Research online for similar issues and possible solutions
Test potential solutions to see if they resolve the error
Document the resolution for future reference
D365 FO is a cloud-based enterprise resource planning (ERP) software developed by Microsoft.
D365 FO stands for Dynamics 365 for Finance and Operations.
It helps organizations streamline their financial and operational processes.
It offers features such as financial management, supply chain management, and human resources.
D365 FO is part of the larger Dynamics 365 suite of business applications.
Performance tuning involves optimizing software to improve speed, efficiency, and resource usage.
Identify performance bottlenecks through profiling and monitoring
Optimize algorithms and data structures
Improve database queries and indexing
Reduce network latency and optimize network communication
Use caching and memory management techniques
Parallelize and optimize code for multi-core processors
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
I was interviewed in Jan 2024.
Had a DSA question based on maps, CSS related MCQ and prototype related MCQ
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