Upload Button Icon Add office photos

Filter interviews by

Mphasis Information Technology Specialist Interview Questions, Process, and Tips

Updated 17 Apr 2023

Mphasis Information Technology Specialist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

The experience for writing code

Round 3 - Technical 

(5 Questions)

  • Q1. How a reverse string in java
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Repeat until the pointers meet in the middle

  • Answered by AI
  • Q2. How do you calculate the number of vowels and constant in string
  • Ans. 

    This question is about calculating the number of vowels and consonants in a string.

    • Iterate through each character in the string

    • Check if the character is a vowel or a consonant

    • Increment the respective count variable

    • Return the counts of vowels and consonants

  • Answered by AI
  • Q3. How to find out if the goven two string are anagram or not
  • Ans. 

    Anagrams can be found by sorting both strings and comparing them.

    • Sort both strings alphabetically

    • Compare the sorted strings

    • If they are the same, the strings are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI
  • Q4. An anagram of string is another string contains the same character only the order of character can be different
  • Ans. 

    An anagram of a string is a rearrangement of its characters to form a new string with the same set of characters.

    • Anagrams can be formed by rearranging the letters of a word or phrase.

    • Anagrams can be used in cryptography and word games.

    • Examples of anagrams include 'listen' and 'silent', 'debit card' and 'bad credit'.

  • Answered by AI
  • Q5. How do you determine if a string is a palidrome
  • Ans. 

    A palindrome is a string that reads the same forwards and backwards.

    • Compare the first character with the last character, the second character with the second-to-last character, and so on.

    • If any pair of characters doesn't match, the string is not a palindrome.

    • Ignore spaces and punctuation marks when comparing characters.

    • Convert the string to lowercase or uppercase to make the comparison case-insensitive.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. List the IT profiles that you have worked upon.
  • Q2. What are the major skills of a Php Developer?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Exolain jvm Architecture
  • Q2. Write pallindrome code
  • Ans. 

    A palindrome code is a program that checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Reverse the string and compare it to the original string

    • Return true if they are the same, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was around 60 min. it was mixed of Aptitude and coding round

Round 2 - Technical 

(1 Question)

  • Q1. Technical interviewer comes and asks about your resume, projects and your skills. he askes about only skill related questions and gives you tasks or coding questions to solve.
Round 3 - HR 

(1 Question)

  • Q1. Majorly normal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prep about your projects and deeply understanding of your chosen language
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What is your name ?
  • Q2. What are you doing?
  • Q3. What is your skills ?
  • Q4. What is your hobbies?
  • Q5. What is Your graduation presentation?

Interview Questionnaire 

1 Question

  • Q1. Daily Activities, SIEM Tool Architacture, Recently Cyber Attack, Incident Management Process.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covered all the aptitude and technical based questions

Round 2 - Group Discussion 

Its actually a versant round

Round 3 - Technical 

(1 Question)

  • Q1. Technical and problem solving questions have been asked
Round 4 - HR 

(1 Question)

  • Q1. Introduce about yourself.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is IP address
  • Ans. 

    An IP address is a unique numerical label assigned to each device connected to a computer network.

    • IP address stands for Internet Protocol address.

    • It is used to identify and locate devices on a network.

    • There are two types of IP addresses - IPv4 and IPv6.

    • Example of IPv4 address: 192.168.1.1

    • Example of IPv6 address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

  • Answered by AI
  • Q2. What is osi model
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

    • The OSI model stands for Open Systems Interconnection model

    • It helps in understanding how different networking protocols work together

    • Each layer has specific functions and communicates with adjacent layers

    • Examples of layers include physical layer, data link layer, network layer, e

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduce to yourself
  • Q2. What is daily routine
  • Ans. 

    The daily routine of an IT Support Engineer involves troubleshooting technical issues, providing support to end users, and maintaining IT systems.

    • Responding to help desk tickets and resolving technical issues

    • Installing and configuring hardware and software

    • Providing technical support to end users via phone, email, or in person

    • Performing routine maintenance on IT systems

    • Documenting solutions and procedures for future ref

  • Answered by AI

Skills evaluated in this interview

Mphasis Interview FAQs

How many rounds are there in Mphasis Information Technology Specialist interview?
Mphasis interview process usually has 3 rounds. The most common rounds in the Mphasis interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Mphasis Information Technology Specialist interview?

Some of the top questions asked at the Mphasis Information Technology Specialist interview -

  1. How do you calculate the number of vowels and constant in str...read more
  2. How to find out if the goven two string are anagram or ...read more
  3. An anagram of string is another string contains the same character only the or...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Mphasis interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
Publicis Sapient Interview Questions
3.5
 • 605 Interviews
View all
Software Engineer
6.2k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹6.4 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 L/yr

Transaction Processing Officer
2.2k salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview