Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MMC Infotech Services Team. If you also belong to the team, you can get access from here

MMC Infotech Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MMC Infotech Services Manual Test Engineer Interview Questions and Answers

Updated 4 Feb 2022

MMC Infotech Services Manual Test Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Related manual testing
Round 3 - Case Study 

Manual testing, agile testing, white box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Schedule information interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction and work experience
  • Q2. Basic question on software testing
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction and work experience
  • Q2. All other questions apart from the role they are selecting for.

Interview Preparation Tips

Interview preparation tips for other job seekers - The company needs to get their requirement right themselves first. I got through in the communication round and then they kept another communication round and rejected saying that they need to cater to Australian clients and need better communication. Were they not able to judge the communication in round 1...? In round two as well same set of questions were repeated. They are sitting there just to waste time.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain how put function in from hash map
  • Ans. 

    The put function in a hash map is used to insert a key-value pair into the map.

    • Use the put() method to add a key-value pair to a hash map.

    • Syntax: map.put(key, value);

    • Example: map.put("key1", "value1");

  • Answered by AI
  • Q2. Explain the concepts of rest
  • Ans. 

    REST stands for Representational State Transfer, a software architectural style that defines a set of constraints to be used for creating web services.

    • REST is based on the idea of treating server objects as resources that can be created, read, updated, and deleted using standard HTTP methods.

    • It uses a stateless communication protocol, meaning each request from a client to a server must contain all the information neces...

  • Answered by AI
  • Q3. Write code to automate post method
  • Ans. 

    Automate post method using code

    • Use a testing framework like Selenium or Appium to automate the post method

    • Identify the endpoint URL and parameters needed for the post request

    • Write code to send a post request with the required parameters

    • Validate the response received from the post request

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for core Java concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Program to print right angle trigle of number pattern using python or language of your choice
  • Ans. 

    Program to print right angle triangle of number pattern using Python.

    • Use nested loops to print the pattern.

    • The outer loop will iterate through the rows.

    • The inner loop will iterate through the columns.

    • Use the range function to control the number of rows and columns.

    • Print the numbers in the pattern using string formatting.

  • Answered by AI
  • Q2. Previous Project related questions and Testing solution approach for given scenarios.
  • Q3. Program to merge and sort 2 lists using python or language of ur choice atleast
  • Ans. 

    Program to merge and sort 2 lists using Python.

    • Create two lists and merge them using the extend() method.

    • Sort the merged list using the sort() method.

    • Alternatively, use the sorted() function to sort the merged list.

    • Example: list1 = ['apple', 'banana', 'cherry'], list2 = ['orange', 'kiwi', 'mango']

    • Example: merged_list = list1 + list2

    • Example: merged_list.sort() or sorted(merged_list)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds interveiw rounds.
1. hackerRank test
2. F2F technical
3. Discussion with Manger ( previous project experience related) may or may not ask for POCs
4. Discussion with higher manager to check ability to work with the company environment
Give ur best in all the round be honest with answers

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all

Interview Questionnaire 

1 Question

  • Q1. Data warehouse concepts, Scd with examples, Sql Queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is SDLC STLC Regression
  • Ans. 

    SDLC (Software Development Life Cycle) is the process of developing software, while STLC (Software Testing Life Cycle) is the process of testing software. Regression testing is retesting software after changes to ensure no new bugs were introduced.

    • SDLC is the process of planning, creating, testing, and deploying software.

    • STLC is the process of planning, creating, executing, and closing test cases to ensure the quality ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your Salary expectation
  • Q2. Document required

Interview Preparation Tips

Interview preparation tips for other job seekers - BE confident

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 3 technical round each of 2 hour ,Basic of testing methodologies, java coding from array and string, selenium web driver basic. Salary discussion
  • Q2. Answered most of the question correctly , but after few days they shared overall performance is good but no offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidates should use these 6 hours to attend other interviews.

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Accessibility testing, you will have to understanding about accessibility testing, WCAG 2.0 OR 2.1 , CCA tool, NVDA, JWAS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare all concepts of testing, agile,

MMC Infotech Services Interview FAQs

How many rounds are there in MMC Infotech Services Manual Test Engineer interview?
MMC Infotech Services interview process usually has 3 rounds. The most common rounds in the MMC Infotech Services interview process are One-on-one Round, Case Study and Aptitude Test.

Tell us how to improve this page.

Processing Executive
200 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Customer Service Executive
66 salaries
unlock blur

₹1 L/yr - ₹2.3 L/yr

Customer Care Executive
40 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Teleservices Executive
31 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Tele Sales Executive
22 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Explore more salaries
Compare MMC Infotech Services with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview