Idealista logo

Growth · Οδηγός συνέντευξης Μηχανικός Λογισμικού

Εγγραφή για το ATS

Πώς να περάσετε τη συνέντευξη Μηχανικός Λογισμικού της Idealista το 2026

Το DNA της Idealista (TL;DR)

Idealista values practical problem-solving, a strong understanding of the real estate market, and the ability to contribute to their platform's growth. They seek candidates who are pragmatic, adaptable, and demonstrate a collaborative spirit.Στη γλώσσα σας:Η Idealista εκτιμά την πρακτική επίλυση προβλημάτων, τη βαθιά κατανόηση της αγοράς ακινήτων και την ικανότητα συμβολής στην ανάπτυξη της πλατφόρμας της. Αναζητούν υποψήφιους που είναι πραγματιστές, προσαρμοστικοί και επιδεικνύουν συνεργατικό πνεύμα.

Αγγλικό πρωτότυπο + μετάφραση στη γλώσσα σας

Οι συνεντεύξεις στη global tech, στις US enterprises και στο top consulting διεξάγονται στα αγγλικά. Στους γαλλικούς ομίλους luxury, στην ευρωπαϊκή finance, στο γερμανικό Mittelstand, στην ιταλική μόδα και στους περισσότερους ευρωπαϊκούς mid-market εργοδότες, το loop γίνεται στην τοπική γλώσσα. Εμφανίζουμε πρώτη τη γλώσσα που ταιριάζει στην εταιρεία, με την άλλη ως μετάφραση από κάτω, για να προετοιμαστείτε σε όποια γλώσσα χρησιμοποιήσει ο interviewer.

Το Interview Loop της Idealista

Το onsite loop σας θα αποτελείται τυπικά από 5 γύρους.

  1. 1

    Γύρος 1

    Recruiter Screen
    Motivation, role fit, logistics.
  2. 2

    Γύρος 2

    Coding Screen
    LeetCode-medium algorithmic problems under time pressure.
  3. 3

    Γύρος 3

    System Design
    Distributed systems, trade-offs at scale, architecture under constraints.
  4. 4

    Γύρος 4

    Onsite Coding
    LeetCode-hard, debugging, code clarity, edge cases.
  5. 5

    Γύρος 5

    Behavioral / Leadership
    Past evidence of ownership, influence, resolving conflict.

Η ζώνη κινδύνου: Κορυφαίοι λόγοι που οι υποψήφιοι αποτυγχάνουν

Με βάση τη βάση δεδομένων μας με αποτελέσματα συνεντεύξεων Idealista, αποφύγετε αυτές τις συνηθισμένες παγίδες:

  • Hardcoding weights without considering configurability.
  • Focusing only on the negative aspects of the conflict without a resolution or lesson learned.
  • Poor time complexity for the radius search or sorting.
  • Blaming the other party without acknowledging their perspective.

Δοκιμάστε τον εαυτό σας: Πραγματικές ερωτήσεις Idealista

Τρία πραγματικά prompts τραβηγμένα από τη βάση δεδομένων μας.

Τύπος · Algorithmic

You are given two sets of user search queries for Idealista: one from yesterday and one from today. Determine the percentage of queries that are common to both sets, considering minor variations in spelling (e.g., 'apartment' vs 'apartament').

Τύπος · Motivation

What interests you most about working at Idealista, particularly within the retail sector, and how do you see your skills contributing to our mission of revolutionizing online real estate?

Τύπος · Debugging

A user reports that their saved search filter for 'properties with a garden' is sometimes showing apartments that do not have gardens. Analyze the provided (simplified) code snippet for the property filtering logic and identify the bug.

+ πολλές ακόμη ερωτήσεις, σήματα και επεξεργασμένα παραδείγματα

Εγγραφείτε για να ξεκλειδώσετε τη ρουμπρίκα βαθμολόγησης JobMentis

Ξεκλειδώστε τη ρουμπρίκα

