Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Angara Ecommerce Team. If you also belong to the team, you can get access from here

Angara Ecommerce Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 42 Reviews

Filter interviews by

Angara Ecommerce Interview Questions and Answers for Freshers

Updated 5 Oct 2024

Angara Ecommerce Interview Experiences for Freshers

Popular Designations

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself
  • Ans. 

    I see myself growing and advancing in the marketing field, taking on more responsibilities and contributing to the success of the company.

    • I see myself in a leadership role, managing a team of marketing professionals

    • I envision myself developing and implementing innovative marketing strategies

    • I hope to be recognized as a valuable asset to the company, driving growth and success

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a motivated marketing student with experience in social media management and content creation.

    • Currently pursuing a degree in Marketing

    • Managed social media accounts for a local business, increasing engagement by 30%

    • Created compelling content for blog posts and email campaigns

    • Completed marketing internships at two different companies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Itbwas good

Marketing Intern Interview Questions asked at other Companies

Q1. Most of our website traffic comes from India while our target geography is the USA. How will you bring US traffic?
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. It was Medium difficulty.
Round 3 - Technical 

(1 Question)

  • Q1. It was medium difficulty.
Round 4 - Technical 

(1 Question)

  • Q1. It was managerial Round
Round 5 - HR 

(1 Question)

  • Q1. It was quick offer discussion.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Javacript MCQ 

(1 Question)

  • Q1. 21 MCQ's on javascript concepts
Round 2 - Technical 

(2 Questions)

  • Q1. What is apply , call ,bind method?
  • Ans. 

    apply, call, and bind are methods used to manipulate the context of a function in JavaScript.

    • apply() - calls a function with a given 'this' value and arguments provided as an array

    • call() - calls a function with a given 'this' value and arguments provided individually

    • bind() - creates a new function that, when called, has its 'this' keyword set to the provided value

  • Answered by AI
  • Q2. What is closure , event loop , promise , setTimeout , inheritance in javascript (prototyping), design principles, call by value , call by reference , mixin?(Write examples in code editor)
Round 3 - Behavioral 

(2 Questions)

  • Q1. About your past projects?
  • Q2. Role and Responsibility, Why you want t join Talentica , Future goals etc?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Finance questions - related to option pricing, derivatives, securities such as ABS, CLOs
  • Q2. Questions on hedge fund structure, ecosystem, hedge fund strategies
  • Q3. Why do you want to join IVP? Why not sell side core finance roles?
Round 2 - One-on-one 

(4 Questions)

  • Q1. Math puzzles, Statistics, Probability problems
  • Q2. Do you have any technical experience? Data visualization and SQL based
  • Q3. Why do you want to join us?
  • Q4. What do you know about IVP and the exact nature of work we do?
Round 3 - HR 

(2 Questions)

  • Q1. What keeps you going everyday?
  • Q2. Why do you want to join IVP and what strengths will make you thrive here?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Car rental booking backend with the help of sql and any backend framework

Round 2 - Assignment 

Explanation of the assignment

Round 3 - Technical 

(2 Questions)

  • Q1. Working of the case scenario
  • Q2. Scaling the web application
  • Ans. 

    Scaling a web application involves optimizing performance and ensuring it can handle increased traffic.

    • Use load balancing to distribute traffic evenly across servers.

    • Implement caching to reduce load on the database.

    • Optimize database queries and indexes for faster retrieval.

    • Use content delivery networks (CDNs) to serve static assets closer to users.

    • Consider horizontal scaling by adding more servers to handle increased l...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Python and SQL questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked about the project
Round 3 - One-on-one 

(1 Question)

  • Q1. ACID properties of DBMS
  • Ans. 

    ACID properties ensure data integrity in DBMS: Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR question and family background

Interview Preparation Tips

Topics to prepare for Junglee Games Data Engineer interview:
  • SQL
  • Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was 1 hr with a simple question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Implement reverse Linked list
  • Ans. 

    Reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new list

    • Update the head of the new list as the last node of the original list

  • Answered by AI
  • Q2. Project Explanation(from resume)
Round 3 - HR 

(2 Questions)

  • Q1. Why we should select you?
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience for the role.

    • I have completed relevant coursework in the field

    • I have previous internship experience in a similar role

    • I possess strong communication and teamwork skills

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I am flexible and willing to move for the internship

    • I understand the importance of being open to relocation for career growth

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Its a sectional round. It has 4 sections. Quants, Logical, pseudo code, Reasoning, Gaming

Round 2 - One-on-one 

(2 Questions)

  • Q1. Aptitude question solving
  • Q2. Resume related questions

Angara Ecommerce Interview FAQs

How many rounds are there in Angara Ecommerce interview for freshers?
Angara Ecommerce interview process for freshers usually has 1 rounds. The most common rounds in the Angara Ecommerce interview process for freshers are HR.
How to prepare for Angara Ecommerce interview for freshers?
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 Angara Ecommerce. The most common topics and skills that interviewers at Angara Ecommerce expect are Automation Testing, Functional Testing, Graphic Designing, Illustrator and Manual Testing.
What are the top questions asked in Angara Ecommerce interview for freshers?

Some of the top questions asked at the Angara Ecommerce interview for freshers -

  1. They ask your salry and expectati...read more
  2. Images edit...read more
  3. Diamond clas...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 341 Interviews
Myntra Interview Questions
4.0
 • 204 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Shopclues Interview Questions
4.1
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Angara Ecommerce Reviews and Ratings

based on 42 reviews

3.6/5

Rating in categories

3.2

Skill development

3.7

Work-Life balance

3.3

Salary & Benefits

3.1

Job Security

3.6

Company culture

2.7

Promotions/Appraisal

3.3

Work Satisfaction

Explore 42 Reviews and Ratings
Assistant Manager
21 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Junior Executive
15 salaries
unlock blur

₹1.4 L/yr - ₹7 L/yr

Senior Executive
13 salaries
unlock blur

₹5.1 L/yr - ₹8.5 L/yr

Graphic Designer
9 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Front end Developer
9 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Explore more salaries
Compare Angara Ecommerce with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.9
Compare

Myntra

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview