Search test library by skills or roles
⌘ K

About the test:

De online online test is ontworpen om de bekwaamheid van kandidaten in de soliditeitsprogrammeertaal te beoordelen, die wordt gebruikt om slimme contracten op de Ethereum -blockchain te schrijven. De test maakt gebruik van scenario-gebaseerde MCQ's om de kennis van kandidaten van belangrijke stevigheidsconcepten te evalueren, waaronder gegevenstypen, besturingsstructuren en functie- en gebeurtenisafhandeling, hun begrip van contractimplementatie, foutopsporing en beveiligingsoverwegingen. De test is bedoeld om het vermogen van een kandidaat te beoordelen om efficiënte en veilige slimme contracten te schrijven met soliditeit.

Covered skills:

  • Soliditeitsprogrammeertaal
  • Slimme contracten
  • Cryptocurrency
  • Tokenomics
  • Soliditeitsgegevenstypen
  • Contractimplementatie
  • Blockchain
  • Ethereum
  • Gedecentraliseerde toepassingen
  • Blockchain -beveiliging
  • Foutafhandeling in stevigheid
  • Soliditeitstests

Try practice test
9 reasons why
9 reasons why

Adaface Soliditeits Test is the most accurate way to shortlist Blockchain -ontwikkelaars



Reason #1

Tests for on-the-job skills

The Soliditeitstest 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:

  • Bekwaam in stevigheid programmeertaal
  • Kennis van blockchain -technologie en de toepassingen ervan
  • Inzicht in slimme contracten en hun implementatie in stevigheid
  • Bekendheid met Ethereum en zijn ecosysteem
  • Begrip van cryptocurrency -concepten en hun implicaties in stevigheid
  • Kennis van het ontwikkelen van gedecentraliseerde toepassingen (DAPPS)
  • Inzicht in tokenomics en tokencreatie in stevigheid
  • Bewustzijn van de best practices van blockchain -beveiliging
  • Mogelijkheid om effectief met soliditeitsgegevenstypen te werken
  • Ervaring met foutafhandeling en uitzonderingsbeheer in stevigheid
  • Inzicht in een contractimplementatieproces
  • Bekwaam in soliditeitstestingstechnieken
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
Try practice test
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 Stevigheidstest zal niet-googelbaar zijn.

🧐 Question

Medium

Delegated Contract Execution
Delegatecall
Modifiers
Contract Security
Try practice test
In the Solidity code provided, there are two contracts: MainContract and HelperContract. MainContract uses delegatecall to execute a function in HelperContract. Carefully analyze the code and determine the outcome of specific operations.
 image
After deploying both contracts and setting the HelperContract address in MainContract, what will be the result of calling setHelperVars(100) from an EOA (Externally Owned Account)?
A: Only HelperContract's state is modified.
B: Only MainContract's state is modified.
C: States of both MainContract and HelperContract are modified.
D: Transaction fails due to the onlyOwner modifier in MainContract.
E: MainContract's sender and value are modified, but num remains unchanged.
F: HelperContract's sender and value are modified, but num remains unchanged.

Medium

Functions and arguments
Fallback functions
Try practice test
Review the following Solidity code:
 image
We want to add a fallback function to the contract. Pick the correct fallback function and correct statements:
 image
E: Fallback function is executed if contract receives plain Ether without any data
F: Fallback function is executed if caller calls a function that is not available
G: If multiple unnamed functions are defined for a contract, the cheapest function is used as fallback function

Easy

Private and Internal
Smart Contracts
Contract Inheritance
Try practice test
Review the following Solidity code:
 image
Pick the correct statements:

A: private increment function defined in contract_e is accessible in derived contract d_c but not accessible outside the derived contracts.
B: private increment function defined in contract_e is accessible only inside contract_e and not accessible to derived contracts as well.
C: internal variable str defined in contract_e is accessible in derived contract d_b but not outside the derived contracts.
D: internal variable str defined in contract_e is accessible only inside contract_e and not accessible to derived contracts as well.

Medium

