Add office photos
Employer?
Claim Account for FREE

MongoDB

3.9
based on 74 Reviews
Filter interviews by

10+ Tolaram Group Interview Questions and Answers

Updated 27 Dec 2024

Q1. how would u scale the app (database wise) over India ?

Ans.

To scale the app database over India, consider sharding, replication, and using cloud services.

  • Implement sharding to distribute data across multiple servers based on geographic location or other criteria.

  • Set up replication to ensure data consistency and availability in different regions.

  • Utilize cloud services like AWS or Azure to easily scale resources based on demand.

  • Optimize queries and indexes to improve database performance.

  • Consider using a content delivery network (CDN) ...read more

Add your answer

Q2. what are the 3 basic components of database, and do a RCA for why a DB is down.

Ans.

The 3 basic components of a database are data, schema, and software. An RCA for a DB being down involves identifying the root cause of the issue.

  • Data: the actual information stored in the database, such as customer records or product details.

  • Schema: the structure that defines how the data is organized and related to each other, including tables, fields, and relationships.

  • Software: the database management system (DBMS) that allows users to interact with the data, such as MySQL...read more

Add your answer
Q3. Merge overlapping interval

Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping intervals and return the list...read more

View 3 more answers

Q4. Schema design for Multi-Level Parking System?

Ans.

A multi-level parking system schema design involves creating a database to manage parking spots and their availability.

  • Create a database to store information about parking spots, levels, and availability

  • Design a user interface for customers to view available spots and reserve them

  • Implement a system to track the entry and exit of vehicles

  • Incorporate sensors or cameras to monitor parking spot availability

  • Consider integrating payment processing for parking fees

Add your answer
Discover Tolaram Group interview dos and don'ts from real experiences

Q5. Architectures for the Microservices you have recently worked on?

Ans.

We have used a combination of containerization and orchestration tools like Docker and Kubernetes for our microservices architecture.

  • We have followed the principles of domain-driven design to identify the boundaries of our microservices.

  • We have used RESTful APIs for communication between microservices.

  • We have implemented fault tolerance and resilience patterns like circuit breakers and retries.

  • We have used event-driven architecture for asynchronous communication between micro...read more

Add your answer
Q6. Find Number Of Islands

You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

A cell is said to be connected to...read more

View 2 more answers
Are these interview questions helpful?

Q7. what is sharding vs partitioning

Ans.

Sharding and partitioning are both techniques used in database management to improve performance and scalability by dividing data into smaller chunks.

  • Sharding involves splitting a database into smaller, independent databases called shards, each responsible for a subset of the data.

  • Partitioning involves dividing a database into smaller segments called partitions, each containing a subset of the data based on a defined criteria such as range or hash value.

  • Sharding is typically ...read more

Add your answer

Q8. design schema for movie booking system ?

Ans.

Design schema for a movie booking system.

  • Create tables for movies, theaters, users, bookings, and payments.

  • Use foreign keys to establish relationships between tables.

  • Include attributes like movie title, showtime, seat number, user details, booking status, payment details, etc.

  • Consider implementing a booking algorithm to handle seat selection and availability.

  • Ensure data integrity and normalization for efficient data retrieval and storage.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Indexing Strategy?

Ans.

Indexing strategy is a method of organizing and optimizing data retrieval from a database.

  • Choose appropriate data structures for indexing

  • Consider the size and complexity of the database

  • Regularly analyze and optimize the indexing strategy

  • Examples: B-tree, hash index, bitmap index

Add your answer

Q10. Give me examples of how you closed a deal in the past?

Ans.

Closed a deal by offering a customized solution that addressed the client's specific needs and concerns.

  • Identified the client's pain points and challenges

  • Presented a tailored solution that directly addressed their needs

  • Negotiated terms and pricing to meet both parties' requirements

  • Followed up consistently and provided exceptional customer service

  • Closed the deal by securing commitment and signing a contract

Add your answer

Q11. Explain the end to end process of lead gen to closure?

Ans.

The end to end process of lead gen to closure involves identifying potential leads, nurturing them through the sales funnel, and ultimately converting them into customers.

  • Identifying potential leads through various channels such as cold calling, email campaigns, and networking events

  • Qualifying leads to ensure they meet the criteria for your product or service

  • Nurturing leads by providing relevant information, addressing their concerns, and building a relationship

  • Presenting sol...read more

Add your answer

Q12. What process areas you are SME in?

Ans.

I am a subject matter expert in process areas such as order to cash, procure to pay, and record to report.

  • Order to cash

  • Procure to pay

  • Record to report

Add your answer

Q13. What is that you bring to the table?

Ans.

I bring a strong technical background in Netsuite administration, problem-solving skills, and a track record of successful system implementations.

  • Extensive experience in Netsuite administration and customization

  • Proven ability to troubleshoot and resolve complex system issues

  • Successful track record of implementing new system functionalities and enhancements

  • Strong communication skills to collaborate with cross-functional teams

Add your answer

Q14. Merge intervals, find second largest salary in sql

Ans.

Merge intervals and find second largest salary in SQL

  • For merging intervals, sort them by start time and then iterate through the intervals to merge overlapping ones

  • For finding second largest salary, use the SQL query: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)

Add your answer

Q15. How you plan for quater end

Ans.

I plan for quarter end by setting clear goals, analyzing data, coordinating with team members, and adjusting strategies as needed.

  • Set clear goals and objectives for the quarter

  • Analyze data and performance metrics to track progress

  • Coordinate with team members to ensure alignment and collaboration

  • Adjust strategies and tactics based on performance and market conditions

Add your answer

Q16. Create saved searches

Ans.

Creating saved searches in Netsuite Administrator

  • Navigate to Lists > Search > Saved Searches

  • Click on New to create a new saved search

  • Select the record type and criteria for the search

  • Add filters, columns, and sorting options as needed

  • Save the search and run it to view results

Add your answer

Q17. Create reports in NS

Ans.

Creating reports in Netsuite involves selecting the desired data fields, applying filters, and customizing the layout.

  • Select the data fields you want to include in the report

  • Apply filters to narrow down the data based on specific criteria

  • Customize the layout of the report to display the data in a clear and organized manner

Add your answer

Q18. Architecture of project.

Ans.

The architecture of the project is based on microservices with a containerized approach using Docker and Kubernetes.

  • Utilizes microservices architecture for scalability and flexibility

  • Containerized approach using Docker for easy deployment and management

  • Orchestrated with Kubernetes for automated scaling and monitoring

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

Interview Process at Tolaram Group

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

Top Interview Questions from Similar Companies

3.5
 • 2k Interview Questions
3.8
 • 328 Interview Questions
4.0
 • 240 Interview Questions
3.6
 • 165 Interview Questions
3.5
 • 154 Interview Questions
View all
Top MongoDB 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