Blog

Software configuration management | SCM Question and Answers

Software configuration management | SCM Mock Test In this Software configuration management online Quiz, we will cover topics such as software configuration managment, computer software configuration item, software configuration management tools, configuration management software, software configuration control, scm software configuration management, configuration management software and …

Quality 101 | Quality Assurance Question and Answers

Quality 101 | Quality Assurance Mock Test Quality 101 Quality Assurance (QA) is a course which is to acquaint the student with the basic concepts, terminology and tools which is used to ensure quality assurance of the product. In this post we will cover these …

Common C programming errors

Here are some common programming errors made in C. Please add on… 1) Not initializing pointers Anytime you use a pointer, you should be able to answer the question: What variable does this point to? If you cannot answer this question, it is likely it …

Welcome to the TrenoVision

TrenoVision comes up with Vision to various technologies which are getting used in IT Fields.It provides you a range of Tutorials , Quizes and Project or Assignment So that you can learn from them and make vision to them. You can findout pdf or docx …

Trend Technology HP Application Life Cycle Management – HP Quality Center Mock Test

HP Application Life Cycle Management – HP Quality Center What is HP ALM? The various stakeholders involved in a typical project are – Developer Tester Business Analysts Project Managers Product Owners These stakeholders perform diverse set of activities that need to be communicated to all …

Trend Technology Spring Mock Test

Spring Spring framework is an open source Java platform that provides comprehensive infrastructure support for developing robust Java applications very easily and very rapidly. Spring framework was initially written by Rod Johnson and was first released under the Apache 2.0 license in June 2003. This …

Trend Technology Unix Mock Test

What is UNIX? UNIX is an operating system which was first developed in the 1960s, and has been under constant development ever since. By operating system, we mean the suite of programs which make the computer work. It is a stable, multi-user, multi-tasking system for …

Hacker Rank For Loop Problem

Hacker Rank Problem Input Format You will be given two positive integers,  and  (), separated by a newline. Output Format For each integer  in the interval  : If , then print the English representation of it in lowercase. That is “one” for , “two” for , and so on. Else if  and it …

Hacker Rank Conditional Statements Problem

Hacker Rank Problem Given a positive integer denoting , do the following: If , then print the lowercase English word corresponding to the number (e.g., one for , two for , etc.). If , print Greater than 9. Input Format A single integer denoting . Constraints Output Format If , then print the lowercase English word corresponding …

Hacker Rank Basic Data Types Problem

Hacker Rank Problem Input Format Input consists of the following space-separated values: int, long, char, float, and double, respectively. Output Format Print each element on a new line in the same order it was received as input. Note that the floating point value should be correct up to 3 decimal …

Hacker Rank Input and Output Problem

Hacker Rank Problem ObjectiveIn this challenge, we’re practicing reading input from stdin and printing output to stdout. In C++, you can read a single whitespace-separated token of input using cin, and print output to stdout using cout. For example, let’s say we declare the following variables: string …

Trend Technology HTML 5 Mock Test

HTML5 is the latest and most enhanced version of HTML.Technically, HTML is not a programming language, but rather a mark up language. HTML5 is the next major revision of the HTML standard superseding HTML 4.01, XHTML 1.0, and XHTML 1.1. HTML5 is a standard for …