Upload Button Icon Add office photos

Filter interviews by

Sealed Air India Sales Manager Interview Questions and Answers

Updated 4 Aug 2024

Sealed Air India Sales Manager Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Self Introduction
  • Q2. General questions about experience and educational knowledge
  • Q3. Techno commercial business questions
Round 2 - One-on-one 

(4 Questions)

  • Q1. Self Introduction
  • Q2. Professional experience & industry knowledge based questions
  • Q3. Situation based business questions
  • Q4. Strength & weakness and how you tackle the weak part
  • Ans. 

    Strength: Strong communication skills. Weakness: Impatience. Tackle weakness by practicing patience and mindfulness.

    • Strength: Effective communication with clients and team members.

    • Weakness: Impatience in dealing with delays or setbacks.

    • Tackle weakness by practicing patience and mindfulness in daily interactions.

    • Set specific goals to improve patience and track progress over time.

  • Answered by AI

Interview questions from similar companies

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Six Sigma Black belt implementation project
  • Ans. 

    Six Sigma Black belt implementation project is a process improvement methodology that aims to reduce defects and improve quality.

    • Identify the problem and define the project scope

    • Measure the current process performance

    • Analyze the data to identify root causes of defects

    • Improve the process by implementing solutions

    • Control the process to sustain the improvements

    • Use statistical tools and techniques to drive decision-making

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Senior Manager interview:
  • Six Sigma Black Belt
  • CAD
Interview preparation tips for other job seekers - Pitch yourself as a value proposition to the organization
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about current job responsibilities.
  • Ans. 

    Currently responsible for overseeing team performance, developing strategies, and ensuring project deadlines are met.

    • Leading a team of 10 employees in project management

    • Developing and implementing strategies to improve efficiency

    • Monitoring progress and ensuring deadlines are met

    • Collaborating with other departments to achieve company goals

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join Roche.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review the job description and prepare for the interview accordingly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Self about questions
Round 2 - Technical 

(2 Questions)

  • Q1. How to growth your sale
  • Ans. 

    To grow your sales, focus on customer satisfaction, effective marketing strategies, and continuous improvement.

    • Understand your target audience and their needs

    • Provide excellent customer service

    • Implement effective marketing strategies such as social media advertising, email marketing, and content marketing

    • Offer promotions and discounts to attract new customers

    • Analyze sales data and customer feedback to identify areas for...

  • Answered by AI
  • Q2. How to achieve your Target
Round 3 - One-on-one 

(1 Question)

  • Q1. How achieve your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the product
  • Ans. 

    The product is a line of high-quality skincare products made with natural ingredients.

    • Skincare products

    • High-quality

    • Natural ingredients

  • Answered by AI
  • Q2. World largest brand
  • Ans. World no one brand in Coca-Cola
  • Answered Anonymously
  • Q3. TEST IS BETTER OTHER BRANDS WISE
  • Q4. Soft drinks is

Interview Preparation Tips

Interview preparation tips for other job seekers - . good interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Which type of question
  • Ans. 

    This company my grow improvement

  • Answered Anonymously
  • Q2. Product details or product view
  • Q3. I like dream the work
  • Q4. I accept the work I will my best
  • Ans. 

    I will interest my this job I developed my grow

  • Answered Anonymously
  • Q5. I will more expectation in in the company
  • Ans. 

    Yea I will my best my job

  • Answered Anonymously
Round 2 - Case Study 
Interview experience
5
Excellent
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 - One-on-one 

(2 Questions)

  • Q1. PERSONAL CARE AND QUALIFICATIONS
  • Q2. TOTAL EXPERIENCE GIOGRFICAL KNOWLORGEAGE

Interview Preparation Tips

Interview preparation tips for other job seekers - COCA COLA COMPANY IS A INTERNATIONAL COMPANY COCA COLA COMPANY PRODUCTS IS QUALITY

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. 

    K Centers Selection Problem

    In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance ...

  • Ans. 

    The problem involves selecting K cities to install servers in Ninja Land to minimize the maximum distance from any city to a nearest server.

    • Iterate through all possible combinations of K cities to select for server installation.

    • Calculate the maximum distance from any city to the nearest server for each combination.

    • Choose the combination that minimizes the maximum distance.

  • Answered by AI
  • Q2. 

    Beautiful String Verification

    Given a non-empty string inputString, determine if it can be converted into a 'Beautiful String' using the defined operation.

    You can perform any number of operations to con...

  • Ans. 

    Determine if a given string can be converted into a 'Beautiful String' using a specific operation.

    • Check if the input string is already a 'Beautiful String' by checking if it contains 'abc' in the correct positions.

    • If 'abc' is present in the input string, check if the left and right portions satisfy the defined conditions.

    • If the conditions are met, return 'True', otherwise return 'False'.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. 

    Complex Number Multiplication

    Calculate the product of two complex numbers represented as strings in the form “A+Bi”. Here, ‘A’ represents the real part, and ‘B’ represents the imaginary part.

    Explanatio...

  • Ans. 

    Calculate the product of two complex numbers represented as strings in the form 'A+Bi'.

    • Parse the input strings to extract real and imaginary parts of both complex numbers

    • Perform multiplication of the complex numbers using the formula (a+bi)*(c+di) = (ac - bd) + (ad + bc)i

    • Format the result as a string in the form 'A+Bi' and return

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 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. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SELL ABD BUY 1 array question(easy level)
  • Ans. 

    This question involves buying and selling items in an array.

    • The array must contain strings.

    • You need to implement a function to buy and sell items from the array.

    • Provide examples of buying and selling operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - first complete dsa,and oops,core subjects of CSE,sql

Skills evaluated in this interview

Sealed Air India Interview FAQs

How many rounds are there in Sealed Air India Sales Manager interview?
Sealed Air India interview process usually has 2 rounds. The most common rounds in the Sealed Air India interview process are One-on-one Round.
What are the top questions asked in Sealed Air India Sales Manager interview?

Some of the top questions asked at the Sealed Air India Sales Manager interview -

  1. Techno commercial business questi...read more
  2. Situation based business questi...read more

Tell us how to improve this page.

Sealed Air India Sales Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 111 Interviews
Rio Tinto Interview Questions
3.5
 • 40 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
Eversendai Interview Questions
3.6
 • 28 Interviews
View all

Sealed Air India Sales Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Territory Business Manager
15 salaries
unlock blur

₹7.7 L/yr - ₹18 L/yr

Business Development Manager
9 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Key Account Manager
4 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹6.2 L/yr - ₹8.6 L/yr

Area Sales Manager
4 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Explore more salaries
Compare Sealed Air India with

Coca-Cola Company

4.1
Compare

Amphenol Interconnect

4.2
Compare

BCD Travel

4.3
Compare

Saudi Binladin Group

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