Add office photos
Employer?
Claim Account for FREE

Business Pro Creations

-
No reviews yet
-
Reviews
-
Jobs
-
Benefits
-
Photos
Filter interviews by

TradeFxP Interview Questions and Answers

Updated 5 Feb 2024

Q1. Tell how to store multiple data in mobile without using Sqlite.

Ans.

One way to store multiple data in mobile without using SQLite is by using SharedPreferences.

  • SharedPreferences can be used to store key-value pairs of data.

  • It is a lightweight storage option and is easy to implement.

  • Data can be stored as primitive types, strings, or sets.

  • Example: Storing user preferences, app settings, or small amounts of data.

Add your answer

Q2. what technique you will use increase app performance.

Ans.

To increase app performance, I would use techniques like code optimization, caching, multithreading, and reducing network calls.

  • Optimize code by removing unnecessary operations and improving algorithms

  • Implement caching to store frequently accessed data locally

  • Utilize multithreading to perform time-consuming tasks in the background

  • Reduce network calls by batching requests or using local storage

  • Use tools like Android Profiler to identify performance bottlenecks

Add your answer

Q3. Tell life cycle of activity and fragment.

Ans.

The life cycle of an activity and fragment in Android determines how they are created, started, resumed, paused, stopped, and destroyed.

  • Activity life cycle: onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroy()

  • Fragment life cycle: onAttach(), onCreate(), onCreateView(), onActivityCreated(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), onDestroy(), onDetach()

  • Activity and fragment life cycles can be used to manage the state and behavior of the UI c...read more

Add your answer

Q4. How activity life cycle works on mobile.

Ans.

The activity life cycle in Android refers to the sequence of events that occur when an activity is created, paused, resumed, and destroyed.

  • Activities have different states such as onCreate, onStart, onResume, onPause, onStop, and onDestroy.

  • The activity transitions between these states based on user interactions and system events.

  • For example, when an activity is first created, the onCreate method is called, followed by onStart and onResume.

  • When the activity is no longer visibl...read more

Add your answer
Discover TradeFxP interview dos and don'ts from real experiences

Q5. Whar are different way to store data in android.

Ans.

Different ways to store data in Android include SharedPreferences, SQLite database, Content Providers, and File system.

  • SharedPreferences: used to store key-value pairs

  • SQLite database: used for structured data storage

  • Content Providers: used for sharing data between applications

  • File system: used for storing files locally

Add your answer

Q6. Write the output of given left join.

Ans.

The output of a left join operation.

  • A left join returns all the rows from the left table and the matching rows from the right table.

  • If there is no match, NULL values are returned for the right table columns.

  • The output will have all the columns from the left table and the matching columns from the right table.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter