i
Krazio
Cloud
Filter interviews by
I appeared for an interview in May 2025, where I was asked the following questions.
Designing a modular Android app involves clear architecture, component separation, and efficient communication between modules.
Use a clean architecture approach, separating presentation, domain, and data layers.
Implement feature modules to encapsulate specific functionalities, e.g., a user profile module.
Utilize dependency injection frameworks like Dagger or Hilt for managing dependencies between modules.
Adopt a micros...
Top trending discussions
I appeared for an interview before Aug 2016.
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
Its very good the give a scenario and according to that you have to develop a project
I appeared for an interview before Mar 2024.
Small application that perform crud operation
posted on 18 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
Flutter is an open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
Cross-platform development: Write once, run on iOS and Android.
Fast development: Hot reload feature allows for quick iterations.
Rich UI components: Provides a wide range of customizable widgets.
Performance: Compiles to native ARM code for high performance.
Web and desktop support: Can also...
posted on 18 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
Creating a star pattern involves using loops to print stars in a specific arrangement, often resembling geometric shapes.
Determine the size of the pattern (e.g., number of rows).
Use nested loops: an outer loop for rows and an inner loop for columns.
For a right-angled triangle, print stars incrementally: 1 star in the first row, 2 in the second, etc.
For a pyramid shape, center the stars by adding spaces before printing ...
Object-Oriented Programming (OOP) in Java is a programming paradigm based on objects that encapsulate data and behavior.
Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Car { int speed; void accelerate() {...} }
Inheritance: Mechanism to create a new class using properties of an existing class. Example: class ElectricCar extends Car {...}
Polymorphism: Ability to p...
posted on 19 Mar 2025
The mobile application life cycle includes stages from development to deployment and maintenance, ensuring optimal performance and user experience.
1. Development: Writing code using languages like Swift for iOS or Kotlin for Android.
2. Testing: Conducting unit tests, integration tests, and user acceptance tests to ensure functionality.
3. Deployment: Releasing the app on platforms like Google Play Store or Apple App Sto...
I appeared for an interview before Feb 2023.
Sorting algo , array question
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
HCL Infosystems
Accel Frontline
DynPro
ClaySys