Upload Button Icon Add office photos

Vegrow

Compare button icon Compare button icon Compare

Filter interviews by

Vegrow Intern Interview Questions and Answers

Updated 16 May 2024

Vegrow Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Shaik Roshini

posted on 16 May 2024

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

(1 Question)

  • Q1. Languages known

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Vegrow?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 2 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 - One-on-one 

(4 Questions)

  • Q1. I don't remember exactly but it was basic intro
  • Q2. Tell me about yourself
  • Q3. What intrests you about the company
  • Q4. No thanks but they actually did't ask anything stop this shit mann .

Interview Preparation Tips

Interview preparation tips for other job seekers - Just show up

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. How python dictionary is implemented internally ?
  • Q2. What is heap sort
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • It divides the input into a sorted and an unsorted region.

    • It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.

    • It has a time complexity of O(n log n) and is not stable.

    • Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q3. Coding question to sort array based on a custom filter
  • Ans. 

    Sort an array of strings based on a custom filter criteria.

    • Define the custom filter criteria (e.g., length, alphabetical order).

    • Use built-in sorting functions with a comparator.

    • Example: Sort by length: ['apple', 'banana', 'kiwi'] -> ['kiwi', 'apple', 'banana'].

    • Example: Sort alphabetically: ['banana', 'apple', 'kiwi'] -> ['apple', 'banana', 'kiwi'].

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is Docker, and how can I create a Docker Compose file and a Dockerfile for my Node.js application?
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers, ensuring consistency across environments.

    • Containerization: Docker packages applications and their dependencies into containers, ensuring they run consistently across different environments.

    • Dockerfile: A text file that contains instructions to build a Docker image. Example: 'FROM node:14' specifies the base image.

    • Docker Compose: A too...

  • Answered by AI
  • Q2. What is the concept of blue/green deployment?
  • Ans. 

    Blue/green deployment is a strategy for minimizing downtime and risk by running two identical production environments.

    • Two Environments: In blue/green deployment, two identical environments (blue and green) are maintained. One is live (e.g., blue) while the other (green) is idle.

    • Seamless Switch: When a new version of the application is ready, it is deployed to the idle environment (green). Once tested, traffic is switch...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. How to centre a div container
  • Ans. 

    Centering a div container can be achieved using CSS techniques like flexbox, grid, or margin auto for block elements.

    • Using Flexbox: Set the parent container to display: flex; and justify-content: center; align-items: center; to center the child div.

    • Example: .parent { display: flex; justify-content: center; align-items: center; height: 100vh; } .child { width: 50%; }

    • Using Grid: Set the parent to display: grid; and use p...

  • Answered by AI
  • Q2. What is a command to run a react project
  • Ans. 

    To run a React project, use the command 'npm start' in the project directory to start the development server.

    • Navigate to the project directory: Use 'cd your-project-name' to go to your React project folder.

    • Install dependencies: Run 'npm install' to install all required packages listed in package.json before starting the project.

    • Start the development server: Execute 'npm start' to launch the React application in your de...

  • Answered by AI
  • Q3. What is the Full Form of nmp
  • Q4. What is the difference between framework or Library

Interview Preparation Tips

Interview preparation tips for other job seekers - Make an effort every day to improve yourself.
Be interview-ready. Browse the most asked HR questions.
illustration image
Round 1 - One-on-one 

(2 Questions)

  • Q1. Wat was total experience
  • Q2. Wat was ur designation

Interview Preparation Tips

Interview preparation tips for other job seekers - App is good kindly follow this im applying 2nd time in this app i Guess the 2nd job will be good
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 interview rounds.

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. About myself, reason for living for previous company, and rolls an responsibility
  • Q2. Rolls an responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - suprdaily is one of the best company i have never seen before and employees are very good

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2022, where I was asked the following questions.

  • Q1. Logistics and transport operations
  • Q2. Vehicle tracking rote planing

Vegrow Interview FAQs

How many rounds are there in Vegrow Intern interview?
Vegrow interview process usually has 1 rounds. The most common rounds in the Vegrow interview process are HR.
How to prepare for Vegrow Intern 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 Vegrow. The most common topics and skills that interviewers at Vegrow expect are Agri, Agribusiness and Agriculture.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

InsanelyGood Intern Interview Questions
4.1
 • 20 Interviews
Elevate Intern Interview Questions
3.4
 • 10 Interviews
Meddo Intern Interview Questions
3.1
 • 8 Interviews
Silverpush Intern Interview Questions
3.7
 • 7 Interviews
Crofarm Intern Interview Questions
3.4
 • 5 Interviews
View all

Vegrow Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
78 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Assistant Manager Procurement
25 salaries
unlock blur

₹4.8 L/yr - ₹10.2 L/yr

Deputy Manager
21 salaries
unlock blur

₹9.6 L/yr - ₹17.7 L/yr

Supply Chain Executive
10 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Operations Executive
9 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Vegrow with

InsanelyGood

4.1
Compare

Elevate

3.4
Compare

Pepper Content

2.5
Compare

Crofarm

3.4
Compare
write
Share an Interview