Search test library by skills or roles
⌘ K

About the test:

De online test van Flutter en Dart gebruikt scenario-gebaseerde MCQ-vragen om het vermogen van kandidaten om adaptieve flutter-apps te ontwerpen, bouwen en debuggen te evalueren. De vragen beoordelen hun ervaring met behulp van flutter -widgets, navigeren tussen meerdere schermen, het omgaan met gebruikersinvoer, het gebruik van native apparaatfuncties zoals camera, locatie en publiceren naar app -winkels. De test heeft ook MCQ-vragen van code-tracing om de kennis van kandidaten te evalueren van de DART-programmeertaal die wordt gebruikt bij het ontwikkelen van flutter-apps.

Covered skills:

  • Dart -programmering
  • Flutter Internals
  • Staatsmanagement
  • Netwerk- en hanteringsgegevens
  • Navigatie tussen schermen
  • Publicatie en distributie
  • Dart oeps
  • Flutter ingebouwde en aangepaste widgets
  • Formulieren en media afhandelen
  • Animaties en overgangen
  • Debuggen en testen

9 reasons why
9 reasons why

Adaface Flutter & Dart Assessment Test is the most accurate way to shortlist Flutter -ontwikkelaars



Reason #1

Tests for on-the-job skills

The Flutter & Dart Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • Mogelijkheid om efficiënte en schone Dart -code te schrijven
  • Inzicht in objectgeoriënteerde programmeerprincipes in Dart
  • Kennis van Flutter Internals en Framework -architectuur
  • Vaardigheid bij het gebruik van ingebouwde en aangepaste flutter-widgets
  • Mogelijkheid om toestand effectief te beheren in flutter -toepassingen
  • Ervaring met het omgaan met vormen en media in flutters
  • Inzicht in netwerkconcepten en gegevensverwerking in flutters
  • Mogelijkheid om animaties en overgangen in flutters te maken
  • Kennis van navigeren tussen schermen in flutter
  • Vaardigheid bij het debuggen en testen van flutter -toepassingen
  • Inzicht in het publicatie- en distributieproces in Flutter
Reason #2

No trick questions

no trick questions

Traditional assessment tools use trick questions and puzzles for the screening, which creates a lot of frustration among candidates about having to go through irrelevant screening assessments.

View sample questions

The main reason we started Adaface is that traditional pre-employment assessment platforms are not a fair way for companies to evaluate candidates. At Adaface, our mission is to help companies find great candidates by assessing on-the-job skills required for a role.

Why we started Adaface
Reason #3

Non-googleable questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

Dit zijn slechts een klein monster uit onze bibliotheek met meer dan 10.000 vragen. De werkelijke vragen hierover Flutter & Dart -test zal niet-googelbaar zijn.

🧐 Question

Medium

Analyzing StreamBuilder
StreamBuilder
ListView
Solve
Consider the below code:
 image
Analyze the given pseudocode and determine what will be displayed on the screen after the second emission of Stream (after 2 seconds).
A: CircularProgressIndicator will be displayed.
B: A ListView with 3 ListTile widgets, each displaying one item from the list ['Item1', 'Item2', 'Item3'].
C: Text widget with 'No Items Available' will be displayed.
D: A ListView with 0 ListTile widgets.
E: The code will throw an error.

Medium

Handling Push Notifications
Push Notifications
Application State
Solve
In a Flutter application, you are using the firebase_messaging package to handle incoming FCM (Firebase Cloud Messaging) push notifications. Consider the pseudocode below:
 image
In the _handleNotification method, the application is supposed to navigate to a details page if the action key in the notification data is equal to 'navigate'. However, this might not work as expected if the app is in the background or terminated state when the notification is received and the user clicked on it.

How would you modify the _handleNotification method or handle the onMessage event to ensure that the navigation occurs when the user taps on the notification to open the app, no matter what state the app is in when the notification is received?
A: Use _firebaseMessaging.onMessageOpenedApp to handle navigation when the user taps the notification to open the app.
B: Use _firebaseMessaging.onLaunch to handle the navigation when the user taps the notification.
C: Check the message.messageType and navigate only if it is 'opened'.
D: Use _firebaseMessaging.onBackgroundMessage for handling navigation when the app is in the background.
E: Use a GlobalKey<NavigatorState> to handle navigation in _handleNotification.

