Upload Button Icon Add office photos

Marlabs

Compare button icon Compare button icon Compare

Filter interviews by

Marlabs Interview Questions and Answers

Updated 8 Mar 2025

Marlabs Interview Experiences

Popular Designations

37 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

Top Marlabs Software Engineer Interview Questions and Answers

Q1. What is string literal and how many object created on string initialisation.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Technical and communication aptitude.

Round 2 - Technical 

(5 Questions)

  • Q1. What is regression testing.
  • Ans. 

    Regression testing ensures that new code changes do not adversely affect existing functionalities.

    • Verifies that recent code changes haven't introduced new bugs.

    • Can be automated to save time and increase efficiency.

    • Example: After adding a new feature, testing existing features to ensure they still work.

    • Often performed after bug fixes or enhancements.

    • Includes both manual and automated testing approaches.

  • Answered by AI
  • Q2. Explain defect life cycle
  • Ans. 

    The defect life cycle outlines the stages a defect goes through from identification to resolution.

    • 1. **Identification**: A defect is discovered during testing or by users. Example: A bug in the login functionality.

    • 2. **Logging**: The defect is documented in a tracking system with details like severity and steps to reproduce.

    • 3. **Assignment**: The defect is assigned to a developer for resolution based on priority.

    • 4. **F...

  • Answered by AI
  • Q3. Difference between smoke and sanity testing
  • Ans. 

    Smoke testing checks basic functionality; sanity testing verifies specific functionalities after changes.

    • Smoke testing is a preliminary test to check the basic functionality of an application.

    • Sanity testing is a subset of regression testing focused on specific functionalities after changes.

    • Example of smoke testing: Verifying that the application launches and the main features are accessible.

    • Example of sanity testing: C...

  • Answered by AI
  • Q4. What is agile process
  • Ans. 

    Agile is an iterative software development process emphasizing flexibility, collaboration, and customer feedback.

    • Focuses on delivering small, incremental updates to software.

    • Encourages collaboration between cross-functional teams, such as developers and testers.

    • Utilizes time-boxed iterations called sprints, typically lasting 1-4 weeks.

    • Incorporates regular feedback loops through sprint reviews and retrospectives.

    • Example

  • Answered by AI
  • Q5. Difference between Waterfall model and Agile model
  • Ans. 

    Waterfall is a linear approach, while Agile is iterative and flexible, focusing on collaboration and customer feedback.

    • Waterfall follows a sequential design process: requirements, design, implementation, verification, maintenance.

    • Agile promotes iterative development, allowing for changes based on feedback after each iteration.

    • In Waterfall, all requirements are gathered upfront; in Agile, requirements evolve through col...

  • Answered by AI

Skills evaluated in this interview

Top Marlabs Software Engineer Interview Questions and Answers

Q1. What is string literal and how many object created on string initialisation.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Salesforce functional knowledge
  • Q2. Project management & agile
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salesforce project experience
  • Q2. Industry exposure & knowledge

Presales Consultant Interview Questions asked at other Companies

Q1. What are the important documents to be submitted during the RFP.
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Sap ps
  • Ans. 

    SAP PS (Project System) is a module in SAP ERP that helps organizations manage projects efficiently.

    • SAP PS helps in planning, executing, and monitoring projects.

    • It integrates with other SAP modules like MM, SD, and FI for seamless project management.

    • It allows for resource allocation, budgeting, and tracking of project progress.

    • Example: Creating project structures, defining work breakdown structures, and setting up proj

  • Answered by AI
  • Q2. What are configuration required for network
  • Ans. 

    Configuration required for network in SAP PS involves defining network types, relationships, activities, and dependencies.

    • Define network types (e.g. finish-to-start, start-to-start)

    • Establish relationships between activities (e.g. finish-to-start)

    • Define activities within the network

    • Set dependencies between activities (e.g. FS relationships)

  • Answered by AI
  • Q3. How hr is integrated with ps
Round 2 - HR 

(2 Questions)

  • Q1. How you can overcome from an issue
  • Q2. How you proved yourself

Skills evaluated in this interview

SAP PS Functional Consultant Interview Questions asked at other Companies

Q1. What are configuration required for network
View answer (1)

Marlabs interview questions for popular designations

 Software Engineer

 (5)

 Technical Lead

 (4)

 Senior Software Engineer

 (4)

 Software Developer

 (2)

 Associate Software Engineer

 (2)

 Architect

 (1)

 Business Analyst

 (1)

 Consultant

 (1)

SOC Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Cyber security basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall very bad experience, The HR team of Marlabs is very unprofessional, mainly in kochi location, They consider the employees like daily wage labours. 3 years I worked there and first year I got a salary hike of rupees 1100 which was great, and overall after 3 years I got a hike of Rs 5000. There is no hesitation in revealing the names anymore.
Hr manager suhas menon and senior HR named Akhila are ruling there, they are not professional at all, They are thinking like Marlabs is the last word for corporate companies, I can say without any are the only reason I left Marlabs. The team managers and engineers was good and will get a huge support, That's how I survived there for 3 years.
Overall rating: 2/10

SOC Analyst Interview Questions asked at other Companies

Q1. 3.How could you educate the users regarding with cybersecurity attacks?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of programming languages?
  • Q2. Projects workd on earlier?

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode programs with data structures and algorithms

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. 8 queen problem

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Went well. Lots of basics with experience related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and be honest

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Time series, trians, probability, clocks, age

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (22)
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

Top Marlabs Software Engineer Interview Questions and Answers

Q1. What is string literal and how many object created on string initialisation.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Until successful, async scope
  • Ans. 

    The async scope allows for executing code asynchronously until a successful result is achieved.

    • The async scope is used in programming to handle asynchronous operations.

    • It allows for executing code asynchronously until a certain condition is met.

    • The code inside the async scope will continue to execute until a successful result is achieved.

    • It is commonly used in scenarios where multiple attempts are made to complete a ta...

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Marlabs Interview FAQs

How many rounds are there in Marlabs interview?
Marlabs interview process usually has 2-3 rounds. The most common rounds in the Marlabs interview process are Technical, HR and Resume Shortlist.
How to prepare for Marlabs 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 SQL, Javascript, Troubleshooting, HTML and Agile.
What are the top questions asked in Marlabs interview?

Some of the top questions asked at the Marlabs interview -

  1. how to connect to database using entity framew...read more
  2. What is string literal and how many object created on string initialisati...read more
  3. Am into SAP BODS, How to handle individually with clie...read more
How long is the Marlabs interview process?

The duration of Marlabs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Marlabs Interview Process

based on 26 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
View all

Fast track your campus placements

View all

Marlabs Reviews and Ratings

based on 563 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.0

Salary

2.9

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 563 Reviews and Ratings
Senior Software Engineer
620 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Software Engineer
555 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Technical Lead
359 salaries
unlock blur

₹9.3 L/yr - ₹35 L/yr

Software Developer
123 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Associate Software Engineer
87 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Marlabs with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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