Upload Button Icon Add office photos

Empower

Compare button icon Compare button icon Compare

Filter interviews by

Empower Intern Interview Questions and Answers

Updated 26 Mar 2024

Empower Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Sushma D

posted on 26 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. About urself of
  • Q2. Introduction your self
  • Q3. Project of yours
  • Q4. Intership experience
  • Q5. Research works that's it

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

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

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

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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Write the video script for a topic provided by the upgrad team and create a ppt for an video script.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is the Linked list?
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked or doubly linked

    • Allows for dynamic size and efficient insertion/deletion

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Swiggy user image Anonymous

posted on 23 Jul 2024

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

1 hour DSA online test - 4 questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA - Stack Based Question
  • Q2. Dynamic Programming based
Round 3 - Technical 

(2 Questions)

  • Q1. Asked from Resume itself
  • Q2. Past internship experiences

Intern Interview Questions & Answers

Zomato user image Anonymous

posted on 24 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Screening 

(1 Question)

  • Q1. Why do you want to do sales?
Round 2 - HR 

(1 Question)

  • Q1. Situational based question to close a sales deal
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - One-on-one 

(6 Questions)

  • Q1. What is your name ?, What is your qualifications? , What is your current location?, Where do you belonge from?, why you want to do job ?, Why you choose this company to do job ?, What aspect about sallar...
  • Ans. 

    Interview questions and answers

    • My name is [Name].

    • I have completed my [Qualifications] from [University/Institute].

    • I am currently located in [Current Location].

    • I belong to [Hometown/City].

    • I am interested in this job because [Reasons].

    • I chose this company because [Reasons].

    • Salary is an important aspect for me, but not the only one.

  • Answered by AI
  • Q2. Why you choose this company to do work ?, What aspect about sallry ?
  • Ans. 

    I chose this company because of its reputation for innovation and growth. The salary offered is competitive and fair.

    • The company has a strong track record of developing cutting-edge technology

    • I am impressed by the company's commitment to employee growth and development

    • The salary offered is in line with industry standards and reflects my experience and qualifications

  • Answered by AI
  • Q3. What is your current locatuon? My current location is Varanasi, Lanka, Uttar Pradesh
  • Ans. 

    I am currently located in Varanasi, Lanka, Uttar Pradesh.

    • I am residing in the historic city of Varanasi, also known as Kashi.

    • Lanka is a locality within Varanasi, situated on the banks of the river Ganges.

    • Uttar Pradesh is a state in northern India, known for its rich cultural heritage.

  • Answered by AI
  • Q4. What is your highest qualification ?
  • Ans. 

    I have a Master's degree in Computer Science.

    • Master's degree in Computer Science

    • GPA of 3.8

    • Thesis on Machine Learning

    • Internship at Google

  • Answered by AI
  • Q5. Where do you belong from?
  • Ans. 

    I belong to India, a diverse and culturally rich country.

    • I was born and brought up in a small town in the northern part of India.

    • India is known for its diverse culture, languages, and traditions.

    • I have traveled to different parts of India and have experienced the beauty of its landscapes and people.

    • I am proud to be a part of a country that has a rich history and is constantly evolving.

  • Answered by AI
  • Q6. Why you want to do job ?
  • Ans. 

    I want to do a job to gain experience, learn new skills, and contribute to the growth of the company.

    • I am eager to learn and grow professionally

    • I want to contribute my skills and knowledge to the company

    • I am excited about the opportunity to work with a team

    • I am motivated by the prospect of financial stability and security

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BYJU'S Intern interview:
  • Candidate name
  • Candidate current loaction
  • Candidate parmanent addres
  • Reason to join their company
  • Reason to do work
  • Candidate highest qualification
Interview preparation tips for other job seekers - Be aware from fake Jobs and don't give any information or document bithout perfect knowledge and Information about company, and don't pay any charge for job security or document varification ....whatever pay scale ....never pay them,
Don't give document for varification, first of all you check about company go through company's original website and talk them about your job mails are text related to this company and after geting conform, you can join
Be safe , be aware and be happy thanku so much this opportunitys

Empower Interview FAQs

How many rounds are there in Empower Intern interview?
Empower interview process usually has 1 rounds. The most common rounds in the Empower interview process are HR.
What are the top questions asked in Empower Intern interview?

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

  1. Intership experie...read more
  2. Research works that's...read more
  3. About urself...read more

Tell us how to improve this page.

Empower Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
BYJU'S Intern Interview Questions
3.1
 • 4 Interviews
Zomato Intern Interview Questions
3.8
 • 3 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
View all
Specialist
162 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior Specialist
101 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Software Developer
36 salaries
unlock blur

₹6.7 L/yr - ₹19.2 L/yr

Operations Specialist
36 salaries
unlock blur

₹4 L/yr - ₹6.8 L/yr

Software Engineer
34 salaries
unlock blur

₹5.4 L/yr - ₹18.4 L/yr

Explore more salaries
Compare Empower with

upGrad

3.7
Compare

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

Upstox

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