Upload Button Icon Add office photos

Filter interviews by

eShakti Interview Questions and Answers

Updated 18 Jul 2024

eShakti Interview Experiences

Popular Designations

5 interviews found

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

(3 Questions)

  • Q1. Personal detail
  • Q2. Qualification and communication
  • Q3. Experience and projects

Assistant Merchandiser Interview Questions asked at other Companies

Q1. How to measure a garment and how to clear a buyer's comments. ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2023. 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 - HR 

(2 Questions)

  • Q1. What can you do for the company
  • Q2. What do you like to do
Round 3 - HR 

(1 Question)

  • Q1. My Qualification

Computer Operator Interview Questions asked at other Companies

Q1. Which program language do you use regularly in your work
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Medium level problems

Round 2 - Technical 

(1 Question)

  • Q1. Projects Discussion
Round 3 - Behavioral interview 

(1 Question)

  • Q1. Behavioural questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via TopHire and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How would you write an update query in SQL ?
  • Ans. 

    An update query in SQL is used to modify existing records in a database table.

    • Use the UPDATE keyword followed by the table name

    • Set the column(s) to be updated using SET keyword

    • Specify the new values for the column(s)

    • Add a WHERE clause to specify which records to update

  • Answered by AI
  • Q2. What is the difference between GET, POST,PUT and PATCH request ?
  • Ans. 

    GET is used to request data from a specified resource, POST is used to submit data to be processed to a specified resource, PUT is used to update a resource, and PATCH is used to partially update a resource.

    • GET requests data from a specified resource without changing it

    • POST submits data to be processed to a specified resource

    • PUT updates a resource with the data provided

    • PATCH partially updates a resource with the data p

  • Answered by AI
Round 2 - Coding Test 

There were 3 basic coding questions in 1 hr
1. Merge two sorted arrays
2. Implement Binary Search
3. Given a string, remove all the adjacent same words and return it.

Interview Preparation Tips

Topics to prepare for eShakti Software Development Engineer interview:
  • SQL
  • .Net
  • C#
Interview preparation tips for other job seekers - Just be thorough with the basics, you'll be able to crack the interviews.

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

eShakti interview questions for popular designations

 Assistant Merchandiser

 (1)

 Associate Vice President

 (1)

 Computer Operator

 (1)

 Software Developer

 (1)

 Software Development Engineer

 (1)

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

I applied via LinkedIn and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Where do you see yourself in the future?
  • Q2. Why this company at this point in time?
  • Q3. How will you use your past knowledge to improve company's future?
  • Q4. Do you see yourself working here permanently?
  • Q5. Finally, why did you leave your previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer truthfully not what the interviewer wants to hear

Associate Vice President Interview Questions asked at other Companies

