Upload Button Icon Add office photos

Filter interviews by

Sanyog Enterprise Interview Questions and Answers for Experienced

Updated 2 Sep 2021

Sanyog Enterprise Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1.  Inventory management
  • Q2. Warehouse as a profit center
  • Ans. 

    Warehouse can be turned into a profit center by optimizing operations and leveraging technology.

    • Implementing automation and robotics to increase efficiency

    • Offering value-added services such as kitting and assembly

    • Optimizing inventory management to reduce carrying costs

    • Partnering with third-party logistics providers to expand reach

    • Analyzing data to identify cost-saving opportunities

    • Investing in employee training and dev...

  • Answered by AI
  • Q3. Purchase contract

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest .
U can't know everything .
Be straight forward.
Speak clearly

Vice President Supply Chain Interview Questions asked at other Companies

Q1. Warehouse as a profit center
View answer (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Design Questions to build a scalable micro service
  • Q2. Salary Discussion

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Take me through your resume?
  • Q2. Situation based questions
  • Q3. About projects done in previous organisation
Round 2 - One-on-one 

(2 Questions)

  • Q1. Resume based questions
  • Q2. About team handling and team management

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep numbers handy and ensure you're through with your resume for some cross questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

How to reduce delivery time of food delivery platform from 45 mins to 30 mins

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a data analyst with a background in statistics and programming, passionate about turning data into actionable insights.

    • Background in statistics and programming

    • Experience in data analysis and visualization

    • Strong problem-solving skills

    • Ability to communicate complex findings to non-technical stakeholders

  • Answered by AI
  • Q2. Tell me what work you do at your current company?
  • Ans. 

    I analyze data to identify trends, patterns, and insights to support decision-making.

    • Analyze large datasets to extract valuable insights

    • Create visualizations to communicate findings

    • Collaborate with stakeholders to understand business needs

    • Use statistical tools and techniques to interpret data

    • Present findings and recommendations to management

  • Answered by AI
  • Q3. What are your views on beauty?
  • Ans. 

    Beauty is subjective and can be found in various forms, such as nature, art, and human relationships.

    • Beauty is subjective and can vary from person to person.

    • It can be found in nature, like a breathtaking sunset or a blooming flower.

    • Artistic creations, such as paintings, sculptures, and music, can also be considered beautiful.

    • Beauty can also be seen in human relationships, acts of kindness, and expressions of love.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your achievements in your career
  • Ans. 

    I have successfully led a team to exceed sales targets by 20% and implemented a new training program resulting in a 30% increase in employee productivity.

    • Exceeded sales targets by 20%

    • Implemented new training program resulting in 30% increase in employee productivity

    • Received Employee of the Year award for outstanding leadership

  • Answered by AI
  • Q2. What are the failures in your career
  • Ans. 

    I have faced failures in my career but have learned valuable lessons from them.

    • Lack of effective communication leading to misunderstandings

    • Not setting clear goals and priorities

    • Taking on too many tasks at once and becoming overwhelmed

    • Not seeking help or guidance when needed

    • Not adapting to changes in the industry or company

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Spring boot question
  • Q2. Spring mvc question
  • Q3. Database all join
  • Q4. Html css js jquery

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core java
Round 1 - One-on-one 

(4 Questions)

  • Q1. Quality Stander Manufacturing sop
  • Q2. Jobs rolls Responsible handle quality
  • Q3. Garments Question Technical question
  • Q4. Technical question spi Printing and emb

Interview Preparation Tips

Interview preparation tips for other job seekers - Question gpt fpt reports Quality qul
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Sanyog Enterprise Interview FAQs

How to prepare for Sanyog Enterprise interview for experienced candidates?
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 Sanyog Enterprise. The most common topics and skills that interviewers at Sanyog Enterprise expect are Customer Relationship, Digital Marketing, SEO, Social Media Marketing and Video Editing.
What are the top questions asked in Sanyog Enterprise interview for experienced candidates?

Some of the top questions asked at the Sanyog Enterprise interview for experienced candidates -

  1. Warehouse as a profit cen...read more
  2. Inventory managemen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ZoomRx Interview Questions
3.0
 • 36 Interviews
Reliance Jewels Interview Questions
3.8
 • 31 Interviews
Monte Carlo Interview Questions
4.2
 • 25 Interviews
Air Liquide Interview Questions
3.7
 • 24 Interviews
Purplle.com Interview Questions
3.7
 • 24 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
Zeelab Pharmacy Interview Questions
3.5
 • 21 Interviews
View all

Sanyog Enterprise Reviews and Ratings

based on 21 reviews

4.8/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

4.5

Salary

4.0

Job security

4.5

Company culture

3.0

Promotions

4.1

Work satisfaction

Explore 21 Reviews and Ratings
Pharmacist
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

ITI Electrician
4 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Purchase Executive
3 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Senior Executive
3 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Store Incharge
3 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Sanyog Enterprise with

Dhani Services

3.5
Compare

Becton Dickinson

4.0
Compare

Reliance Jewels

3.8
Compare

Monte Carlo

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