Smart Contract Interaction
Contract Interaction
Gas Usage
Error Handling
Try practice test
You are reviewing a set of two interacting Solidity smart contracts, `ContractA` and `ContractB`. `ContractA` calls a function in `ContractB`, which in turn updates state variables in both contracts. Your task is to determine the correct behavior and gas usage implications based on the pseudo code provided:
 image
The contracts are deployed correctly, and `ContractB` is initialized with the address of `ContractA`. Consider what happens when `incrementBoth` function of `ContractB` is called.
A: Only `ContractB`'s count is incremented; `ContractA`'s count remains unchanged.
B: Both `ContractA` and `ContractB`'s counts are incremented, with higher gas costs due to inter-contract calls.
C: Transaction fails due to lack of error handling in `ContractB`.
D: Gas optimization is achieved due to internal transaction handling.
E: `ContractA`'s count is incremented twice due to recursive call.
F: `ContractA`'s count is not incremented due to `external` keyword restriction.

Medium

51% Attacks
Try practice test
A 51% attack is perhaps the most discussed threat to any public Blockchain asset. A 51% attack happens when a certain miner or mining pool, that owns more than 50% of all the network’s hashing power, acts maliciously to disturb the network’s operation.
For example: Two Bitcoin Cash mining pools, carried out a 51% attack on the Bitcoin Cash blockchain in order to stop an unknown miner from taking coins that they weren’t supposed to have access to, while the network forked.
Which of the following CAN be done by a miner employing a 51% attack?

A: Double spend their coins
B: Reverse confirmed transactions
C: Steal funds from a certain address
D: Prevent transactions from being confirmed
E: Create false transactions that never happened

Easy

Evidence
Try practice test
Breed Chasing, solo engineer is planning to create new cryptocurrency, NEWCRAIGLIST and build a blockchain that facilitates buying and selling second-hand items with NEWCRAIGLIST from each other. Breed expects the platform to be used for international transactions and devised the following process:

- Before a transaction is considered complete, the purchaser must put the funds in an escrow service
- The sender must enter the courier tracking number into that same escrow
Palmart, toy store giant in US is asked by lawmakers to provide evidence that proves the store’s toys are not produced through child labour. Palmart’s toys are transferred between 7 parties between creation and placement at the store. Palmart is considering using blockchain to solve this problem. Discretion in the reading and writing of transactions is highly important to the store chain to protect its proprietary interests. Review the following possible solutions and pick the best approach that solves Palmart’s problem:
Option A:
Use a public blockchain that supports assets.
Then create a new toy asset for each item created. 
When the toy is transferred to the next party, mandate that the associated blockchain asset to be transferred to the next party's blockchain account with required metadata.
Lawmakers can now view transactions and transfers at any time.

Option B: 
Use a permissioned blockchain.
Require that every party involved in the process to host a node on the Palmart's network. 
Create a new toy asset for each item created. 
When the toy is transferred to the next party in the process, have the previous party use a web portal to initialize a chain code Smart Contract to transfer control of the asset. 
When the next party receives the asset have them use a web portal to initialize a chain code Smart Contracts to acknowledge receipt of the asset. 
Provide read-only permissions to the lawmakers so they can receive the evidence they are looking for.

Medium

Blockchain Interoperability
Smart Contract Logic
Interoperability
Decentralized Applications
Try practice test
Consider a blockchain ecosystem where a decentralized application (dApp) is designed to operate across two different blockchains: Blockchain A, which uses a unique smart contract language and execution environment, and Blockchain B, which supports Ethereum Virtual Machine (EVM) compatible smart contracts. The dApp includes a cross-chain functionality where certain actions triggered in Blockchain A's smart contract result in specific operations in a smart contract on Blockchain B. The interoperability is facilitated through a decentralized oracle that verifies and relays information between the two blockchains. Given this setup, which of the following statements most accurately reflects the challenges and considerations in implementing this dApp's cross-chain functionality?
A: Cross-chain functionality cannot be achieved due to the different smart contract languages and execution environments.
B: The decentralized oracle introduces a single point of failure, compromising the security of the dApp.
C: Synchronizing state between the two blockchains is seamless and does not introduce any additional latency.
D: The dApp can maintain consistency and atomicity in transactions across the blockchains, but it faces challenges in data validation and oracle reliability.
E: Smart contract execution on Blockchain B is entirely dependent on the state of the smart contract on Blockchain A.
F: The interoperability poses no significant challenges, as EVM compatibility ensures seamless cross-chain communication.

