Get "Mindtree" Category

Subcategories

Sort by:

Mindtree Fresher Recruitement C++ Test – December

1) Contrast and state the difference between visual c++ and ANSI c++?
Visual C++ deals with graphical user interface and is the most advanced IDE for creating complex applications. This is used to create real time applications.
ANSI C++ is the updated and advanced version than the earlier versions of C++. Libraries and functions are updated in ANSI C++ compared to the earlier versions.

Read more on Mindtree Fresher Recruitement C++ Test – December…

Mindtree Fresher Recruitement C++ Test – January

1) Explain about different problems which C++ faces today.
The main problem which C++ faces today is because of its large feature set. It is almost similar to C language because of which much of the criticism faced by C++. It doesn’t have language features to create multi threaded software. Also this language is unruly compared to modern languages such as Java which has both object oriented and procedural programming.

Read more on Mindtree Fresher Recruitement C++ Test – January…

Mindtree – Aptitude Paper – July

1. If a sum of money compound annually amounts of thrice itself in 3 years. In how many years will it become 9 times itself.
(a) 6
(b) 8
(c) 10
(d) 12

Read more on Mindtree – Aptitude Paper – July…

Mindtree – Aptitude Paper – September

1. There are 12 boys and 15 girls, How many different dancing groups can be formed with 2 boys and 3 girls.
Which of the following fractions is less than 1/3
(a) 22/62
(b) 15/46
(c) 2/3
(d) 1

Read more on Mindtree – Aptitude Paper – September…

C/C++ Paper – Mindtree Consultancy

1.What is the difference between the following
a. i=i+1;
b. ++i;

ANS: ++i is a single instruction while in i=i+1, first i+1 is computed and then assigned.

2.What is the difference between the two files.

Read more on C/C++ Paper – Mindtree Consultancy…