Upload Button Icon Add office photos
Engaged Employer

i

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

Zumen Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zumen Interview Questions and Answers

Updated 13 Nov 2024

Zumen Interview Experiences

Popular Designations

5 interviews found

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

I applied via cutshot and was interviewed in Oct 2023. There were 5 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. Basic Details of Testing
Round 3 - One-on-one 

(2 Questions)

  • Q1. Functional Testing
  • Q2. Workflow of Testesr
Round 4 - One-on-one 

(1 Question)

  • Q1. Manual, Automation and Previous company
Round 5 - One-on-one 

(1 Question)

  • Q1. Previous Projects and life style

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Data Engineer Interview Questions & Answers

user image Raj Rathod

posted on 13 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. General hr questions
  • Q2. Tell me about your achievements
Round 2 - Technical 

(1 Question)

  • Q1. Sql, dbms, oops

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(3 Questions)

  • Q1. Explain about prior experience
  • Q2. How did you develop new sales
  • Q3. Explain about successful project
Round 3 - Technical 

(3 Questions)

  • Q1. In depth analysis of sales generation
  • Ans. 

    Sales generation analysis involves examining various factors influencing sales performance.

    • Analyze sales data to identify trends and patterns

    • Evaluate effectiveness of sales strategies and campaigns

    • Assess customer feedback and satisfaction levels

    • Monitor competitor activities and market trends

    • Utilize CRM tools for tracking and managing sales activities

  • Answered by AI
  • Q2. In depth analysis of lead qualification process in previous experience
  • Q3. Imagine I am your buyer and sell your service
  • Ans. 

    I would highlight the unique features and benefits of our service, showcasing how it can solve the buyer's specific pain points and add value to their business.

    • Highlight the key features and benefits of the service

    • Explain how the service can solve the buyer's pain points

    • Demonstrate the value that the service can add to the buyer's business

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Collect your thoughts prior to the interview and rehearse answers to most expected questions. Try to put forward your answer in such a way that your thought process is understood by the interviewer

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you think about Saas

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Zumen interview questions for popular designations

 Software Developer

 (1)

 Test Engineer

 (1)

 Business Development Manager

 (1)

 Data Engineer

 (1)

 Customer Service Executive

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

One problem solving question and a question from nodejs. We have to make asynchronous call to an API and process it's result to show it in a view.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions related to our profile only
  • Q2. Questions related to our profile only

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 questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

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

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

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose you strength speak to oponent hr person first u will speak that right or wrong should maintain your confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day tasks in previous organisation?
  • Q2. Questions about skills mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be prepared and be confident and think analytically and be strong in problem solving kind of questions

Zumen Interview FAQs

How many rounds are there in Zumen interview?
Zumen interview process usually has 2-3 rounds. The most common rounds in the Zumen interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Zumen 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 Zumen. The most common topics and skills that interviewers at Zumen expect are B2B Sales, Java, Javascript, Software Sales and Business Development.
What are the top questions asked in Zumen interview?

Some of the top questions asked at the Zumen interview -

  1. Imagine I am your buyer and sell your serv...read more
  2. In depth analysis of sales generat...read more
  3. Basic Details of Test...read more

Tell us how to improve this page.

Zumen Interview Process

based on 5 interviews

Interview experience

3.4
  
Average
View more

Zumen Reviews and Ratings

based on 14 reviews

3.3/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.8

Salary

2.2

Job security

3.4

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 14 Reviews and Ratings
Software Developer
8 salaries
unlock blur

₹7 L/yr - ₹12.5 L/yr

Full Stack Developer
8 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹14.5 L/yr - ₹24 L/yr

Front end Developer
5 salaries
unlock blur

₹6 L/yr - ₹12.5 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Zumen with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

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