Filter interviews by
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
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
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
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
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...
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...
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...
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...
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
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
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
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.
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...
I'm sorry, but I don't understand the context of the question. Could you please provide more information?
Top trending discussions
I was interviewed in Jan 2025.
I was interviewed in Feb 2025.
I was interviewed in Jan 2025.
The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.
I was interviewed in Feb 2025.
I was interviewed in Jan 2025.
I was interviewed in Sep 2024.
An aptitude test evaluates an individual's potential to excel in a specific area by assessing their strengths and weaknesses in particular abilities.
An assessment that measures an individual's inherent abilities and potential for success in a specific activity.
A coding test is a programming assessment designed to evaluate a candidate's coding skills. It is a standard component of the technical hiring process for software developers and programmers.
Assessment that evaluates a candidate's coding skills
Group discussion (GD) topics for interviews may cover areas such as business, social issues, and current affairs. GDs serve to evaluate a candidate's communication, leadership, and teamwork abilities.
Discussion assignments are prompts that your teacher may assign to you. By participating in these discussions, you can reflect on your learning, share ideas and opinions, or ask and answer questions. Discussions may require you to respond to individual questions or provide multiple responses to an ongoing conversation.
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
posted on 4 Feb 2025
I was interviewed in Jan 2025.
Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.
Open for fixed term hire
Willing to work from client location at Gurgaon for 3 days a week
Implemented automated testing using Selenium WebDriver and JUnit in Agile environment
Implemented automated testing framework using Selenium WebDriver
Utilized JUnit for test case management
Worked in Agile environment to ensure continuous testing and integration
Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.
Pilot testing involves a small group of users testing the functionality in a controlled environment.
Beta testing involves a larger group of users testing the functionality in a real-world environment.
...
Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.
Primary key enforces uniqueness and not null constraint on a column
Unique key enforces uniqueness but allows null values
To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query
Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.
STLC includes requirements analysis, test planning, test design, test execution, and test closure.
Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.
STLC ensures that the so...
303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.
303 status code indicates that the resource can be found at a different URI and should be retrieved from there
PUT method is used to update an existing resource in the API
DELETE method is used to remove a resource from the API
3 point esti...
Links and labels that can be tagged to a bug in Jira
Links: related issues, documents, websites
Labels: priority, severity, type, status
Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.
Shell scripting automates tasks by writing scripts in a Unix/Linux environment
Grep command is used to search for specific patterns in text files
Example: grep 'search_pattern' file.txt
Href is not a standard Unix command, it may be a typo or a custom script
To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.
Listen to the team member's perspective and concerns
Communicate openly and calmly about the issue
Find common ground and areas of agreement
Work together to find a solution that benefits both parties
Seek input from other team members or a mediator if ne
Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.
Yes, open to relocating to Bangalore and working from client's office
Yes, open to working in night/rotational shifts
Yes, open to working in long extendable hours or 24X7 culture
Goal is to excel in automation testing
based on 2 interviews
Interview experience
based on 6 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant