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 …