Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Cook Systems

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Cook Systems | Offres d’emploi chez Cook Systems | Salaires chez Cook Systems | Avantages sociaux chez Cook Systems
      Entretiens chez Cook SystemsEntretiens d’embauche pour Java Developer chez Cook SystemsEntretien chez Cook Systems


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Java Developer

      25 avr. 2016
      Candidat à l'entretien anonyme
      Memphis, TN
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Cook Systems (Memphis, TN) en févr. 2016

      Entretien

      1. Complete Aptitude Test (17/25 correct, moves you to step 2) 2. Complete Java Assessment (passing assessment moves you to step 3) 3. Technical Skype Interview 4. Professional/Interpersonal Skype Interview 5. Enrollment into class

      Questions d'entretien [4]

      Question 1

      import java.awt.BorderLayout; import java.awt.Color; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Arrays; import java.util.Collection; import java.util.Iterator; import java.util.SortedSet; import java.util.TreeSet; // importing xml file import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import java.io.File; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; // importing xml file import javax.swing.AbstractListModel; import javax.swing.BorderFactory;
      1 réponse

      Question 2

      private static final String REMOVE_BUTTON_LABEL = "<< Remove"; private static final String DEFAULT_SOURCE_CHOICE_LABEL = "Left Panel"; private static final String DEFAULT_DEST_CHOICE_LABEL = "Right Panel"; private JLabel sourceLabel; private JList sourceList; private SortedListModel sourceListModel; private JList destList; private SortedListModel destListModel; private JLabel destLabel; private JButton addButton; private JButton removeButton;
      1 réponse

      Question 3

      public void clearSourceListModel() { sourceListModel.clear(); } public void clearDestinationListModel() { destListModel.clear(); } public void addSourceElements(ListModel newValue) { fillListModel(sourceListModel, newValue); } public void setSourceElements(ListModel newValue) { clearSourceListModel(); addSourceElements(newValue); } public void addDestinationElements(ListModel newValue) { fillListModel(destListModel, newValue); } private void fillListModel(SortedListModel model, ListModel newValues) { int size = newValues.getSize();
      1 réponse

      Question 4

      return sourceListModel.iterator(); } public Iterator destinationIterator() { return destListModel.iterator(); } public void setSourceCellRenderer(ListCellRenderer newValue) { sourceList.setCellRenderer(newValue); } public ListCellRenderer getSourceCellRenderer() { return sourceList.getCellRenderer(); } public void setDestinationCellRenderer(ListCellRenderer newValue) { destList.setCellRenderer(newValue); } public ListCellRenderer getDestinationCellRenderer() { return destList.getCellRenderer(); } public void setVisibleRowCount(int newValue) { sourceList.setVisibleRowCount(newValue); destList.setVisibleRowCount(newValue); } public int getVisibleRowCount() {
      1 réponse
      2

      Autres retours d’entretien d’embauche pour un poste comme Java Developer chez Cook Systems

      Entretien pour Java Developer

      18 janv. 2016
      Candidat à l'entretien anonyme
      Sweet Home, OR
      Offre refusée
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Cook Systems (Sweet Home, OR) en janv. 2016

      Entretien

      Friendly and quick. The recruiter was nice and the process was very quick and easy but I applied close to the deadline so I felt rushed to join the course I was applying for. The big question you need to ask is about the contract. GET AS MAY CONTRACTS SENT PRIOR TO SIGNING THE FIRST if they dont want to give you the information then you should take that as a sign of what to expect from the company.

      Questions d'entretien [1]

      Question 1

      Had an assessment and that was basic all questions can be answered if you can answer simple pattern type questions. Then there was another assessment this time with a java code that you can make most of which with basic searching or even find the answer to if you want to take that route.
      Répondre à cette question
      4

      Entretien pour Java Developer

      17 févr. 2016
      Employé (anonyme)
      Atlanta, GA
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 6 jours. J'ai passé un entretien chez Cook Systems (Atlanta, GA) en janv. 2016

      Entretien

      The application process starts with an online aptitude test. It didn't have any programming questions, just word problems and puzzles to solve. After I passed that I had to download a Java tutorial and was given an assessment to see if I could pick it up on my own. It took a couple of days to complete the assessment. I didn't get done in time to make the first deadline, so had to schedule the following training class. The Java tutorial made the Java assessment straight forward. Gave me a chance to prove what I could do. Once that was complete they scheduled a Java developer to go over my code to see how I had solved the problem and make sure it was my work. Very nice people on the phone. Everyone very professional and helpful. Answered my questions about the training and position. Very excited about the opportunity. Gave me a chance even without prior experience. Seemed to go the extra mile, especially when they learned I was a veteran. Helped me build confidence in my ability.

      Questions d'entretien [1]

      Question 1

      They asked if I was willing to relocate as needed to get my career started.
      1 réponse
      1

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      IBM
      3.6★Rémunération et avantages
      avatar
      Dell Technologies
      3.5★Rémunération et avantages
      avatar
      Concentrix
      3.6★Rémunération et avantages
      avatar
      Visa Inc.
      3.9★Rémunération et avantages