Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Cook Systems

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Cook Systems | Offerte di lavoro di Cook Systems | Stipendi di Cook Systems | Benefit di Cook Systems
      Colloqui di Cook SystemsColloqui per Java Developer presso Cook SystemsColloquio di Cook Systems


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Java Developer

      17 feb 2016
      Dipendente anonimo
      Atlanta, GA
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 6 giorni. Ho sostenuto un colloquio presso Cook Systems (Atlanta, GA) nel mese di gen 2016

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

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

      Altre recensioni di colloqui per Java Developer presso Cook Systems

      Colloquio per Java Developer

      25 apr 2016
      Candidato anonimo a colloquio
      Memphis, TN
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Cook Systems (Memphis, TN) nel mese di feb 2016

      Colloquio

      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

      Domande di colloquio [4]

      Domanda 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 risposta

      Domanda 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 risposta

      Domanda 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 risposta

      Domanda 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 risposta
      2

      Colloquio per Java Developer

      18 gen 2016
      Candidato anonimo a colloquio
      Sweet Home, OR
      Offerta rifiutata
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Cook Systems (Sweet Home, OR) nel mese di gen 2016

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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.
      Rispondi alla domanda
      4

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      IBM
      3.6★Stipendio e benefit
      avatar
      Dell Technologies
      3.5★Stipendio e benefit
      avatar
      BTC Business Technology Consulting
      3.7★Stipendio e benefit