Q1. Discuss a case study on a preferred topic or use sample problems to explain a difficult concept. First name the topic and then the concept/case study to be illustrated within 5 mins. CBSE Hot questions are preferred.
View answer (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Whote is my sellary
  • Q2. Whote is my work and my diuti
  • Q3. Whote is a Dmart marketings
  • Q4. Who is a owner in Dmart
  • Q5. Dmart online payment process is bad

Interview Preparation Tips

Interview preparation tips for other job seekers - He is job is very different . And is my fevret work. I like this job.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about myself
  • Q2. About my current role and responsibilities
  • Q3. About Sourcing background
  • Q4. Explain one Sourcing experience with end to end process

Interview Preparation Tips

Interview preparation tips for other job seekers - They were mainly looking for Sourcing background for this role.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the role of exception handling in programming, and how is the 'finally' block used in this context, as well as the process of throwing exceptions?
  • Ans. 

    Exception handling is crucial in programming to handle errors and ensure proper execution. The 'finally' block is used to clean up resources, and throwing exceptions allows for error propagation.

    • Exception handling is used to manage errors and unexpected situations in a program.

    • The 'finally' block is used to execute code that should always run, regardless of whether an exception is thrown or not.

    • Throwing exceptions allo...

  • Answered by AI
  • Q2. What are the differences between SQL and NoSQL databases, and can you mention some NoSQL databases that you are familiar with?
  • Q3. What are the ACID properties implemented in your project, and can you provide a brief overview of the CAP Theorem?
  • Ans. 

    ACID properties ensure data integrity in transactions. CAP Theorem states that a distributed system can only guarantee two out of three: Consistency, Availability, Partition Tolerance.

    • ACID properties: Atomicity, Consistency, Isolation, Durability

    • Example: In a banking application, a transfer of funds should be atomic, consistent, isolated, and durable

    • CAP Theorem: Consistency, Availability, Partition Tolerance - a distri...

  • Answered by AI
  • Q4. Database disaster recovery?
  • Q5. What is the difference between Comparable and Comparator in Java? And how to Implement in Collections.
  • Ans. 

    Comparable is an interface used for natural ordering, while Comparator is used for custom ordering in Java Collections.

    • Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be sorted.

    • Comparator interface is used to define custom ordering of objects. It is implemented by a separate class.

    • To implement Comparable, the class needs to override the compare...

  • Answered by AI
  • Q6. Implementation of Generics in Java
  • Ans. 

    Generics in Java allow for creating classes, interfaces, and methods that operate on types parameterized at compile time.

    • Generics provide type safety by allowing compile-time type checking.

    • They enable code reusability and reduce the need for casting.

    • Example: List<String> list = new ArrayList<>();

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Can you provide the code to reverse a string using recursion?
  • Ans. 

    Code to reverse a string using recursion

    • Create a recursive function that takes a string as input

    • Base case: if the string is empty or has only one character, return the string

    • Recursive case: return the last character of the string concatenated with the result of calling the function on the substring excluding the last character

  • Answered by AI
  • Q2. How does object comparison work with specific fields?
  • Ans. 

    Object comparison with specific fields involves comparing values of selected fields between two objects.

    • Object comparison can be done by comparing the values of specific fields in two objects.

    • Fields can be selected based on unique identifiers or criteria for comparison.

    • Example: Comparing the 'name' field of two person objects to check if they are the same.

  • Answered by AI
  • Q3. How does the distributed transactions being handled in a microservice?
  • Ans. 

    Distributed transactions in microservices involve using compensating transactions and event-driven architecture.

    • Microservices typically use compensating transactions to maintain consistency across multiple services.

    • Event-driven architecture can help in coordinating distributed transactions by using events to trigger actions in different services.

    • Implementing distributed transactions in microservices requires careful de...

  • Answered by AI
  • Q4. Aggregator Pattern in Microservice
  • Ans. 

    Aggregator pattern is used in microservices architecture to combine multiple service responses into a single response.

    • Aggregator pattern helps in reducing the number of client requests by combining multiple service responses.

    • It can be implemented using a separate service or within an existing service.

    • Example: A shopping website aggregating product information from different microservices like inventory, pricing, and re

  • Answered by AI
  • Q5. What is the implementation of the factory design pattern?
  • Ans. 

    Factory design pattern is a creational pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

    • Factory method pattern defines an interface for creating objects, but lets subclasses decide which class to instantiate.

    • It promotes loose coupling by eliminating the need to bind application-specific classes into the code.

    • Example: A car m...

  • Answered by AI
  • Q6. What is indexing in a database, and what data structures are commonly used for indexing?
  • Ans. 

    Indexing in a database is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup.

    • Indexing involves creating a separate data structure that contains pointers to the actual data in the database.

    • Common data structures used for indexing include B-trees, hash tables, and binary search trees.

    • Indexes can be created on one or multiple columns in a database table to speed up...

  • Answered by AI
  • Q7. What is your approach to designing a system capable of handling thousands of requests?
  • Ans. 

    My approach involves using load balancing, caching, asynchronous processing, and horizontal scaling.

    • Implement load balancing to distribute requests evenly across multiple servers.

    • Utilize caching mechanisms to store frequently accessed data and reduce response times.

    • Use asynchronous processing for long-running tasks to free up resources for handling more requests.

    • Implement horizontal scaling by adding more servers to ha...

  • Answered by AI
  • Q8. What is the CQRS pattern in microservices?
  • Ans. 

    CQRS pattern in microservices separates read and write operations for improved scalability and performance.

    • CQRS stands for Command Query Responsibility Segregation

    • It separates the read and write operations into two different models

    • Write operations update the data store, while read operations query a separate data store

    • CQRS can improve performance and scalability by allowing each model to be optimized for its specific t

  • Answered by AI
  • Q9. What is the role of API Gateway in microservices architecture?
  • Ans. 

    API Gateway acts as a single entry point for all client requests in a microservices architecture.

    • API Gateway handles authentication, authorization, rate limiting, and routing of requests to appropriate microservices.

    • It helps in decoupling client applications from individual microservices, providing a more flexible and scalable architecture.

    • API Gateway can also perform tasks like request/response transformation, logging...

  • Answered by AI
  • Q10. Write SQL query to fetch data from two tables using joins?
  • Ans. 

    SQL query to fetch data from two tables using joins

    • Use the JOIN keyword to combine rows from two tables based on a related column

    • Specify the columns to select from each table in the SELECT statement

    • Use the ON keyword to specify the join condition

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a strong foundation in System Design, NoSQL, Microservices, and Core Java.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. Self Assessment
  • Q2. Product Knowledge
  • Q3. Market Knowledge and Client Acquisition knowledge with Business Development
Round 2 - HR 

(1 Question)

  • Q1. About previous experiences and Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself in accordance with the post applied for.

Telecaller Interview Questions & Answers

JioMart user image Shreya Chaudhary Lathar

posted on 22 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Apne sath kaam krne bale shayogi logo k sath company ko or adhi uper le jana

Round 2 - One-on-one 

(4 Questions)

  • Q1. Company ke bare m btaye
  • Q2. Company kse apna kaam ache s krte hai
  • Q3. Mujhey company bhaut achi lagi kyu k yha kaam krne bale logo ne mujhe company k bare m btaya bo sun kr acha laga
  • Q4. Companyk staff k shayogi logo k sathk bajha s
Round 3 - One-on-one 

(1 Question)

  • Q1. Ye company kha hai

Interview Preparation Tips

Interview preparation tips for other job seekers - Apna 100prsent dna or loyalty k sath company ko agaye le

eShakti Interview FAQs

How many rounds are there in eShakti interview?
eShakti interview process usually has 2-3 rounds. The most common rounds in the eShakti interview process are HR, Resume Shortlist and Technical.
How to prepare for eShakti 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 eShakti. The most common topics and skills that interviewers at eShakti expect are Fashion Styling, customer care, Communication Skills, Design and Fashion Designing.
What are the top questions asked in eShakti interview?

Some of the top questions asked at the eShakti interview -

  1. What is the difference between GET, POST,PUT and PATCH reques...read more
  2. How would you write an update query in SQ...read more
  3. qualification and communicat...read more

Tell us how to improve this page.

eShakti Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
DMart Interview Questions
3.9
 • 401 Interviews
Walmart Interview Questions
3.8
 • 386 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
AJIO Interview Questions
3.7
 • 64 Interviews
Fabindia Interview Questions
4.0
 • 52 Interviews
Biba Apparels Interview Questions
3.7
 • 39 Interviews
LimeRoad Interview Questions
2.6
 • 9 Interviews
Voonik Interview Questions
2.1
 • 1 Interview
View all

eShakti Reviews and Ratings

based on 67 reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.6

Salary

3.2

Job security

3.5

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 67 Reviews and Ratings
Product Manager
13 salaries
unlock blur

₹22 L/yr - ₹28 L/yr

Software Engineer
11 salaries
unlock blur

₹4 L/yr - ₹11.2 L/yr

Product Marketing Manager
8 salaries
unlock blur

₹22 L/yr - ₹28 L/yr

Operations Executive
8 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Computer Operator
7 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare eShakti with

Myntra

4.0
Compare

Fabindia

4.0
Compare

Biba Apparels

3.7
Compare

Voonik

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