They asked what data structure i would have selected to implement a web browsing history and to print an ordered list of films form an array of random items
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,250 software developer interview questions shared by candidates
implement strstr
Phone interview: How to check if a function is called more than 10 times in a minute.
(1) Stack, Queue, Linked List and Array. Pros and Cons of each data structure. (e.g. if you read and delete a lot of data not insert too many data, which data structure will you pick?) (2) What's the average complexity and worse complexity of quick sort. (3) Reverse a string, and reverse a sentence. (4) Given 2 red balls 2 black balls and 1 white balls, and randomly pick 2 of them. What's the probability of having none of 2 balls that you picked is black?
Programming question: given a m by n grade, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
What's the 'static' keyword in C used for? UNIX: what's a file descriptor, what command do you use to see system operations? What's a thread/deadlock/race condition/etc?
Could you write an quick sort algorithm, you can use any language.
Reverse a string
Advantage of Process Over thread ??
How many bytes are actually allocated by malloc(n)? How does free() know how many bytes to free?
Viewing 1181 - 1190 interview questions