Upload Button Icon Add office photos

Filter interviews by

Fleming Embedded and Software Solutions Android Developer Trainee Interview Questions and Answers

Updated 2 Jul 2022

Fleming Embedded and Software Solutions Android Developer Trainee Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Personal interview ie about us
  • Q2. Details about you and your knowledge inthe firm.
Round 2 - Aptitude Test 

It's all done by as per the company needs

Round 3 - Coding Test 

If you are a developer than this session is done or else as per your job

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was done in good manner as per the rules. But working there is hard and waste of time

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Questions related to kotlin coroutines in depth questions, scenario based questions
  • Q2. Solid principles
  • Q3. Architecture patterns
  • Q4. Kotlin coroutine
  • Q5. Unit testing, espresso scenario based

Interview Preparation Tips

Topics to prepare for Globant Senior Android Developer interview:
  • kotlin
  • coroutines
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Data structure - tree and linkedlist questions asked, binary search tree

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading
  • Q2. Write code for synchronise threads
  • Ans. 

    Synchronizing threads in Android can be achieved using synchronization blocks or methods.

    • Use synchronized keyword to create a synchronized block or method

    • Use locks such as ReentrantLock for more complex synchronization needs

    • Consider using synchronized collections like ConcurrentHashMap for thread-safe data structures

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Aptitude Test 

There is MCQ question categories reasoning math logical puzzle etc.

Round 2 - Technical 

(1 Question)

  • Q1. Question from java and android 1 Opps deep drive concept Encapsulation Abstraction Polymorphism Inheritance Use of keywords Var , val cons, static inline return break an...
Round 3 - Coding Test 

Assign some coding questions it will online on zoom and it will be final round

Interview Preparation Tips

Topics to prepare for Chetu Android Software Developer interview:
  • OOPS
  • Android SDK
  • Background service
  • Intent
  • coroutine
  • Daggr
  • hilt
Interview preparation tips for other job seekers - We confident and don’t try to make smart just
Redy for interview if you don’t know answer of question simply say sorry i don’t have remember and skip on next question okay be cool 😎
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Android Memory Leaks
  • Q2. Android architecture
  • Q3. Kotlin basics questions

Interview Preparation Tips

Topics to prepare for KPIT Technologies Senior Android Developer interview:
  • Android Latest
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. What is your experience
  • Q2. What is your digree nothing else start

Interview Preparation Tips

Interview preparation tips for other job seekers - Work for hart nothing is impossible any one can do this
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly they focus on java , oops concept. Rather than Android related questions
  • Q2. Prepare basics of oops well
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Very easy round it was there was very very very very very

Round 3 - One-on-one 

(2 Questions)

  • Q1. Nsjsb usjs sks isis ss. Js s s hsiwiwbs haia s
  • Q2. Hsjs ysha usis usis ususs uss s uuse e usis w ushw e

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep growing do hard work give your best always isis haia hsiais. Usis s usisjab haia
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between interface and abstract class?
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while a class can only extend one abstract class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instance variabl...

  • Answered by AI
  • Q2. What is singleton class?
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used for managing resources that should only have one instance, such as a database connection or a configuration file.

    • They are implemented by making the constructor private and providing a static method to access the single instance.

    • Singleton classes can also implement interfaces and inherit from other classes.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the basics of Java,Kotlin and Android.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is high order function?
  • Ans. 

    A high order function is a function that can take other functions as parameters or return functions as results.

    • High order functions can be used to create more flexible and reusable code.

    • They allow for functions to be passed as arguments, making code more modular.

    • Examples include map, filter, and reduce functions in functional programming.

  • Answered by AI
  • Q2. What is most efficient layout to use on android
  • Ans. 

    ConstraintLayout is the most efficient layout to use on Android.

    • Allows for flat view hierarchy

    • Handles complex layouts efficiently

    • Supports responsive design

    • Provides tools for optimizing layouts

  • Answered by AI

Skills evaluated in this interview

Fleming Embedded and Software Solutions Interview FAQs

How many rounds are there in Fleming Embedded and Software Solutions Android Developer Trainee interview?
Fleming Embedded and Software Solutions interview process usually has 3 rounds. The most common rounds in the Fleming Embedded and Software Solutions interview process are HR, Aptitude Test and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Fleming Embedded and Software Solutions interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 815 Interviews
Amdocs Interview Questions
3.8
 • 514 Interviews
Zoho Interview Questions
4.3
 • 492 Interviews
SAP Interview Questions
4.2
 • 298 Interviews
KPIT Technologies Interview Questions
3.5
 • 281 Interviews
Salesforce Interview Questions
4.1
 • 262 Interviews
Adobe Interview Questions
4.0
 • 246 Interviews
View all

Fleming Embedded and Software Solutions Android Developer Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Embedded Developer
3 salaries
unlock blur

₹1.4 L/yr - ₹1.4 L/yr

Junior Embedded Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Fleming Embedded and Software Solutions with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview