The anatomy of the eye
Development Specialist Interview Questions
2,903 development specialist interview questions shared by candidates
How do you help upkeep moral and deal with difficult situations?
Tell me about a time when being organized was critical to the task at hand?
How have I worked to improve communication in a global company? Name a time when a decision didn't go my way and how I handled it.
What motivates you?
What made me interested in applying for ICF?
Tell me about yourself, how did you handle conflicts with stakeholders, are you comfortable learning about new software? what type of adult learning methodology do you apply?
Questions relating to situational experiences, such as a time where I had to overcome an issue.
Describe your thoughts on a learning ecosystem and how you feel the LMS fits into this greater ecosystem.
1. Given an array of integers, filter even numbers, double them, and find their average using Java 8 Streams. Return 0 if no even numbers. 2. Given a list of strings, return the set of unique characters from each string. 3. Given array: int[] arr = {0, 1, 0, 1, -5, 0, 4}, rearrange the array such that all zeros are moved to the end. Output should be: [1, 1, -5, 4, 0, 0, 0]
Viewing 1331 - 1340 interview questions