Upload Button Icon Add office photos

Filter interviews by

Fresh Interview Questions and Answers

Updated 12 Jun 2024

Fresh Interview Experiences

Popular Designations

5 interviews found

Deputy Manager Interview Questions & Answers

user image AMAN KUMAR

posted on 12 Jun 2024

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What have you done in your last role, how and where?

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (69)

Insight Global Technologies

Success to our employee's well-being? A work-life balance that's simply unbeatable.

DPT.Manager Interview Questions & Answers

user image AMAN KUMAR

posted on 16 Apr 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About work experience and background
  • Q2. Knowledge about business and sales function
Round 2 - One-on-one 

(1 Question)

  • Q1. About how you did you work in last company drive sales and acquisations

DPT.Manager Interview Questions asked at other Companies

Q1. Which SS material you have used in piping construction
View answer (1)
Fresh Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in

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 Resume tips
Round 2 - Coding Test 

Core Java language to comfortable asking question

Round 3 - Technical 

(4 Questions)

  • Q1. To project related and general discussion
  • Q2. Coding problem topic asking question
  • Q3. Front end use technology
  • Ans. 

    Front end technologies are used to create the user interface of a website or application.

    • HTML - for structuring content

    • CSS - for styling and layout

    • JavaScript - for interactivity and dynamic content

    • Frameworks like React, Angular, Vue.js are commonly used

    • Responsive design for mobile compatibility

  • Answered by AI
  • Q4. Coding question pattern , string, array topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Indeed and was interviewed before Mar 2022. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Work at my home amarjance be there at my place at sms mat karana
  • Q2. I love this my home and Kashmir wila
Round 3 - Aptitude Test 

Tum Kay and Kashmir too jannat be able Kam hia jani be able Kam hia ji ma I have no I'd

Interview Preparation Tips

Topics to prepare for Fresh Node JS Developer interview:
  • technology
Interview preparation tips for other job seekers - One two three days and Kashmir wila hia jaan ok I'll be there soon

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

Fresh interview questions for popular designations

 Node JS Developer

 (1)

 Backend Developer

 (1)

 Data Center Operator

 (1)

 DPT.Manager

 (1)

 Deputy Manager

 (1)

I applied via Naukri.com and was interviewed before Nov 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How many rajya to all over india
  • Q2. We're are you leaving
  • Q3. Goldan rules are in acocounting
  • Ans. Real account , nominal account, personal account
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Fresh Data Center Operator interview:
  • Colour Matching
Interview preparation tips for other job seekers - your job is very nice but my english communication is nothing better

Data Center Operator Interview Questions asked at other Companies

Q1. Do have any ideas about the Network issue in data center
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Pivot and excel questions
  • Q2. All about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple self intro and excel questions and basic macro

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

Round 2 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.

Round 4 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

 

The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.

Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me some Com­puter Sci­ence‍ fundamentals in this round as well as some behavioural questions.

  • Q1. Implement a Trie data structure and write functions to insert and search for a few words in it.
  • Ans. 

    Implement a Trie data structure with insert and search functions.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert function to add words by iterating through characters.

    • Implement search function to check if a word exists by traversing the Trie.

    • Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Do lot of hard work and practice of  Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Make your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way
Contribute & help others!
anonymous
You can choose to be anonymous

Fresh Interview FAQs

How many rounds are there in Fresh interview?
Fresh interview process usually has 2-3 rounds. The most common rounds in the Fresh interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
What are the top questions asked in Fresh interview?

Some of the top questions asked at the Fresh interview -

  1. Front end use technol...read more
  2. Work at my home amarjance be there at my place at sms mat kar...read more
  3. Coding question pattern , string, array to...read more

Recently Viewed

DESIGNATION

REVIEWS

Systenics Solutions

No Reviews

DESIGNATION

LIST OF COMPANIES

Trivago Lifecare

Overview

JOBS

Impiger Technologies

No Jobs

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

REVIEWS

Trivago Lifecare

No Reviews

DESIGNATION

Tell us how to improve this page.

Fresh Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

HCLTech

Find your spark at a global tech company that values your every skill

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Asian Paints Interview Questions
4.0
 • 642 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
CMS IT Services Interview Questions
3.1
 • 131 Interviews
View all

Fresh Reviews and Ratings

based on 25 reviews

3.3/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 25 Reviews and Ratings
Data Entry Operator
4 salaries
unlock blur

₹2.7 L/yr - ₹4.5 L/yr

HUB Manager
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Fresh with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Mahindra & Mahindra

4.1
Compare

Asian Paints

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