Upload Button Icon Add office photos

Filter interviews by

MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata Interview Questions and Answers

Updated 15 Feb 2023
Popular Designations

9 Interview questions

A DCS Operator was asked
Q. Who is the founder of mpokket
Ans. 

The founder of mpokket is Gaurav Jalan.

  • Gaurav Jalan founded mpokket in 2016.

  • mpokket is a digital lending platform that provides instant loans to college students and young professionals.

  • The company has raised funding from various investors including Sequoia Capital and RTP Global.

View all DCS Operator interview questions
A Senior Software Developer was asked
Q. How would you implement pagination for 300,000 records?
Ans. 

Pagination can be achieved by limiting the number of records displayed per page and using page numbers.

  • Limit the number of records displayed per page to improve performance

  • Use page numbers to navigate through the records

  • Implement caching to reduce database queries

  • Consider using lazy loading to improve performance

  • Use a server-side framework that supports pagination

  • Consider using a search feature to filter records

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. What is the difference between the HAVING and WHERE clauses in MySQL?
Ans. 

HAVING is used to filter results after grouping, WHERE is used to filter results before grouping.

  • HAVING is used with GROUP BY clause, WHERE is used with SELECT clause

  • HAVING filters groups based on aggregate functions, WHERE filters rows based on column values

  • HAVING is slower than WHERE as it operates on grouped data

  • Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;

  • Example:...

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. Create a REST API.
Ans. 

Create a Rest API for coding assessment

  • Choose a programming language and framework

  • Define endpoints and HTTP methods

  • Implement CRUD operations

  • Use authentication and authorization

  • Test API using tools like Postman

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. Write a query to create an index in MySQL.
Ans. 

Creating an index in MySQL improves query performance by allowing faster data retrieval.

  • Use the CREATE INDEX statement to create an index. Example: CREATE INDEX idx_name ON table_name(column_name);

  • Indexes can be unique, ensuring no duplicate values. Example: CREATE UNIQUE INDEX idx_unique ON table_name(column_name);

  • Composite indexes can be created on multiple columns. Example: CREATE INDEX idx_composite ON table_n...

View all Senior Software Developer interview questions
A Senior Software Developer was asked
Q. Explain polymorphism and interfaces.
Ans. 

Polymorphism in interfaces allows objects to be treated as instances of their parent type, enhancing flexibility and code reusability.

  • Polymorphism enables methods to do different things based on the object it is acting upon.

  • Example: An interface 'Animal' with a method 'makeSound()'. Classes 'Dog' and 'Cat' implement this interface with different sounds.

  • It promotes code reusability and cleaner code by allowing the ...

View all Senior Software Developer interview questions
An Operations Executive was asked
Q. If you have a 1-liter jar and an 18-liter tub, how many times will it take to fill the tub using the jar?
Ans. 

To fill an 18L tub using a 1L jar, it will take 18 times to fill it completely.

  • You can fill the 1L jar and pour it into the tub repeatedly.

  • After filling the tub 18 times, it will be completely filled.

  • This is a straightforward calculation: 18L / 1L = 18.

View all Operations Executive interview questions
Are these interview questions helpful?
An Operations Executive was asked
Q. How far are you willing to go if you are unable to meet the target?
Ans. 

I would exhaust all possible resources and strategies to meet the target.

  • I would analyze the reasons for not meeting the target and identify areas for improvement.

  • I would consult with colleagues and superiors for advice and guidance.

  • I would explore alternative approaches and solutions.

  • I would work longer hours and put in extra effort to achieve the target.

  • I would remain focused and determined to succeed.

View all Operations Executive interview questions
An Operations Executive was asked
Q. If you don't meet a target, will that demotivate you?
Ans. 

Not meeting targets can be challenging, but it motivates me to analyze and improve my strategies for future success.

  • Targets are benchmarks for growth; not meeting them encourages reflection on my approach.

  • For example, if I miss a sales target, I analyze customer feedback to identify areas for improvement.

  • I believe in setting realistic goals; if I don't meet them, I reassess and adjust my strategies.

  • Missing a targe...

View all Operations Executive interview questions

MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata Interview Experiences

9 interviews found

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Coding Assessment to Create Rest API.
  • Ans. 

    Create a Rest API for coding assessment

    • Choose a programming language and framework

    • Define endpoints and HTTP methods

    • Implement CRUD operations

    • Use authentication and authorization

    • Test API using tools like Postman

  • Answered by AI
  • Q2. About JWT Token
  • Q3. Pagination how will you do for 3 lakh record
  • Ans. 

    Pagination can be achieved by limiting the number of records displayed per page and using page numbers.

    • Limit the number of records displayed per page to improve performance

    • Use page numbers to navigate through the records

    • Implement caching to reduce database queries

    • Consider using lazy loading to improve performance

    • Use a server-side framework that supports pagination

    • Consider using a search feature to filter records

  • Answered by AI
  • Q4. Query Optimization
  • Q5. Mysql difference between having and where clause
  • Ans. 

    HAVING is used to filter results after grouping, WHERE is used to filter results before grouping.

    • HAVING is used with GROUP BY clause, WHERE is used with SELECT clause

    • HAVING filters groups based on aggregate functions, WHERE filters rows based on column values

    • HAVING is slower than WHERE as it operates on grouped data

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;

    • Example: SELE...

  • Answered by AI
  • Q6. Mysql index - query to write index
  • Ans. 

    Creating an index in MySQL improves query performance by allowing faster data retrieval.

    • Use the CREATE INDEX statement to create an index. Example: CREATE INDEX idx_name ON table_name(column_name);

    • Indexes can be unique, ensuring no duplicate values. Example: CREATE UNIQUE INDEX idx_unique ON table_name(column_name);

    • Composite indexes can be created on multiple columns. Example: CREATE INDEX idx_composite ON table_name(c...

  • Answered by AI
  • Q7. Polymorphisim interface
  • Ans. 

    Polymorphism in interfaces allows objects to be treated as instances of their parent type, enhancing flexibility and code reusability.

    • Polymorphism enables methods to do different things based on the object it is acting upon.

    • Example: An interface 'Animal' with a method 'makeSound()'. Classes 'Dog' and 'Cat' implement this interface with different sounds.

    • It promotes code reusability and cleaner code by allowing the same ...

  • Answered by AI
  • Q8. Clustered index and non clustered index

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended for PHP developer. There was 3 three rounds.
First Round Technical Discussion. Second Round is Technical Discussion and coding assessment.
Third Round will be business logical assessment.

Skills evaluated in this interview

DCS Operator Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2022

I applied via Recruitment Consulltant and was interviewed in Apr 2022. 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. Tell us about yourself... Your native places..
  • Q2. What do you know about our company
Round 3 - HR 

(2 Questions)

  • Q1. What are the shift timings of this company
  • Q2. Who is the founder of mpokket
  • Ans. 

    The founder of mpokket is Gaurav Jalan.

    • Gaurav Jalan founded mpokket in 2016.

    • mpokket is a digital lending platform that provides instant loans to college students and young professionals.

    • The company has raised funding from various investors including Sequoia Capital and RTP Global.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to be yourself... Don't be oversmart.. Do some basic homework about the company before going to interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about ur self ??
  • Q2. Last movie u have seen??
  • Ans. 

    I recently watched 'Everything Everywhere All at Once,' a mind-bending film that explores multiverses and the power of choices.

    • The film blends action, comedy, and drama, showcasing a unique storytelling style.

    • It features a strong performance by Michelle Yeoh, who plays a laundromat owner navigating alternate realities.

    • The visual effects are stunning, with creative representations of different universes.

    • Themes of family...

  • Answered by AI
  • Q3. Some commonsense que like:- if u have a jar of 1 L nd you have a 18L tub how many time will its take to fill in alphabet
  • Ans. 

    To fill an 18L tub using a 1L jar, it will take 18 times to fill it completely.

    • You can fill the 1L jar and pour it into the tub repeatedly.

    • After filling the tub 18 times, it will be completely filled.

    • This is a straightforward calculation: 18L / 1L = 18.

  • Answered by AI
  • Q4. Tell me about our company
  • Ans. 

    Our company is a leading provider of innovative solutions in the operations sector, focusing on efficiency and customer satisfaction.

    • Founded in [Year], we have grown to serve clients across multiple industries.

    • We prioritize sustainability, implementing eco-friendly practices in our operations.

    • Our team consists of experts with diverse backgrounds, ensuring a well-rounded approach to problem-solving.

    • We utilize cutting-ed...

  • Answered by AI
Round 1 - Assignment 

English grammar, math

Round 2 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is so easy. They ask common questions and just check your confidence.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 2 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 

(5 Questions)

  • Q1. Self introduction Which is the last movie you have seen then tell the story in short.
  • Q2. How was your school life
  • Ans. 

    My school life was a mix of academic challenges, extracurricular activities, and lifelong friendships.

    • I excelled in subjects like mathematics and science, often participating in competitions and winning prizes.

    • I was actively involved in various clubs and societies, such as the debate club and the school choir.

    • I formed strong bonds with my classmates and teachers, creating a supportive and enjoyable learning environment...

  • Answered by AI
  • Q3. Your previous experience
  • Ans. 

    I have 3 years of experience in customer service roles.

    • Worked as a Customer Service Representative at XYZ Company for 2 years

    • Handled customer inquiries, complaints, and provided solutions

    • Received positive feedback from customers for excellent service

    • Trained new team members on customer service best practices

    • Implemented a new customer feedback system to improve service quality

  • Answered by AI
  • Q4. Which is the last movie you have seen. Tell the story in short.
  • Ans. 

    The last movie I watched was 'The Shawshank Redemption'.

    • The movie is based on a Stephen King novella and is set in a prison.

    • It tells the story of Andy Dufresne, a banker who is wrongly convicted of murder and sentenced to life in Shawshank State Penitentiary.

    • Andy forms a friendship with Red, an inmate who helps him navigate prison life.

    • Throughout the movie, Andy works towards his ultimate goal of escaping from Shawshan...

  • Answered by AI
  • Q5. Later you will for the 2nd HR . He may ask few questions relating you.

Interview Preparation Tips

Interview preparation tips for other job seekers - I will tell you only one thing that don't worry . If you belong to a English medium then nothing to be prepare just take the resume and throw it on HR face.

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a email regarding leave ro tour manager
  • Q2. What do u know about formal email.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive have a confident geature process is very easy interview is also easy

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal general question and ask to write a email to the general manager regarding leave
  • Ans. Just remember if you are sending a mail through gmail copy exact format of the mail and do the same while writing the mail.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident interview is simple and easy to tackle

I applied via Walk-in and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about your past experiences?
  • Q2. Why you want to join Mpokket?
  • Q3. Are you comfortable with the calling profile?
  • Q4. Target is there. will that demotivate you if you doesn't meet that?
  • Ans. 

    Not meeting targets can be challenging, but it motivates me to analyze and improve my strategies for future success.

    • Targets are benchmarks for growth; not meeting them encourages reflection on my approach.

    • For example, if I miss a sales target, I analyze customer feedback to identify areas for improvement.

    • I believe in setting realistic goals; if I don't meet them, I reassess and adjust my strategies.

    • Missing a target can...

  • Answered by AI
  • Q5. Tell about your family?
  • Q6. How much extensive you can go if you are unable to meet target?
  • Ans. 

    I would exhaust all possible resources and strategies to meet the target.

    • I would analyze the reasons for not meeting the target and identify areas for improvement.

    • I would consult with colleagues and superiors for advice and guidance.

    • I would explore alternative approaches and solutions.

    • I would work longer hours and put in extra effort to achieve the target.

    • I would remain focused and determined to succeed.

  • Answered by AI
  • Q7. Long working hours appx 10hrs a day, are you comfortable with that?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart. Don't say no. and be confident on yourself.

I applied via Referral and was interviewed in Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. SELF INTRODUCTION

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my communication skills. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. It was my third offcampus interview, and I think I did pretty well. You need to stay calm and should apply presence of mind. My advice is just to be confident within you, and to assure them that you can be the great addition to the team.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com 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 - Aptitude Test 

Mathematics and English grammar related

Round 3 - HR 

(8 Questions)

  • Q1. What is your job role
  • Ans. My role we have received email and call investors has take SIP this meaning systematic investment plan every month investor amount deducted but some month was not processed mail sent us iam checking in our application and same any issue inform to them
  • Answered Anonymously
  • Q2. We have received emails iam working now mutual funds my fund name is SIP this meaning systematic investment plan Investor has take long time SIP every month investor amount deducted some month was not proc...
  • Q3. So month amount deducted but units was not allotted that time we are checking with concern person and solve the issue and update the same investor
  • Q4. Investor has tak SIP it is registered or not mail drop our sip so we are checking with concern person and same updated investor at time
  • Q5. Investor want cancel the we cancel tha SIP future was not processed
  • Q6. Investor few months any issue we have pause the SIP
  • Q7. Investor want to cancel the SIP so we have cancelled the SIP
  • Ans. 

    When an investor wants to cancel their SIP, the SIP can be cancelled as per their request.

    • Confirm the investor's request to cancel the SIP

    • Follow the necessary procedures to cancel the SIP

    • Update the investor's account with the cancellation of the SIP

    • Provide the investor with confirmation of the cancellation

  • Answered by AI
  • Q8. Investor few months any issue we have stop the pause request

Interview Preparation Tips

Interview preparation tips for other job seekers - Identify my career goals

MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata Interview FAQs

How many rounds are there in MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview?
MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview process usually has 2-3 rounds. The most common rounds in the MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview process are HR, Resume Shortlist and Assignment.
How to prepare for MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata 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 MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata. The most common topics and skills that interviewers at MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata expect are Python, SQL, Work Permit, Compliance and MySQL.
What are the top questions asked in MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview?

Some of the top questions asked at the MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview -

  1. Some commonsense que like:- if u have a jar of 1 L nd you have a 18L tub how ma...read more
  2. How much extensive you can go if you are unable to meet targ...read more
  3. Pagination how will you do for 3 lakh rec...read more
What are the most common questions asked in MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata HR round?

The most common HR questions asked in MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata interview are -

  1. What are your strengths and weakness...read more
  2. Why should we hire y...read more
  3. Share details of your previous j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 344 Interviews
Razorpay Interview Questions
3.6
 • 160 Interviews
KFintech Interview Questions
3.5
 • 152 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
CapitalOne Interview Questions
3.7
 • 81 Interviews
Rupeek Interview Questions
3.7
 • 65 Interviews
ACKO Interview Questions
3.7
 • 55 Interviews
Slice Interview Questions
3.2
 • 37 Interviews
View all

MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata Reviews and Ratings

based on 110 reviews

3.3/5

Rating in categories

3.2

Skill development

2.6

Work-life balance

2.8

Salary

3.2

Job security

3.1

Company culture

2.7

Promotions

2.6

Work satisfaction

Explore 110 Reviews and Ratings
Operations Executive
190 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Quality Analyst
18 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹7 L/yr - ₹19.2 L/yr

Team Lead
12 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Assistant Manager
8 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare MAYBRIGHT VENTURES PRIVATE LIMITED, Kolkata with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Razorpay

3.6
Compare

Rupeek

3.7
Compare
write
Share an Interview