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

      Wallet Hub

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Wallet Hub | Offerte di lavoro di Wallet Hub | Stipendi di Wallet Hub | Benefit di Wallet Hub
      Colloqui di Wallet HubColloqui per Senior Java Engineer presso Wallet HubColloquio di Wallet Hub


      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 Senior Java Engineer

      6 nov 2017
      Dipendente anonimo
      Curitiba
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 5 settimane. Ho sostenuto un colloquio presso Wallet Hub (Curitiba) nel mese di ott 2017

      Colloquio

      I applied online and the process took 5 weeks. I was interviewed by 3 different people and had to do some live coding challenges. Everyone was really nice and friendly.

      Domande di colloquio [1]

      Domanda 1

      They asked me to create a java application to parse an access log file.
      Rispondi alla domanda
      14

      Altre recensioni di colloqui per Senior Java Engineer presso Wallet Hub

      Colloquio per Senior Java Engineer

      27 gen 2017
      Candidato anonimo a colloquio
      Offerta rifiutata
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Wallet Hub nel mese di gen 2017

      Colloquio

      The interview process starts with some easy MySql and Java tasks. I had one week to solve and send them back the results. After 1-2 weeks after I solved the problems they got back to me and told I went well with the tests and they scheduled a technical interview through Skype. It was interesting because they didn't ask me if the appointment is ok for me or not. They just scheduled it to the next day. The skype interview is quick it is around 20 minutes. The interviewer asked me about a project I implemented earlier. I had to describe it in technical depth. After that I shocked a bit because I had to write 2 algorithm in a shared Google Docs. I've never seen thin on any interview. The 2 tasks were: 1, public String stripHtml(String html) { } Ex1: stripHtml(“<h1>Hello World!</h1> <p>something</p>”)==”Hello World! something”; 2, Write a method which updates an array such that every element becomes the product of every other element. After I solved this the interviewer told me that the recruiter guy will tell me the result. The recruiter found me in an hour and told me that the interview went great and he would schedule the last interview with the CEO. The interview was on the same day but the CEO were late around 30 mins. He was ridiculous. :D He asked standard questions from my resume and asked how much money I earn at my current job. It was obvious from the first minute that he wanted to push down my salary somehow. I could ask a questions as well. I asked some standard questions like: 'Do you support learning, conferences ...? etc.' He answered for everything the 'we are only a startup' and 'you will learn during the job'. How can this man be a CEO anyway? :D At the end of the interview he told me that he will talk with the technical interviewer guy and call me back. He did not do that instead the recruiter guy told me that they can pay around 17$/hour. That was the funniest part. Oh no I missed the best part. They wanted to work around 55 hours a week + the recruiter guy told me that it's often requested by them to work on the weekends as well. All this for that ridiculous amount of money.

      Domande di colloquio [5]

      Domanda 1

      1) Write a query to rank order the following table in MySQL by votes, display the rank as one of the columns. CREATE TABLE votes ( name CHAR(10), votes INT ); INSERT INTO votes VALUES ('Smith',10), ('Jones',15), ('White',20), ('Black',40), ('Green',50), ('Brown',20);
      Rispondi alla domanda

      Domanda 2

      Write a function to capitalize the first letter of a word in a given string; Example: initcap(UNITED states Of AmERIca ) = United States Of America
      Rispondi alla domanda

      Domanda 3

      Write a procedure in MySQL to split a column into rows using a delimiter. CREATE TABLE sometbl ( ID INT, NAME VARCHAR(50) ); INSERT INTO sometbl VALUES (1, 'Smith'), (2, 'Julio|Jones|Falcons'), (3, 'White|Snow'), (4, 'Paint|It|Red'), (5, 'Green|Lantern'), (6, 'Brown|bag'); For (2), example rows would look like >> “3, white”, “3, Snow” …
      Rispondi alla domanda

      Domanda 4

      I have a table for bugs from a bug tracking software; let’s call the table “bugs”. The table has four columns (id, open_date, close_date, severity). On any given day a bug is open if the open_date is on or before that day and close_date is after that day. For example, a bug is open on “2012-01-01”, if it’s created on or before “2012-01-01” and closed on or after “2012-01-02”. I want an SQL to show the number of bugs open each day for a range of dates. Hint: There are bugs that were never closed.
      Rispondi alla domanda

      Domanda 5

      Write an efficient algorithm to check if a string is a palindrome. A string is a palindrome if the string matches the reverse of string. Example: 1221 is a palindrome but not 1121.
      Rispondi alla domanda
      26

      Colloquio per Senior Java Engineer

      3 feb 2017
      Candidato anonimo a colloquio
      Remote, OR
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Wallet Hub (Remote, OR) nel mese di gen 2017

      Colloquio

      I have been assigned to solve MySql and Java questions. I had 5 days to send them back the results. I spent my weekend and was so sure to take next step after posting the mail. Very surprised, I have been told that I didn’t pass. I couldn’t help and asked which answers was/were under their expectations. Of course, they did not bother to return.
      24

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

      avatar
      Centers for Disease Control and Prevention
      3.7★Stipendio e benefit