Quiz#4

Quiz#4

University

30 Qs

quiz-placeholder

Similar activities

Pemrograman Berbasis Web

Pemrograman Berbasis Web

University

30 Qs

wordpress final exam

wordpress final exam

University

30 Qs

Networking 2

Networking 2

University

25 Qs

Laravel Parcial #2

Laravel Parcial #2

University

28 Qs

Web Programming 66/1

Web Programming 66/1

University

25 Qs

Junior Programmer - Test 2

Junior Programmer - Test 2

University - Professional Development

34 Qs

ETTEAP FINAL EXAM ASSESSMENT

ETTEAP FINAL EXAM ASSESSMENT

University

35 Qs

PHP-предметная олимпиада по программированию

PHP-предметная олимпиада по программированию

University

30 Qs

Quiz#4

Quiz#4

Assessment

Quiz

Computers

University

Medium

Created by

Richard Nonato

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While attending a seminar on Web system development frameworks, your professor asked you, Who created the Laravel framework back in 2011?

Rasmus Lerdorf

Taylor Otwell

James Gosling

Brendan Eich

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A classmate is confused about Laravel’s design structure. He asks you, What architectural pattern does Laravel follow to separate concerns?

Layered Architecture

Microservices

Model-View-Controller (MVC)

Client-Server

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are asked to quickly generate a controller file in Laravel using a command-line tool. Which built-in CLI tool would you use?

NPM
Artisan
Gulp
Composer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your instructor wants you to create reusable and clean frontend templates in Laravel. Which template engine should you use?

Twig
Mustache
Blade
Smarty

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are editing a Laravel project and need to add a new URL for the homepage. Which directory contains all URL definition files?

routes/api.php
app/Http/routes.php
config/routes.php
routes/web.php

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are working on a Blade layout file and need to define content for a placeholder section. Which Blade directive would you use?

@include
@extends
@yield
@section

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While creating a child Blade view, you need to specify which parent layout it should use. Which directive allows you to extend a layout?

@template
@include
@extends
@layout

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?