Kayrros Interview Questions

Kayrros Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(54)
Machine Learning
(28)
Probability
(26)
A/B Testing
(16)
SQL
(15)

Kayrros Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given a string sentence, return the same string with an addendum after each character of the number of occurrences a character appeared in the sentence.

Note: don’t treat the spaces " " as characters. Also; do not return the addendum for those characters that also appear in the discard_list.

Example:

Input:

sentence = "Interview Query"

discard_list = ['I','e']

Output:

inject_frequency(sentence, discard_list) -> "In1t1er2v1i1ew1 Q1u1er2y1"
Data Structures & Algorithms
Medium
SQL
Easy
Loading pricing options

View all Kayrros questions

Challenge

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

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