Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
287 views3 pages

Prueba Paola Coderbyte

This document is a summary report from an automated skills assessment for a back-end developer candidate named Andres Belhot. It includes the candidate's overall score of 69% across coding challenges, multiple choice questions, and other assessments. Specific results are provided for SQL, C#, and other skills. Videos of coding challenges and the candidate's answers to open-ended questions are also included.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
287 views3 pages

Prueba Paola Coderbyte

This document is a summary report from an automated skills assessment for a back-end developer candidate named Andres Belhot. It includes the candidate's overall score of 69% across coding challenges, multiple choice questions, and other assessments. Specific results are provided for SQL, C#, and other skills. Videos of coding challenges and the candidate's answers to open-ended questions are also included.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

23/11/21 12:11 Coderbyte

You can share this report with people via the URL above Save PDF

Andres Belhot Automated skill ratings


[email protected]
Joined on 11/19/21
Assessment: 029/.Net BackEnd Senior SQL
Intermediate

Final score (weighted: 70%/30%) 69%

Code challenge score 50%


C#
Multiple choice score 75% Beginner

Cheating score No issues


Data Structures
Copying Not detected Beginner

Reference search No searches

Leaving tab 6 times


Learn more about the skill ratings and chart

Your scorecard Your private notes

Code quality & documentation Private notes to share with your team...

SQL skills

C# skills

Open-ended answers

Recommendation

Learn more about how the scorecard works

Challenge solutions Expand all details

. SQL Vendor Join SQL 10/10

. Csharp JSON Cleaning C# 0/10

Video recordings
SQL Vendor Join Video 1

Csharp JSON Cleaning Video 1

Multiple choice answers


1. What does the Garbage Collector (GC) in .NET do?

https://coderbyte.com/report/userphbmza9hq:backend-develop-yt4yyi4v3j 1/3
23/11/21 12:11 Coderbyte

✔ It ensures that objects that have no references anymore are cleared from the memory
You can share this report with people via the URL above Save PDF
2. Which of the following are examples of Razor syntax in .NET?

✔ @{}

3. Which of the following control is used to validate that two fields are equal?

✔ CompareValidator

4. Which of the following is faster and consumes less memory?

X Data Set

5. What class does the ASP.NET Web Form class inherit from by default?

X System.Web.UI.Page

6. Which of the following directive is used to link an assembly to a page or user control?

✔ @Assembly

7. The CLR is physically represented by an assembly named ____

✔ mscoree.dll

8. In C#, a subroutine is called a ___

✔ Method

9. In C#, all binary operators are ___

✔ Left-associative

10. Arrays in C# are ______ objects.

✔ Reference

11. C# does not support _____ constructors.

✔ parameter-less

12. The theory of _____ implies that user can control the access to a class, method, or variable.

✔ encapsulation

13. We can use reserved keywords as identifiers in C# by prefixing them with which character?

X #

14. Which of the following converts a type to a byte value in C#?

✔ ToByte()

15. Which of the following access specifier in C# allows a child class to access the member variables and member functions of its base class?

✔ Protected

16. C# does not support multiple inheritances because

X Class collision
https://coderbyte.com/report/userphbmza9hq:backend-develop-yt4yyi4v3j 2/3
23/11/21 12:11 Coderbyte

You can share this report with people via the URL above Save PDF

Open-ended answers
1. How many years of experience do you have as a back-end developer?

2. What is a RESTful API and what are its advantages?

RESTful API is an architectural style for an application program interfac. Uses HTTP requests to use data. First advantage, RESTful API uses less
bandwidth making efficiente internet usage. It is smaller, more flexible and portable than others.

Help Guides Blog Privacy Terms Contact What's New

https://coderbyte.com/report/userphbmza9hq:backend-develop-yt4yyi4v3j 3/3

You might also like