Upload Button Icon Add office photos

FirstCry

Compare button icon Compare button icon Compare

Filter interviews by

FirstCry Intern Interview Questions and Answers

Updated 15 Mar 2024

FirstCry Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Sanjeevani Jindal

posted on 15 Mar 2024

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. My qualifications
  • Q2. Eligibility capability
  • Q3. Can I do it
Round 2 - HR 

(2 Questions)

  • Q1. Fresher should do it
  • Q2. Will I be able to cope up

Interview Preparation Tips

Interview preparation tips for other job seekers - This is my India(bill gates+DollyChaiwala)

Interview questions from similar companies

I appeared for an interview in Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. To reverse Linked List in pair of three.
  • Ans. 

    Reverse a linked list in pairs of three.

    • Create a function that takes the head of the linked list as input.

    • Traverse the linked list in pairs of three and reverse each pair.

    • Update the head of the linked list to the new head after reversing each pair.

    • Return the new head of the linked list.

  • Answered by AI
  • Q2. Search a number in sorted rotated array.
  • Ans. 

    Search a number in sorted rotated array.

    • Use binary search to find the pivot point where the array is rotated

    • Determine which half of the array the target number may be in

    • Perform binary search on the appropriate half of the array to find the target number

  • Answered by AI
  • Q3. A dynamic programming question was there to find a path in matrix.

Interview Preparation Tips

Round: Technical Interview
Experience: Interviewer mainly focused on problem solving skill.

Skills: Algorithm
College Name: KIIT University

Skills evaluated in this interview

Intern Interview Questions & Answers

Amazon user image Himani Anand1

posted on 28 Oct 2015

Interview Questionnaire 

1 Question

  • Q1. Binary Tree concepts

Interview Preparation Tips

Round: Test
Experience:
Tips:
Duration: 120 minutes
Total Questions: 22

Round: Technical Interview
Experience:
Tips:

General Tips:
Skill Tips:
Skills: Algorithmic Approach To Problem Solving, Data Structures, Core Courses Concepts
College Name: IIM Lucknow

I applied via Walk-in and was interviewed before Jun 2021. 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 - Group Discussion 

Public vs Govt sector

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMMUNICATION SKILLS AND VERBAL AND WRITTEN

Intern Interview Questions & Answers

Paytm Mall user image Monu Singh Yadav

posted on 22 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very impressive able to solve 100 coding questions within 10 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Find min in array
  • Ans. 

    Find the minimum string in an array of strings.

    • Iterate through the array and compare each string to find the minimum.

    • Use a built-in function like sort() to sort the array and then return the first element.

    • Consider using a loop to compare each element with the current minimum.

  • Answered by AI
  • Q2. Find max in array
  • Ans. 

    Find the maximum value in an array of strings.

    • Convert the strings to numbers if needed before finding the maximum value.

    • Use a loop to iterate through the array and compare each element to find the maximum value.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

There were many sections.
There was a debugging section where basic code debugging was asked in MCQ.
In coding section,a total of two questions were asked. First question was basic string based with easy difficulty level.
Next one was of sliding window with little variation , medium difficulty.
Lastly was a section with hr type of questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. A question based on topological sort was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Pay attention at DSA thoroughly with emphasis on dp and graph,they may ignore your projects if you have strong DSA coding skills.

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a sorted array of integers, find the frequency of 2 in the array in log(n) time.
  • Ans. 

    Find frequency of 2 in sorted array of integers in log(n) time.

    • Use binary search to find first and last occurrence of 2 in array.

    • Calculate frequency by subtracting last index from first index and adding 1.

    • Time complexity is O(log(n)).

  • Answered by AI
  • Q2. Given an array of numbers, for each index of the array, find the maximum frequency integer to the right of the array.
  • Ans. 

    Find the maximum frequency integer to the right of each index in an array of numbers.

    • Create a frequency map of the array.

    • Iterate through the array and for each index, find the maximum frequency integer to the right using the frequency map.

    • If there are no integers to the right, return -1.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Get ready for facing data structures problems.
2. Some interviewers ask for the projects but without data structures, there is no way to pass the interview.
3. Have a decent understanding of the programming language you code in.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About Operations and Supply Chain Process over E-commerce

Intern Interview Questions & Answers

Nykaa user image Anonymous

posted on 23 Sep 2022

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. Questions related to manual testing
  • Q2. Aptitude and logical questions
  • Q3. Two coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for QA intern profile, which was different from my domain..but It's okay if you don't know anything about different domain...they'll only see your eagerness to learn and other technical skills..
my result was--rejected

FirstCry Interview FAQs

How many rounds are there in FirstCry Intern interview?
FirstCry interview process usually has 2 rounds. The most common rounds in the FirstCry interview process are One-on-one Round and HR.
How to prepare for FirstCry 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 FirstCry. The most common topics and skills that interviewers at FirstCry expect are Catalog Management, International, Ecommerce Marketing, Basic and HTML.
What are the top questions asked in FirstCry Intern interview?

Some of the top questions asked at the FirstCry Intern interview -

  1. Eligibility capabil...read more
  2. Fresher should do...read more

Tell us how to improve this page.

FirstCry Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
Myntra Intern Interview Questions
4.0
 • 2 Interviews
Spinny Intern Interview Questions
3.7
 • 2 Interviews
Nykaa Intern Interview Questions
3.5
 • 1 Interview
Udaan Intern Interview Questions
3.9
 • 1 Interview
View all

FirstCry Intern Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.9

Job security

5.0

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Store Manager
365 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Software Developer
254 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Purchase Executive
183 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Assistant Manager
157 salaries
unlock blur

₹1.4 L/yr - ₹11 L/yr

Sales Executive
145 salaries
unlock blur

₹0.8 L/yr - ₹8.6 L/yr

Explore more salaries
Compare FirstCry with

Hopscotch

3.4
Compare

MamaEarth

3.7
Compare

Nykaa

3.5
Compare

Myntra

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