Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Solve questions to get feedback or
take a practice test and get a free certificate.
Work-samples are the best predictor of work performance. 8,000+ companies use TestDome premium questions.
The HTML/CSS, JavaScript, Python, Django, and SQL online test assesses candidates' ability to develop applications using the Django web framework, front-end skills (HTML/CSS and JavaScript), and back-end skills (Python and SQL).
It's an ideal test for pre-employment screening. A good full-stack Django Python developer needs an in-depth understanding of the Django framework and how to leverage its tools and features to create robust scalable web applications quickly.
This online test requires candidates to answer questions common to the Django web framework, use HTML/CSS to implement and style web pages, and solve coding problems using JavaScript, Python, and SQL.
With APPEND_SLASH set to True, the routes below are for a Django app that maintains movie archives.
from django.urls import path
from . import views
urlpatterns = [
path('movies/2000/', views.new_millenium),
path('movies/<int:year>/', views.by_year),
path('movies/<int:year>/<int:month>/', views.by_year_month),
path('movies/<int:year>/<int:month>/<slug:other>/', views.by_year_month_detail),
]
Which options are correct for the given routes?
Every user on your website has an image avatar that is displayed when they post a comment. You want to style these images differently from other images on your site. Add a CSS class named avatar that fulfils the following requirements:
For example, the avatar in the template should look like:
Implement the ensure function so that it throws an error if called without arguments or the argument is undefined. Otherwise it should return the given value.
A university's Office of Admission keeps track of student majors. Each student can have a single major. Below is an example of how their system stores students, majors, and how it manipulates them:
students = [("Allen Anderson", "Computer Science"),
("Edgar Einstein", "Engineering"),
("Farrah Finn", "Fine Arts")]
def add_new_student(students, name, major):
students.append((name, major))
def update_student(students, index, name, major):
students[index] = (name, major)
def find_students_by_name(students, name):
return [student for student in students if name in student[0]]
def get_all_majors(students):
return [student[1] for student in students]
What can be concluded from the code snippet above?
Given the following data definition, write a query that returns the number of students whose first name is John.
TABLE students id INTEGER PRIMARY KEY, firstName VARCHAR(30) NOT NULL, lastName VARCHAR(30) NOT NULL
Earn a free certificate by achieving top 25% on the HTML/CSS, JavaScript, Python, Django, and SQL test with public questions.
Take a Certification TestPeter Gibbons
Java and SQL
TestDome
Certificate
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Document Store, Positive Numbers, Links, Truthy Expressions, Is Alpha, Shipping, Log Patch, Ad, Article Style, Baby Names, Category Tree, Cities, Editor, Format Table, Keywords, Label Color, Loading, Logo, Paragraph, Products, Shirts, Upload, Username, Warehouse, Widgets, Language Teacher, Reward Points, Greeter, Tuple Slice, Medical Record, Numbers to Text, Hobbies, iframe, Procedural Generator, Kilometer Converter, Max Sum, Crop Ratio, Launch Time, Function Wrapper, Link, Log Parser, Log Parser, Cargo Ship, Unique Numbers, Load URL, Photon Frequency, String Occurrence, Addition, Date Transform, Random Playlist, File Format, Book Authors, Count Hobbies, Trading Data Paging, Color Codes, Chain Link, Tax Calculator, XML Navigation, Bookmark, Screen Reader, Game Offer, Bicycle Report, Curious Leaf, Gaming Console, Travel Blog, Confirm, Blog, Special Actions, Friend, Roads, Authors, Autocomplete, Ban Users, Bank Branches, Cheapest Product, Countries, Developers, Hospital Patients, Index Performance, Menu Items, Merge Stock Index, Movies, Projects, Rectangles, Restaurant Menu, Retirees, SMS Messages, Poll, Users and Accounts, Matching Clothes, Agents, Sales, Employee Manager, Auto Show, Delete Orders, Welfare Organization, Tasks, Manager Sales, Student Rankings, Student Activities, Youngest Child, Movies Live, Department Report, Ingredients, Average Salary, Movie Genres, Segment, Christmas Tree, Timesheet, Email Tables, Data Entry, Price List, Ice Cream Flavors, Memory Game, TestDome Logo, River Discharge, ATM Locations, Ceramic Store, Action Stack, Read Write Execute, Demo Reports, Home Page, Add Payment, Cafe Session, Teacher Contact, Read First Line, New Folder, Post Comment, Row Appender, Vectors, Segment, Special Actions, Date Transform, Height, Product Rating, Validation, Cards, Array Search, Screen, Timer, Username, Snapshot, Scale Font Size, Products, Paragraph, Hide Button, A Tag, Hobbies, Loading Bar, Log Patch, Double, Table of Names, Filter, Transactions, Reorder, Share Button, Veterinarian, Book Sale, Unique Numbers, Moving Total, Max Sum, Internal Nodes, Paper Strip, Friend, Flight Connections.
From web development and database administration to project management and customer support. See all pre-made tests.
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Mix questions for different skills or even custom questions in one short test. See an example.