Taro Logo

Software Engineer (Internship) Interview Experience - Budapest, Hungary

June 3, 2024
Neutral ExperienceNo Offer

Process

Following the coding assessment, there was a technical interview and a motivational interview.

During the technical interview, two interviewers were present. They introduced themselves, and I did as well.

We then moved on to the live coding tasks, which involved cards. I had to explain how to solve them, and they observed my approach to these tasks.

Questions

You are given a deck of French-suited playing cards. Here is a short summary with the meaning of the signs:

  • Suits:

    • Hearts -> H
    • Diamonds -> D
    • Clubs -> C
    • Spades -> S
  • Ranks:

    • Ace -> A
    • King -> K
    • Queen -> Q
    • Jack -> J

Your coding task today is to:

  1. Create a shuffle() method that randomly shuffles the cards.
    • Using the random library, this method should return a list of shuffled cards.
  2. Implement a mechanism where 4 players can get a card from the top one by one until no more cards remain.
  3. Order the cards from A, 2, 3... J, Q, K in each player's hand.
  4. Sum the card values (A -> 1, J -> 11, Q -> 12, K -> 13) and select a winner based on the sum of the values.

python cards = [HA, H2, H3, H4, H5, H6, H7, H8, H9, H10, HJ, HQ, HK, DA, D2, D3, D4, D5, D6, D7, D8, D9, D10, DJ, DQ, DK, CA, C2, C3, C4, C5, C6, C7, C8, C9, C10, CJ, CQ, CK, SA, S2, S3, S4, S5, S6, S7, S8, S9, S10, SJ, SQ, SK ]

Was this helpful?

Interview Statistics

The following metrics were computed from 7 interview experiences for the Cloudera Software Engineer (Internship) role in Budapest, Hungary.

Success Rate

86%
Pass Rate

Cloudera's interview process for their Software Engineer (Internship) roles in Budapest, Hungary is incredibly easy as the vast majority of engineers get an offer after going through it.

Experience Rating

Positive71%
Neutral14%
Negative14%

Candidates reported having very good feelings for Cloudera's Software Engineer (Internship) interview process in Budapest, Hungary.

Cloudera Work Experiences