You are on page 1of 5

Printed On: 04-Feb-22

Report Card for Ashran Ahamad

Apps Recruitment Exam


Programming foundation 90 min test
Result Correct Incorrect Time taken On Date

46 % 22 26 35 m 04-FEB-22

Lessons

# Lessons Items Correct

1 Basic Programming Concepts 8 5

2 Object Oriented Programming 8 3

3 HTML/XML 8 6

4 CSS Fundamentals 8 4

5 JS Fundamentals 8 3

6 Database Fundamentals 8 1

Page: 1 of 5
Items

Correct Your
# Items Result
Answer Answer

Which of the following restricts class


1 A A Correct
members to get inherited?

Which of the following statements repr...e


2 B C Incorrect
declaration and variable definition?

3 Floor(3.4) + Ceil(3.9) is equal to ______. A A Correct

Which of the following is the correct


4 B B Correct
declaration of a function?

As per the naming conventions, which o... an


5 C C Correct
invalid variable name declaration?

Which of the following statements is true


6 B B Correct
about constants?

Which of the following is used to acce...e the


7 B A Incorrect
object of that class is created?

What will be the output of the given c...{


8 D B Incorrect
...bsp; { return -1; } return 1;

What is the process of defining a func...ature


9 A B Incorrect
as a function in its superclass?

Fill in the blanks by selecting the ap...ed to


10 Correct
class and object from the lists.

Which of the following elements is required


11 A B Incorrect
to overload a method?

Which of the following are not associated


12 C C Correct
with OOPs?

What modifiers are implicitly applied to all


13 B D Incorrect
interface variables?

Assume class C inherits class B, and


14 D A Incorrect
c...quence of constructors getting called?

Page: 2 of 5
Correct Your
# Items Result
Answer Answer

Polymorphism allows an object to be pa...t


15 B A Incorrect
inherits, but not an interface type.

Which of the following is the correct ...


16 D D Correct
member functions with the class name?

17 Which of the following is not a pair tag? B B Correct

Which of the following attributes is u...eating


18 A A Correct
a drop-down list in HTML forms?

Write the HTML code to display the par...laid


19 Incorrect
between the sword and the block.

Which of the following attributes is u... the


20 C C Correct
expected value of an input field?

Which of the following is an example of a


21 D D Correct
self-closing tag?

Consider the following code:<html&g... will


22 A A Correct
be the output of the given code?

What does the HTML5 autofocus attribut...ed


23 D A Incorrect
to the HTML <select> element?

You want to change the text that appea...


24 A A Correct
following HTML elements will you use?

Indicate if each of the given statemen...the


25 Incorrect
CSS style sheets is true or false.

Which declaration uses the correct


26 A A Correct
syn...background images to the same element?

Jacoby wants to use CSS3 to apply a bo...eb


27 A D Incorrect
page. Which selector should he use?

Which of the following is an example of a


28 A D Incorrect
link pseudo class?

In a CSS style sheet, which of the fol...e


29 A A Correct
image behind the contents of a page?

Page: 3 of 5
Correct Your
# Items Result
Answer Answer

Consider the following code snippet: &...erty


30 C A Incorrect
is set to auto in the given code?

31 Drag the CSS term to its syntax example. Correct

Consider the following Cascading Style...he


32 A A Correct
declaration portion of this rule?

What will be the output of the given c... = 1;


33 C B Incorrect
var z = x / --y; console.log(z);

Write a code to remove element Kiwi ...ch ,


34 Incorrect
Penguin , Peacock ]Output:Kiwi

Which of the following codes gives the output


35 C C Correct
Hello World on a web page?

What will be the output of the given c...} var


36 D D Correct
foo = '11'; } console.log(foo);

Hint : Use HTML event attribute.Write ...and


37 Incorrect
show an error message to the user.

Write a code to get the browser name o...


38 Incorrect
output in a paragraph with id demo .

Consider the following code:<p id= ... used to


39 A A Correct
get the length of the string?

What will be the output of the followi...fu...{


40 B D Incorrect
console.log( b ); } Hello();

You want to ensure that data in a spec...e


41 B B Correct
following constraints would you use?

Which of the following commands is used to


42 B C Incorrect
see the structure of a table?

A query that retrieves rows from more than


43 D A Incorrect
one table or view is called

44 Adding Column Incorrect

Which line of the WHERE clause is fast...RE


45 A B Incorrect
col * 3 < 9 WHERE col < 9 / 3
Page: 4 of 5
Correct Your
# Items Result
Answer Answer

46 What is “GROUP BY” clause in Mysql? C B Incorrect

Which of the following DDL statements ...


47 A,B,C A,C Incorrect
one constraint on the table involved?

Instructions: Write the query in the E...es


48 Incorrect
whose salary is greater than 30000.

Page: 5 of 5

You might also like