Add office photos
Employer?
Claim Account for FREE

Groww

3.8
based on 213 Reviews
Filter interviews by

50+ Lalitha Jewellery Interview Questions and Answers

Updated 11 Dec 2024
Q1. Minimum and Maximum Cost to buy N Candies

Ram went to a specialty candy store in Ninjaland which has 'N' candies with different costs.

The Candy shop gives a special offer to its customers. A customer can buy a ...read more

View 3 more answers
Q2. Word Break-1

You are given a non-empty string containing no spaces (say sentence) and a dictionary of list of non-empty strings (say the list of words). You are supposed to construct and return all possible sent...read more

View 3 more answers
Q3. Best Time To Buy and Sell Stock

You have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given stock on the i-th day. You are also given an integer 'K' denoting the...read more

View 4 more answers
Q4. Design a stack that supports getMin() in O(1) time and O(1) extra space

Implement a SpecialStack Data Structure that supports getMin() in O(1) time and O(1) extra space along with push(), pop(), top(), isEmpty()...read more

View 4 more answers
Discover Lalitha Jewellery interview dos and don'ts from real experiences
Q5. Replace each element of Array with its corresponding rank

Given an array of integers 'ARR’ of size ‘N’. Replace each element of this array with its corresponding rank.

The rank of an element is an integer betwee...read more

View 3 more answers
Q6. Delete middle node

You have been given a singly Linked List of integers. Your task is to delete the middle node of this List.

Note:

