Search test library by skills or roles
⌘ K

About the test:

De Excel SQL-test maakt gebruik van scenario-gebaseerde MCQ's om kandidaten te evalueren op hun vaardigheid bij het gebruik van Microsoft Excel en SQL voor gegevensanalyse en rapportage. De test beoordeelt het vermogen van de kandidaten om gegevens te vragen en te analyseren met behulp van SQL, gegevens importeren en exporteren tussen Excel- en SQL -databases en Excel -rapporten en dashboards te maken en te beheren. De test richt zich op gegevensmodellering, database -ontwerp, gegevensvalidatie en normalisatie, SQL -functies en procedures, datavisualisatie en gegevensmanipulatie.

Covered skills:

  • Basic Excel -formules
  • Het analyseren van gegevens met behulp van pivots en filters
  • SQL sluit zich aan en subquery's
  • Excel -opzoekformules
  • SQL CRUD -operaties
  • SQL -indexen en weergaven

9 reasons why
9 reasons why

Adaface Excel & SQL Assessment Test is the most accurate way to shortlist SQL -gegevensanalists



Reason #1

Tests for on-the-job skills

The Excel & SQL 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:

  • In staat om basisuitformules te gebruiken om berekeningen uit te voeren
  • Bekwaam in Excel -lookup -formules om gegevens uit meerdere vellen op te halen
  • Bekwaam in het analyseren van gegevens met behulp van pivots en filters in Excel
  • In staat om CRUD -bewerkingen uit te voeren in SQL
  • Kennis in SQL Joins en subquery's voor het ophalen van gegevens
  • Bekend met SQL -indexen en weergaven voor prestatie -optimalisatie
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 Excel & SQL -test zal niet-googelbaar zijn.

🧐 Question

Medium

MATCH INDEX LOOKUP
Solve
Some friends live in adjacent apartments in a building in Central Perk, New York. We want to write a function to search the apartment number by name. Which of the following functions should we use?
 image

Medium

Organization data
Data transformation
Solve
We have two Excel files with organization data. One file has Organization ID and Organization Name fields, whereas the second file has Organization ID, Organization Name and Country fields. We wrote a query to retrieve the data from both files. Here’s a sample of the data retrieved:
 image
We want to ensure Organization ID field is unique. Which of the following is the ideal solution that ensures Organization ID field is unique while retaining Country data?

A: Select the Organization ID and Country columns, and then click Keep Duplicates.
B: Select the Organization ID and Country columns, and then click Remove Duplicates.
C: Use Group BY function to group the rows by Organization ID. Specify output columns for Organization Name and Country using MAX operation.
D: Select Organization ID column and then click Remove Duplicates. Then specify output columns for Country using MAX operation.

Medium

Student scores
Data formatting
Solve
Here’s a sample Excel data source:
 image
Here’s the expected data format: 
 image
Which of the following is the correct way to transform the data from the query editor to achieve the result?

A: Columns to Select: Student Only
B: Columns to Select: Student and Student ID
C: Columns to Select: Primary and Secondary
D: Command to Use: Pivot Column
E: Command to Use: Reverse Rows
F: Command to Use: Unpivot Columns

Medium

VLOOKUP blood donor
Solve
We are looking to find the contact number of the only blood donor with blood group O-. Which function should we use to look up the correct contact number? Here's the documentation for VLOOKUP: =VLOOKUP(lookup value, range containing the lookup value, the column number in the range containing the return value, Approximate match (TRUE) or Exact match (FALSE)).
 image
A: =VLOOKUP("O-", A1:E10, 3, TRUE)
B: =VLOOKUP("O-", A1:E10, 3, FALSE)
C: =VLOOKUP("O-", D1:D10, 4)
D: =VLOOKUP("O-", D1:D10, 3)
E: =VLOOKUP("O-", A1:E10, 4, TRUE)
F: =VLOOKUP("O-", A1:E10, 4, FALSE)
G: =VLOOKUP("Kane", A1:E10, 4)

Medium

Multi Select
JOIN
GROUP BY
Solve
Consider the following SQL table:
 image
How many rows does the following SQL query return?
 image

Medium

nth highest sales
Nested queries
User Defined Functions
Solve
Consider the following SQL table:
 image
Which of the following SQL commands will find the ‘nth highest Sales’ if it exists (returns null otherwise)?
 image

Medium

Select & IN
Nested queries
Solve
Consider the following SQL table:
 image
Which of the following SQL queries would return the year when neither a football or cricket winner was chosen?
 image

Medium

Sorting Ubers
Nested queries
Join
Comparison operators
Solve
Consider the following SQL table:
 image
What will be the first two tuples resulting from the following SQL command?
 image

Hard

With, AVG & SUM
MAX() MIN()
Aggregate functions
Solve
Consider the following SQL table:
 image
How many tuples does the following query return?
 image
🧐 Question🔧 Skill

Medium

MATCH INDEX LOOKUP

2 mins

Excel
Solve

Medium

Organization data
Data transformation

3 mins

Excel
Solve

Medium

Student scores
Data formatting

2 mins

Excel
Solve

Medium

VLOOKUP blood donor

2 mins

Excel
Solve

Medium

Multi Select
JOIN
GROUP BY

2 mins

SQL
Solve

