Upload Button Icon Add office photos

Filter interviews by

Maximl Labs Software Developer Intern Interview Questions and Answers

Updated 31 Aug 2023

Maximl Labs Software Developer Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

10mcq easy level, you will get score immediately

Round 3 - Technical 

(2 Questions)

  • Q1. Basic dsa problem, swap both half of array
  • Q2. React and js questions

Interview questions from similar companies

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

I was interviewed in Nov 2022.

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 - HR 

(1 Question)

  • Q1. Brief introduction, salary discussion and technical interview date selection .
Round 3 - Technical 

(2 Questions)

  • Q1. Basic technical questions and boom selected.
  • Q2. You just want to know very limited knowledge and basically it was just English saying I would say.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join this company. This would be your worst ever choice and you’ll never have any satisfaction.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 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 - Aptitude Test 

Written test in which you've to solve both aptitude and coding questions in pen paper.

Round 3 - Technical 

(4 Questions)

  • Q1. DSA round, projects mentioned in resume
  • Q2. Linked list, arrays, sql
  • Q3. SQL, head and tail based liked list questions
  • Q4. Resume based projects
Round 4 - Technical 

(3 Questions)

  • Q1. DSA round, SQL and resume based questions
  • Q2. Insertion sort based questions
  • Q3. Two sum problem leetcode

Interview Preparation Tips

Topics to prepare for Altizon Systems Software Engineer interview:
  • Leetcode
  • Arrays
  • Linked list
  • SQL
  • Design
Interview preparation tips for other job seekers - Solve leetcode easy to medium level in arrays and Linked list.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding of Google Calendar

Round 2 - Coding Test 

Machine Coding of MP3 Player

Round 3 - One-on-one 

(1 Question)

  • Q1. Find Duplicates problem
  • Ans. 

    Find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why Simpl? and compensation
  • Ans. 

    Simpl offers a collaborative and innovative work environment with competitive compensation.

    • Simpl values teamwork and creativity in software development

    • Competitive compensation package offered to attract top talent

    • Opportunities for growth and learning through challenging projects

  • Answered by AI

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

If its for the SDE 1 , mostly they will start with javascript fundamentals and deep dive in the hard topics

Interview Preparation Tips

Topics to prepare for Simpl Software Engineer interview:
  • Hld
  • Performance optimization
Interview preparation tips for other job seekers - Mostly will be similar to the first round and even more in depth than the first round

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Medium

It was a 3-hr coding round that started at around 6 PM. It had 2-3 coding questions. The test was on InterviewBit.

  • Q1. 

    K-th Permutation Sequence of First N Natural Numbers

    Determine the K-th permutation from a sequence of the first N natural numbers.

    Input:

    Integer T indicating the number of test cases followed by 'T' t...
  • Ans. 

    The task is to find the Kth permutation of the sequence of first N natural numbers.

    • Generate all possible permutations of the sequence of first N natural numbers

    • Sort the permutations in lexicographical order

    • Return the Kth permutation from the sorted list

  • Answered by AI
  • Q2. 

    Palindromic Substrings Problem Statement

    You are given a string 'STR'. Your task is to determine the total number of palindromic substrings present in 'STR'.

    Example:

    Input:
    "abbc"
    Output:
    5
    Explana...
  • Ans. 

    The task is to find the total number of palindromic substrings in a given string.

    • Iterate through each character in the string and consider it as the center of a potential palindrome

    • Expand outwards from the center to check if the substring is a palindrome

    • Count the number of palindromic substrings found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Technical interview - comprised of discussion on projects, internships and solving DSA problems.
In my case major part was discussion on projects. I had done projects in Android, iOS and Web Dev. The interviewer himself was very experienced in these fields so he asked thorough questions to test my knowledge.
The DSA problems were at par with what was asked in the coding round, and he just wanted the pseudo-code.
The interview took place on Google Meet at around noon.

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The problem is to find the length of the longest common subsequence between two given strings.

    • A subsequence is a string that can be derived from another string by deleting some or no characters without changing the order of the remaining characters.

    • We can solve this problem using dynamic programming.

    • Create a 2D array to store the lengths of the longest common subsequences for all possible prefixes of the two strings.

    • It...

  • Answered by AI
Round 3 - HR 

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was very friendly. The first thing he told me was to relax because I was done with the hard part. This round consisted of general questions like - 
1. What do you consider to be your greatest strengths and weaknesses?
2. What do you plan to do in the upcoming years?
3. Will you want to pursue higher education?
4. How has your journey at your college been?
5. Do you think you’re a team player? Give some instances to prove it.
6. If I were to call your friends and ask them about your biggest weaknesses, what do you think they’ll say?

Very interestingly, after the last question, he asked me to name a few of my friends and asked for their phone numbers too.
I was very nervous about if he was actually going to call them and ask this question.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteria8.5 CGPAHyper Verge interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Don’t try to cover all coding platforms. Stick to one and be thorough with it.
Tip 2 : Pick a topic, understand its basics, then start solving problems, starting with the easy ones.
Tip 3 : Solve previously asked questions. It tells you about the level of questions that the company asks.

Application resume tips for other job seekers

Tip 1 : You should have multiple interesting projects on your resume (3-4).
Tip 2 : You should be prepared to explain anything that’s written on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical Task based on backend and analytics
  • Q2. Make a website clone
  • Ans. 

    To clone a website, you need to replicate its design, functionality, and content.

    • Study the website's design and layout

    • Identify the technologies used for development

    • Replicate the functionality and features

    • Ensure the content is accurate and up-to-date

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are going to waste your time

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Assignment 

Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql

Round 3 - Technical 

(1 Question)

  • Q1. How does OTP less work make a systematic diagram for it/
  • Ans. 

    OTP less work eliminates the need for one-time passwords for authentication.

    • OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.

    • It provides a more seamless and user-friendly authentication experience.

    • Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Everything related to yourself.
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1.5 hours, data structure and algorithms, Their own platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects thoroughly and read more about the Javascript.

Maximl Labs Interview FAQs

How many rounds are there in Maximl Labs Software Developer Intern interview?
Maximl Labs interview process usually has 3 rounds. The most common rounds in the Maximl Labs interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Maximl Labs Software Developer Intern interview?

Some of the top questions asked at the Maximl Labs Software Developer Intern interview -

  1. Basic dsa problem, swap both half of ar...read more
  2. React and js questi...read more

Tell us how to improve this page.

Maximl Labs Software Developer Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
Traya Health Interview Questions
3.4
 • 16 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
View all
Maximl Labs Software Developer Intern Salary
based on 4 salaries
₹3.6 L/yr - ₹9 L/yr
10% less than the average Software Developer Intern Salary in India
View more details
Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Program Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Maximl Labs with

Altizon Systems

1.9
Compare

SenseGiz Technologies

3.7
Compare

Zenatix Solutions

4.1
Compare

Ecolibrium Energy

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