Upload Button Icon Add office photos

Fresher Than Fresh

Compare button icon Compare button icon Compare

Filter interviews by

Fresher Than Fresh Intern Interview Questions and Answers

Updated 3 May 2025

Fresher Than Fresh Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 3 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. What does u mean by business development Associate
  • Ans. 

    A Business Development Associate focuses on identifying growth opportunities, building relationships, and driving sales strategies.

    • Market Research: Conducting research to identify potential markets and customer needs, such as analyzing industry trends to find new business opportunities.

    • Lead Generation: Developing strategies to attract new clients, like using social media campaigns or networking events to generate leads...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (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 Fresher Than Fresh?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. First paly game
  • Q2. And second question is group decision topic
  • Q3. Third question is mathmatical and Company related and sport related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview has been awesome.because interview has been conducted into 3 round.first round check the potential of the student and energy.then according to my experience in First round is awesome.and second round is group discuss this round also awesome and third round is personal interview.

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

I applied via Indeed and was interviewed in Nov 2021. There were 3 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 - Coding Test 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - describe your previous project better
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

120 question it has having a online

Round 2 - Technical 

(1 Question)

  • Q1. Ask about heat EX

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for the interviews before the

Intern Interview Questions & Answers

Target user image Navya sri Chowdary

posted on 21 Jan 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding questions and aptitude questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Normalization and types of normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Normalization helps in improving data consistency and accuracy.

    • Types of normalization include 1NF, 2NF, 3NF, BCNF, 4NF, and 5NF.

    • 1NF ensures that each column in a table contains atomic values.

    • 2NF eliminates partial dependencies by creating separate tables for related data.

    • 3NF eliminates transitive dependencies by creating s...

  • Answered by AI
  • Q2. 2.SQL queries on grouping and sub queries
  • Q3. 3.Coding question was asked:Move all positives to one side of list and negative to other side.
  • Ans. 

    Rearrange a list to move all positive numbers to one side and negative numbers to the other.

    • Use two pointers: one for positives and one for negatives.

    • Iterate through the list and swap elements when necessary.

    • Example: For [1, -2, 3, -4], result could be [1, 3, -2, -4] or [-2, -4, 1, 3].

    • Maintain the order of positives and negatives if required.

  • Answered by AI
  • Q4. 4.Difference between tuple and list What should we use instead of dictionary when the key have multiple values?
  • Ans. 

    Tuples are immutable and ordered while lists are mutable and unordered. Use a defaultdict instead of a dictionary when the key has multiple values.

    • Tuples are defined with parentheses while lists are defined with square brackets.

    • Tuples cannot be modified once created while lists can be modified.

    • A defaultdict is a subclass of dictionary that provides a default value for a nonexistent key.

    • Example: defaultdict(list) can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just mention only the skills you know perfectly and prepare all basics of cs concepts.

Practice coding questions consistently so that you can answer them fastly

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Kafka , heap stack
  • Q2. Mvc endpoint creation
  • Ans. 

    Creating MVC endpoints in Java involves defining controllers, models, and views for handling requests and responses.

    • Define a Controller class annotated with @Controller to handle web requests.

    • Use @RequestMapping to map HTTP requests to specific handler methods.

    • Create Model classes to represent data and use @ModelAttribute to bind data to the model.

    • Return views using ModelAndView or simply return a String representing t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Dsa on string please
  • Q2. Heap

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 . technical discussion round -> kafka , endpoint creation mvc architecture
2. technical discussion -> 1 dsa question, related to project, heap/stack memory, design pattern

Fresher Than Fresh HR Interview Questions

8 questions and answers

Q. What motivates you to seek employment at Accenture?
Q. How do you ensure accuracy in your work?
Q. How do you manage pressure in high-stress situations?

Intern Interview Questions & Answers

Tesco user image Samyak Meshram

posted on 12 Apr 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude questions, core questions and coding problems

Round 2 - HR 

(1 Question)

  • Q1. Write an algorithm to return the maximum element in an array
  • Ans. 

    Algorithm to find the maximum element in an array of strings

    • Iterate through the array and compare each element to find the maximum

    • Initialize a variable to store the maximum element and update it as needed

    • Return the maximum element at the end of the iteration

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

Intern Interview Questions & Answers

Lowe's user image Anonymous

posted on 20 Oct 2024

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

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

BASIC aptitude involving quants, verbal and logical reasoning.

Round 2 - Interview 

(2 Questions)

  • Q1. Basic questions from CV
  • Ans. 

    Discussing key experiences and skills from my CV to highlight my qualifications for the internship role.

    • Education: Bachelor's in Computer Science with a focus on software development.

    • Internship Experience: Completed a summer internship at XYZ Corp, where I developed a web application.

    • Technical Skills: Proficient in Python, Java, and web technologies like HTML, CSS, and JavaScript.

    • Projects: Developed a mobile app for ta...

  • Answered by AI
  • Q2. Why Lowe's as an organization?
  • Ans. 

    Lowe's is a leader in home improvement, known for its commitment to customer service, innovation, and community involvement.

    • Strong focus on customer service, ensuring a positive shopping experience.

    • Innovative product offerings, such as smart home technology and eco-friendly materials.

    • Commitment to community engagement through initiatives like disaster relief and local partnerships.

    • Diverse career opportunities and a sup...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basic Gk Questions or current affairs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate individual with a strong background in software development, eager to learn and contribute as an intern.

    • Educational Background: I am currently pursuing a degree in Computer Science, where I have gained a solid foundation in programming languages like Java and Python.

    • Project Experience: I have worked on several projects, including a web application for managing tasks, which enhanced my skills in front-...

  • Answered by AI
  • Q2. Why do you want to join us?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Based on resume skills
  • Q2. Based on project done

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from other companies in Retail Industry

Heads Up For Tails Interview Questions
3.7
 • 16 Interviews
Fastenal Interview Questions
2.9
 • 10 Interviews
The Indus Valley Interview Questions
4.1
 • 18 Interviews
Target Interview Questions
4.2
 • 122 Interviews
JioMart Interview Questions
3.9
 • 105 Interviews
Westside Interview Questions
3.9
 • 44 Interviews
View all

Fresher Than Fresh 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
fresher
69 salaries
unlock blur

₹1.9 L/yr - ₹5.1 L/yr

Software Engineer
7 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Developer
5 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Data Entry Operator
5 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Web Developer
5 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Fresher Than Fresh with other companies in Retail Industry

Sears Holdings

2.9
Compare

J. C. Penney

3.9
Compare

Durian Industries

4.0
Compare

Vision Express

3.8
Compare
write
Share an Interview