Τράπεζα Ερωτήσεων Συνέντευξης Idealista

Ένα δείγμα από τη βάση δεδομένων μας, ομαδοποιημένο ανά γύρο. Εγγραφείτε για να δείτε το πλήρες σύνολο.

9 από 20 ερωτήσεις που εμφανίζονται

1

Recruiter Screen

1
  1. 1

    Τύπος · Motivation

    What interests you most about working at Idealista, particularly within the retail sector, and how do you see your skills contributing to our mission of revolutionizing online real estate?
2

Coding Screen

3
  1. 2

    Τύπος · Algorithmic

    Given a list of property listings with their prices and locations, find the top K most expensive properties within a specified geographical radius. Assume you have access to a data structure that can efficiently query properties by location.
  2. 3

    Τύπος · Algorithmic

    You are given two sets of user search queries for Idealista: one from yesterday and one from today. Determine the percentage of queries that are common to both sets, considering minor variations in spelling (e.g., 'apartment' vs 'apartament').
  3. + 1 ακόμη ερωτήσεις σε αυτόν τον γύρο (εγγραφείτε για να ξεκλειδώσετε)
3

System Design

3
  1. 4

    Τύπος · System Design

    Design a real-time notification system for Idealista that alerts users when new properties matching their saved searches become available. Consider scalability for millions of users and properties.
  2. 5

    Τύπος · System Design

    Design the backend system for Idealista's 'Similar Properties' feature. Given a property ID, the system should return a list of visually and functionally similar properties.
  3. + 1 ακόμη ερωτήσεις σε αυτόν τον γύρο (εγγραφείτε για να ξεκλειδώσετε)
4

Onsite Coding

3
  1. 6

    Τύπος · Algorithmic

    You are given a stream of property view events (user_id, property_id, timestamp). Implement a system to detect and flag potentially fraudulent activity, such as a single user viewing the same property hundreds of times within a minute.
  2. 7

    Τύπος · Debugging

    A user reports that their saved search filter for 'properties with a garden' is sometimes showing apartments that do not have gardens. Analyze the provided (simplified) code snippet for the property filtering logic and identify the bug.
  3. + 1 ακόμη ερωτήσεις σε αυτόν τον γύρο (εγγραφείτε για να ξεκλειδώσετε)
5

Behavioral / Leadership

10
  1. 8

    Τύπος · Conflict Resolution

    Tell me about a time you had a significant disagreement with a cross-functional team member (e.g., engineer, designer, marketer) about a product decision. How did you handle it, and what was the outcome?
  2. 9

    Τύπος · Conflict Resolution

    Tell me about a time you had a significant technical disagreement with a colleague or manager. How did you approach the situation, and what was the outcome?
  3. + 8 ακόμη ερωτήσεις σε αυτόν τον γύρο (εγγραφείτε για να ξεκλειδώσετε)

Ξεκλειδώστε την πλήρη τράπεζα ερωτήσεων της Idealista

Δωρεάν εγγραφή, χωρίς πιστωτική κάρτα. Λαμβάνετε κάθε ερώτηση + το πλαίσιο, τα σήματα βαθμολόγησης και την ολοκληρωμένη απάντηση για κάθε μία.

Ξεκλειδώστε όλες τις ερωτήσεις

Διαδρομές συνεντεύξεων στην Idealista

Πώς το DNA της Idealista μεταφράζεται σε όλες τις λειτουργίες. Διάλεξε τον ρόλο σου.

Σύγκρινε την Idealista με παρόμοιους εργοδότες

Ίδιο DNA, διαφορετικό μπαρ. Περιηγηθείτε στις πλησιέστερες εταιρείες στη βάση δεδομένων μας και δείτε πώς διαφέρουν οι κύκλοι τους.

Εξασκηθείτε στις συνεντεύξεις Idealista από άκρη σε άκρη

FAQ

WorkfiveΕξερεύνησε καριέρες στο Workfive