Me realizaron preguntas técnicas sobre C#, LINQ, Entity Framework, manejo de asincronía y patrones como Repository y Dependency Injection. También me consultaron sobre mi experiencia trabajando con APIs REST, pruebas unitarias y resolución de casos prácticos relacionados con lógica de negocio.
C Software Engineer Interview Questions
3,487 c software engineer interview questions shared by candidates
Write a Palindrome program in C.
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Write a recursive string parser (in the online test).
Puzzles to check analytical skills
Different ways to write a function in Matlab?
What is a class in C++?
Explain exception handling in C++
Why Mathworks
Why C++ is developed after C
Viewing 3311 - 3320 interview questions