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

Filter interviews by

CropIn Technology Solutions Software Developer Intern Interview Questions and Answers

Updated 25 Jun 2024

CropIn Technology Solutions Software Developer Intern Interview Experiences

1 interview found

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

(2 Questions)

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

(1 Question)

  • Q1. Tell me about yourself

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(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 Problem Statement

    Given a string S of length L, determine the length of the longest substring that contains no repeating characters.

    Example:

    Input:
    "abac...
  • Ans. 

    Find the length of the longest substring without repeating characters in a given string.

    • Use a sliding window approach to keep track of the longest substring without repeating characters.

    • Use a hashmap to store the index of each character in the string.

    • Update the start index of the window when a repeating character is encountered.

    • Calculate the maximum length of the substring as you iterate through the string.

    • Return the m

  • Answered by AI
  • Q2. 

    Triplets with Given Sum Problem

    Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K.

    Explanation:

    A t...

  • Ans. 

    Identify all distinct triplets within an array that sum up to a specified number.

    • Iterate through the array and use nested loops to find all possible triplets.

    • Use a set to store unique triplets and check if the sum equals the target sum.

    • Handle edge cases like duplicate elements and no valid triplets.

    • Time complexity can be optimized using sorting and two-pointer technique.

  • Answered by AI
Round 2 - Video Call 

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.

Round 3 - Video Call 

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.

Round 4 - HR 

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.

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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, problem solving

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is more important
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

This was the first round .They had given 3 logical reasoning question they were simple based on our ability to solve problem duration is 20 to 25 min for each question.

Round 2 - HR 

(4 Questions)

  • Q1. HR round started with introduction, behavioural question, situation based question.it was moderate level. It was around 25 min. there is no technical questions asked.
  • Q2. Family background
  • Q3. Why do want to join this company
  • Ans. 

    I admire the company's innovative approach and commitment to professional growth, making it an ideal place for my skills and aspirations.

    • The company's focus on cutting-edge technology aligns with my passion for innovation, as seen in my previous project on AI-driven applications.

    • I appreciate the collaborative culture here, which I experienced during my internship where teamwork led to successful project outcomes.

    • The em...

  • Answered by AI
  • Q4. What are ur future plan
  • Ans. 

    I aim to enhance my skills, contribute to impactful projects, and eventually lead a team in innovative software development.

    • Pursue advanced certifications in cloud computing and machine learning to stay updated with industry trends.

    • Contribute to open-source projects to gain practical experience and collaborate with other developers.

    • Aim for a leadership role within the next 5 years, guiding a team on innovative software...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round was departmental round .where they called after HR round within a week.where they had their own own formula and will give questions we have to understand the question and apply formula .it was really hard.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 4 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 - Aptitude Test 

General aptitude. Around 2-3 questions with fixed time limit.

Round 3 - Coding Test 

Coding for 2-3 questions. Any coding language knowledge is a must to clear this. Failing to clear doesn't guarantee your rejection.

Round 4 - Coding Test 

This is the deciding round where you are given logical questions one by one. You dont need coding language knowledge as long as you are able to portray the logic using a flowchart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack as long as you are good at logic building.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

I applied through a job fair ,had one apti question followed by the selection was 2 more apti questions and a coding round 3 questions either pattern printing,matrix questions or sliding window.

Round 3 - Coding Test 

After clearing the prev round I had an HR interview followed by one more coding round ,this time questions were hard.

Round 4 - Assignment 

The same day,I had a departmental round where I had to work in the office with a supervisor assigned to me and finish some tasks and assignments.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

3 aptitude questions given one after another. For each question 20 -25 minutes. Questions were based on logic you need to explain the logic behind them . Example. Draw table based on given data, find the bus stops total stops from given set of data

Round 3 - Coding Test 

Coding test was online . 3 coding question with around 1 30 hour. Questions were from string array . Matrix . And array .

Round 4 - HR 

(5 Questions)

  • Q1. Hr round was just casual talk. Questions like about college , course family studies were asked
  • Q2. Tell about your About family
  • Ans. 

    I come from a close-knit family that values love, support, and togetherness.

    • My parents have been married for over 30 years.

    • I have one older sister who is a doctor.

    • We often have family gatherings and celebrate special occasions together.

    • My family has always encouraged and supported my career choices.

  • Answered by AI
  • Q3. Reason behind choosing your college
  • Ans. 

    I chose my college because of its strong reputation in computer science and its location in a tech hub.

    • Strong reputation in computer science

    • Location in a tech hub

    • Opportunities for internships and networking

    • Diverse and inclusive campus community

  • Answered by AI
  • Q4. What advice u will give to juniors while selecting college
  • Ans. 

    Choose a college that offers a strong computer science program and opportunities for practical experience.

    • Look for colleges with reputable computer science departments.

    • Consider the curriculum and courses offered in the computer science program.

    • Research the faculty and their expertise in the field.

    • Look for colleges that offer internships or co-op programs for practical experience.

    • Consider the location and proximity to t...

  • Answered by AI
  • Q5. Question about year gap if any
Interview experience
4
Good
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 - Resume Shortlist 

(2 Questions)

  • Q1. No question asked in resume shortlisting
  • Q2. No question asked inresume short listing
Round 3 - Aptitude Test 

1st was logical reasoning 2nd was aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Best to learn logical reasoning questions and reverse typing

CropIn Technology Solutions Interview FAQs

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

Tell us how to improve this page.

CropIn Technology Solutions Software Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
MapmyIndia Interview Questions
3.8
 • 25 Interviews
TalentServe Interview Questions
2.1
 • 24 Interviews
View all
Software Engineer
53 salaries
unlock blur

₹6 L/yr - ₹21 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.5 L/yr - ₹6.7 L/yr

Explore more salaries
Compare CropIn Technology Solutions with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.7
Compare

Yalamanchili Software Exports

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