Upload Button Icon Add office photos

Filter interviews by

Maxis Software Software Engineer Interview Questions and Answers for Freshers

Updated 15 Aug 2024

Maxis Software Software Engineer Interview Experiences for Freshers

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic arrays, collections framework based problem solving

Round 2 - Technical 

(4 Questions)

  • Q1. Explain JVM architecture
  • Ans. 

    JVM architecture is the structure of the Java Virtual Machine, consisting of class loader, runtime data areas, execution engine, and native method interface.

    • Class loader loads class files into memory

    • Runtime data areas include method area, heap, stack, and PC register

    • Execution engine executes bytecode instructions

    • Native method interface allows Java code to call native libraries

  • Answered by AI
  • Q2. Hashmap internal working
  • Q3. Spring MVC framework related
  • Q4. SQL basic queries
Round 3 - HR 

(4 Questions)

  • Q1. Past experience and learnings
  • Q2. Strengths and weaknesses
  • Q3. Remote working culture
  • Q4. Team work culture and challenges while dealing with bad employees
  • Ans. 

    Teamwork culture is essential for success, challenges with bad employees can be addressed through open communication and setting clear expectations.

    • Promote open communication within the team to address any issues or concerns

    • Set clear expectations and goals for all team members to ensure accountability

    • Provide constructive feedback and support to help bad employees improve their performance

    • Consider involving HR or manage...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience!

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Give your Introduction
  • Q2. What is your salary expectations
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Easy math questions. averages, series, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume and topics written on your resume well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Oops questions C++
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basic data structure and algorithm problem

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic data structrure and algo problems
  • Q2. Cant share exact questions due to legal reasons

Interview Preparation Tips

Interview preparation tips for other job seekers - did competitive coding so it was easy, questions were very basic

I applied via Company Website and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Most of Asp.net, DBMS , jQuery, javascript, #c, c etc .

Round 3 - Technical 

(2 Questions)

  • Q1. What is the MVC?Describe in brief.
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern used to separate an application's concerns.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples include Ruby on Rails, ASP.NET MVC, and Spring MVC

  • Answered by AI
  • Q2. What is the DBMS and What is use of DBMS?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is a software system that allows users to define, create, maintain and control access to databases.

    • It provides a way to store and retrieve data efficiently and effectively.

    • DBMS helps in maintaining data integrity, security and consistency.

    • Examples of DBMS include MySQL, Oracle, SQL Server, MongoDB, etc.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Software Engineer interview:
  • ASP.Net MVC
  • DBMS
Interview preparation tips for other job seekers - Hello sir/ma'am,
I hope you will connect to me ASAP.

Thank you.

Skills evaluated in this interview

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. There were 4 interview rounds.

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 tips
Round 2 - Coding Test 

There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS

Round 3 - Technical 

(2 Questions)

  • Q1. First question was binary search in unsorted arrays So here i have asked about sorting algorithms all sorting algorithms must be clear
  • Q2. Second question was to find longest consecutive subarray.
  • Ans. 

    Find the longest consecutive subarray.

    • Iterate through the array and keep track of the current subarray length.

    • Update the maximum length as you iterate.

    • Reset the current subarray length when a non-consecutive element is encountered.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOPS related question Heap insertion deletion question Hashing Spanning tree
  • Q2. Minimum Spanning tree Implementation of MST
  • Ans. 

    Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.

    • MST can be found using Prim's algorithm or Kruskal's algorithm.

    • Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.

    • Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.

    • MST has...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong understanding of core cs subjects
You have full command in DSA. You have to practice from leetcode
Sometimes your luck also matters

Skills evaluated in this interview

I applied via PrepInsta and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

(1 Question)

The first round is divided into two major sections, one is cognitive aptitude and the other is coding round.

In Aptitude section there are questions from numerical aptitude and verbal. There are questions from number systems, time and work, clock, LCM and HCF etc.
The questions are moderate level.

In coding there were 5 questions, 2 easy, 2 med and 1 hard.

  • Q1. Eliminate repeated array from the given string
  • Ans. 

    To eliminate repeated array from a given string

    • Convert the string to an array using split() method

    • Use Set object to remove duplicates from the array

    • Convert the array back to string using join() method

  • Answered by AI