Medium

Strategic Tokenomics
Tokenomics
Cryptocurrency Economics
Try practice test
A new cryptocurrency, CryptoX, has a fixed total supply of 100 million tokens. Its initial release of 40 million tokens is distributed as follows: 10 million for development, 15 million for a decentralized autonomous organization (DAO) treasury, and 15 million for staking rewards. The remaining 60 million tokens are locked, with a scheduled release decreasing by 10% each year. CryptoX also has a deflationary mechanism where 0.1% of each transaction is burned.

During a market downturn, CryptoX's price drops by 30% in a month. Market analysis attributes this drop primarily to increased token selling by short-term holders, influenced by a broader market downturn in cryptocurrencies. CryptoX's community is considering responses to stabilize the price and reassure long-term investors. Two strategies are proposed:

1) Increase the transaction burn rate to 0.2%, hoping to reduce the circulating supply faster and create a deflationary pressure.
2) Maintain the current tokenomics, believing that the downturn is part of normal market fluctuations and that the existing mechanisms are robust enough for long-term stability.

Given the market analysis and the nature of the downturn, which strategy is more likely to effectively stabilize CryptoX’s price while maintaining long-term value?
A: Increase the transaction burn rate to 0.2%.
B: Maintain the current tokenomics without any changes.
C: Temporarily suspend the transaction burn mechanism.
D: Increase the release rate of the locked tokens.
E: Implement a dynamic burn rate that adjusts with market conditions.
F: Introduce a temporary buyback and burn program.
🧐 Question🔧 Skill

Medium

Delegated Contract Execution
Delegatecall
Modifiers
Contract Security

3 mins

Solidity
Try practice test

Medium

Functions and arguments
Fallback functions

3 mins

Solidity
Try practice test

Easy

Private and Internal
Smart Contracts
Contract Inheritance

2 mins

Solidity
Try practice test

Medium

Smart Contract Interaction
Contract Interaction
Gas Usage
Error Handling

2 mins

Solidity
Try practice test

Medium

51% Attacks

3 mins

Blockchain
Try practice test

Easy

Evidence

3 mins

Blockchain
Try practice test

Medium

Blockchain Interoperability
Smart Contract Logic
Interoperability
Decentralized Applications

3 mins

Blockchain
Try practice test

Medium

Strategic Tokenomics
Tokenomics
Cryptocurrency Economics

2 mins

Blockchain
Try practice test
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Delegated Contract Execution
Delegatecall
Modifiers
Contract Security
Solidity
Medium3 mins
Try practice test
Functions and arguments
Fallback functions
Solidity
Medium3 mins
Try practice test
Private and Internal
Smart Contracts
Contract Inheritance
Solidity
Easy2 mins
Try practice test
Smart Contract Interaction
Contract Interaction
Gas Usage
Error Handling
Solidity
Medium2 mins
Try practice test
51% Attacks
Blockchain
Medium3 mins
Try practice test
Evidence
Blockchain
Easy3 mins
Try practice test
Blockchain Interoperability
Smart Contract Logic
Interoperability
Decentralized Applications
Blockchain
Medium3 mins
Try practice test
Strategic Tokenomics
Tokenomics
Cryptocurrency Economics
Blockchain
Medium2 mins
Try practice test
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

Try practice test
Reason #5

Designed for elimination, not selection

The most important thing while implementing the pre-employment Stevigheidstest 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 Stevigheidstest 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
Try practice test
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 Soliditeits Assessment Test

Why you should use Pre-employment Soliditeitstest?

