Upload Button Icon Add office photos

Filter interviews by

Mindmill Software Interview Questions and Answers

Updated 27 Jun 2024

Mindmill Software Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between Array List and Linked List ?
  • Ans. 

    ArrayList is resizable array implementation, LinkedList is doubly linked list implementation.

    • ArrayList uses dynamic array to store elements, LinkedList uses doubly linked list.

    • ArrayList is faster for accessing elements by index, LinkedList is faster for adding/removing elements.

    • Example: ArrayList arrList = new ArrayList<>(); LinkedList linkedList = new LinkedList<>();

Answered by AI
  • Q2. Explain About OOPs Concept ?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, while objects are instances of classes.

    • Inheritance allows a class to inherit pro...

  • Answered by AI
  • Q3. What is method Overloading & Overriding ?
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and parameters as a method in ...

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be clear & confident

    Skills evaluated in this interview

    Java Developer Interview Questions asked at other Companies

    Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
    View answer (4)

    Interview questions from similar companies

    I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

    Round 1 - HR 

    (1 Question)

    • Q1. Tell me about yourself
    Round 2 - Technical 

    (1 Question)

    • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
    • Ans. 

      Interview questions for Software Engineer position

      • Project explanation should include details on the project's purpose, scope, and technologies used

      • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

      • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

    • Answered by AI
    Round 3 - One-on-one 

    (1 Question)

    • Q1. All basic HR questions and salary discussion.

    I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

    Interview Preparation Tips

    Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

    Interview Questionnaire 

    3 Questions

    • Q1. OOPS concepts
    • Q2. SQL questions
    • Q3. Write a program..
    • Ans. 

      Program to print the Fibonacci series up to a given number.

      • Take input from user for the limit of the series.

      • Initialize two variables with 0 and 1 respectively.

      • Use a loop to generate the series and print each number.

      • Add the previous two numbers to get the next number in the series.

    • Answered by AI

    Skills evaluated in this interview

    I applied via Campus Placement and was interviewed in Aug 2020. There were 5 interview rounds.

    Interview Questionnaire 

    5 Questions

    • Q1. Merge sort
    • Q2. Oops concept
    • Q3. Real time implementation of oops concept
    • Ans. 

      Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

      • Real-time systems require objects to be created and destroyed dynamically

      • Inheritance and polymorphism can be used to create flexible and extensible systems

      • Real-time systems often use event-driven programming to respond to user input

      • Examples include video games, financial trading systems

    • Answered by AI
    • Q4. Logical questions
    • Q5. Logical programming questions using maps and array

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.

    I appeared for an interview before May 2016.

    Interview Preparation Tips

    Round: Test
    Experience: The first round had two programming questions and one question of database concepts.
    Duration: 1 hour
    Total Questions: 3

    Round: Technical Interview
    Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

    Round: Technical Interview
    Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

    Round: Technical Interview
    Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

    College Name: RNSIT, Bangalore

    I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. Which technology are you using, is this latest?
    • Ans. 

      We are using a variety of technologies, including some of the latest ones.

      • We are using React for our front-end development.

      • We are also using Node.js for our back-end development.

      • We are using Docker for containerization.

      • We are using Kubernetes for orchestration.

      • We are using AWS for cloud hosting.

      • We are constantly evaluating new technologies to see if they can improve our development process.

    • Answered by AI
    • Q2. If not then which technology can we use instead of this?
    • Ans. 

      It depends on the specific requirements and constraints of the project.

      • Consider the project's goals and objectives

      • Evaluate the available technologies and their capabilities

      • Assess the project's budget and timeline

      • Consult with stakeholders and experts in the field

      • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Hi,
    Listen carefully and speak fluently.
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    They just gave me an assessment with a few questions to test my subject knowledge

    Round 2 - One-on-one 

    (1 Question)

    • Q1. They asked me all the general questions and a few technical questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - As long as you are updated in your field of study, you will crack it.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I appeared for an interview in Nov 2024.

    Round 1 - Aptitude Test 

    The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. How do you handle conflicts in a team project?
    • Ans. 

      I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

      • Encourage open communication among team members to address conflicts early on

      • Practice active listening to understand all perspectives and concerns

      • Seek compromise and find common ground to resolve conflicts effectively

    • Answered by AI
    • Q2. What is the difference between an interface and an abstract class?
    • Ans. 

      Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

      • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

      • A class can implement multiple interfaces but can only inherit from one abstract class.

      • Interfaces are used to achieve multiple inheri...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Naukri.com and was interviewed in Mar 2023. 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 - Technical 

    (5 Questions)

    • Q1. What are oops concepts in java, explain real time scenario
    • Ans. 

      OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

      • Inheritance allows a subclass to inherit properties and methods from a superclass.

      • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

      • Encapsulation hides the implementation details of an object and only exposes necessary information.

      • Abstraction allows for the creation of abstract class...

    • Answered by AI
    • Q2. Uses of interface, inheritance
    • Ans. 

      Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

      • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

      • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

      • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

    • Answered by AI
    • Q3. SQL query for join of tables
    • Ans. 

      SQL query for joining tables

      • Use JOIN keyword to combine two or more tables based on a related column

      • Specify the columns to be selected using SELECT keyword

      • Use ON keyword to specify the condition for joining the tables

      • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

    • Answered by AI
    • Q4. Java concepts used in your project
    • Ans. 

      Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

      • Implemented inheritance to create a base class and derived classes with specific functionalities.

      • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

      • Implemented exception handling to handle errors and prevent program crashes.

      • Used interfaces to define a set of methods that a ...

    • Answered by AI
    • Q5. Overloading vs overriding, practical uses
    • Ans. 

      Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

      • Overloading is used to provide different ways to call a method with different parameters

      • Overriding is used to provide a specific implementation of a method in a subclass

      • Overloading is resolved at compile-time while overriding is r...

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Zebra Technologies Software Developer interview:
    • Core Java
    • OOPS
    • collection framework
    • Database Management

    Skills evaluated in this interview

    Mindmill Software Interview FAQs

    How many rounds are there in Mindmill Software interview?
    Mindmill Software interview process usually has 1 rounds. The most common rounds in the Mindmill Software interview process are Technical.
    How to prepare for Mindmill Software 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 Mindmill Software. The most common topics and skills that interviewers at Mindmill Software expect are Core Java, Corporate, Implementation, Java and Linux.
    What are the top questions asked in Mindmill Software interview?

    Some of the top questions asked at the Mindmill Software interview -

    1. What is method Overloading & Overridin...read more
    2. Difference between Array List and Linked Lis...read more
    3. Explain About OOPs Concep...read more

    Tell us how to improve this page.

    Mindmill Software Interview Process

    based on 3 interviews

    Interview experience

    4.7
      
    Excellent
    View more

    Interview Questions from Similar Companies

    NexTurn Interview Questions
    4.1
     • 28 Interviews
    ClaySys Interview Questions
    2.9
     • 24 Interviews
    Contus Interview Questions
    4.2
     • 22 Interviews
    Pitney Bowes Interview Questions
    3.7
     • 21 Interviews
    Knoldus Inc Interview Questions
    3.9
     • 20 Interviews
    Avontix Interview Questions
    3.9
     • 19 Interviews
    View all

    Mindmill Software Reviews and Ratings

    based on 25 reviews

    2.6/5

    Rating in categories

    2.5

    Skill development

    2.7

    Work-life balance

    2.4

    Salary

    2.6

    Job security

    2.5

    Company culture

    2.3

    Promotions

    2.5

    Work satisfaction

    Explore 25 Reviews and Ratings
    Software Engineer
    15 salaries
    unlock blur

    ₹2 L/yr - ₹6.6 L/yr

    Software Developer
    12 salaries
    unlock blur

    ₹2 L/yr - ₹6.5 L/yr

    Quality Analyst
    7 salaries
    unlock blur

    ₹2 L/yr - ₹4.5 L/yr

    Software Tester
    5 salaries
    unlock blur

    ₹1.6 L/yr - ₹3.2 L/yr

    SQL Developer
    5 salaries
    unlock blur

    ₹3 L/yr - ₹11 L/yr

    Explore more salaries
    Compare Mindmill Software with

    Accel Frontline

    4.0
    Compare

    Pitney Bowes

    3.7
    Compare

    Apmosys Technologies

    3.4
    Compare

    DynPro

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