Medium

Sliders
Widgets
Solve
Dinance is a crypto finance mobile app. The app is built using Flutter and uses Sliders at multiple places. Review the following two snippets of Sliders used in the app. How will the Sliders be displayed?
 image
A: Slider X is displayed as a continuous slider with values {0.0, 0.25, 0.5, 0.75, 1.0}
B: Slider X is displayed as a discrete slider with values {0.0, 0.25, 0.5, 0.75, 1.0}
C: Slider X is displayed as a discrete slider with values {0.0, 0.33, 0.67, 1.0}
D: Slider X is displayed as a discrete Slider with the values {0.0, 1.0, 2.0, 3.0, 4.0}

E: Slider Y is displayed as a discrete Slider with the thumb rightmost
F: Slider Y is displayed as a continuous Slider with thumb leftmost
G: Slider Y is displayed as a discrete Slider with values {0.0, 0.25, 0.5, 0.75, 1.0} with thumb left most
H: Slider Y is displayed as a continuous Slider with thumb rightmost

Medium

Stateless and Stateful Widgets
Stateless Widgets
Stateful Widgets
Lifecycle Methods
Solve
Consider the following pseudocode:
 image
Review the pseudocode. What will be the output in the console when the application starts, the user clicks the 'Navigate' button to navigate to AnotherScreen and then navigates back to the ParentWidget?
 image

Medium

Vertical Wrap
UI Layout
Solve
Review the following Flutter code:
 image
The code produces the following UI:
 image
What will the UI look like if we add following properties to Wrap widget (after line 29):

textDirection: TextDirection.rtl
direction: Axis.vertical
 image

Medium

Async Await
Asynchronous Programming
Solve
Review the following Dart code:
 image
The code reads data from a file synchronously. The code blocks while waiting for file I/O. Which of the following is the proper asynchronous version of the same code? 

- Assume readAsString is asynchronous version of readAsStringSync
- Lines with changes compared to original code are marked with // #
 image

Easy

Iterable Sync
Asynchronous Programming
Solve
What would the following Dart code print?
 image

Medium

Method Overriding
Constructors
Inheritance
Method Overriding
Solve
Consider the following Dart code:
 image
What will be the output of the above Dart code?
 image

Easy

Registration Queue
Logic
Queues
Solve
We want to register students for the next semester. All students have a receipt which shows the amount pending for the previous semester. A positive amount (or zero) represents that the student has paid extra fees, and a negative amount represents that they have pending fees to be paid. The students are in a queue for the registration. We want to arrange the students in a way such that the students who have a positive amount on the receipt get registered first as compared to the students who have a negative amount. We are given a queue in the form of an array containing the pending amount.
For example, if the initial queue is [20, 70, -40, 30, -10], then the final queue will be [20, 70, 30, -40, -10]. Note that the sequence of students should not be changed while arranging them unless required to meet the condition.
⚠️⚠️⚠️ Note:
- The first line of the input is the length of the array. The second line contains all the elements of the array.
- The input is already parsed into an array of "strings" and passed to a function. You will need to convert string to integer/number type inside the function.
- You need to "print" the final result (not return it) to pass the test cases.

For the example discussed above, the input will be:
5
20 70 -40 30 -10

Your code needs to print the following to the standard output:
20 70 30 -40 -10

Medium

Visitors Count
Strings
Logic
Solve
A manager hires a staff member to keep a record of the number of men, women, and children visiting the museum daily. The staff will note W if any women visit, M for men, and C for children. You need to write code that takes the string that represents the visits and prints the count of men, woman and children. The sequencing should be in decreasing order. 
Example:

Input:
WWMMWWCCC

Expected Output: 
4W3C2M