The Stevigheidstest 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:

  • Soliditeitsprogrammeringstaalvaardigheid
  • Inzicht in blockchain -technologie
  • Kennis van slimme contracten
  • Ervaring met Ethereum -platform
  • Inzicht in concepten van cryptocurrency
  • Bekendheid met gedecentraliseerde toepassingen (DAPPS)
  • Inzicht in tokenomics
  • Kennis van Blockchain -beveiligingsprincipes
  • Soliditeitsgegevenstypen en hun gebruik
  • Mogelijkheid om uitzonderingen in stevigheid af te handelen

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 Soliditeitstest?

  • Blockchain

    Blockchain is een gedecentraliseerd en gedistribueerd digitaal grootboek dat alle transacties op meerdere computers of knooppunten registreert. , waardoor het transparant en sabotageproef is. Het biedt de onderliggende technologie voor cryptocurrencies, slimme contracten en andere gedecentraliseerde applicaties.

  • slimme contracten

    Slimme contracten zijn zelfuitvoerende contracten met de voorwaarden van de overeenkomst die rechtstreeks in code is geschreven. Ze handhaven automatisch de regels en voorwaarden die erin zijn gedefinieerd, waardoor vertrouwelijke en gedecentraliseerde transacties mogelijk zijn zonder tussenbehoeften.

  • Ethereum

    Ethereum is een gedecentraliseerd blockchain -platform waarmee ontwikkelaars kunnen bouwen en implementeren slimme contracten. Het biedt een veilige en betrouwbare infrastructuur voor het maken van gedecentraliseerde applicaties en het uitvoeren van complexe berekeningen op de blockchain.

  • cryptocurrency

    Cryptocurrency verwijst naar digitale of virtuele valuta's die cryptografie gebruiken voor beveiliging. Ze zijn gedecentraliseerd en werken onafhankelijk van elke centrale autoriteit, waardoor veilige en anonieme transacties mogelijk zijn.

  • gedecentraliseerde applicaties

    Gedecentraliseerde applicaties, of DAPPS, zijn applicaties die op een gedecentraliseerd netwerk worden uitgevoerd, zoals, een blockchain. Ze zijn ontworpen om transparant, veilig en censuurbestendig te zijn, zonder te vertrouwen op een centrale autoriteit of intermediair voor controle.

  • tokenomics

    Tokenomics verwijst naar de economische modellen en principes achter de achter Ontwerp en gebruik van tokens in een blockchain -ecosysteem. Het omvat factoren zoals tokenverdeling, nut, schaarste en stimuleringsstructuren die de waarde en het gedrag van tokens beïnvloeden.

  • blockchain -beveiliging

    Blockchain -beveiliging verwijst naar de maatregelen en technieken die zijn geïmplementeerd Bescherm de integriteit, vertrouwelijkheid en beschikbaarheid van gegevens en transacties op een blockchain. Het omvat cryptografie, consensusmechanismen, toegangscontroles en auditing om de veilige werking van het blockchain -netwerk te waarborgen.

  • Solidity Data Types

    Solidity Data Types definiëren het soort waarden dat kan zijn dat kan zijn dat kan zijn dat kan zijn opgeslagen en gemanipuleerd in stevigheid slimme contracten. Ze omvatten basisgegevenstypen zoals gehele getallen, booleans, strings en meer complexe typen zoals arrays en structs.

  • foutafhandeling in soliditeit

    Foutafhandeling in stevigheid omvat het beheren en reageren op Uitzonderingen, fouten en onverwachte omstandigheden die kunnen optreden tijdens de uitvoering van een slim contract. Soliditeit biedt mechanismen zoals terugkeer, vereisen en beweren verklaringen om fouten af ​​te handelen en de robuustheid van het contract te waarborgen.

  • contractimplementatie

    Contractimplementatie verwijst naar het proces van het implementeren van een slim contract op het blockchain -netwerk, waardoor het beschikbaar is voor uitvoering. Het omvat interacties met de Ethereum Virtual Machine (EVM) en vereist de implementatie van de bytecode- en initialisatiegegevens van het contract.

  • Solidity Testing

    Soliditeitstests omvat het schrijven en uitvoeren van tests om te waarborgen de correctheid en functionaliteit van slimme contracten geschreven in stevigheid. Het helpt bugs, kwetsbaarheden en fouten in de contractcode te identificeren en te voorkomen, waardoor de betrouwbaarheid en beveiliging van de ingezette contracten wordt gewaarborgd.

  • 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 Stevigheidstest to be based on.

    Soliditeitssyntaxis
    Gegevenstypen in stevigheid
    Variabelen en constanten
    Functies en modificatoren
    Controlestructuren (if-else, lussen)
    Erfenis en interfaces in stevigheid
    Evenementen en afhandeling van evenementen
    Structs en toewijzingen
    Foutafhandeling in stevigheid
    Uitzonderingsbeheer in stevigheid
    Contractimplementatieproces
    Ethereum Virtual Machine (EVM)
    Gasoptimalisatie in stevigheid
    Slimme contractbeveiligingsproblemen
    Solidity Unit Testing Frameworks
    Token Creation and Management
    ERC-20- en ERC-721-normen
    Interactie met externe contracten
    Gedecentraliseerde applicatie -architectuur
    Web3.js -bibliotheek voor Ethereum -interactie
    Soliditeit debugging -technieken
    Blockchain -consensusmechanismen
    Cryptografische hashfuncties in stevigheid
    Proxycontracten en upgradeabiliteit
    Op rollen gebaseerde toegangscontrole in stevigheid
    Tijd en tijdstempels afhandelen
    Integratie van orakels in stevigheid
    Optimalisatie van soliditeitscode
    Onveranderlijke gegevensstructuren in slimme contracten
    Massale parallellisatie in stevigheid
    Inzicht in gaskosten en kostenoptimalisatie
    Foutafhandelingspatronen in stevigheid
    Contract -upgradabiliteitsstrategieën
    Reentrancy -aanvallen en preventie
    Fallback -functies en zelfvernietiging
    Het voorkomen van gehele overloop en onderloop
    Adrestypen en hun gebruik
    Bibliotheken importeren en gebruiken
    Soliditeitscode -opmaakconventies
    Codering en decodering in stevigheid
    Atomiciteit in slimme contracten
    Uitbreiding van externe opslagcontracten
    Toegangscontroles en machtigingen
    Oracle -integraties met Chainlink
    Gasverbruik in stevigheid optimaliseren
    Evenementen gebruiken voor contractinteractie
    Solidity Development Tools and Ides
    Token -distributiemechanismen
    Ontwerppatronen in stevigheid
    Onveranderlijke contracten en onveranderlijkheid
    Contracten inzetten op openbare en particuliere netwerken
    Goedkeuring en vergoeding in ERC-20 afhandelen
    Soliditeit Best practices en codestandaarden
    Omkering in stevigheid afhandelen
    Foutvoortplanting en het verwerken van externe oproepen
    Contractfabriekspatronen
    Merkle -bomen in degelijkheid begrijpen
    Het voorkomen van DOS -aanvallen in stevigheid
    Schatting van de gasprijs en optimalisatie
Try practice test

What roles can I use the Soliditeitstest for?

  • Blockchain -ontwikkelaar
  • Smart Contract Developer
  • Blockchain -ingenieur
  • Cryptocurrency -ontwikkelaar
  • Dapp -ontwikkelaar
  • Blockchain -consultant

How is the Soliditeitstest 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 contractimplementatie
  • Vaardigheid in stevigheid testen kaders
  • Geavanceerde stevigheid programmeertechnieken
  • Expertise in blockchain -consensusmechanismen
  • Begrip van gedecentraliseerde financiën (defi)
  • Kennis van blockchain -interoperabiliteit
  • Mogelijkheid om het gasverbruik in stevigheid te optimaliseren
  • Ervaring met beveiligingsaudits van slimme contracten
  • Vaardigheid in het bouwen van schaalbare dapps
  • Expertise in soliditeitscode -optimalisatie
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

Soliditeits Online Test Veelgestelde vragen

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 Stevigheidstest?
Ready to use the Adaface Stevigheidstest?
ada
Ada
● Online
✖️