Filter interviews by
I applied via Job Fair and was interviewed before Jan 2024. There was 1 interview round.
File handling in Flutter involves reading, writing, and manipulating files on the device's storage.
Flutter provides classes like File and Directory for file handling operations.
To read from a file, use File class's readAsString() or readAsBytes() methods.
To write to a file, use File class's writeAsString() or writeAsBytes() methods.
Use path_provider package to get access to device's storage directories.
Example: Reading...
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
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
Company ask me logical question
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
Company give me one UI and give 3 API and I make that UI and Retrieve API data
Identify the duplicate character in the string.
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Coding a frontend UI from provided image. And creating a fucntional star rating system
Designing a Component API in React using Typescript involves defining props, state, and methods for the component.
Define the props interface to specify the expected input data for the component
Use typescript types to ensure type safety and prevent runtime errors
Define the state interface to manage the internal state of the component
Implement methods to handle user interactions and component logic
Document the component
Function to clear all timer ids at once
Create an array to store all timer ids
Iterate through the array and clear each timer id using clearTimeout() function
Interview experience
TCS
Accenture
Wipro
Cognizant