Junior Software Developer Interview Questions

4,371 junior software developer interview questions shared by candidates

FIRST QUESTION: Write a function that gets a matrix of integers as a parameter and returns the socend largest integer, but you should loop the matrix only once, and consider all edge cases (including one row, one column, one value in all elements and so forth. (you need too think aboat them yourself but I mentioned almost all of them) need to solve in c.
avatar

Junior Software Developer

Interviewed at Check Point Software Technologies

3.6
Jul 25, 2021

FIRST QUESTION: Write a function that gets a matrix of integers as a parameter and returns the socend largest integer, but you should loop the matrix only once, and consider all edge cases (including one row, one column, one value in all elements and so forth. (you need too think aboat them yourself but I mentioned almost all of them) need to solve in c.

Second question group lead- you have 1Mb of memory, implement the functions malloc and free in C (of course not using the stdlib functions). How much memory your implementing requires? and how much of the 1Mb is actually left for the user? Remember malloc need to return an Pointer to an address and free gets a pointer and frees it.
avatar

Junior Software Developer

Interviewed at Check Point Software Technologies

3.6
Sep 17, 2024

Second question group lead- you have 1Mb of memory, implement the functions malloc and free in C (of course not using the stdlib functions). How much memory your implementing requires? and how much of the 1Mb is actually left for the user? Remember malloc need to return an Pointer to an address and free gets a pointer and frees it.

Viewing 1891 - 1900 interview questions

Glassdoor has 4,371 interview questions and reports from Junior software developer interviews. Prepare for your interview. Get hired. Love your job.