Add office photos
Engaged Employer

PowerSchool India

3.6
based on 271 Reviews
Video summary
Filter interviews by

Tantia Constructions Interview Questions and Answers

Updated 27 May 2024
Popular Designations

Q1. What is OOPS concept? Explain polymorphism, abstraction, inheritance, encapsulation.

Ans.

OOPS stands for Object-Oriented Programming System. It includes concepts like polymorphism, abstraction, inheritance, and encapsulation.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass. Example: a shape class with subclasses like circle and square.

  • Abstraction is the concept of hiding the implementation details and showing only the necessary features of an object. Example: a car class with methods like start() and stop() without ...read more

Add your answer

Q2. What is the file structure in a flutter project?

Ans.

Flutter project file structure includes folders like lib, android, ios, and assets.

  • The 'lib' folder contains all the Dart code for the project.

  • The 'android' folder contains the Android-specific project files.

  • The 'ios' folder contains the iOS-specific project files.

  • The 'assets' folder is used to store images, fonts, and other static files used in the app.

Add your answer

Q3. Write a program that prints a Fibonacci series of N natural numbers.

Ans.

Program to print Fibonacci series of N natural numbers.

  • Use a loop to generate Fibonacci series up to N numbers.

  • Start with 0 and 1 as the first two numbers in the series.

  • Each subsequent number is the sum of the two preceding numbers.

  • Repeat the process until N numbers are generated.

Add your answer

Q4. Explain the entire process of deploying a flutter app on Play Store and App Store.

Ans.

Deploying a Flutter app on Play Store and App Store involves several steps including creating app bundles, setting up app listings, and submitting for review.

  • Create app bundles for Android and IPA files for iOS

  • Set up app listings with descriptions, screenshots, and keywords

  • Generate signing keys for both platforms

  • Submit the app for review on Play Store and App Store

  • Wait for approval and release the app to users

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

Q5. Write a program to check if a number is prime.

Ans.

Program to check if a number is prime

  • Iterate from 2 to square root of the number and check for divisibility

  • If the number is divisible by any number other than 1 and itself, it is not prime

  • Return true if the number is prime, false otherwise

Add your answer

Q6. Difference between packages and plugins.

Ans.

Packages are collections of Dart code that provide functionality, while plugins are platform-specific code that interacts with native code.

  • Packages are written in Dart and can be used across different platforms.

  • Plugins are platform-specific and interact with native code for functionalities like accessing device hardware.

  • Examples of packages include http, shared_preferences, while examples of plugins include camera, location.

  • Packages are usually published on pub.dev, while plu...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Tantia Constructions

based on 2 interviews
Interview experience
3.0
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Flutter Developer Interview Questions from Similar Companies

4.7
 • 12 Interview Questions
View all
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