Upload Button Icon Add office photos
Engaged Employer

i

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

CropIn Technology Solutions Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 52 Reviews

Filter interviews by

CropIn Technology Solutions Software Developer Intern Interview Questions and Answers for Freshers

Updated 25 Jun 2024

1 interview found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

One-on-one Round (2 Questions)

  • Q1. Projects worked on
  • Q2. Coding leetcode easy/medium questions
2

HR Round (1 Question)

  • Q1. Tell me about yourself

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Nov 2023.

2 Interview Rounds

1

Aptitude Test Round

DSA test...focussed on Array

2

Technical Round (2 Questions)

  • Q1. React based questions
  • Q2. Javascript based question

I was interviewed in Mar 2021.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

The platform was HackerEarth time duration was 1 hour.
2 Coding questions were asked, 30 minutes for each were allotted.

  • Q1. Longest Substring Without Repeating Characters Given a string 'S' of length 'L', return the length of the longest substring without repeating ch...read more
  • Q2. Triplets with Given Sum You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds...read more
2

Video Call Round (1 Question)

Round duration - 120 Minutes
Round difficulty - Hard

This was a 2 hours round, with the following problem statement. At the end of the allotted time you had give a demo and explain your implementation.

  • Q1. Application Question This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log fil...read more
3

Video Call Round (1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom, time duration was 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms and real life problems.

  • Q1. Technical Questions How did you find the last n lines of log file ? and if given more time how would you do it efficiently ? Questions on a personal project and...read more
4

HR Round (1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

Interviewer was very friendly. Asked few questions about myself and then asked questions about what I know about the company.

  • Q1. Basic HR Questions

    How do you work under pressure?

    Are you willing to relocate or travel?

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Guru Gobind Singh Indraprastha University. I applied for the job as SDE - Intern in MumbaiEligibility criteriaAbove 7 CGPABrowserStack interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Trees, NodeJS, OOPS, OS, MySQLTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.

Application resume tips for other job seekers

Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2024.

4 Interview Rounds

1

Coding Test Round

It's contains basic mathematics and fundamentals using programs

2

Technical Round (3 Questions)

  • Q1. Tell me about your self
  • Q2. Project review and brief explanations
  • Q3. And basics of oops concepts and brief explanations of basic fundamentals
3

Technical Round (1 Question)

  • Q1. Over all brief explanations of given resumes skill sets
4

HR Round (2 Questions)

  • Q1. Tell me about your self
  • Q2. Hobbies, strength and Weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - If your the fresher kindly consider for your career growth and knowing of new skills. And also experienced person's treasure.
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

2 Interview Rounds

1

Aptitude Test Round

Work done, time series etc.

2

One-on-one Round (1 Question)

  • Q1. Fibo sersie optimised
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Naukri.com and was interviewed in Jan 2023.

2 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (2 Questions)

  • Q1. Database Design was asked with
  • Q2. System design networking architecture data pipeline

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process. Smooth and early offer release. Smooth process
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023.

3 Interview Rounds

1

Coding Test Round

There was coding test

2

Technical Round (2 Questions)

  • Q1. 2 technical rounds
  • Q2. Merge sort algorithm
3

Behavioral Round (1 Question)

  • Q1. Leetcode Easy question

Skills evaluated in this interview

Software Developer Interview Questions

ZIGRAM user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Jan 2021.

2 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 120 minutes
Round difficulty - Hard

This round was very difficult. I never do these much difficulty level of coding questions. But i give my best, and just do every questions by using step by step process.

  • Q1. Hourglass Pattern You are given an integer N and you have to print the following pattern. For N=5: For N=6: Input Format: The first and only line of input conta...read more
  • Q2. BFS in Graph You are given an undirected and disconnected graph G(V, E) having V vertices numbered from 0 to V-1 and E edges. Your task is to print its BFS trav...read more
  • Q3. Sort a stack Given a stack, sort the elements inside that stack in ascending order using only push and pop operation. You can use one additional stack only. For...read more
2

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

This round is also coding round in this round we have a small video call interaction too, in which hr ask few questions to only those whose coding question is correct.

  • Q1. Next smaller Palindrome You are given a number 'N' in the form of a string 'S', which is a palindrome. You need to find the greatest number stri...read more
  • Q2. Rotting Oranges You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values: Value 0 - representing an empty...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in GurgaonEligibility criteriaAbove 7 cgpaZIGRAM interview preparation:Topics to prepare for the interview - OOPS , Data Structures, Dynamic Programming, Algorithms from variuos coding platforms , Database Management System, Operating System, Web developmentTime required to prepare for the interview - 2 monthInterview preparation tips for other job seekers

Tip 1 : Relax and don't stress. Practice
Tip 2 : Build Resume according to Job Description , but don't lie.
Tip 3 : Have good projects and knowledge regarding important subjects related to interviews

Application resume tips for other job seekers

Tip 1 : Include only genuine information, never lie in resume , it will impact to bad impression. 
Tip 2 : Skills relevant to Job Description
Tip 3 : Resume should not be more than 2 pages 
Tip 4 : Have some projects and internship on your resume because it will give good impression

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Feb 2021.

2 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (4 Questions)

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindfire all collegue are very much supportive & co-operative .My exprience was very nice with team

I applied via Campus Placement and was interviewed in Sep 2018.

5 Interview Rounds

Interview Questions

  • Q1. Second round was f2f interview, he asked about c concepts, data structures pointers concepts , and final year projects concepts View Answers (1)
  • Q2. HR round : He asked about introduction of me, and bond, and joining date Add Answer

Interview Preparation Tips

Round: Test
Experience: First Round was technical aptitude which contains objective questions from c, c++, data structures java , difficulty ranging from medium to hard.

Duration: <1 week
College Name: S D M Institute Of Technology, Ujire

CropIn Technology Solutions Interview FAQs

How many rounds are there in CropIn Technology Solutions Software Developer Intern interview for freshers?
CropIn Technology Solutions interview process for freshers usually has 2 rounds. The most common rounds in the CropIn Technology Solutions interview process for freshers are HR and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.7
 • 45 Interviews
Winman Software Interview Questions
4.1
 • 26 Interviews
ZIGRAM Interview Questions
4.0
 • 24 Interviews
TalentServe Interview Questions
2.1
 • 24 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
MapmyIndia Interview Questions
3.9
 • 23 Interviews
View all
Software Engineer
54 salaries
unlock blur

₹6.8 L/yr - ₹27.4 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹12.4 L/yr - ₹43 L/yr

Customer Success Manager
13 salaries
unlock blur

₹8 L/yr - ₹22.7 L/yr

Software Developer
10 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Software QA Engineer
9 salaries
unlock blur

₹4.7 L/yr - ₹8.2 L/yr

Explore more salaries
Compare CropIn Technology Solutions with

NS Infotech

3.4
Compare

TERRA TECHNOLOGY

1.0
Compare

Agritech

2.7
Compare

Fasal

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview