Software Design Engineer Interview (with Evertz)
 
 
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 04:00 PM
			
						
		 | 
		
			 
			
			#1
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Sep 2009 
				
		
			Posts: 52
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				3 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
			
			 
				Software Design Engineer Interview (with Evertz)
			 
			
		
		
		I have a software design engineering interview with Evertz, and was wondering if anyone had any tips for a software engineering position interview in general or with Evertz. 
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 04:27 PM
			
						
		 | 
		
			 
			
			#2
			
 | 
	
 
	| 
			
			
 
 Elite Member 
			
		
	
		
				
				
				
				Join Date: Aug 2008 
				
		
			Posts: 5,014
		 
 
	
Thanked: 
		
			
				406 Times
			
		
	 
 
Liked: 
		
			
				2,312 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		I'm not software but some advice that was given to me was or what I can surmize is: make sure you have a basic grasp of the syntax, stacks, pointers, and have some experience going through some piece of code explaining how and why it works... its important to be able to communicate why something is working the way it is for the bigger firms (anywhere, really) because your code has to be modular and depreciable enough to be read by anyone on the team (something I'm sure you've heard in your courses).  Take what languages the job description specified and review a little of each.. C++, etc will give you the best way to review principles. Bascially if you said you're proficient in suchandsuch language, make sure you can back it up..    
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 04:44 PM
			
						
		 | 
		
			 
			
			#3
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Feb 2011 
				
		
			Posts: 22
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				0 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  RyanC
					 
				 
				I'm not software but some advice that was given to me was or what I can surmize is: make sure you have a basic grasp of the syntax, stacks, pointers, and have some experience going through some piece of code explaining how and why it works... its important to be able to communicate why something is working the way it is for the bigger firms (anywhere, really) because your code has to be modular and depreciable enough to be read by anyone on the team (something I'm sure you've heard in your courses).  Take what languages the job description specified and review a little of each.. C++, etc will give you the best way to review principles. Bascially if you said you're proficient in suchandsuch language, make sure you can back it up..    
			
		 | 
	 
	 
 That is the kind of questions that would be asked if you applied to a Software Developer position. For a Software Design position, it is slightly different. I was going to write out a list of things but I found that Wikipedia covers pretty much everything I was going to say.    
http://en.wikipedia.org/wiki/Software_design 
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 05:22 PM
			
						
		 | 
		
			 
			
			#4
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Sep 2009 
				
		
			Posts: 52
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				3 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  thisismyname
					 
				 
				That is the kind of questions that would be asked if you applied to a Software Developer position. For a Software Design position, it is slightly different. I was going to write out a list of things but I found that Wikipedia covers pretty much everything I was going to say.    
http://en.wikipedia.org/wiki/Software_design 
			
		 | 
	 
	 
 yea that's a pretty nice list, although it's huge and i would rather study specific things - like data structures beforehand.  
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 05:28 PM
			
						
		 | 
		
			 
			
			#5
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Feb 2011 
				
		
			Posts: 22
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				0 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  andru
					 
				 
				yea that's a pretty nice list, although it's huge and i would rather study specific things - like data structures beforehand. 
			
		 | 
	 
	 
 Haha, yes! that is why it is a four year program.
 
Try to look into Object Oriented Programming, UML diagrams (especially class diagrams), team organization, project deadline estimation etc...
 
I see you are in second year so you must have covered some things already. Is this a COOP job?  
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 05:43 PM
			
						
		 | 
		
			 
			
			#6
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Sep 2009 
				
		
			Posts: 52
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				3 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  thisismyname
					 
				 
				Haha, yes! that is why it is a four year program. 
 
Try to look into Object Oriented Programming, UML diagrams (especially class diagrams), team organization, project deadline estimation etc... 
 
I see you are in second year so you must have covered some things already. Is this a COOP job? 
			
		 | 
	 
	 
 Sounds to me like you may have experience from Software dev at Mohawk? Yes I am in second year and we have done a lot of algorithm design and proving, but not too much actual practical stuff.  
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 06:27 PM
			
						
		 | 
		
			 
			
			#7
			
 | 
	
 
	| 
			
			
 
 Elite Member 
			
		
	
		
				
				
				
				Join Date: Aug 2008 
				
		
			Posts: 2,412
		 
 
	
Thanked: 
		
			
				152 Times
			
		
	 
 
Liked: 
		
			
				339 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		 I would know basic things as well, what is an object? What is an interface? etc. 
		
	
		
		
		
		
			
				__________________ 
				Electrical Engineering Alumni
			 
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-22-2011 at 08:01 PM
			
						
		 | 
		
			 
			
			#8
			
 | 
	
 
	| 
			
			
 
 Member 
			
		
	
		
				
				
				
				Join Date: Feb 2011 
				
		
			Posts: 22
		 
 
	
Thanked: 
		
			1 Time
		
	 
 
Liked: 
		
			
				0 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  andru
					 
				 
				Sounds to me like you may have experience from Software dev at Mohawk? Yes I am in second year and we have done a lot of algorithm design and proving, but not too much actual practical stuff. 
			
		 | 
	 
	 
 
I am graduating this year from Software Eng & Embedded Systems from Mac.
 
It is all theory in school. :)   You will learn all the practical stuff from the job itself.  
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
	
	
		
	
		
	
				
			
			 
			03-23-2011 at 12:22 AM
			
						
		 | 
		
			 
			
			#9
			
 | 
	
 
	| 
			
			
 
 winning 
			
		
	
		
				
				
				
				Join Date: Jun 2009 
				
		
			Posts: 762
		 
 
	
Thanked: 
		
			
				37 Times
			
		
	 
 
Liked: 
		
			
				39 Times
			
		
	  
				
								
		
			 
 
 
  
	 | 
	
	
		
		
		
	Quote: 
	
	
		
			
				
					Originally Posted by  thisismyname
					 
				 
				I am graduating this year from Software Eng & Embedded Systems from Mac. 
It is all theory in school.      You will learn all the practical stuff from the job itself.  
			
		 | 
	 
	 
 You're gonna be among the first few to graduate from the Software and Embedded program?  
		
	
		
		
		
		
		
  
	 | 
 
 
	 
	
		 	
	 
 
  
	
		
	| Thread Tools | 
	Search this Thread | 
 
	| 
	
	
	
	
	
	 | 
	
	
	
	
	
	
	
	 | 
	
 
 
	
		 
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is Off 
		
	  | 
 
   
	 | 
	
		
	 | 
 
 
		 	
	 
 
 
 McMaster University News and Information, Student-run Community, with topics ranging from Student Life, Advice, News, Events, and General Help.
 
Notice: The views and opinions expressed in this page are strictly those of the student(s) who authored the content. The contents of this page have not been reviewed or approved by McMaster University or the MSU (McMaster Students Union). Being a student-run community, all articles and discussion posts on MacInsiders are unofficial and it is therefore always recommended that you visit the official McMaster website for the most accurate up-to-date information. 
 
 |