Upload Button Icon Add office photos

Filter interviews by

MINTIFI Ror Software Engineer Interview Questions and Answers

Updated 9 Feb 2023

MINTIFI Ror Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain model view controller model in ROR
  • Ans. 

    MVC is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • In ROR, the model is typically represented by a database table, the view is an HTML template, and the controller is...

  • Answered by AI
  • Q2. What are different types of associations?
  • Ans. 

    Different types of associations include one-to-one, one-to-many, many-to-many, and polymorphic associations.

    • One-to-one association: each record in one table is associated with one and only one record in another table.

    • One-to-many association: each record in one table is associated with one or more records in another table.

    • Many-to-many association: each record in one table is associated with one or more records in anothe...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to handle exceptions in ruby?
  • Ans. 

    Exceptions in Ruby can be handled using the 'begin', 'rescue', and 'ensure' keywords.

    • Use 'begin' to start a block of code that may raise an exception

    • Use 'rescue' to catch the exception and handle it

    • Use 'ensure' to ensure that a block of code is always executed, regardless of whether an exception was raised or not

    • Use 'raise' to manually raise an exception

    • Use 'retry' to retry a block of code if an exception was raised

  • Answered by AI
  • Q2. Explain roles and responsibilities in current organizations
  • Ans. 

    As a Ror Software Engineer, my roles and responsibilities include developing and maintaining Ruby on Rails applications.

    • Developing and implementing new features and functionalities in Ruby on Rails applications

    • Writing clean, efficient, and maintainable code

    • Troubleshooting and debugging issues in existing applications

    • Collaborating with cross-functional teams to gather requirements and deliver high-quality software solut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study basics of ruby on rails , database and OOPs concepts.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1.5 hours, data structure and algorithms, Their own platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects thoroughly and read more about the Javascript.

Software Developer Interview Questions & Answers

Spyne user image Purushottam Mandal_94

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

BE Assignment containing how to make a simple backend task

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

All Basic Questions Related To Dsa

Round 2 - HR 

(2 Questions)

  • Q1. Why You Want to join Cogoport?
  • Q2. How you will see yourself in Next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.

    • Continuing to learn new technologies and programming languages to stay current in the industry

    • Taking on more responsibilities in project management and leading development teams

    • Mentoring junior developers and sharing my knowledge and experience with them

    • Working towards becoming a subject mat...

  • Answered by AI

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Easy opps and java
Round 2 - Behavioral 

(1 Question)

  • Q1. Puzzles , above myself and sql

MINTIFI Interview FAQs

How many rounds are there in MINTIFI Ror Software Engineer interview?
MINTIFI interview process usually has 3 rounds. The most common rounds in the MINTIFI interview process are Technical and Resume Shortlist.
What are the top questions asked in MINTIFI Ror Software Engineer interview?

Some of the top questions asked at the MINTIFI Ror Software Engineer interview -

  1. what are different types of associatio...read more
  2. how to handle exceptions in ru...read more
  3. explain model view controller model in ...read more

Tell us how to improve this page.

MINTIFI Ror Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 52 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Treebo Hotels Interview Questions
3.4
 • 22 Interviews
InCred Finance Interview Questions
3.8
 • 21 Interviews
Simpl Interview Questions
2.9
 • 17 Interviews
View all
Sales Manager
82 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Software Developer
15 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Operations Executive
14 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Manager
9 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Area Sales Manager
8 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare MINTIFI with

LendingKart

3.1
Compare

Axio

3.7
Compare

NeoGrowth Credit

3.4
Compare

InCred Finance

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