Software Development Programmer Interview Questions

33,153 software development programmer interview questions shared by candidates

Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]
avatar

Software Development Engineer

Interviewed at ServiceNow

4.1
Sep 1, 2017

Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]

Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
Feb 28, 2013

Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')

Viewing 101 - 110 interview questions

Glassdoor has 33,153 interview questions and reports from Software development programmer interviews. Prepare for your interview. Get hired. Love your job.