1.  Microsoft

2.  Amazon

3.  Facebook

4.  Google

4
Correct Answer :

Microsoft


Explanation :
No Explanation available for this question

1.  These modes only affect the emit stage - type checking is unaffected

2.  The output of react mode will have a .jsx file extension

3.  The react mode will emit React.addElement

4.  The preserve mode will keep the JSX as part of the output to be further consumed by another transform step

4
Correct Answer :

The preserve mode will keep the JSX as part of the output to be further consumed by another transform step


Explanation :
No Explanation available for this question

1.  True

2.  False

2
Correct Answer :

False


Explanation :
No Explanation available for this question

1.  noAutoType

2.  noFalseyInits

3.  strictChecksRequired

4.  strictNullChecks

4
Correct Answer :

strictNullChecks


Explanation :
No Explanation available for this question

1.  never

2.  similar

3.  unknown

3
Correct Answer :

unknown


Explanation :
No Explanation available for this question

1.  any[]

2.  string[]

3.  string

4.  unknown[]

4
Correct Answer :

any[]


Explanation :
No Explanation available for this question

1.  Makes you read it for better clean code

2.  Allows only adding but not deleting elements in the array

3.  Makes it private and can only be used in the file its created

4.  Allows no changes and is there simply to be read from and not modified

4
Correct Answer :

Allows no changes and is there simply to be read from and not modified


Explanation :
No Explanation available for this question

1.  Case-sensitive

2.  Case-insensitive

3.  depends on the typescript version

4.  None of the above

4
Correct Answer :

depends on the typescript version


Explanation :
No Explanation available for this question

1.  const ourTuple = [101]

2.  const ourTuple = ['Coding God', 101]

3.  const ourTuple = [101, 101, 'Coding God', 'Coding God']

4.  const ourTuple = [101, 'Coding God']

4
Correct Answer :

const ourTuple = [101, 'Coding God']


Explanation :
No Explanation available for this question

1.  Strings

2.  Booleans

3.  Numbers

4.  None of the above

4
Correct Answer :

Strings


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python