Blog

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 …

Actimize Intermediate Quiz

Actimize Intermediate Quiz 1 Which function returns the second expression when the first expression is NULL ZVL NVL A&B none   2 Which colour represent the score of medium priority RED yellow green orange   3 Which file contains the configuration information for the various …