C Software Engineer Interview Questions

3,487 c software engineer interview questions shared by candidates

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.
avatar

C# Developer

Interviewed at Globant

3.6
Dec 5, 2025

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.

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)
Feb 27, 2018

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)

Viewing 3311 - 3320 interview questions

Glassdoor has 3,487 interview questions and reports from C software engineer interviews. Prepare for your interview. Get hired. Love your job.