You are on page 1of 22

12/12/22, 11:51 PM Assessment Review - AlmaBetter

Advanced Analytics Framework

Below is a scored review of your assessment. All questions are shown.

Correct Answer

Partially Correct

Incorrect Answer

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 1/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

41 What is true about indexing in a database?

Your Answer
Search will be faster after you have indexed the database

Correct Answer
Search will be faster after you have indexed the database

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 2/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

42 What is the meaning of LIKE ‘%0%0%’?

Your Answer
Feature has two 0’s in it, at any position

Correct Answer
Feature has two 0’s in it, at any position

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 3/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

43 How many tables may be included with a join?

Your Answer
All of the Mentioned

Correct Answer
All of the Mentioned

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 4/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

44 Which operation are allowed in a join view?

Your Answer
All of the mentioned

Correct Answer
All of the mentioned

Explanation
Correct.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 5/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

45 Which of the following option is not available in Paste Special dialog box?

Your Answer
SQRT

Correct Answer
SQRT

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 6/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

46 Industrial performance, when talking resources talking about :

Your Answer
Material resources
Human resources
Financial resources

Correct Answer
Material resources
Human resources
Financial resources

Explanation
None.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 7/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

47 Which type of JOIN is used to returns rows that do not have matching values?

Your Answer
Outer JOIN

Correct Answer
Outer JOIN

Explanation
Correct.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 8/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

48 Which statement is true about TIMESTAMP and DATETIME data types?

Your Answer
TIMESTAMP and DATETIME are both stored without time zone.
TIMESTAMP values require more bytes for storage than DATETIME values.

Correct Answer
TIMESTAMP and DATETIME are both stored without time zone.
TIMESTAMP is stored in UTC values, and DATETIME is stored in without time zone.

Explanation
Sorry! This needs work.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 9/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

49 Management has requested that you build an employee database. You start with the employee table.
What is the correct syntax?

Your Answer
CREATE TABLE employee (
employeeID char(10),
firstName varchar(50),
lastName varchar(50),
phone varchar(20),
address varchar(50),
PRIMARY KEY employeeID
);

Correct Answer
CREATE TABLE employee (
employeeID char(10),
firstName varchar(50),
lastName varchar(50),
phone varchar(20),
address varchar(50),
PRIMARY KEY (employeeID)
);

Explanation
Incorrect! You can not set page border in Excel

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 10/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

50 What is returned by INSTR ('ALMAX POINT', 'P')?

Your Answer
7

Correct Answer
7

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 11/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

51 The name box

Your Answer
Appears to the left of the formula bar

Correct Answer
Appears to the left of the formula bar

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 12/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

52 All worksheet formula

Your Answer
Return a formula result

Correct Answer
Return a formula result

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 13/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

53 Which of the following formulas will Excel Not be able to calculate?

Your Answer
( =SUM(Sales)-A3 )

Correct Answer
( =SUM(Sales)-A3 )

Explanation
Yes, you are right!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 14/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

54 All worksheet formula

Your Answer
Return a formula result

Correct Answer
Return a formula result

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 15/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

55 Which of the followings is/are Data Definition Language command?

Your Answer
CREATE
DROP
RENAME

Correct Answer
CREATE
DROP
RENAME

Explanation
Correct.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 16/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

56 Which command will return a list of triggers in the current database?

Your Answer
SHOW TRIGGERS;

Correct Answer
SHOW TRIGGERS;

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 17/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

57 The default header for a worksheet is

Your Answer
None

Correct Answer
None

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 18/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

58 ___________removes all rows from a table without logging the individual row deletions.

Your Answer
TRUNCATE

Correct Answer
TRUNCATE

Explanation
You are correct!

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 19/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

59 What does the acronym KPI stand for?

Your Answer
Key Performance Indicator

Correct Answer
Key Performance Indicator

Explanation
None.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 20/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

60 What is a Key Performance Indicator?

Your Answer
A performance measurement tool to gauge how a company is doing

Correct Answer
A performance measurement tool to gauge how a company is doing

Explanation
None.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 21/22
12/12/22, 11:51 PM Assessment Review - AlmaBetter

Page 3 of 4

Summary Prev Page Next Page

I'm done.

Software by

Version 11.2

Privacy Policy. Assessment content is copyright 2022, AlmaBetter.

https://almabetter.onlinetests.app/Assess.aspx?guid=C6BF54BE87AF4299B9E6A3FE2AF46322&a=R1 22/22

You might also like