Upload Button Icon Add office photos

Filter interviews by

Mind You Infotech Interview Questions, Process, and Tips

Updated 4 Oct 2024

Top Mind You Infotech Interview Questions and Answers

View all 12 questions

Mind You Infotech Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Replicate the ui
  • Ans. 

    Replicating a UI involves recreating the design and layout of a user interface.

    • Study the original UI design to understand layout, colors, fonts, and components.

    • Use Flutter widgets to build the UI elements such as containers, rows, columns, and text widgets.

    • Implement any animations or interactions specified in the original design.

    • Test the replicated UI on different devices and screen sizes to ensure responsiveness.

    • Optim

  • Answered by AI

Skills evaluated in this interview

Top Mind You Infotech Flutter Developer Interview Questions and Answers

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)

Flutter Developer Interview Questions & Answers

user image priyanshu1705

posted on 1 Dec 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 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 - Technical 

(11 Questions)

  • Q1. What you know about the flutter?
  • Ans. 

    Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.

    • Flutter uses Dart programming language

    • Flutter provides a rich set of pre-built and customizable widgets

    • Flutter's hot reload feature allows for faster development and debugging

    • Flutter is used by companies like Google, Alibaba, and Tencent

  • Answered by AI
  • Q2. Why you learn flutter?
  • Q3. Diff between statefull and stateless widget?
  • Ans. 

    Stateful widgets can change their state during runtime, while stateless widgets cannot.

    • Stateful widgets have a mutable state that can be modified.

    • Stateless widgets are immutable and cannot be modified once created.

    • Stateful widgets are used when the UI needs to change dynamically based on user interactions or other factors.

    • Stateless widgets are used when the UI does not need to change and can be purely based on the inpu...

  • Answered by AI
  • Q4. What you know about the package?
  • Ans. 

    A package is a collection of Dart libraries, assets, and other resources that can be shared and reused in Flutter projects.

    • Packages are used to add functionality to Flutter apps.

    • Packages can be added to a Flutter project by specifying them in the pubspec.yaml file.

    • Packages can be published and shared on the Dart package repository (pub.dev).

    • Packages can include libraries, assets (such as images or fonts), and other res...

  • Answered by AI
  • Q5. Tell me about the Plugin?
  • Ans. 

    A plugin is a software component that adds a specific feature or functionality to an existing application.

    • Plugins are used to extend the functionality of an application without having to modify the core code.

    • Flutter has a rich set of plugins that can be used to add features like camera, location, and push notifications.

    • Plugins can be developed by third-party developers and can be easily integrated into an existing Flut...

  • Answered by AI
  • Q6. Diff between the Package and plugin?
  • Ans. 

    Packages are collections of code that can be used in a project, while plugins are packages that provide specific functionality.

    • Packages are general-purpose and can be used in any project.

    • Plugins are packages that provide specific functionality, such as accessing device features or integrating with third-party services.

    • Plugins are usually dependent on packages.

    • Examples of packages include http, shared_preferences, and i...

  • Answered by AI
  • Q7. What is role of sdk in the flutter?
  • Ans. 

    SDK in Flutter provides a set of tools and libraries for developing and building applications.

    • SDK stands for Software Development Kit

    • It includes tools like compilers, debuggers, and emulators

    • Flutter SDK includes libraries for UI development, networking, and more

    • SDK helps developers to write, test, and deploy their applications

    • Flutter SDK includes Dart SDK as well

  • Answered by AI
  • Q8. Tell the full form of API?
  • Ans. 

    API stands for Application Programming Interface.

    • API is a set of rules and protocols that allows different software applications to communicate with each other.

    • It defines how software components should interact and what functionalities they can access.

    • APIs can be used to retrieve data from a server, send data to a server, or perform specific actions.

    • Examples of APIs include the Google Maps API, Twitter API, and Flutter

  • Answered by AI
  • Q9. Write the code on paper how to intigrate the api in your flutter app?
  • Ans. 

    To integrate an API in a Flutter app, you need to make HTTP requests using packages like http or dio.

    • Import the http or dio package in your Flutter project

    • Create a function to make the API request using the package's methods

    • Parse the response data and update the app's state or UI accordingly

  • Answered by AI
  • Q10. What you use as a backend in flutter?
  • Ans. 

    Flutter does not have a built-in backend. Developers can use various backend technologies like Firebase, Node.js, Django, etc.

    • Flutter does not provide a default backend

    • Developers can choose any backend technology based on their requirements

    • Popular backend options for Flutter include Firebase, Node.js, Django, etc.

    • Firebase provides a complete backend solution with features like authentication, database, storage, etc.

  • Answered by AI
  • Q11. What is Firebase? And How You use it in your App
  • Ans. 

    Firebase is a mobile and web application development platform that provides backend services and tools.

    • Firebase is a Backend-as-a-Service (BaaS) platform

    • It offers various services like authentication, real-time database, cloud storage, and hosting

    • Firebase can be used to build and scale apps quickly

    • It provides SDKs for different platforms including Flutter

    • Firebase can be integrated into Flutter apps using the firebase_c...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself??
  • Q2. Is there any issue about the bond?
  • Ans. 

    I'm sorry, but I don't understand the context of the question. Could you please provide more information?

    • Answered by AI
    • Q3. If you get the chance to switch from the serviced based to product base than you switch or not?
    • Q4. Tell me about your family background like how many member in your family?

    Interview Preparation Tips

    Topics to prepare for Mind You Infotech Flutter Developer interview:
    • Flutter
    • Android
    • firebase
    • API
    • Android SDK
    • Widget
    • dart Package
    • Plugin
    Interview preparation tips for other job seekers - Be real and answer the all question if you don't know the answer just tell them I don't know , Don't try to make story like these things?

    Skills evaluated in this interview

    Top Mind You Infotech Flutter Developer Interview Questions and Answers

    Q1. Write the code on paper how to intigrate the api in your flutter app?
    View answer (2)

    Flutter Developer Interview Questions asked at other Companies

    Q1. Write the code on paper how to intigrate the api in your flutter app?
    View answer (2)

    Interview questions from similar companies

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    -

    I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Bloc state management
    • Q2. Api calling in flutter
    • Ans. 

      Api calling in Flutter involves making HTTP requests to fetch data from a server.

      • Use packages like http or dio to make API calls in Flutter

      • Handle asynchronous operations using Future and async/await

      • Parse JSON data using json.decode() method

      • Implement error handling for network requests

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Company ask me logical question

    Round 2 - HR 

    (2 Questions)

    • Q1. About your self
    • Q2. Your Current CTC
    Round 3 - Technical 

    (2 Questions)

    • Q1. What is Flutter
    • Ans. 

      Flutter is a UI toolkit from Google for building natively compiled applications for mobile, web, and desktop from a single codebase.

      • Developed by Google

      • Uses Dart programming language

      • Allows for building cross-platform applications with a single codebase

      • Hot reload feature for quick development iterations

    • Answered by AI
    • Q2. Why select Flutter
    Round 4 - Coding Test 

    Company give me one UI and give 3 API and I make that UI and Retrieve API data

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Flutter and dart related
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (7 Questions)

    • Q1. What is flutter?
    • Q2. Inheritance widget
    • Q3. LifeCycle explanation
    • Q4. Different build modes
    • Q5. Http and Dio request
    • Q6. Dio interceptor
    • Q7. Bloc related questions

    I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

    Round 2 - Coding Test 

    There were 2 input-output based questions of easy to moderate level

    Round 3 - Group Discussion 

    Every candidate was given an individual topic and was asked to speak on it

    Round 4 - HR 

    (1 Question)

    • Q1. Some typical HR questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

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

    Interview Questionnaire 

    1 Question

    • Q1. Java questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basic questions

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

    Round 1 - Aptitude Test 

    Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

    Round 2 - Technical 

    (3 Questions)

    • Q1. Explain OOPs w.r.t Java
    • Ans. 

      OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

      • OOPs stands for Object-Oriented Programming System

      • Java is a class-based OOPs language

      • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

      • Objects have state and behavior

      • Java supports interfaces, which allow for multiple inheritance

      • Example: A car can be represented as an object wit...

    • Answered by AI
    • Q2. Explain about the projects that you have worked on
    • Q3. Explain how Java solves machine dependency of code execution
    • Ans. 

      Java solves machine dependency by using bytecode and virtual machine.

      • Java code is compiled into bytecode which is platform-independent

      • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

      • JVM translates bytecode into machine code for the specific platform

      • This allows Java code to run on any platform with a JVM installed

      • Example: A Java program compiled on Windows can run on Linux or Mac as

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. Why should we hire you?
    • Q2. Tell me about yourself.

    Interview Preparation Tips

    Topics to prepare for Infosys System Engineer interview:
    • Java
    Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

    Skills evaluated in this interview

    I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude, reasoning, English, cloud sections

    Round 2 - Coding Test 

    2 questions in which , one has to complete within an 50 minutes

    Round 3 - Communication assessment 

    (2 Questions)

    • Q1. Tell me about t Yourself
    • Q2. What are the previous experiences

    Interview Preparation Tips

    Topics to prepare for Accenture Associate Software Engineer interview:
    • Java
    • SQL
    • Agile Methodology
    • SDLC
    Interview preparation tips for other job seekers - Be confident
    Keep it just and short
    Explain more about your experiences

    Mind You Infotech Interview FAQs

    How many rounds are there in Mind You Infotech interview?
    Mind You Infotech interview process usually has 2 rounds. The most common rounds in the Mind You Infotech interview process are Technical, Resume Shortlist and HR.
    How to prepare for Mind You Infotech 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 Mind You Infotech. The most common topics and skills that interviewers at Mind You Infotech expect are Javascript, PHP, GIT, Software Development and Agile Development.
    What are the top questions asked in Mind You Infotech interview?

    Some of the top questions asked at the Mind You Infotech interview -

    1. Write the code on paper how to intigrate the api in your flutter a...read more
    2. What is Firebase? And How You use it in your ...read more
    3. What you use as a backend in flutt...read more

    Tell us how to improve this page.

    Mind You Infotech Interview Process

    based on 2 interviews

    Interview experience

    3
      
    Average
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.5k Interviews
    Accenture Interview Questions
    3.8
     • 8.2k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Cognizant Interview Questions
    3.7
     • 5.6k Interviews
    Amazon Interview Questions
    4.1
     • 5k Interviews
    Capgemini Interview Questions
    3.7
     • 4.8k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    Genpact Interview Questions
    3.8
     • 3.1k Interviews
    LTIMindtree Interview Questions
    3.8
     • 2.9k Interviews
    View all

    Mind You Infotech Reviews and Ratings

    based on 6 reviews

    4.7/5

    Rating in categories

    4.3

    Skill development

    4.3

    Work-life balance

    4.0

    Salary

    4.6

    Job security

    4.4

    Company culture

    4.2

    Promotions

    4.3

    Work satisfaction

    Explore 6 Reviews and Ratings
    Compare Mind You Infotech with

    TCS

    3.7
    Compare

    Accenture

    3.8
    Compare

    Wipro

    3.7
    Compare

    Cognizant

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