Upload Button Icon Add office photos

Filter interviews by

Lulu International Shopping Mall Buyer Interview Questions and Answers

Updated 12 Aug 2024

Lulu International Shopping Mall Buyer Interview Experiences

1 interview found

Buyer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Practical tests (ms office, sap) 

(2 Questions)

  • Q1. Pivot table formatting, lookuping and data structuring
  • Q2. Sap basics like t-codes, operations

Interview Preparation Tips

Topics to prepare for Lulu International Shopping Mall Buyer interview:
  • Excel
  • sap knowledge
Interview preparation tips for other job seekers - Try to get references before applying for a better chance.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Describe about bangalore
  • Ans. 

    Bangalore is a bustling city in southern India known for its IT industry and pleasant climate.

    • Known as the Silicon Valley of India

    • Home to numerous IT companies such as Infosys, Wipro, and TCS

    • Famous for its gardens and parks, including Lalbagh and Cubbon Park

    • Has a rich cultural heritage, with landmarks such as the Bangalore Palace and Tipu Sultan's Summer Palace

    • Renowned for its food, with local specialties such as masal

  • Answered by AI

I applied via Campus Placement and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic accounting questions, specially golden rules & basic excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics in accounting is required, be honest and open. If you try to fake anything, remeber the person opposite you has taken hundreds' of interviews

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Explain about your career and your achievement.
  • Q3. What is your strength and weakness?
  • Q4. Depends on your answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Excel test 

(2 Questions)

  • Q1. How would you calculate per week sell-thru?
  • Ans. 

    Per week sell-thru can be calculated by dividing the total units sold by the total units available for sale and multiplying by 100.

    • Calculate total units sold in a week

    • Calculate total units available for sale in a week

    • Divide total units sold by total units available for sale and multiply by 100 to get sell-thru percentage

  • Answered by AI
  • Q2. How to calculate margin in a product?
  • Ans. 

    Margin in a product can be calculated by subtracting the cost of goods sold from the selling price.

    • Calculate the cost of goods sold (COGS) by adding up all the costs directly associated with producing the product.

    • Determine the selling price of the product.

    • Subtract the COGS from the selling price to get the margin.

    • Margin = Selling Price - Cost of Goods Sold

    • For example, if a product sells for $100 and the COGS is $60, th

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 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 

(4 Questions)

  • Q1. Data explain about yourself
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in data analysis and problem-solving.

    • Proficient in data manipulation and analysis using tools like Excel, SQL, and Python.

    • Experienced in conducting statistical analysis and creating data visualizations.

    • Strong problem-solving skills with the ability to identify patterns and trends in data.

    • Excellent communication skills, both written and verb...

  • Answered by AI
  • Q2. Explain About yourself
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in finance and accounting.

    • Bachelor's degree in Finance

    • 3 years of experience in financial analysis

    • Proficient in financial modeling and forecasting

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q3. Explain knowledge and skills
  • Ans. 

    Knowledge and skills refer to the understanding and abilities that an individual possesses.

    • Knowledge is the theoretical understanding of a subject or topic.

    • Skills are the practical abilities to perform tasks or apply knowledge.

    • Knowledge can be acquired through education, training, or experience.

    • Skills are developed through practice and hands-on experience.

    • Examples of knowledge include understanding of programming langu...

  • Answered by AI
  • Q4. Explain about qualification
  • Ans. 

    Qualification refers to the education, skills, and experience required for a particular job or role.

    • Qualification includes academic degrees, certifications, and relevant work experience.

    • It demonstrates the candidate's knowledge, expertise, and ability to perform the job.

    • Examples of qualifications can be a Bachelor's degree in Computer Science, a certification in project management, or 5 years of experience in marketing...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Knowledge about vacancy requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - Come in formal dress and proper grooming and not nervous

Interview Questionnaire 

8 Questions

  • Q1. Data entri work
  • Q2. Work for Home
  • Q3. Ms office.ms word.ms Exell
  • Q4. Eny business development
  • Q5. Software skills
  • Q6. How to work
  • Q7. Iam fresher
  • Q8.  BPO course

Interview Preparation Tips

Interview preparation tips for other job seekers - I do hereby declare that the above mentioned information is true correct and complete to the best of my knowledge and belief
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview 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
-

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Asked about resume and then some questions on Linkedlist, Stack
  • Q2. Java garbage collection
  • Q3. What is Bean in Spring
  • Ans. 

    A bean in Spring is a Java object that is instantiated, assembled, and managed by the Spring IoC container.

    • Beans are defined in the Spring configuration file using XML or annotations.

    • Beans are singleton by default but can be configured as prototype.

    • Beans can have dependencies injected by the container.

    • Example: @Component annotation in Spring creates a bean.

    • Example:

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search and tree
  • Q2. Discussion on project

Lulu International Shopping Mall Interview FAQs

What are the top questions asked in Lulu International Shopping Mall Buyer interview?

Some of the top questions asked at the Lulu International Shopping Mall Buyer interview -

  1. pivot table formatting, lookuping and data structur...read more
  2. sap basics like t-codes, operati...read more

Tell us how to improve this page.

Lulu International Shopping Mall Buyer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Landmark Group Interview Questions
4.0
 • 150 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Target Interview Questions
4.2
 • 112 Interviews
NIKE Interview Questions
4.1
 • 34 Interviews
Marks & Spencer Interview Questions
4.0
 • 32 Interviews
Gap Interview Questions
3.6
 • 32 Interviews
View all
Lulu International Shopping Mall Buyer Salary
based on 15 salaries
₹3 L/yr - ₹5.1 L/yr
37% less than the average Buyer Salary in India
View more details

Lulu International Shopping Mall Buyer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.3

Salary

4.3

Job security

2.0

Company culture

2.0

Promotions

1.7

Work satisfaction

Explore 2 Reviews and Ratings
Executive Accountant
90 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Cashier
76 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Accountant
68 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Sales Executive
55 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Salesman
49 salaries
unlock blur

₹1.2 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Lulu International Shopping Mall with

Landmark Group

4.0
Compare

Metro Cash & Carry

4.1
Compare

Tesco

3.8
Compare

Spencer's Retail

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