Mphasis Online Test follows AMCAT as its assessment platform to select students. Since the AMCAT question pattern is comparatively easier than other assessment platforms, Mphasis Online Test should be quite easy to crack. Mphasis is a company you can look forward to starting your career with.
Table of Contents
Mphasis Online Test consists of two sections – Aptitude Section and Coding Section.
The following table shows in-detail the split up of Aptitude and Coding Questions and the duration.
@@table::1@@
Know more about Mphasis recruitment pattern, syllabus and eligibility criteria.
Mphasis generally recruits freshers for the following roles.
Here are some sample Mphasis Aptitude Questions that will help you give an idea on the type of questions asked. Since Mphasis follows AMCAT pattern, you should be well versant with Aptitude Questions asked in AMCAT.
Practice AMCAT Aptitude questions given below to analyze your speed. In Mphasis Online Test, the Aptitude Questions are generally asked from the following topics.
@@table::3@@
1) There are 200 questions on a 3 hr examination. Among these questions are 50 mathematics problems. It is suggested that twice as much time be spent on each Maths problem as for each other question. How many minutes should be spent on mathematics problems?
a) 36
b) 72
c) 60
d)100
Answer: Option b
2) A boat can travel at a speed of 13 km/hr in still water. If the speed of the stream is 4 km/hr, find the time taken by the boat to go 68 km downstream.
a) 2 hours
b) 3 hours
c) 4 hours
d) 5 hours
Answer: Option c
Speed downstream = (13 + 4) km/hr = 17 km/hr.
Time taken to travel 68 km downstream = (68/ 17) hrs = 4 hrs.
3) In a group of 15,7 have studied Latin, 8 have studied Greek, and 3 have not studied either. How many of these studied both Latin and Greek?
a) 0
b) 3
c) 4
d) 5
Answer: Option b
Mphasis Verbal Questions are asked from the following topics. The following topics are also quite commonly asked in AMCAT. Mphasis Verbal Questions Topics are as follows
@@table::4@@
1) Select the word or phrase which best expresses the meaning of the given word: WRETCHED
a) Poor
b)Foolish
c) Insane
d) Strained
Answer: Option a
2)Read the sentence to find out whether there is any grammatical error in it. The error, if any, will be in one part of the sentence. The letter of that part is the answer. If there is no error, the answer is ‘D’. (Ignore – the errors of punctuation, if any):
(A) I had hoped to have met him yesterday/(B) to discuss the matter with him/(C) but he was not in his house, and so I could not meet him./(D) No error.
a)A
b)B
c)C
d)D
Answer: Option a
3) Select the correct option that fills the blank(s) to make the sentence meaningfully complete: Raghav is not attracted by the . . . . life of the . . . . , always wandering through theCountry-side, begging for charity.
a) proud, almsgiver
b) noble, philanthropist
c) affluent, mendicant
d) natural, philosopher
e) peripatetic, vagabond
Answer: Option e
The following topics are included in Mphasis Online Test – Logical Reasoning.
@@table::5@@
Here are some questions for practice.
1) The question shows a pair of words which are related to each other in some way. Select that pair that expresses the relationship that is most similar to the given pair.
Vehicle:Cart:: ?
a) Country:State
b) Ocean:Sea
c) Man:Child
d) Music:Jazz
Answer: Option b
2) Rahul put his timepiece on the table in such a way that at 6 P.M. hour hand points to North. In which direction the minute hand will point at 9.15 P.M.?
a) South-East
b) South
c) North
d) West
Answer: Option d
3) From his house, Logu went 15 km to the North. Then he turned west and covered 10 km. Then he turned south and covered 5 km. Finally turning to the east, he covered 10 km. In which direction is he from his house?
a) East
b) West
c) North
d) South
Answer: Option c
4) Statements: In aone-daycricket match, the total runs made by a team were 200. Out of these 160 runs were made by spinners.
Conclusions:
I. 80% of the team consists of spinners.
II. The opening batsmen were spinners.
a)Only conclusion I follow
b) Only conclusion II follows
c) Either I or II follows
d) Neither I nor II follows
Answer: Option d
You need to select the language in which you want to attempt this section. You can choose between C, C++,and Java. The are three types of Programming questions asked in this section.
To know more about Mphasis Programming Questions detail, refer to AMCAT Programming Questions (as the pattern is the same). Here’s a sample question
Find the logical error in the below code.
void main () {
int i, j, n = 5;
for(i=1; i<n; i++)
{
for(j=i;j<n;j++);
{
printf(%d, i);
}
printf(n);
}
}
Solution:
void main () {
int i, j, n = 5;
for(i=1; i<n; i++)
{
for(j=i;j<n;j++)
{
printf(%d, i);
}
printf(n);
}
}
we use a semicolon in C statement to tell the compiler wheres the end of our statement. Second, for loop executes one time.
Interview Experience by Rakesh, CSE Grad.
Mphasis Online Test is very similar to AMCAT. The questions in the Aptitude section was decent and approachable. The time I took solving the question was also less. However, the programming section was a little tricky. The programming questions can be solved only with sufficient practice. The programming questions are designed to test the logical skill set of candidates. And it is pretty interesting. I would suggest not to memorize any solutions. Instead, solve by understanding the problems.
Know more about Mphasis Interview Experiences here