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 (3)

    Interview questions from similar companies

    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 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

    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.

    I applied via Campus Placement and was interviewed in Jan 2021. There were 6 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1.  Explain the features of OOPS with examples?
    • Ans. 

      OOPS is a programming paradigm based on objects that have properties and methods.

      • Encapsulation: bundling of data and methods that operate on that data within a single unit

      • Inheritance: ability of a class to inherit properties and methods from a parent class

      • Polymorphism: ability of objects to take on many forms or have multiple behaviors

      • Abstraction: hiding of complex implementation details and showing only the necessary ...

    • Answered by AI
    • Q2. Explain the following terms : Super, Throw, Final and Finally
    • Ans. 

      Explanation of Super, Throw, Final and Finally

      • Super: used to call a method from a parent class

      • Throw: used to throw an exception

      • Final: used to declare a constant or to prevent method overriding

      • Finally: used to execute code after try-catch block, regardless of exception

    • Answered by AI

    Interview Questionnaire 

    1 Question

    • Q1. Questions on the concept of oops and SQL

    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.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Jan 2023. There was 1 interview round.

    Round 1 - Technical 

    (4 Questions)

    • Q1. Basic ios Questions No DS questions
    • Q2. Basic swift quesions
    • Q3. In App Purchase
    • Q4. Hardware Device connectivity
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Job Portal and was interviewed before Dec 2023. There were 3 interview rounds.

    Round 1 - Coding Test 

    SQL Test with 5 questions

    Round 2 - Technical 

    (2 Questions)

    • Q1. Approach towards solving the SQL Queries from the test
    • Q2. Past Experiences
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. Resume related Questions
    • Q2. Power BI and SQL related questions. How to approach in a dashboard building process
    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (3 Questions)

    • Q1. How do you handle debugging in your code?
    • Ans. 

      I use print statements, logging, and debugging tools to identify and fix issues in my code.

      • I start by reviewing the code and understanding the logic behind it.

      • I use print statements to check the values of variables at different points in the code.

      • I utilize logging to track the flow of the program and identify any errors.

      • I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...

    • Answered by AI
    • Q2. What is your approach to optimizing a slow-running application?
    • Ans. 

      Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.

      • Identify bottlenecks in the application by profiling and monitoring performance.

      • Analyze the code to find inefficient algorithms or database queries.

      • Optimize algorithms and data structures to improve efficiency.

      • Utilize caching mechanisms to reduce redundant computations.

      • Consider hardware upgrades such as increasing m

    • Answered by AI
    • Q3. What is the difference between functional and object-oriented programming?
    • Ans. 

      Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.

      • Functional programming uses pure functions that do not have side effects.

      • Object-oriented programming uses objects that encapsulate data and behavior.

      • In functional programming, data is immutable and functions are first-class citizens.

      • In object-oriented programming, objects can have state a...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident, research zazz's services, showcase your technical skills, communicate clearly, and prepare to discuss real-world problem-solving scenarios

    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
     • 27 Interviews
    ClaySys Interview Questions
    2.9
     • 24 Interviews
    Contus Interview Questions
    4.3
     • 22 Interviews
    Pitney Bowes Interview Questions
    3.8
     • 21 Interviews
    Knoldus Inc Interview Questions
    3.9
     • 20 Interviews
    DynPro Interview Questions
    3.8
     • 18 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.8
    Compare

    Apmosys Technologies

    3.4
    Compare

    Apex CoVantage

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