How would you work on repetitive tasks?
Co Manager Trainee Interview Questions
14,070 co manager trainee interview questions shared by candidates
How can you have constant time insertion and lookup in a linked-list?
Why do you want to work for Canadian Tire and why this position specifically?
Talk me about your experiences or walk me through your resume.
What made you want to apply to Canadian Tire Corporation for your co-op term?
What makes me stick out from other candidates?
The first, on campus interview was mainly behavioral. "Name a time when you had to start a project over from scratch", "Name a time when you had to solve a difficult engineering problem", "Name a time when you helped someone else and it didn't benefit you", "Name a time when you were the leader of a group and you had to solve a problem", "Name a time when you used time-management and prioritizing skills" etc
The second question was similar to the first to rearrange the characters if in a string they are adjacent to each other. There must not be no two same adjacent characters. If there is no way to rearrange, return an empty string. Ex: given string - ‘aabbbcda’ Output- ‘abcbdaba’
In java, can you access static variables of a class that is never instantiated?
Given an array, write a function to output the ranking of each value in the array. Equal values should have the same ranking. For example: input of [25, 7, 54, 90, 7] should result in [2, 1, 3, 4, 1]
Viewing 931 - 940 interview questions