Round 2 - Technical 

(4 Questions)

It was conducted on webex platform and the duration was 25 minutes. It is an interview round, and they asked a lot of technical and coding questions in this round.

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • I have a Bachelor's degree in Computer Science from XYZ University.

    • I have worked on projects using Spring Boot, React, and Angular frameworks.

    • I am experienced in Agile methodology and have worked in Scrum teams.

    • I am passionate about learning new technologies and solving complex problems.

    • In my free time, I enjoy ...

  • Answered by AI
  • Q2. Which coding language are you comfortable with?
  • Ans. 

    I am comfortable with multiple coding languages including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Experience with web development languages such as HTML, CSS, and JavaScript

    • Familiarity with scripting languages like Bash and PowerShell

    • Comfortable with SQL and NoSQL databases

    • Knowledge of machine learning libraries like TensorFlow and Keras

  • Answered by AI
  • Q3. What is linked list?
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Consists of nodes that contain data and a pointer to the next node

    • Can be singly or doubly linked

    • Used for dynamic memory allocation, implementing stacks and queues, and more

  • Answered by AI
  • Q4. Do you know about sorting algorithms? What are the types of sorting algorithms? Write them,
  • Ans. 

    Sorting algorithms are used to arrange data in a specific order. There are various types of sorting algorithms.

    • Types of sorting algorithms include: bubble sort, selection sort, insertion sort, merge sort, quick sort, heap sort, counting sort, radix sort, and bucket sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the ...

  • Answered by AI
Round 3 - HR 

After successful clearance of round 2 you will get a chance to appear for round 3 i.e online HR interview.
This is also performed on the WebEx platform. This round usually goes for about 15-18 min. In this round they asked my hobbies, my strength and basic HR questions. Then they asked what you know about the company I was prepared for this question so I answered very well, he was impressed.

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Ujjain Engineer college.Mindtree interview preparation:Tips for other job seekers - Prepare well for the rounds. In Mindtree if you can clear the online technical round, then you are selected.Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Started with Intro and then into Aptitute and logical (5) questions
  • Q2. As I belong to electrical domain , my domain related 10 questions
  • Q3. To check IT knowledge 5 questions
  • Q4. Programming questions
  • Q5. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. Be enough bold to answer your questions. Start preparing and come back stronger.

I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Software Engineer and it field related
  • Q2. It long form and definition
  • Ans. 

    Long form refers to the complete or expanded version of an acronym or abbreviation.

    • Long form is used to provide clarity and avoid confusion.

    • It is commonly used in technical fields and academia.

    • Examples include NASA (National Aeronautics and Space Administration) and AIDS (Acquired Immune Deficiency Syndrome).

  • Answered by AI
  • Q3. Complete year of passing

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills most of the question asked to me were related to my B.tech curriculum i.e computer science related topics luckily I was able to answer Most of the question correctly it was my first off campus interview, and I think I did pretty well for a fresher best fit for the position

Maxis Software Interview FAQs

How many rounds are there in Maxis Software Software Engineer interview for freshers?
Maxis Software interview process for freshers usually has 3 rounds. The most common rounds in the Maxis Software interview process for freshers are Coding Test, Technical and HR.
What are the top questions asked in Maxis Software Software Engineer interview for freshers?

Some of the top questions asked at the Maxis Software Software Engineer interview for freshers -

  1. Explain JVM architect...read more
  2. Hashmap internal work...read more
  3. Remote working cult...read more

Tell us how to improve this page.

Maxis Software Software Engineer Salary
based on 31 salaries
₹4.2 L/yr - ₹10 L/yr
14% less than the average Software Engineer Salary in India
View more details

Maxis Software Software Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.1

Skill development

3.5

Work-Life balance

3.0

Salary & Benefits

3.5

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.5

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
31 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Salesforce Developer
18 salaries
unlock blur

₹4.5 L/yr - ₹6.8 L/yr

Software Developer
12 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Executive Accountant
9 salaries
unlock blur

₹2.8 L/yr - ₹3.7 L/yr

Information Technology Recruiter
9 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Maxis Software with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

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