Galvanize Interview Questions

Galvanize Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(5)
Statistics
(3)
Behavioral
(3)
Data Structures & Algorithms
(2)
Analytics
(1)

Galvanize Interview Questions

Practice for the Galvanize interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Write a function get_ngrams to take in a word (string) and return a dictionary of n-grams and their frequency in the given string.

Example 1:

Input:

string = 'banana' 
n=2

Output:

output = {'ba':1, 'an':2, 'na':2} 

Example 2:

Input:

string = 'banana' 
n=3 

Output:

output = {'ban':1, 'ana':2, 'nan':1}
SQL
Medium
Statistics
Easy
Loading pricing options

View all Galvanize Inc questions

Challenge

Check your skills...
How prepared are you for working at Galvanize Inc?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion