Upload Button Icon Add office photos

Filter interviews by

TrigenSoft Solutions Android Developer Interview Questions and Answers

Updated 11 Oct 2023

TrigenSoft Solutions Android Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to android and java
  • Q2. Activity,fragment,layouts,service lifecycle, image, intent
Round 2 - Coding Test 

One assignment is given to do

Round 3 - HR 

(1 Question)

  • Q1. General normal questions

Android Developer Interview Questions & Answers

user image NIRAV B. GIRNARI

posted on 28 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. All basics of Java , Android , Sqlite. Asked to create program.One question regarding to data structure.
Round 2 - Coding Test 

They given task on Android.And I have to complete it in 2 days.

Round 3 - HR 

(1 Question)

  • Q1. Basic overview of my self.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can get work in this company.But they are not providing special training to their freshers.

Android Developer Interview Questions Asked at Other Companies

asked in Paytm
Q1. Cube Sum PairsYou are given a positive integer N, and you have to ... read more
asked in Rupeek
Q2. Majority elementYou have been given an array/list 'ARR' consistin ... read more
asked in Paytm
Q3. BST IteratorYou are given a class named as BSTIterator that repre ... read more
asked in Hike
Q4. Design an photo viewing app which will show images from the disk ... read more
asked in Paytm
Q5. Integer to Roman NumeralGiven an integer ‘N’, the task is to find ... read more

Interview questions from similar companies

Android Developer Interview Questions & Answers

Bajaj Finserv user image Shrikar Shirish Korwar

posted on 23 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Duplicate elements in a array with o(n) complexity.
  • Ans. 

    Use a HashSet to track duplicate elements in linear time complexity.

    • Create a HashSet to store unique elements.

    • Iterate through the array and check if the element is already in the HashSet. If it is, then it is a duplicate.

    • Add the duplicate elements to a separate list or array.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coroutines in details
  • Ans. 

    Coroutines are a way to perform asynchronous operations in a sequential manner in Kotlin.

    • Coroutines are lightweight threads that can be used for asynchronous programming.

    • They allow for sequential code execution with suspend functions.

    • Coroutines can be used for tasks like network calls, database operations, and UI updates.

    • They are part of Kotlin's standard library and are supported in Android development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Fragments vs Acttivty
  • Ans. 

    Fragments are reusable UI components within an Activity, allowing for more modular and flexible design.

    • Fragments can be added or removed dynamically within an Activity.

    • Activities represent a single screen with a user interface, while Fragments can be used to create multi-pane layouts for tablets.

    • Fragments have their own lifecycle and can be reused across multiple Activities.

    • Example: A news app may use a Fragment to dis...

  • Answered by AI
  • Q2. Basic kotlin ques
  • Q3. Faced issues in project
  • Ans. 

    Yes, faced issues in project

    • Encountered compatibility issues with different Android versions

    • Struggled with optimizing app performance for lower-end devices

    • Had challenges with integrating third-party APIs

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was similar to questions in indiabix website

Round 2 - Technical 

(1 Question)

  • Q1. SQL queries and oops questions

Android Developer Interview Questions & Answers

Bajaj Finserv user image Shrikar Shirish Korwar

posted on 23 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Duplicate elements in a array with o(n) complexity.
  • Ans. 

    Use a HashSet to track duplicate elements in linear time complexity.

    • Create a HashSet to store unique elements.

    • Iterate through the array and check if the element is already in the HashSet. If it is, then it is a duplicate.

    • Add the duplicate elements to a separate list or array.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coroutines in details
  • Ans. 

    Coroutines are a way to perform asynchronous operations in a sequential manner in Kotlin.

    • Coroutines are lightweight threads that can be used for asynchronous programming.

    • They allow for sequential code execution with suspend functions.

    • Coroutines can be used for tasks like network calls, database operations, and UI updates.

    • They are part of Kotlin's standard library and are supported in Android development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Fragments vs Acttivty
  • Ans. 

    Fragments are reusable UI components within an Activity, allowing for more modular and flexible design.

    • Fragments can be added or removed dynamically within an Activity.

    • Activities represent a single screen with a user interface, while Fragments can be used to create multi-pane layouts for tablets.

    • Fragments have their own lifecycle and can be reused across multiple Activities.

    • Example: A news app may use a Fragment to dis...

  • Answered by AI
  • Q2. Basic kotlin ques
  • Q3. Faced issues in project
  • Ans. 

    Yes, faced issues in project

    • Encountered compatibility issues with different Android versions

    • Struggled with optimizing app performance for lower-end devices

    • Had challenges with integrating third-party APIs

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was similar to questions in indiabix website

Round 2 - Technical 

(1 Question)

  • Q1. SQL queries and oops questions

TrigenSoft Solutions Interview FAQs

How many rounds are there in TrigenSoft Solutions Android Developer interview?
TrigenSoft Solutions interview process usually has 4 rounds. The most common rounds in the TrigenSoft Solutions interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for TrigenSoft Solutions Android Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TrigenSoft Solutions. The most common topics and skills that interviewers at TrigenSoft Solutions expect are Android SDK, Android Studio, J2Ee, J2Me and JSON.
What are the top questions asked in TrigenSoft Solutions Android Developer interview?

Some of the top questions asked at the TrigenSoft Solutions Android Developer interview -

  1. All basics of Java , Android , Sqlite. Asked to create program.One question reg...read more
  2. activity,fragment,layouts,service lifecycle, image, int...read more
  3. related to android and j...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TrigenSoft Solutions interview
Campus Placement
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

Citicorp Interview Questions
3.7
 • 560 Interviews
Wells Fargo Interview Questions
3.9
 • 554 Interviews
Bajaj Finserv Interview Questions
4.0
 • 497 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
Xyz Company Interview Questions
3.8
 • 447 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
UBS Interview Questions
4.0
 • 334 Interviews
BNY Interview Questions
4.0
 • 332 Interviews
Morgan Stanley Interview Questions
3.7
 • 301 Interviews
View all
TrigenSoft Solutions Android Developer Salary
based on 4 salaries
₹1.8 L/yr - ₹2.6 L/yr
62% less than the average Android Developer Salary in India
View more details

TrigenSoft Solutions Android Developer Reviews and Ratings

based on 3 reviews

2.5/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 3 Reviews and Ratings
Software Developer
7 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Python Developer
5 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Software Testing Engineer
5 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Business Analyst
4 salaries
unlock blur

₹2.4 L/yr - ₹6.6 L/yr

Explore more salaries
Compare TrigenSoft Solutions with

JPMorgan Chase & Co.

4.0
Compare

Wells Fargo

3.9
Compare

HSBC Group

4.0
Compare

UBS

4.0
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