Explanation: 
‘W’ has the highest count, then ‘C’, then ‘M’. 
⚠️⚠️⚠️ Note:
- The input is already parsed and passed to a function.
- You need to "print" the final result (not return it) to pass the test cases.
- If the input is- “MMW”, then the expected output is "2M1W" since there is no ‘C’.
- If any of them have the same count, the output should follow this order - M, W, C.
🧐 Question🔧 Skill

Medium

Analyzing StreamBuilder
StreamBuilder
ListView

3 mins

Flutter
Solve

Medium

Handling Push Notifications
Push Notifications
Application State

2 mins

Flutter
Solve

Medium

Sliders
Widgets

4 mins

Flutter
Solve

Medium

Stateless and Stateful Widgets
Stateless Widgets
Stateful Widgets
Lifecycle Methods

2 mins

Flutter
Solve

Medium

Vertical Wrap
UI Layout

3 mins

Flutter
Solve

Medium

Async Await
Asynchronous Programming

3 mins

Dart
Solve

Easy

Iterable Sync
Asynchronous Programming

2 mins

Dart
Solve

Medium

Method Overriding
Constructors
Inheritance
Method Overriding

2 mins

Dart
Solve

Easy

Registration Queue
Logic
Queues

30 mins

Coding
Solve

Medium

Visitors Count
Strings
Logic

30 mins

Coding
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Analyzing StreamBuilder
StreamBuilder
ListView
Flutter
Medium3 mins
Solve
Handling Push Notifications
Push Notifications
Application State
Flutter
Medium2 mins
Solve
Sliders
Widgets
Flutter
Medium4 mins
Solve
Stateless and Stateful Widgets
Stateless Widgets
Stateful Widgets
Lifecycle Methods
Flutter
Medium2 mins
Solve
Vertical Wrap
UI Layout
Flutter
Medium3 mins
Solve
Async Await
Asynchronous Programming
Dart
Medium3 mins
Solve
Iterable Sync
Asynchronous Programming
Dart
Easy2 mins
Solve
Method Overriding
Constructors
Inheritance
Method Overriding
Dart
Medium2 mins
Solve
Registration Queue
Logic
Queues
Coding
Easy30 minsSolve
Visitors Count
Strings
Logic
Coding
Medium30 minsSolve
Reason #4

1200+ customers in 75 countries

customers in 75 countries
Brandon

Met Adaface konden we ons eerste screeningproces met ruim 75% optimaliseren, waardoor kostbare tijd vrijkwam voor zowel de rekruteringsmanagers als ons talentacquisitieteam!


Brandon Lee, Hoofd Mensen, Love, Bonito

Reason #5

Designed for elimination, not selection

The most important thing while implementing the pre-employment Flutter & Dart -test in your hiring process is that it is an elimination tool, not a selection tool. In other words: you want to use the test to eliminate the candidates who do poorly on the test, not to select the candidates who come out at the top. While they are super valuable, pre-employment tests do not paint the entire picture of a candidate’s abilities, knowledge, and motivations. Multiple easy questions are more predictive of a candidate's ability than fewer hard questions. Harder questions are often "trick" based questions, which do not provide any meaningful signal about the candidate's skillset.

Science behind Adaface tests
Reason #6

1 click candidate invites

Email invites: You can send candidates an email invite to the Flutter & Dart -test from your dashboard by entering their email address.

Public link: You can create a public link for each test that you can share with candidates.

API or integrations: You can invite candidates directly from your ATS by using our pre-built integrations with popular ATS systems or building a custom integration with your in-house ATS.

invite candidates
Reason #7

Detailed scorecards & benchmarks

Bekijk Sample Scorecard
Reason #8

High completion rate

Adaface tests are conversational, low-stress, and take just 25-40 mins to complete.

This is why Adaface has the highest test-completion rate (86%), which is more than 2x better than traditional assessments.

test completion rate
Reason #9

Advanced Proctoring


Learn more

About the Flutter & Dart Online Test

Why you should use Pre-employment Flutter & Dart Test?

