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

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

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

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)

 Teradata Developer

 (1)

 IOS Developer

 (1)

Interview questions from similar companies

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

Coding + Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 sections Quantitative Analysis, Programming Based (output analysis, error detection), Aptitude and ML Engineering ( activation functions, models etc basics)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort simple divide and conquer but a pain to execute they really just look for how logical you are and if your approach is correct
  • Q2. Talk about your projects previous experience etc
Round 3 - HR 

(2 Questions)

  • Q1. What do you think about Q
  • Q2. Personality based questions like what are your hobbies, what drives you etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident consistent and concise
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WAP to check occurrence of words in a paragraph.
  • Ans. 

    A program to check the occurrence of words in a paragraph.

    • Split the paragraph into words using space as delimiter

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Display the word frequencies

  • Answered by AI
  • Q2. What git command do you use incase PR build is failed
  • Ans. 

    Use git bisect command to find the commit that caused the build failure

    • Use 'git bisect start' to start the bisect process

    • Mark the current commit as bad with 'git bisect bad'

    • Mark a known good commit with 'git bisect good '

    • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What id oops and its advantages
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • Advantages of OOPs include code reusability, modularity, flexibility, and easier maintenance.

    • Encapsulation allows data hiding and protection, reducing complexity and increasing security.

    • Inheritance enables code reuse and promotes the creation of hierarchical relationships between classes.

    • Polymorphism allows objects...

  • Answered by AI
  • Q2. What is jquery and JavaScript
  • Ans. 

    jQuery is a JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.

    • jQuery is a fast, small, and feature-rich JavaScript library.

    • It makes things like HTML document traversal and manipulation, event handling, and animation much simpler with an easy-to-use API.

    • jQuery simplifies common tasks like AJAX calls and DOM manipulation.

    • JavaScript is a programming language that en...

  • Answered by AI
Round 2 - Coding Test 

Ecom is core platform

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is php and its advantages
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP stands for Hypertext Preprocessor.

    • It is open source and widely used for creating dynamic web pages.

    • Advantages include easy integration with HTML, support for various databases, and compatibility with different operating systems.

    • PHP code can be embedded within HTML code, making it easy to work with web content.

    • Popular websites like Facebook and WordPre

  • Answered by AI
  • Q2. How are you hope you doing well

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's aptitude and coding test they asked questions related to data interpretation mostly.and one coding question easy one and two SQL questions I got on joins

Round 2 - Group Discussion 

Topic given by them you have two minutes to think and then discuss with group for 5 minutes. At the end they ask for conclusion from everyone there is group of eight students and they select two or three from them

Round 3 - Technical 

(5 Questions)

  • Q1. Asked about testing
  • Q2. What are types of testing
  • Ans. 

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

    • Unit testing: Testing individual components or functions of the software.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements.

    • Regression testing: Testing to ensu...

  • Answered by AI
  • Q3. Project related questions
  • Q4. Hr related questions
  • Q5. Whitebox vs black box testing
  • Ans. 

    Whitebox testing is testing the internal logic of the software, while black box testing is testing the functionality without knowledge of the internal code.

    • Whitebox testing involves testing the internal structure, code paths, and algorithms of the software.

    • Black box testing involves testing the functionality, inputs, and outputs of the software without knowledge of the internal code.

    • Whitebox testing is typically done b...

  • Answered by AI

Skills evaluated in this interview

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 560 salaries
₹2.8 L/yr - ₹12 L/yr
11% 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
623 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Software Engineer
560 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Technical Lead
366 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Software Engineer
143 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.6
Compare

Wipro

3.7
Compare

HCLTech

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