FDM Group Interview Questions

FDM Group Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(16)
Probability
(14)
Behavioral
(4)
Machine Learning
(3)
SQL
(3)

FDM Group Interview Questions

Practice for the FDM Group interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

You are given a dictionary with two keys a and b that hold integers as their values.

Without declaring any other variable, swap the value of a with the value of b and vice versa.

Note: Return the dictionary after editing it.

Example:

Input:

numbers = {
  'a':3,
  'b':4
}

Output:

def swap_values(numbers) -> {'a':4,'b':3}
Behavioral
Easy
Behavioral
Medium
Loading pricing options

View all Fdm Group questions

Challenge

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

FDM Group Salaries by Position

Software Engineer*
$60K
Software Engineer
Median: $60K
Mean (Average): $60K
Data points: 1

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $60,000 base salary while the Software Engineer role on average pays the least with a $60,000 base salary.

Discussion & Interview Experiences

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