Talend Quiz

Talend Intermediate Quiz 1) TAC server can have one more number of execution servers True FALSE     2) Hash components allow you to store multiple hash objects and retrieve specific hash sets ? True FALSE     3) Is hash components can read by …

Talend Quiz

Talend Beginner Quiz   1) A scheduling tool from BMC software CONTROL M Autosys     2) Custom code can be created by using ____ components tjava tjavarow tJavaflex A,B&C     3) t<DBNAME>SPcomponent is used to call Database procedure True FALSE     4) …

What is System Testing ? Concepts

System Testing System Testing is all about Test of overall interaction of components Find disparities between implementation and specification Usually where most resources go to Involves –load, performance, reliability and security testing Goal : to compare the system or program to its original objectives. Implications …

Node JS Quiz

Node JS Quiz 1. In Nodejs how node based web servers differ from traditional web servers ? Node based server uses a single threaded model and can serve much larger number of requests compared to any traditional server like Apache HTTP Server. Node based server …

Bootstrap Quiz

Bootstrap Quiz Q1. Which of the following bootstrap style is used for a basic button group? a) -btn-group b) -btn-toolbar c) -btn-group-lg d) -btn-group-vertical   Q2. Which of the following is correct about dropdown Plugin? a) You can toggle the dropdown plugin hidden content via data …

Quiz on R programming

R Intermediate Quiz 1 Which symbol should you use to place comments in R?   * / $ #   2 Formula for Simple Linear Regression y=ax+b y=ax^2+bx^2 y=e^x y=a+b1x1+b2x2   3 In simple Linear regression number of Indepent Variables 2 3 1 0   4 …

Quiz on R programming

R Beginner Quiz 1 Which of the following are Supervised Machine Learning Algorithms a)Regression b)Classification c)Clustering a and b a and c b and c a, b and c   2 What will be temperature next Tuesday can be predicted using which  Algorithm? Classification Clustering …