Development Interview Questions

137,284 development interview questions shared by candidates

Virtual video interview: Explain about yourself Projects and accomplishments Instances where you have multi-tasked GPA Visa Programming Challenge: Math: 15 mins - 6 MCQ's - mainly probability questions Should choose two languages from 5 available languages Java: 30 mins - 4 MCQ's and 2 coding questions This section is simple, but very logical and will consume time MCQ's were based out of garbage collection topic coding: Abstract class Balanced parenthesis C++: 30 mins - 4 MCQ's and 2 coding questions same as above, simple but logical, will consume time MCQ's were based out of many topics like pointers etc
avatar

Engineering Development Group

Interviewed at MathWorks

4.3
Mar 11, 2018

Virtual video interview: Explain about yourself Projects and accomplishments Instances where you have multi-tasked GPA Visa Programming Challenge: Math: 15 mins - 6 MCQ's - mainly probability questions Should choose two languages from 5 available languages Java: 30 mins - 4 MCQ's and 2 coding questions This section is simple, but very logical and will consume time MCQ's were based out of garbage collection topic coding: Abstract class Balanced parenthesis C++: 30 mins - 4 MCQ's and 2 coding questions same as above, simple but logical, will consume time MCQ's were based out of many topics like pointers etc

I was told a coding question. Q: Given a list of words for example : cat,bat,rat.... and given a query which has a special character '.' which can be represented as any alphabet between 'a-z'. Write a function which gives true as output if the the query is in the list of words. Example: List of words: cat,bat,rat,cct,cut Query 1: c.t Output 1 : true Query 2: c.. output 2 : true
Mar 28, 2017

I was told a coding question. Q: Given a list of words for example : cat,bat,rat.... and given a query which has a special character '.' which can be represented as any alphabet between 'a-z'. Write a function which gives true as output if the the query is in the list of words. Example: List of words: cat,bat,rat,cct,cut Query 1: c.t Output 1 : true Query 2: c.. output 2 : true

Using the online code editor, create a data structure that does the following: 1 - Has a max size of elements 2 - When attempting to add a new element, if the element will exceed the structure max size, remove the oldest accessed element to make room for the new element.
avatar

Software Development Engineer

Interviewed at Amazon

3.5
Oct 29, 2016

Using the online code editor, create a data structure that does the following: 1 - Has a max size of elements 2 - When attempting to add a new element, if the element will exceed the structure max size, remove the oldest accessed element to make room for the new element.

Viewing 791 - 800 interview questions

Glassdoor has 137,284 interview questions and reports from Development interviews. Prepare for your interview. Get hired. Love your job.