1. If there is no middle node in the list to delete, return an empty list (i.e....read more
View 3 more answers
Are these interview questions helpful?
Q7. Cycle Detection in a Singly Linked List

You have given a Singly Linked List of integers, determine if it forms a cycle or not.

A cycle occurs when a node's next points back to a previous node in the list. The li...read more

View 3 more answers
Q8. Left View of Binary Tree

Given a binary tree. Print the Left View of the Tree.

Example :
If the input tree is as depicted in the picture: 

alt text

The Left View of the tree will be: 2 35 2 
Input format :
Elements in t...read more
View 3 more answers
Share interview questions and help millions of jobseekers 🌟
Q9. Minimum steps to reach target by a Knight

You have been given a square chessboard of size ‘N x N’. The position coordinates of the Knight and the position coordinates of the target are also given.

Your task is t...read more

View 2 more answers
Q10. Right View

You have been given a Binary Tree of integers.

Your task is to print the Right view of it.

The right view of a Binary Tree is a set of nodes visible when the tree is viewed from the Right side and the...read more

View 2 more answers
Q11. Next Greater Element

For a given array/list of integers of size N, print the Next Greater Element(NGE) for every element. The Next Greater Element for an element X is the first element on the right side of X in ...read more

View 2 more answers
Q12. System Design Question

I was asked to design the Splitwise app APIs in my favorite language using the editor of my choice.Design Splitwise like API's with following functionalities - 1. Create User2. Create Grou...read more

Add your answer

Q13. Swiggy is observing a drop in average revenue per user, what might be the reason for it?

Ans.

The drop in average revenue per user for Swiggy could be due to various reasons.

  • Increased competition from other food delivery apps

  • Decrease in the number of orders per user

  • Discounts and offers provided by Swiggy to attract new users

  • Change in user behavior due to COVID-19 pandemic

  • Increase in delivery charges or service fees

Add your answer

Q14. Say if you had a startup idea and you have 100k users onboarded, would you still continue working for Groww?

Ans.

Yes, I would continue working for Groww.

  • I believe in the mission and vision of Groww and want to contribute to its growth.

  • Having a successful startup idea with 100k users onboarded is a great achievement, but it doesn't guarantee long-term success.

  • I would explore the possibility of integrating my startup idea with Groww's existing platform to create a win-win situation.

  • Leaving Groww at this stage would not be a wise decision as it has a lot of potential for growth and I want ...read more

Add your answer
Q15. System Design Questions

Design a logging pipeline solution for the application instances in the following scenario -
1. Apps running on VM's
2. Apps running on Kubernetes, but log collection agent running as daem...read more

Add your answer

Q16. Frequently used products, figure out the pain points for users.

Ans.

Identifying pain points for users of frequently used products.

  • Conduct user research to understand their needs and challenges

  • Analyze customer feedback and reviews to identify common complaints

  • Observe user behavior and interactions with the product to identify areas of frustration

  • Identify usability issues and areas where the product falls short in meeting user expectations

  • Consider competitive analysis to understand how other products address similar pain points

View 1 answer

Q17. How would you design Jarvis? (Iron man’s AI)

Ans.

Designing Jarvis would require understanding user needs, defining features, and implementing AI technologies.

  • Conduct user research to understand needs and pain points

  • Define key features such as voice recognition, natural language processing, and machine learning

  • Implement AI technologies such as neural networks and deep learning algorithms

  • Ensure data privacy and security measures are in place

  • Continuously test and iterate to improve user experience

Add your answer
Q18. System Design Questions

Tech design
How would you implement live prices using sockets
API caching | How would you optimize API calls from the front end.

Add your answer

Q19. What are the fundamental concepts of JavaScript that were discussed during the interview?

Ans.

Fundamental concepts of JavaScript discussed in the interview

  • Data types in JavaScript (string, number, boolean, object, array)

  • Functions and scope in JavaScript

  • DOM manipulation and event handling

  • Asynchronous programming with callbacks, promises, and async/await

  • Object-oriented programming concepts in JavaScript

Add your answer
Q20. System Design Question

Design ATM machine

Add your answer

Q21. What is equity, and if you purchase and share from company then are you become a company owner?

Ans.

Equity represents ownership in a company. Purchasing shares can make you a partial owner.

  • Equity is ownership in a company, represented by shares of stock.

  • When you purchase shares of a company, you become a partial owner of that company.

  • As a shareholder, you have certain rights such as voting on company decisions and receiving dividends.

  • The more shares you own, the greater your ownership stake in the company.

  • Equity can also refer to fairness and impartiality in various context...read more

Add your answer

Q22. Merge two arrays without using extra space.

Ans.

Merging two arrays without extra space involves swapping elements and sorting them in place.

  • Iterate through both arrays and swap elements to merge them

  • Sort the merged array in place using any sorting algorithm

View 1 answer

Q23. How you would attribute the channel data?

Ans.

Channel data can be attributed by analyzing customer interactions across various touchpoints and assigning credit to each channel based on its contribution to the customer journey.

  • Collect data from all customer touchpoints

  • Analyze customer interactions to identify the channel that initiated the customer journey

  • Assign credit to each channel based on its contribution to the customer journey

  • Use attribution models to determine the most effective channels

  • Examples: First-touch attri...read more

Add your answer

Q24. How would you improve the current product you are managing?

Ans.

I would improve the current product by enhancing user experience, adding new features, and optimizing performance.

  • Conduct user research to identify pain points and areas for improvement

  • Implement user-friendly design changes to enhance usability

  • Add new features based on customer feedback and market trends

  • Optimize performance by addressing any technical issues and streamlining processes

Add your answer

Q25. What is the needs of people regarding Finance?

Ans.

People have various needs regarding finance, including budgeting, saving, investing, and managing debt.

  • Budgeting - People need help creating and sticking to a budget to manage their expenses.

  • Saving - Many individuals struggle to save money for emergencies, retirement, or other financial goals.

  • Investing - Some people seek guidance on how to invest their money wisely to grow their wealth.

  • Managing debt - Individuals often need assistance in managing and paying off their debts to...read more

Add your answer

Q26. Which is the common role of management towards corporate industry

Ans.

The common role of management towards corporate industry is to ensure efficient operations and profitability.

  • Management sets goals and objectives for the organization

  • They develop strategies to achieve those goals

  • They allocate resources effectively

  • They monitor performance and make necessary adjustments

  • They ensure compliance with regulations and laws

  • They manage risk and make decisions to mitigate it

  • They foster a positive work culture and motivate employees

  • Examples include hirin...read more

Add your answer

Q27. Puzzle to find minimum no of chess board require for a tournament

Ans.

Minimum number of chess boards required for a tournament puzzle.

  • Each game requires one board

  • In each round, half of the players will be eliminated

  • The number of players in the first round will determine the number of boards needed

  • The formula to calculate the number of boards needed is: ceil(total number of players / 2)

Add your answer

Q28. How you handle the angry customer?

Ans.

I remain calm, listen actively, empathize with the customer, apologize for the inconvenience, and work towards finding a solution.

  • Remain calm and composed

  • Listen actively to understand the customer's concerns

  • Empathize with the customer's situation

  • Apologize for the inconvenience caused

  • Work towards finding a solution that satisfies the customer

Add your answer

Q29. Indepth Android and design a onComplete listener

Add your answer

Q30. HLD for Swiggy Delivery Assignment System

Ans.

Swiggy Delivery Assignment System HLD

  • Use a centralized system to assign delivery tasks to delivery executives based on various factors like distance, availability, and ratings

  • Implement a matching algorithm to efficiently assign tasks to the nearest available executive

  • Utilize real-time tracking to monitor the status of each delivery and optimize routes for faster delivery times

Add your answer

Q31. LLD for Swiggy Delivery Assingment System

Ans.

LLD for Swiggy Delivery Assignment System

  • Use a centralized system to assign delivery tasks to delivery executives based on various factors like distance, availability, ratings, etc.

  • Implement a matching algorithm to efficiently assign tasks to the most suitable delivery executive.

  • Include features like real-time tracking, notifications, and reassignment in case of unavailability or delays.

  • Consider scalability and performance optimizations to handle a large number of concurrent ...read more

Add your answer

Q32. SIP full form

Ans.

SIP stands for Session Initiation Protocol.

  • SIP is a signaling protocol used for initiating, maintaining, modifying, and terminating real-time sessions between two or more participants over an IP network.

  • It is commonly used in Voice over IP (VoIP) and video conferencing applications.

  • SIP allows users to make voice and video calls, send instant messages, and participate in multimedia conferences.

  • It is an application-layer protocol that works in conjunction with other protocols l...read more

View 1 answer

Q33. convert row to columns using sql

Ans.

Use SQL pivot function to convert rows to columns

  • Use the PIVOT function in SQL to convert rows into columns

  • Specify the columns you want to pivot on and the values you want to display in the new columns

  • Example: SELECT * FROM table_name PIVOT (MAX(value_column) FOR pivot_column IN (column1, column2, column3)) AS alias_name

Add your answer

Q34. What is unit in mutual fund

Ans.

A unit in a mutual fund represents ownership of a portion of the fund's assets.

  • A unit in a mutual fund is similar to a share in a company.

  • Investors purchase units to participate in the fund's performance.

  • The value of a unit is determined by the net asset value (NAV) of the mutual fund.

  • Units can be bought or sold based on the fund's pricing.

  • Dividends or capital gains earned by the fund are distributed to unit holders.

Add your answer

Q35. What is the leave policy

Ans.

The leave policy includes paid time off, sick leave, and parental leave.

  • Employees are entitled to a certain number of paid time off days per year.

  • Sick leave is provided for employees who are ill and unable to work.

  • Parental leave is available for employees who need time off for the birth or adoption of a child.

Add your answer

Q36. How to deal with stake holders

Ans.

Effective communication, understanding needs, building relationships, managing expectations

  • Establish clear communication channels with stakeholders

  • Understand the needs and priorities of each stakeholder

  • Build strong relationships based on trust and transparency

  • Manage expectations by setting realistic goals and timelines

  • Regularly update stakeholders on project progress and involve them in decision-making

  • Address any concerns or conflicts promptly and professionally

Add your answer

Q37. LLD to design whatsapp

Ans.

Designing WhatsApp involves creating a high-level design for the messaging app, focusing on features like chat, groups, calls, and media sharing.

  • Implement chat functionality with real-time messaging using sockets

  • Design group chat feature with ability to add/remove members

  • Include end-to-end encryption for secure messaging

  • Develop voice and video calling functionality

  • Allow media sharing such as photos, videos, and documents

Add your answer

Q38. Kth most occuring element in a array

Ans.

Find the Kth most occurring element in an array of strings.

  • Count the frequency of each element in the array.

  • Sort the elements based on their frequency.

  • Return the Kth element from the sorted list.

Add your answer

Q39. What is mutual fund and sip

Ans.

Mutual fund is a pool of funds collected from multiple investors to invest in securities, while SIP is a systematic investment plan where investors regularly invest a fixed amount.

  • Mutual fund is a professionally managed investment fund that pools money from many investors to purchase securities.

  • SIP is a method of investing a fixed sum regularly in a mutual fund scheme.

  • Mutual funds offer diversification, professional management, and liquidity.

  • SIP helps in rupee cost averaging ...read more

Add your answer

Q40. Sort hash map in ascending order

Ans.

Use TreeMap to automatically sort hash map keys in ascending order

  • Create a TreeMap and pass the hash map to its constructor

  • Iterate over the TreeMap to access the keys in ascending order

Add your answer

Q41. System design ticket booking system

Ans.

Design a ticket booking system for efficient and user-friendly experience.

  • Use a database to store information about available tickets, users, and bookings

  • Implement a user-friendly interface for users to search for and book tickets

  • Include features like seat selection, payment processing, and booking confirmation

  • Consider scalability and performance to handle a large number of users and bookings

Add your answer

Q42. joins, case when

Ans.

Joins are used to combine rows from two or more tables based on a related column between them. Case when is a conditional statement used to perform different actions based on different conditions.

  • Joins are used to retrieve data from multiple tables based on a related column

  • Case when is used to perform different actions based on different conditions in SQL queries

  • Example: SELECT * FROM table1 JOIN table2 ON table1.id = table2.id

  • Example: SELECT column1, CASE WHEN condition1 THE...read more

Add your answer

Q43. What is mutual fund

Ans.

A mutual fund is a type of investment vehicle consisting of a portfolio of stocks, bonds, or other securities, managed by a professional fund manager.

  • Mutual funds pool money from multiple investors to invest in a diversified portfolio of securities

  • Investors buy shares of the mutual fund, which represent a portion of the holdings in the fund

  • Professionally managed by fund managers who make investment decisions on behalf of the investors

  • Provide diversification, professional mana...read more

Add your answer

Q44. What is share market

Ans.

Share market is a platform where buying and selling of company stocks and securities takes place.

  • Share market allows companies to raise capital by selling shares to investors

  • Investors can buy and sell shares to make a profit

  • Prices of shares fluctuate based on supply and demand, company performance, and economic factors

Add your answer

Q45. result of different sql joins

Ans.

SQL joins combine data from two or more tables based on a related column between them.

  • Inner join returns rows that have matching values in both tables

  • Left join returns all rows from the left table and the matched rows from the right table

  • Right join returns all rows from the right table and the matched rows from the left table

  • Full outer join returns all rows when there is a match in either left or right table

Add your answer

Q46. Design payment gateway SDK

Ans.

Designing a payment gateway SDK involves creating a software development kit that allows developers to easily integrate payment processing into their Android applications.

  • Define the API methods for processing payments, such as authorize, capture, refund, and void.

  • Implement secure communication protocols, such as HTTPS, to ensure data privacy and security.

  • Include error handling mechanisms to handle various payment processing scenarios, such as network failures or invalid payme...read more

Add your answer

Q47. frequency of char in string

Ans.

The question is asking about the frequency of a specific character in a given string.

  • Iterate through the string and count the occurrences of the specified character.

  • Use a hashmap to store the count of each character.

  • Handle both uppercase and lowercase characters if needed.

  • Consider edge cases like empty string or null input.

View 1 answer

Q48. Maximum Water trapping

Ans.

Calculate the maximum amount of water that can be trapped between given bars.

  • Use two pointers approach to keep track of the left and right boundaries.

  • Calculate the water trapped at each bar and update the maximum water trapped.

  • Move the pointers towards each other until they meet.

  • Example: Given bars [0,1,0,2,1,0,1,3,2,1,2,1], the maximum water trapped is 6 units.

Add your answer

Q49. Design an uber for kids

Ans.

A safe and reliable transportation service for children, with specially trained drivers and advanced safety features.

  • Require background checks and training for drivers

  • Implement strict verification process for parents and guardians

  • Include real-time tracking and notifications for parents

  • Offer car seats and booster seats for different age groups

  • Allow parents to set restrictions on drop-off locations and ride times

Add your answer

Q50. Introduce ur self in hindi

Ans.

मैं एक उच्च पदस्थ हूँ और मेरा अनुभव विभिन्न क्षेत्रों में है।

  • मेरा नाम [Your Name] है।

  • मैंने [Your Education] की उच्च शिक्षा प्राप्त की है।

  • मैंने [Number] सालों तक [Current/Previous Company] में काम किया है।

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Lalitha Jewellery

based on 43 interviews in the last 1 year
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 3k Interview Questions
4.0
 • 613 Interview Questions
3.4
 • 495 Interview Questions
3.4
 • 398 Interview Questions
3.8
 • 266 Interview Questions
4.2
 • 137 Interview Questions
View all
Top Groww Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter