Safcode Institute by Sir Safder
+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress Development
Amazon Virtual Assistant
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. What will be the value of $var?
0.2
0
1
0.5
View Answer
2. What gets printed?
32
37
38
33
View Answer
3. _________ help in organizing codes by grouping requests that handle the codes in a single route and class.
Views
Models
Controllers
Application
View Answer
4. What is the strpos() function used for?
Locate position of a string’s first character
Search for character within a string
None of these
Find the last character of a string
View Answer
5. What is the purpose of $_SESSION[]?
Used to register a global variable
none of the above
Used to initialize a session.
Used to store variables of the current session
View Answer
6. The main reason to use the query builder over writing SQL code manually is because _________.
It uses configuration mode for migration
It uses configuration mode for migration
It has few SQLite directives
It is rich in features
View Answer
7. Functions that are defined in the model and that replace along chain with a simple one are called _____.
Model Events
Eloquent ORM
Event Listener
None of Them
View Answer
8. 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );
$a[3]
$a[1]
$a[4]
$a[2]
View Answer
9. The Update operation is similar to the ______ operation.
Update
None of Them
Edit
Create
View Answer
10. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Local
All of them
Public
Hosta
View Answer