Highest voted questions

+1 vote
    What is the value of C? var a = 100; var b = "10"; var c = a + b; a)10010 b)110 c) None d)10100...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Which statement will return the value false? a)var result = 20 < 50; b)var result = 30 >= 30; c)var result = (20 === "20") && (50 < 30);...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Code A: var x = 10; y = --x + 1; alert(y); Code B: var x = 10; y = x-- + 1; alert(y); What is the output for code A and B? a)10,11 b)10,10 c)11,10 d)11,11...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Which of the following are not valid in JavaScript? a) "My name is "Harry" " b) "My name is Harry" c)"My name is Harry' d) "My name is 'Harry' "...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Multiple variables can be created and initialized in a single JavaScript statement a)False b)True...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    isNan function returns ______ if the argument is not a number otherwise it is ______? a)False/True b)False/False c)True / False d)True / True...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    To display whether a value is a number or not, ____ is used a)isNan b)NaN c)undefined d)isundefined...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Select the statement that has correct JavaScript syntax a)document.write("text") b)alert stop ; c)console.log("text");...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    What is true about variables 7Wonders is a valid variable name to give ? a) % is a valid first character for ... Variables are case sensitive c) ^US is a valid variable name...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    What option would you specify when inserting code in a web page? script type="____" a)text/language b)JavaScript/text c)text/JavaScript...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    Is the following a valid variable assignment var product cost = 3.45; a)No. There should be no space in the variable name b)No. Floating numbers are not allowed c)Yes. It is valid...
asked Oct 8, 2020 in Technology by JackTerrance
+1 vote
    JavaScript has to called inside ________ tags a)head b)body c)script...
asked Oct 8, 2020 in Technology by JackTerrance
0 votes
    What are the biggest advantages of using Angular?...
asked Feb 25 in Technology by JackTerrance
0 votes
    What is the difference between AngularJS and Angular?...
asked Feb 25 in Technology by JackTerrance
0 votes
    What is the main purpose of Angular?...
asked Feb 25 in Technology by JackTerrance
0 votes
    What are some powerful features integrated into Angular?...
asked Feb 25 in Technology by JackTerrance
0 votes
    What is Angular? / What do you know about Angular?...
asked Feb 25 in Technology by JackTerrance
0 votes
    State the difference between the transformation procedures known as Mapping data flow and Wrangling data flow when it comes to Data Factory?...
asked Jul 13, 2023 in Technology by JackTerrance
0 votes
    What is the purpose of ADF Service?...
asked Jul 13, 2023 in Technology by JackTerrance
0 votes
    What are "Datasets" in the ADF framework?...
asked Jul 13, 2023 in Technology by JackTerrance
0 votes
    What prerequisites does Data Factory SSIS execution require?...
asked Jul 13, 2023 by JackTerrance
0 votes
    How do I access data by using the other 80 dataset types in Data Factory?...
asked Jul 13, 2023 in Technology by JackTerrance
0 votes
    Where can I locate the step-by-step instructions for creating Azure Functions?...
asked Jul 13, 2023 in Technology by JackTerrance
0 votes
    Provide information regarding the steps required to create an ETL procedure in Azure Data Factory?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    How does the Data Factory's integration runtime actually function?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    Is there a cap on the number of cycles that can be invested in the integration process?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    How can we obtain additional information on the blob storage offered by Azure?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    How many times may an integration be run through its iterations?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    What is the anticipated length of time needed for the integration?...
asked Jul 9, 2023 in Technology by JackTerrance
0 votes
    In the pipeline, can I set default values for the parameters?...
asked Jul 9, 2023 in Technology by JackTerrance
...