How to access a static function in another source file??
C Software Engineer Interview Questions
603 c software engineer interview questions shared by candidates
I was asked to index a 1D array as a 2D array given two indexing values i and j.
20-30 of technical question regarding C#
Dynamic programming and STL tasks. I got only algorithm questions, analysis of their running time.
Write a method that takes a string as a parmeter and returns the reversal of that string as a return type. // "hello, world" -> "dlrow ,olleh" // "test" -> "tset"
Sort numbers to the end of the array in linear time and in-place. example - 1,3,5,9,9,0,4,6,9 must become 1,3,5,0,4,6,9,9,9 , the method to solve this problem is a variation of bubble sort. (traverse array and push the desired number back by 1 position)
Some standard CV based questions, such as "could you tell me more about this project you worked on" "how did you find working at X"
How do you want to secure LAN traffic (this is regarding my current project I'm working on, building automation HVAC)
Technical in multiple domains and cultural fit
Some basic and advanced c++ question
Viewing 121 - 130 interview questions