The Flutter & Dart -test makes use of scenario-based questions to test for on-the-job skills as opposed to theoretical knowledge, ensuring that candidates who do well on this screening test have the relavant skills. The questions are designed to covered following on-the-job aspects:

  • Mogelijkheid om schone en efficiënte code te schrijven in DART -programmeertaal
  • Sterk begrip van objectgeoriënteerde programmeerconcepten in Dart
  • Diepgaande kennis van flutter-internals en zijn architectuur
  • Vaardigheid in het ontwikkelen van ingebouwde flutter en aangepaste widgets
  • Ervaring met het implementeren van oplossingen voor staatsmanagement in flutter
  • Expertise in het omgaan met formulieren en media in flutter -toepassingen
  • Kennis van netwerkconcepten en gegevensverwerking in flutter
  • Mogelijkheid om soepele animaties en overgangen in flutters te maken
  • Inzicht in navigatietechnieken tussen schermen in flutter
  • Vaardigheid bij het debuggen en testen van flutter -toepassingen

Once the test is sent to a candidate, the candidate receives a link in email to take the test. For each candidate, you will receive a detailed report with skills breakdown and benchmarks to shortlist the top candidates from your pool.

What topics are covered in the Flutter & Dart Test?

  • dart oops

    dart oops (object (object -Gereikte programmering) verwijst naar het paradigma dat wordt gebruikt in DART -programmering dat zich richt op het organiseren van code in herbruikbare en modulaire objecten. Deze vaardigheid wordt in de test gemeten om het begrip van de kandidaat van inkapseling, overerving, polymorfisme en abstractie te evalueren, die essentiële concepten zijn bij het bouwen van robuuste en schaalbare flutter -toepassingen.

  • Flutter Internals

    Flutter -internals omvatten het begrijpen van de onderliggende architectuur en mechanismen van het Flutter -raamwerk. Deze vaardigheid wordt in de test gemeten om de kennis van de kandidaat te beoordelen over hoe flutter werkt, inclusief de widget -boomhiërarchie, het weergeven van pijplijn en afhandeling van gebeurtenissen. Het zorgt ervoor dat de kandidaat zijn flutter-apps kan optimaliseren en prestatieproblemen effectief kan oplossen.

  • flutter ingebouwde en aangepaste widgets

    Flutter biedt een rijke set ingebouwde widgets en biedt ontwikkelaars aangepaste widgets maken. Deze vaardigheid wordt in de test gemeten om de bekendheid van de kandidaat te evalueren met het brede scala aan vooraf gebouwde flutter-widgets en hun vermogen om aangepaste widgets te maken voor specifieke ontwerp- en functionaliteitseisen. Het demonstreert de expertise van de kandidaat in het gebruik van de krachtige UI -mogelijkheden van Flutter.

  • State Management

    Staatsbeheer in Flutter omvat het beheer van de gegevens en de UI -status van een toepassing. Deze vaardigheid wordt in de test gemeten om de vaardigheid van de kandidaat bij de implementatie van verschillende staatsmanagementpatronen, zoals ScopedModel, Provider, Redux en Bloc, te beoordelen om complexe UI -interacties en gegevensstroom in flutter -apps effectief af te handelen.

  • . Afhandeling van formulieren en media

    Afhandelingsformulieren en media in flutter omvat het valideren van gebruikersinvoer, het vastleggen en verwerken van formuliergegevens en werken met verschillende mediatypen zoals afbeeldingen en video's. Deze vaardigheid wordt gemeten in de test om het vermogen van de kandidaat te evalueren om vormverwerking en mediamanipulatietechnieken te implementeren, waardoor een soepele en foutloze gebruikerservaring in flutter-toepassingen wordt gewaarborgd.

  • Netwerken en afhandelingsgegeven P> Netwerk- en hanteringsgegevens in flutter omvat het maken van API -aanvragen, het parseren en serialiseren van JSON en het beheren van lokale gegevensopslag. Deze vaardigheid wordt in de test gemeten om de competentie van de kandidaat te beoordelen bij het implementeren van gegevens ophalen en persistentiemechanismen, wat zorgt voor naadloze communicatie tussen flutter -apps en backend -services. </p> <h4> animaties en overgangen

    Animaties en overgangen en overgangen animaties en overgangen In Flutter brengt leven en interactiviteit naar de gebruikersinterface. Deze vaardigheid wordt in de test gemeten om de kennis van de kandidaat van het animatiekader van Flutter te evalueren en hun vermogen om soepele en visueel aantrekkelijke animaties en overgangen te creëren die de gebruikerservaring in flutter -toepassingen verbeteren.

  • Full list of covered topics

    The actual topics of the questions in the final test will depend on your job description and requirements. However, here's a list of topics you can expect the questions for Flutter & Dart -test to be based on.

    Dart Syntax
    Variabelen en gegevenstypen in Dart
    Controle stroomverklaringen in Dart
    Functies en methoden in Dart
    Uitzonderingsbehandeling in Dart
    Interfaces en abstracte klassen in Dart
    Erfenis en polymorfisme in dart
    Mixins in Dart
    Asynchrone programmering in dart
    Overzicht van het flutter framework
    Widgets -hiërarchie in flutter
    Lay -out widgets in flutter
    Materiaalontwerpwidgets
    Cupertino Design Widgets
    Tekst, afbeeldingen en media -widgets in flutter
    Gebaardetectie in flutters
    Stateful en staatloze widgets in flutter
    Staatsbeheer benaderingen in flutters
    Provider -pakket voor staatsmanagement
    Blokpatroon voor staatsmanagement
    Vormvalidatie in flutter
    Tekstinvoer en selectie in flutter
    Media -afspelen en opname in flutter
    HTTP -verzoeken doen in flutter
    JSON -gegevens parseren en serialiseren in flutters
    Werken met lokale databases in flutter
    Animaties met de animatiebibliotheek van Flutter
    Overgangen tussen schermen in flutter
    Routering en navigatie in flutter
    Debuggen flutter -toepassingen
    Eenheidstesten in flutters
    Widget -testen in flutters
    Integratietesten in flutters
    Flutter -apps implementeren op app -winkels
    App -ondertekening en release management in flutter

What roles can I use the Flutter & Dart Test for?

  • Flutter -ontwikkelaar
  • Mobile Flutter Developer
  • Software ontwikkelaar
  • Frisser flutter -ontwikkelaar

How is the Flutter & Dart Test customized for senior candidates?

For intermediate/ experienced candidates, we customize the assessment questions to include advanced topics and increase the difficulty level of the questions. This might include adding questions on topics like

  • Ervaring met het publiceren en distribueren van flutter -toepassingen
  • Geavanceerde kennis van DART -programmeertaal
  • Expertise in het ontwerpen en implementeren van complexe datamodellen in Dart
  • Diepgaand begrip van Flutter's rendering pijplijn en widget levenscyclus
  • Mogelijkheid om de prestaties van flutter -toepassingen te optimaliseren
  • Vaardigheid bij het integreren van bibliotheken van derden en API's in flutter
  • Kennis van het implementeren van veilige authenticatie en autorisatie in flutters
  • Mogelijkheid om offline gegevensopslag en synchronisatie in flutters af te handelen
  • Ervaring met het implementeren van complexe UI -lay -outs en responsieve ontwerpen in flutter
  • Inzicht in geavanceerde debuggingtechnieken in flutters

The coding question for experienced candidates will be of a higher difficulty level to evaluate more hands-on experience.

Singapore government logo

De rekruteringsmanagers waren van mening dat ze door de technische vragen die ze tijdens de panelgesprekken stelden, konden zien welke kandidaten beter scoorden, en onderscheidden ze zich met degenen die niet zo goed scoorden. Zij zijn zeer tevreden met de kwaliteit van de kandidaten op de shortlist van de Adaface-screening.


85%
Vermindering van de screeningstijd

Flutter & Dart Hiring Test Veelgestelde vragen

Hoe wordt de test aangepast voor Fresher Flutter-ontwikkelaars?

De vragen voor junior Flutter-ontwikkelaars zullen van een iets eenvoudiger niveau zijn, en de vragen zullen gebaseerd zijn op beginners-/essentiële onderwerpen. Hier zijn enkele beginnersvaardigheden waarop de test zal worden gebaseerd:

  • Basisprincipes van Dart (controlestroom, functies, if-instructies, logische operatoren, for-lussen)
  • Basisprincipes van Dart Object-georiënteerd programmeren
  • Gegevensstructuren en verzamelingen in Dart
  • Basisprincipes van flutter
  • Navigatie tussen apps met meerdere schermen
  • Gebruik van ingebouwde widgets en styling
  • Gebruik van populaire bibliotheken van derden, zoals Material Design
  • Formulieren, invoerafhandeling en validatie
  • Het maken van asynchrone API-aanroepen om gegevens uit de cloud op te slaan en op te halen
  • Gebruik van JSON-formaat voor servercommunicatie.
  • Grondbeginselen van staatsmanagement

Kan ik meerdere vaardigheden combineren in één aangepaste beoordeling?

Ja absoluut. Aangepaste beoordelingen zijn opgezet op basis van uw functiebeschrijving en bevatten vragen over alle must-have vaardigheden die u opgeeft.

Heeft u functies tegen latere of proctoring op hun plaats?

We hebben de volgende anti-cheating-functies op zijn plaats:

  • Niet-googelbare vragen
  • IP Proctoring
  • Web Proctoring
  • Webcam Proctoring
  • Plagiaatdetectie
  • Beveilig browser

Lees meer over de Proctoring -functies.

Hoe interpreteer ik testscores?

Het belangrijkste om in gedachten te houden is dat een beoordeling een eliminatietool is, geen selectietool. Een vaardighedenbeoordeling is geoptimaliseerd om u te helpen kandidaten te elimineren die niet technisch gekwalificeerd zijn voor de rol, het is niet geoptimaliseerd om u te helpen de beste kandidaat voor de rol te vinden. Dus de ideale manier om een ​​beoordeling te gebruiken is om een ​​drempelscore te bepalen (meestal 55%, wij helpen u benchmark) en alle kandidaten uit te nodigen die boven de drempel scoren voor de volgende interviewrondes.

Voor welk ervaringsniveau kan ik deze test gebruiken?

Elke ADAFACE -beoordeling is aangepast aan uw functiebeschrijving/ ideale kandidaatpersonage (onze experts van het onderwerp zullen de juiste vragen kiezen voor uw beoordeling uit onze bibliotheek van 10000+ vragen). Deze beoordeling kan worden aangepast voor elk ervaringsniveau.

Krijgt elke kandidaat dezelfde vragen?

Ja, het maakt het veel gemakkelijker voor u om kandidaten te vergelijken. Opties voor MCQ -vragen en de volgorde van vragen worden gerandomiseerd. We hebben anti-cheating/proctoring functies. In ons bedrijfsplan hebben we ook de optie om meerdere versies van dezelfde beoordeling te maken met vragen over vergelijkbare moeilijkheidsniveaus.

Ik ben een kandidaat. Kan ik een oefentest proberen?

Nee. Helaas ondersteunen we op dit moment geen oefentests. U kunt echter onze voorbeeldvragen gebruiken voor praktijk.

Wat zijn de kosten van het gebruik van deze test?

U kunt onze [prijsplannen] bekijken (https://www.adaface.com/pricing/).

Kan ik een gratis proefperiode krijgen?

Ja, u kunt gratis aanmelden en een voorbeeld van deze test.

Ik ben net naar een betaald plan verhuisd. Hoe kan ik een aangepaste beoordeling aanvragen?

Hier is een korte handleiding over hoe een aangepaste beoordeling aanvragen op Adaface.

customers across world
Join 1200+ companies in 75+ countries.
Probeer vandaag de meest kandidaatvriendelijke vaardighedenbeoordelingstool.
g2 badges
Ready to use the Adaface Flutter & Dart -test?
Ready to use the Adaface Flutter & Dart -test?
ada
Ada
● Online
Previous
Score: NA
Next
✖️