You only have   free questions  left (including this one) .
 
 
    
    
    
    
        
    
 
Given a list  of integers, find the highest product you can get from three of the integers.
 
The input list_of_ints  will always have at least three integers.
 
Does your function  work with negative numbers? If list_of_ints  is [-10, -10, 1, 3, 2]  we should return 300  (which we get by taking -10 * -10 * 3 ).
 
We can do this in   time and   space.
 
 
	
	
		
			Start your free trial!
		 
		
			Log in or sign up with one click to get immediate access to   free mock interview questions 
		
	
	
    
        We'll never post on your wall or message your friends.
     
    
        Where do I enter my password?  
    
    
        
            
                Actually, we don't support password-based login.  Never have. Just the OAuth methods above. Why?
            
            
            
                It's easy and quick. No "reset password" flow. No password to forget.
             
            
                It lets us avoid storing passwords that hackers could access and use to try to log into our users' email or bank accounts.
             
            
                It makes it harder for one person to share a paid Interview Cake account with multiple people.
             
          
     
 
	 
	
  
	
	
		
			Start your free trial!
		 
		
			Log in or sign up with one click to get immediate access to   free mock interview questions 
		
	
	
    
        We'll never post on your wall or message your friends.
     
    
        Where do I enter my password?  
    
    
        
            
                Actually, we don't support password-based login.  Never have. Just the OAuth methods above. Why?
            
            
            
                It's easy and quick. No "reset password" flow. No password to forget.
             
            
                It lets us avoid storing passwords that hackers could access and use to try to log into our users' email or bank accounts.
             
            
                It makes it harder for one person to share a paid Interview Cake account with multiple people.
             
          
     
 
	 
	
 
  time and   additional space.
 
What if we wanted the highest product of 4 items?
 
What if we wanted the highest product of k  items?
 
If our highest product is really big, it could overflow.  How should we protect against this?
 
 
 
	
	
		
			Start your free trial!
		 
		
			Log in or sign up with one click to get immediate access to   free mock interview questions 
		
	
	
    
        We'll never post on your wall or message your friends.
     
    
        Where do I enter my password?  
    
    
        
            
                Actually, we don't support password-based login.  Never have. Just the OAuth methods above. Why?
            
            
            
                It's easy and quick. No "reset password" flow. No password to forget.
             
            
                It lets us avoid storing passwords that hackers could access and use to try to log into our users' email or bank accounts.
             
            
                It makes it harder for one person to share a paid Interview Cake account with multiple people.
             
          
     
 
	 
	
 
 
        
        
     
    
    
 
 
 
        
        
        
        
            
            
        
     
  
    
    
        Code editor
     
    
        
        
        
            Reset editor
        
        
             
         
        
            
             
        
        
             
         
        
            
                vim/emacs? 
                regular 
                vim 
                emacs 
             
        
        
         
        
            Run
         
     
    
 
 
  
	
	
		 
		
		
			 
			
		
		 
		
			 
			 
		
    
	
	
	
	
	
		
	
	
    
		
    
    
    
    
    
        
    
    
    
    
    
    
    
        
        
    
    
    
        
        
        
    
    
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
        
            
        
    
    
    
        {"id":39877082,"username":"2025-11-04_12:45:02_kk!3=*","email":null,"date_joined":"2025-11-04T12:45:02.803222+00:00","first_name":"","last_name":"","full_name":"","short_name":"friend","is_anonymous":true,"is_on_last_question":false,"percent_done":0,"num_questions_done":0,"num_questions_remaining":46,"is_full_access":false,"is_student":false,"first_payment_date":null,"last_payment_date":null,"num_free_questions_left":3,"terms_has_agreed_to_latest":false,"preferred_content_language":"","preferred_editor_language":"","is_staff":false,"auth_providers_human_readable_list":"","num_auth_providers":0,"auth_email":""}
    
    
	
	
    
        
    
    
    
        
            
                
                    × 
                    
                    
                        
                        
                            
    
    
    
    
        “ Finally, someone doing programming interview prep right! When I am out for a job a again, I will definitely re-use Interview Cake. Awesome!
        
            — 
            
                Filippos
            
         
     
 
                         
                     
                     
                 
             
         
     
    
     
    
    . . .