Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Marble Box Team. If you also belong to the team, you can get access from here

Marble Box Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Marble Box Senior Associate Interview Questions and Answers

Updated 2 May 2024

Marble Box Senior Associate Interview Experiences

1 interview found

Senior Associate Interview Questions & Answers

user image Samir Prasad

posted on 2 May 2024

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About an Experience and knowledge

Interview questions from similar companies

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Previous experience personal round and salary expecting
  • Q2. Wen u can join
  • Ans. 

    I can join immediately or at a mutually convenient date, depending on your needs and my current commitments.

    • I am available to start immediately if needed.

    • If you prefer a later start date, I can accommodate that as well.

    • I can discuss my current commitments to find a suitable start date.

    • For example, if you need someone to start next week, I can make arrangements.

  • Answered by AI
  • Q3. Immediate joining
  • Q4. Joined from oct

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard working I'm the senior into the process

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions are related to your past working experience and the position that you applied for Microwave Transmission related questions: What is Microwave and types What is fadind and it's resolution steps D...
  • Q2. PDH-SDH related questions- Difference between PDH and sdh Frame structure of sdh High order and low order bytes and alarms related to bytes Alarms in sdh Ethernet over sdh What is GFP, ENCAPSULATION, VCAT,...
  • Q3. Generally your current work related questions Why you want to change your job What is your expectations from new job Where you seeing your self after 5 year's Current salary and expectations

Interview Preparation Tips

Round: HR Round
Experience: Related to offer they are giving and related cross questions

General Tips: I had been interviewed with Huawei in 2016 and total 2 rounds was there for me. Questions I already had shared, go through it.

I got my offer letter after 1 month after HR discussion but please follow up with HR team once you get call for your selection
Skills: Ethernet over SDH, SDH, Microwave, Technical Knowledge(ML, Microwave, Communication, Presentation Skills
Duration: 1-3 Months

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How you can do sales
  • Ans. 

    To do sales effectively, you need to understand your product, build relationships, communicate persuasively, and follow up consistently.

    • Understand your product: Know the features, benefits, and unique selling points of what you're selling.

    • Build relationships: Establish trust and rapport with potential customers by listening, empathizing, and addressing their needs.

    • Communicate persuasively: Clearly articulate how your p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview wanted to test both my knowledge and communication skill
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About your self
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce about yourself
  • Ans. 

    I am a highly skilled System Engineer with experience in designing, implementing, and maintaining complex IT systems.

    • Experienced in network infrastructure design and implementation

    • Proficient in troubleshooting and resolving technical issues

    • Skilled in scripting and automation for system administration tasks

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Typing Test 

(1 Question)

  • Q1. Practice on typing master

Interview Preparation Tips

Interview preparation tips for other job seekers - Just practice on typing speed

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 126 minutes
Round difficulty - Hard

This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.

  • Q1. 

    Maximum Path Sum in a Matrix

    Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...

  • Ans. 

    Find the maximum sum path in a matrix from top row to bottom row by moving down or diagonally.

    • Use dynamic programming to keep track of maximum sum at each cell.

    • At each cell, consider the maximum sum from the cell above, left diagonal, and right diagonal.

    • Add the current cell value to the maximum of the three possibilities.

    • Repeat this process for all cells in the matrix to find the maximum sum path.

  • Answered by AI
  • Q2. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix to find elements with value 1

    • Store the row and column indices of these elements

    • Update the entire row and column for each element found to be 1

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge, return -1 if no merging occurs.

    • Traverse both lists to find the lengths and the last nodes

    • Align the starting points of the lists by adjusting the pointers

    • Traverse both lists simultaneously until a common node is found

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in DelhiEligibility criteriaNo criteriaQuess Corp interview preparation:Topics to prepare for the interview - Data structures knowledge, OOPs, Pointers, Dynamic programming and Recursion, Graphs, Hashmaps and Priority Queues, Operating system, DBMS, Networking, Arrays, Strings, Stacks, Trees, Pointers, OS Kernel, Deadlock, Virtual Memory, Memory Management, Paging, Segmentation, Puzzles and aptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview. 
Tip 2 : Try to give maximum time on basics of a topic 
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are the responsibilities of a Data Analyst?
  • Ans. 

    Data Analysts are responsible for collecting, processing, and analyzing data to help organizations make informed decisions.

    • Collecting and organizing data from various sources

    • Cleaning and processing data to ensure accuracy and consistency

    • Analyzing data using statistical techniques and tools

    • Creating visualizations and reports to present findings

    • Interpreting data to provide insights and recommendations

    • Collaborating with s...

  • Answered by AI
  • Q2. Software engineer

Marble Box Interview FAQs

How many rounds are there in Marble Box Senior Associate interview?
Marble Box interview process usually has 1 rounds. The most common rounds in the Marble Box interview process are HR.

Tell us how to improve this page.

Marble Box Senior Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Quess Interview Questions
3.8
 • 426 Interviews
ICCS Interview Questions
3.0
 • 56 Interviews
FiveS Digital Interview Questions
3.4
 • 34 Interviews
Office Beacon Interview Questions
4.5
 • 29 Interviews
Powerweave Interview Questions
3.3
 • 22 Interviews
View all
Marble Box Senior Associate Salary
based on 5 salaries
₹1.9 L/yr - ₹3.7 L/yr
73% less than the average Senior Associate Salary in India
View more details

Marble Box Senior Associate Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.5

Salary

3.2

Job security

4.2

Company culture

3.2

Promotions

4.8

Work satisfaction

Explore 4 Reviews and Ratings
Process Associate
297 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Quality Analyst
108 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Assistant Manager
44 salaries
unlock blur

₹3.6 L/yr - ₹7.4 L/yr

Senior Process Associate
44 salaries
unlock blur

₹2.2 L/yr - ₹4.7 L/yr

Virtual Assistant
24 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Marble Box with

Quess

3.8
Compare

ICCS

3.0
Compare

Credence Resource Management

3.5
Compare

DATAMARK BPO SERVICE (P) LTD

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