Medium

nth highest sales
Nested queries
User Defined Functions

3 mins

SQL
Solve

Medium

Select & IN
Nested queries

3 mins

SQL
Solve

Medium

Sorting Ubers
Nested queries
Join
Comparison operators

3 mins

SQL
Solve

Hard

With, AVG & SUM
MAX() MIN()
Aggregate functions

2 mins

SQL
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
MATCH INDEX LOOKUP
Excel
Medium2 mins
Solve
Organization data
Data transformation
Excel
Medium3 mins
Solve
Student scores
Data formatting
Excel
Medium2 mins
Solve
VLOOKUP blood donor
Excel
Medium2 mins
Solve
Multi Select
JOIN
GROUP BY
SQL
Medium2 mins
Solve
nth highest sales
Nested queries
User Defined Functions
SQL
Medium3 mins
Solve
Select & IN
Nested queries
SQL
Medium3 mins
Solve
Sorting Ubers
Nested queries
Join
Comparison operators
SQL
Medium3 mins
Solve
With, AVG & SUM
MAX() MIN()
Aggregate functions
SQL
Hard2 mins
Solve
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 Excel & SQL -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 Excel & SQL -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 Excel & SQL Online Test

Why you should use Pre-employment Excel & SQL Test?

The Excel & SQL -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:

  • Basic Excel -formules voor gegevensmanipulatie
  • Excel -opzoekformules voor het ophalen van specifieke informatie
  • Gegevens analyseren met behulp van pivots en filters in Excel
  • SQL CRUD -bewerkingen uitvoeren voor gegevensbeheer
  • Het uitvoeren van SQL -joins en subquery's voor data -extractie
  • Gebruikmakend van SQL -indexen en weergaven voor optimalisatie
  • Excel -spreadsheets effectief maken en wijzigen
  • Implementatie van complexe Excel -formules voor geavanceerde berekeningen
  • Het toepassen van Excel -voorwaardelijke opmaak en gegevensvalidatie
  • SQL -functies gebruiken voor gegevensmanipulatie

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 Excel & SQL Test?

  • Excel Lookup Formulas

    Deze vaardigheid omvat het gebruik van formules in Excel naar Zoek naar specifieke waarden in een gegevensset en haal bijbehorende informatie op. Het meten van deze vaardigheid in de test helpt bij het beoordelen van het vermogen van de kandidaat om gegevens efficiënt toegang te krijgen en op te halen uit Excel -spreadsheets.

  • gegevens analyseren met behulp van pivots en filters

    Deze vaardigheid richt zich op het gebruik van Excel's Pivot Tabellen en filtermogelijkheden om grote gegevenssets te analyseren en samen te vatten. Het is cruciaal om deze vaardigheid in de test te meten, omdat het de vaardigheid van de kandidaat aantoont bij het uitvoeren van data -analysetaken met behulp van de krachtige functies van Excel.

  • 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 Excel & SQL -test to be based on.

    Basisformules
    Opzoekformules
    Draaitabellen
    Filters
    SQL CRUD -operaties
    SQL voegt zich bij
    SQL -subquery's
    SQL -indexen
    SQL -weergaven
    Somfunctie
    Gemiddelde functie
    Telfunctie
    Als functie
    Vlookup -functie
    Hlookup -functie
    Indexfunctie
    Matchfunctie
    Offset -functie
    Conditionele opmaak
    Sorteergegevens
    Gegevens filteren
    Slicers
    Gegevens consolideren
    Groepatiegegevens
    Gegevens aggregeren
    Rijen/kolommen toevoegen en verwijderen
    Gegevens invoegen en manipuleren met SQL
    Het bijwerken en verwijderen van gegevens met SQL
    Specifieke kolommen selecteren met SQL
    Meerdere tafels opvragen met SQL
    Subquery's in SQL gebruiken
    Werken met indexen in SQL
    Het maken en beheren van weergaven in SQL

What roles can I use the Excel & SQL Test for?

  • SQL -gegevensanalist
  • Business Intelligence Analyst
  • Database Administrator
  • Financieel analist
  • Operations Analyst
  • Bedrijfsanalist

How is the Excel & SQL 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

  • Geavanceerde Excel -formules voor complexe gegevensanalyse
  • Het optimaliseren van pivots en filters in Excel voor betere prestaties
  • Efficiënt SQL -databaseschema ontwerpen en implementeren
  • SQL -beveiligingsmaatregelen implementeren voor gegevensbescherming
  • SQL -query's schrijven met meerdere tabelverbindingen voor complexe gegevens ophalen
  • Het gebruik van SQL -subquery's om geavanceerde gegevensproblemen op te lossen
  • SQL -queryprestaties evalueren en optimaliseren met behulp van indexen
  • SQL -weergaven ontwerpen en maken voor vereenvoudigde gegevenstoegang
  • Geavanceerde Excel -formules toepassen voor voorspelling en modellering
  • Gebruikmakend van Excel Data Analysis Tools voor inzichten en trends
  • Het analyseren van grote datasets met behulp van SQL -aggregatiefuncties
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

Excel & SQL Hiring 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 Excel & SQL -test?
Ready to use the Adaface Excel & SQL -test?
ada
Ada
● Online
Previous
Score: NA
Next
✖️