i
Cogoport
Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.
Create a product to provide AR/AP visibility for finance team
Further more discussion into previous experience, and stress test
I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.
Basic skills and aptitude questions were asked, easy to crack
Top trending discussions
posted on 26 Apr 2024
I was interviewed in Mar 2024.
posted on 24 Apr 2024
Ask to share the assignment based on a problem statment
I applied via Campus Placement
I am a highly motivated and experienced Product Manager with a strong background in technology and a passion for creating innovative solutions.
I have 5+ years of experience in product management, leading cross-functional teams to successfully launch new products and features.
I have a deep understanding of user needs and market trends, which allows me to identify opportunities and drive product strategy.
I have a track r...
Product management combines my passion for technology and problem-solving with my ability to drive business growth.
I am drawn to the intersection of technology and business strategy
I enjoy identifying customer needs and translating them into innovative product solutions
I thrive in cross-functional collaboration and leading teams towards a common goal
Magicpin's focus on local commerce and its innovative approach to conn...
My favorite product is the iPhone. I love its sleek design, user-friendly interface, and seamless integration with other Apple devices.
Sleek design: The iPhone's slim and elegant design sets it apart from other smartphones.
User-friendly interface: The intuitive interface makes it easy for users to navigate and access features.
Seamless integration: The iPhone seamlessly integrates with other Apple devices, allowing for ...
My favorite product is the iPhone. I love its sleek design, user-friendly interface, and seamless integration with other Apple devices.
Sleek design: The iPhone's slim and elegant design sets it apart from other smartphones.
User-friendly interface: The intuitive interface makes it easy for users to navigate and access features.
Seamless integration: The iPhone seamlessly integrates with other Apple devices, allowing for ...
Magicpin is a social rewards and discovery platform that connects local merchants with consumers.
Users can discover local businesses and earn rewards for visiting and making purchases.
Merchants can use the platform to attract new customers and increase loyalty.
The app also features social sharing and recommendations from friends.
Magicpin operates in several cities across India, including Delhi, Mumbai, and Bangalore.
WhatsApp has more MAUs due to its simplicity, cross-platform availability, and end-to-end encryption. It differs from Facebook Messenger in its focus on privacy and lack of ads.
WhatsApp is available on both iOS and Android, as well as desktop, making it accessible to a wider audience.
The app's end-to-end encryption ensures user privacy, which is a major concern for many people.
WhatsApp's interface is simple and easy to...
My favorite app is Spotify.
Likes: Wide variety of music, personalized playlists, and easy-to-use interface.
Dislikes: Limited free version features and occasional glitches.
Improvements: Enhance the free version with more features and fix any bugs.
Competitive Advantage: Extensive music library, algorithm-based recommendations, and seamless cross-platform experience.
To increase DAUs of Google Maps, we can focus on improving user engagement and expanding the app's functionality.
Introduce gamification elements to encourage users to explore new places and leave reviews
Partner with local businesses to offer exclusive deals and promotions to Google Maps users
Add new features such as real-time traffic updates and public transportation schedules
Improve the accuracy and completeness of bu...
Retailers can benefit from Magicpin by increasing footfall, customer loyalty, and cost savings through targeted promotions.
Magicpin can help retailers increase footfall by promoting their business to nearby users
Retailers can improve customer loyalty by offering rewards and discounts through the platform
Targeted promotions can help retailers save costs by reducing wasteful advertising spend
Retailers can also gain insig...
I would improve Magicpin's platform by enhancing user engagement and personalization.
Introduce a loyalty program to incentivize users to engage more with the platform
Implement machine learning algorithms to personalize recommendations for each user
Improve the user interface to make it more intuitive and user-friendly
Add more social features to encourage users to share their experiences with friends
Expand the platform t...
I did not mention my GPA because it is not a strong indicator of my abilities as a Product Manager.
GPA does not accurately reflect real-world skills and experiences
Product management requires a diverse skill set beyond academic performance
I have relevant work experience and achievements that demonstrate my capabilities
Focus on my accomplishments and contributions rather than a single number
I chose ISB over IIMs because of its focus on experiential learning and global exposure.
ISB offers a unique one-year program that allows me to quickly gain the necessary skills and knowledge to excel as a Product Manager.
ISB's curriculum emphasizes experiential learning, which means I will have the opportunity to work on real-world projects and apply my learnings in a practical setting.
ISB has a diverse and internation...
Product management offers the opportunity to create and shape innovative products, while consulting focuses on providing advice and recommendations.
Product management allows me to be involved in the entire product lifecycle, from ideation to launch and beyond.
I enjoy the challenge of understanding customer needs and translating them into successful products.
Product management offers the chance to work cross-functionall...
I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.
Diameter of a binary tree is the longest path between any two leaf nodes.
Calculate the height of left and right subtrees recursively.
Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).
Return the maximum diameter.
To find interchanged terms from an AP series
Identify the common difference between terms
Swap the positions of adjacent terms
Check if the new series is also an AP
Repeat until no more interchanged terms can be found
Database indexing is a technique to improve the performance of database queries.
Indexing creates a data structure that allows for faster retrieval of data.
Indexes are created on one or more columns of a table.
Queries that use indexed columns can be executed faster.
Indexes can be clustered or non-clustered.
Clustered indexes determine the physical order of data in a table.
Non-clustered indexes create a separate structure...
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
Design a stack that supports getmin in O(1) time and O(1) space complexities.
Use two stacks, one for storing the actual values and the other for storing the minimum values.
When pushing a new value, check if it is smaller than the current minimum value and push it to the minimum stack if it is.
When popping a value, check if it is the current minimum value and pop it from the minimum stack if it is.
To get the minimum val...
Binary tree traversal is the process of visiting each node in a binary tree exactly once in a specific order.
There are three main types of binary tree traversal: inorder, preorder, and postorder.
Inorder traversal visits the left subtree, then the root, then the right subtree.
Preorder traversal visits the root, then the left subtree, then the right subtree.
Postorder traversal visits the left subtree, then the right subt...
LRU cache is a data structure that stores the most recently used items and discards the least recently used items.
LRU stands for Least Recently Used
It has a fixed size and when the cache is full, the least recently used item is removed to make space for a new item
It uses a combination of a doubly linked list and a hash map to achieve O(1) time complexity for both insertion and deletion
Example: A web browser cache that ...
posted on 20 Jul 2024
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
Array and stack based lc standard questions
LLD of Payment Systems
My vision is to create innovative software solutions that positively impact people's lives and drive technological advancements.
Developing cutting-edge software applications that improve efficiency and user experience
Utilizing emerging technologies like AI and machine learning to solve complex problems
Collaborating with cross-functional teams to deliver high-quality products
Continuously learning and adapting to stay ah
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.
The current project follows a microservices architecture with Docker containers for scalability and flexibility.
Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.
Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.
Service di...
Basic coding questions
based on 4 interviews
Interview experience
based on 24 reviews
Rating in categories
Key Account Manager
226
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
110
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
81
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
74
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
70
salaries
| ₹0 L/yr - ₹0 L/yr |
Freight Tiger
BlackBuck
FarEye
Delhivery