Write logic for a function that determines the number of word occurrences in a string. INPUT: string: "This is a big string with BIG words. Count all the big words" word: "big OUTPUT: 3
Junior Software Interview Questions
12,129 junior software interview questions shared by candidates
NOTE: Question description is paraphrased. Sample Question [Fix a bug] Provided program has to calculate how many times a name appears in a names list as a decimal fraction(i.e. proportion). Find and fix the bug. e.g. INPUT: list : "james", "john", "mary", "mary" name : "mary" OUTPUT: 0.5
Write logic for a function that looks through a list of numbers and returns those with occurrences equal to or greater than some threshold. INPUT: numbers: { 8, 5, 4, 3, 2, 1, 5, 4, 3, 2, 5, 4, 8, 5, 4, 5, 2 } occurrenceThreshhold: 3 OUTPUT: {5, 4, 2}
Very casual and open, the interview feels like a casual conversation.
Cocept of foreign keys and primary keys
The first question for every single round of interview was, To describe about yourself.
a data structures & algorithms coding problem (arrays, strings, recursion, DP), and sometimes they push further by asking for optimization or alternate approaches.
Why should we hire you?
- Which visa do you hold? - Do you have questions about the company? - Work experience
An example of absurd c++ syntax not possible to meet in real life conditions
Viewing 3051 - 3060 interview questions