Upload Button Icon Add office photos
Engaged Employer

i

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

Mtalkz Mobility Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Mtalkz Mobility Services Software Trainee Intern Interview Questions and Answers

Updated 15 Jul 2023

Mtalkz Mobility Services Software Trainee Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Pseudocodes of C++/C and some technical MCQs

Round 2 - Coding Test 

Only one coding question given in python, React, JS, or nodejs depending on the requirement

Round 3 - Technical 

(2 Questions)

  • Q1. Basics OOPs concept and question related to project with some database questions.
  • Q2. Explain the use of API
  • Ans. 

    API is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data from a software application.

    • They allow developers to access the functionality of a system without needing to understand its internal workings.

    • APIs can be used to integrate different software systems, automate tasks, and extend the functionality of exist...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For fresher this job is highly not recommended. Worst management and you are not going to learn anything from this company as they expect from you that you know each and everything and they will give you there project code for debugging. I also worked here for two months and was directly assigned their work and other fresher who joined along with me with a hope that they are going to learn something was layoff by them within a month and after one month we were also laid off by them so from my side it is highly not recommended for fresher.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Indeed 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. 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 Resume tips
Round 2 - Coding Test 

HTML, HTML5 ,CSS , Bootstrap, javaScript

Interview Preparation Tips

Topics to prepare for Coalition Technologies Software Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Know yourself and what you want.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

First there was aptitude round

Round 2 - Coding Test 

The coding question was average level

Round 3 - Technical 

(3 Questions)

  • Q1. Resumes and project related questions were asked
  • Q2. Explain you project
  • Q3. How to create external tab link
  • Ans. 

    To create an external tab link, use HTML anchor tag with target attribute set to _blank.

    • Use <a> tag in HTML with href attribute pointing to the external link

    • Set the target attribute of the <a> tag to _blank to open the link in a new tab

    • Example: <a href='https://www.example.com' target='_blank'>External Link</a>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume well and focus on basics

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • Answered by AI

Skills evaluated in this interview

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

HackerRank Test, basic questions related to the profile.

Round 2 - Technical 

(1 Question)

  • Q1. Coding Interview with the team manager
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on Projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very friendly.
Brush up technical concepts and coding
Contribute & help others!
anonymous
You can choose to be anonymous

Mtalkz Mobility Services Interview FAQs

How many rounds are there in Mtalkz Mobility Services Software Trainee Intern interview?
Mtalkz Mobility Services interview process usually has 4 rounds. The most common rounds in the Mtalkz Mobility Services interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Mtalkz Mobility Services Software Trainee Intern interview?

Some of the top questions asked at the Mtalkz Mobility Services Software Trainee Intern interview -

  1. Explain the use of ...read more
  2. Basics OOPs concept and question related to project with some database question...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Afford Medical Technologies

No Interviews

INTERVIEWS

Nirvana Solutions

No Interviews

INTERVIEWS

HexaView Technologies

No Interviews

INTERVIEWS

Jakson Group

No Interviews

REVIEWS

Afford Medical Technologies

No Reviews

SALARIES

Afford Medical Technologies

LIST OF COMPANIES

Discover companies

Find best workplace

LIST OF COMPANIES

Afford Medical Technologies

Locations

Tell us how to improve this page.

Mtalkz Mobility Services Software Trainee Intern Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 64 Interviews
Moris Media Interview Questions
4.5
 • 24 Interviews
IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Liqvd Asia Interview Questions
4.2
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Xapads Media Interview Questions
4.7
 • 10 Interviews
Jivox Interview Questions
3.8
 • 9 Interviews
Havas Media Interview Questions
3.4
 • 9 Interviews
View all

Mtalkz Mobility Services Software Trainee Intern Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Business Development Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Creative Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mtalkz Mobility Services with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

4.8
Compare

Bikayi

2.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent