Mind You Infotech
10+ Larsen & Toubro Limited Interview Questions and Answers
Q1. Write the code on paper how to intigrate the api in your flutter app?
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
Q2. What is Firebase? And How You use it in your App
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_core and firebase_auth packages
Example: Firebase can be use...read more
Q3. What you use as a backend in flutter?
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.
Q4. What you know about the package?
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 resources.
Popular Flutter packages include 'http' for making ...read more
Q5. What is role of sdk in the flutter?
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
Q6. what you know about the flutter?
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
Q7. Tell the full form of API?
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 API.
Q8. Is there any issue about the bond?
I'm sorry, but I don't understand the context of the question. Could you please provide more information?
Q9. Diff between statefull and stateless widget?
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 input parameters.
Stateful widgets use the 'State' class to man...read more
Q10. Diff between the Package and plugin?
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 intl.
Examples of plugins include google_maps_flutter, fireb...read more
Q11. Tell me about the Plugin?
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 Flutter project.
Plugins can be installed using the pub package...read more
Q12. Replicate the ui
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.
Optimize the UI for performance and user experience.
Top HR Questions asked in Larsen & Toubro Limited
Interview Process at Larsen & Toubro Limited
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month