
EF Core advanced
Quiz
•
Computers
•
1st - 5th Grade
•
Medium
Nataly Revutska
Used 2+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
.Where(Func<int, int> predicate) is a signature of
IEnumerable
IQueryable
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
To provide lazy loading we need to mark navigation property as _____ and the entity should not be _____
(write two words separated by space)
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
TPH розшифровується як ________________
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What can IEnumerable do?
LINQ-to-SQL
LINQ-to-Object
Can pass a compiled function to LINQ extensions
Can pass an expression tree to LINQ extensions
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How Include() solves N+1 problem?
By running queries asynchronously
Using JOIN
By grouping big number of queries
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be returned if LazyLoading is turned On and Off respectively ?
var countries = db.Countries.Take(3);
var capitals = new List<Capital>();
foreach(var country in countries)
{
capitals.Add(country.Capital.Name);
}
return capitals;
On (null reference exception) | Off (null reference exception)
On (null reference exception) | Off (returns list of Capital names)
On (returns list of Capital names) | Off (null reference exception)
On (returns list of Capital names) | Off (returns list of Capital names)
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which additional method(s) we can use in the explicit loading?
Collection()
LoadAll()
Reference()
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
25 questions
Quiz Revolusi Industri dan Teknologi
Quiz
•
4th Grade
16 questions
Connect Through The Internet
Quiz
•
5th Grade
20 questions
C#-KSP
Quiz
•
1st Grade
20 questions
Operating System Concept Management
Quiz
•
1st - 3rd Grade
25 questions
ICT Grade 3 Exam
Quiz
•
3rd Grade
20 questions
Web Development Basics Quiz
Quiz
•
2nd Grade
19 questions
Tin học cơ bản 1 - Sử dụng Internet 2
Quiz
•
1st - 3rd Grade
25 questions
OPERATING SYSTEM P6
Quiz
•
3rd Grade - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade