Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Monjin Interviews Team. If you also belong to the team, you can get access from here

Monjin Interviews Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Monjin Interviews Interviewer Interview Questions and Answers

Updated 18 Jan 2022

Monjin Interviews Interviewer Interview Experiences

1 interview found

Interviewer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2022

I applied via Company Website and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Please specify the JD technical skill

Interview Preparation Tips

Interview preparation tips for other job seekers - In the interview process I always asked the concepts related JD skill as well as required technical skill with related to JD

Interview questions from similar companies

Analyst Interview Questions & Answers

Goodera user image Amol Agarwal

posted on 27 Sep 2023

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

I was interviewed in Mar 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimates and logical reasoning
Round 3 - HR 

(3 Questions)

  • Q1. Why Goodera? Are you willing to relocate?
  • Q2. What are your career goals and expectations?
  • Q3. What is your biggest achievement?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Just work project flow
Round 2 - Behavioral 

(2 Questions)

  • Q1. Better round with good questions
  • Q2. Project flow- of previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - don't give interview

I applied via LinkedIn and was interviewed before May 2021. 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 - One-on-one 

(1 Question)

  • Q1. Generic questions based on understanding about working in NGOs..
Round 3 - HR 

(1 Question)

  • Q1. Compensation expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Very simple hiring process, communication skills - most important

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sales pitch for customers
  • Q2. What do you know about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - research about the company and the role and keep your resume short.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement cache in the given architecture where read and write both are pretty frequent. What are the cache eviction mechanisms and which one should we follow here ?
  • Q2. Rotten oranges - leetcode graph question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked based on spring framework and oops concepts
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions asked on current project
Round 3 - HR 

(1 Question)

  • Q1. Family Background questions

Tell us how to improve this page.

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
ITILITE Interview Questions
2.9
 • 9 Interviews
Xoxoday Interview Questions
3.6
 • 7 Interviews
Goodera Interview Questions
2.9
 • 6 Interviews
View all

Monjin Interviews Interviewer Reviews and Ratings

based on 9 reviews

2.9/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.9

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 9 Reviews and Ratings
Recruitment Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Monjin Interviews with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Flixstock

2.4
Compare

Xoxoday

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