Upload Button Icon Add office photos

Filter interviews by

Marlabs Software Engineer Interview Questions, Process, and Tips

Updated 8 Jul 2023

Top Marlabs Software Engineer Interview Questions and Answers

Marlabs Software Engineer Interview Experiences

4 interviews found

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

Not remember cfghjkjhgf ksjbdw ukwedgwc jgu

Round 2 - Technical 

(1 Question)

  • Q1. Jskcecwc ugguewgu hskjwcgf gisg
Round 3 - Technical 

(1 Question)

  • Q1. Pioyweugyfjghlieu iweoufgyioewui ilukgyjg
Round 4 - HR 

(1 Question)

  • Q1. ;ojihugjhfgghuiy ioweuydyu3kwjqd ouge

Interview Preparation Tips

Interview preparation tips for other job seekers - gfhgxdxfgugy woqiuidgyjwudqgs iouwdgqyjs

I applied via Recruitment Consultant and was interviewed before Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is threading and how it work.
  • Ans. 

    Threading is a way of achieving multitasking in a single process by dividing it into smaller threads.

    • Threads are lightweight processes that share the same memory space.

    • They can run concurrently and independently of each other.

    • Threading can improve performance by utilizing multiple CPU cores.

    • Examples of threading include GUI applications, web servers, and video games.

  • Answered by AI
  • Q2. What is jvm and how it work.
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has several components such as class loader, bytecode verifier, interpreter, and just-in-time compiler.

    • Class loader...

  • Answered by AI
  • Q3. What is lambda in Java.
  • Ans. 

    Lambda is a feature introduced in Java 8 that allows functional programming.

    • Lambda is a concise way to represent a method as an expression.

    • It enables functional programming by allowing functions to be passed as arguments.

    • It reduces boilerplate code and makes code more readable.

    • Example: (x, y) -> x + y is a lambda expression that adds two numbers.

  • Answered by AI
  • Q4. What is string literal and how many object created on string initialisation.
  • Ans. 

    A string literal is a sequence of characters enclosed in double quotes. One object is created on string initialization.

    • String literals are used to represent constant values that cannot be modified.

    • The object created on string initialization is stored in the string pool.

    • String literals can be concatenated using the '+' operator.

    • Example: String str = "Hello World";

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming language.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Some moderate questions related to data warehouse concept and ... SQL queries ... SQL questions :- how to find top 2 employees in each department based on salary ... 2. Recursive CTE 3- sub queries and...
Round 2 - Behavioral 

(1 Question)

  • Q1. Was all about basic concepts of power Bi and data warehouse ...
Round 3 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
  • Q5. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise the concept aout data warehouse and SQL is most important ... All the best

I applied via Recruitment Consulltant and was interviewed before Jul 2021. 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 - Technical 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Opps concepts, collection framework and basic algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared with Java and Selenium concepts

Marlabs interview questions for designations

 Senior Software Engineer

 (4)

 Associate Software Engineer

 (2)

 Software Developer

 (2)

 Service Desk Engineer

 (1)

 Technical Lead

 (4)

 Exchange Administrator

 (1)

 Manual Testing

 (1)

 Teradata Developer

 (1)

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a question from Blind 75 that i dont remember as of now. I kind of stumbled here yet gave a code for original question
  • Q2. Asked LC hard question. Interviewer was very rude and did not give a shit about my approach when I tried to explain it to him/her. He said just run code against test cases provided. I received rejection ...

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs were very professional and polite but not the interviewer.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Verbal,maths and english

Round 2 - Coding Test 

Arrays ,strings and hashmap

Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference between java and c++
  • Ans. 

    Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java is object-oriented, while C++ supports both procedural and object-oriented programming.

    • Java has automatic memory management (garbage collection), while C++ requires manual memory management...

  • Answered by AI
  • Q2. Concepts of function overloading and function overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - my hr round is left till now as my interview is on this saturday so i dont recieve mail till now for further process.

Skills evaluated in this interview

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

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding question, reasoning, english, math, very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Technical experties and final year project

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • Java
  • React.Js
  • SQL Server
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions followed by two coding questions.

Round 2 - Coding Test 

Two coding questions followed by a discussion on projects.

Round 3 - Coding Test 

Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.

Round 4 - Coding Test 

Solely 2 coding question

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA
  • OOPS

Marlabs Interview FAQs

How many rounds are there in Marlabs Software Engineer interview?
Marlabs interview process usually has 3-4 rounds. The most common rounds in the Marlabs interview process are Technical, HR and Resume Shortlist.
How to prepare for Marlabs Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Marlabs. The most common topics and skills that interviewers at Marlabs expect are Agile, GIT, Apache, Computer science and Javascript.
What are the top questions asked in Marlabs Software Engineer interview?

Some of the top questions asked at the Marlabs Software Engineer interview -

  1. What is string literal and how many object created on string initialisati...read more
  2. What is threading and how it wo...read more
  3. What is jvm and how it wo...read more

Tell us how to improve this page.

Marlabs Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Marlabs Software Engineer Salary
based on 555 salaries
₹2.8 L/yr - ₹12 L/yr
10% less than the average Software Engineer Salary in India
View more details

Marlabs Software Engineer Reviews and Ratings

based on 75 reviews

3.3/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

2.9

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 75 Reviews and Ratings
Senior Software Engineer
628 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Software Engineer
555 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Technical Lead
367 salaries
unlock blur

₹9.4 L/yr - ₹35 L/yr

Associate Software Engineer
144 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Software Developer
123 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Marlabs with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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