Upload Button Icon Add office photos

Filter interviews by

Shrotam Informatics India Android Mobile Application Developer Interview Questions and Answers

Updated 20 Dec 2021

Shrotam Informatics India Android Mobile Application Developer Interview Experiences

1 interview found

I applied via Indeed and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Different type of exception in java.
  • Ans. 

    Java has two types of exceptions: checked and unchecked.

    • Checked exceptions must be handled by the code, or declared in the method signature with the 'throws' keyword.

    • Unchecked exceptions do not need to be handled or declared.

    • Examples of checked exceptions include IOException and ClassNotFoundException.

    • Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give an example of null pointer exception with explanation.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(13 Questions)

  • Q1. Android Activity LifeCycel
  • Q2. Android Fragment Life Cycle. The interviewer asked me which life cycle methods get triggered in different scenarios.
  • Q3. Higher Order and Lambda Functions in Kotlin
  • Ans. 

    Higher Order and Lambda Functions in Kotlin

    • Higher order functions are functions that take other functions as parameters or return functions

    • Lambda functions are anonymous functions that can be used as arguments or return values in higher order functions

    • They provide a concise way to write code and enable functional programming in Kotlin

  • Answered by AI
  • Q4. Kotlin OOPS concepts - Classes, Objects inheritance, Polymorphism, Encapsulation, Abstraction, Interfaces, Visibility Modifiers, Companion Object, Object Expression, Object Declaration
  • Q5. Intents, Intent Filter, Broadcast Recievers, Push Notifications
  • Q6. Unit Testing and UI Testing
  • Q7. Multi Modular Project structure
  • Ans. 

    Multi Modular Project structure is an architectural approach that divides an application into multiple modules for better organization and scalability.

    • Divide the application into separate modules based on functionality or features.

    • Each module should have its own set of code, resources, and dependencies.

    • Modules can communicate with each other through defined interfaces or APIs.

    • Modularization helps in code reusability, e...

  • Answered by AI
  • Q8. MVVM architecture, VM advantages, Livedata
  • Q9. Multi Threading, Coroutines
  • Q10. Dependency Injection
  • Q11. Showed me Some Kotlin codes and ask me to explain those codes and tell the output
  • Q12. Null Pointer Prevention and Type safety in kotlin
  • Ans. 

    Null pointer prevention and type safety in Kotlin

    • Kotlin uses nullable and non-nullable types to prevent null pointer exceptions

    • The safe call operator '?' can be used to safely access nullable variables

    • The '!!' operator can be used to explicitly throw a null pointer exception

    • Kotlin's type system ensures type safety by checking types at compile-time

  • Answered by AI
  • Q13. Scope functions
Round 2 - HR 

(1 Question)

  • Q1. Just basic details like current salary, expectation, Notice Period, Location Preferences
Round 3 - One-on-one 

(1 Question)

  • Q1. This was basically salary negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiters are umresponsive, recruitment process is very slow, keep reaching out from your end in case of concerns.
Accenture Toll free Helpdesk is very helpful.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

By Tcs hiring process

Round 2 - Coding Test 

Some dsa questions
Like based on kadane algorithm
And some implementations based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Hard work and do focus on coding
Do coding practice on
Codeforces
Leetcode
Codechef
Atcoder
Careercup
Topcoder
Hackerrank
Hackerearth
And some more platforms
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from Swift
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic iOS Developer interview questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Objective C vs swift
  • Ans. 

    Objective-C is the older language used for iOS development, while Swift is the newer, more modern language.

    • Objective-C is a superset of C with Smalltalk-style messaging syntax.

    • Swift is more concise and easier to read than Objective-C.

    • Swift is safer due to its optionals and type interference features.

    • Objective-C has been around longer and has a larger codebase, but Swift is becoming more popular.

    • Many developers prefer S...

  • Answered by AI
  • Q2. Autolayouts and content

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question is related to these topics. Clean Architecture, MVVM, Coroutine Live Data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Singletone, multithreading, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - basic iOS concepts, design pattern, simple code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array in 0(n) time complexity
  • Ans. 

    Use counting sort algorithm to achieve O(n) time complexity.

    • Count the frequency of each string in the array.

    • Create a new array based on the frequency counts.

    • Iterate through the new array to reconstruct the sorted array.

  • Answered by AI
Round 2 - Coding Test 

Coding test based on array

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 and was interviewed in May 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Standard questions like architecture patterns, solid principles, Kotlin program standard questions, retrofit, jetpack compose, etc
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions, performance optimisation, memory optimisation, debugging, dependency injection, unit testing

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very standard. All important Android and relevant questions are asked

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Administrator
5 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Account Assistant
5 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Android Developer
4 salaries
unlock blur

₹2.8 L/yr - ₹3.7 L/yr

Software Tester
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Service Engineer
3 salaries
unlock blur

₹1.4 L/yr - ₹2.3 L/yr

Explore more salaries
Compare Shrotam Informatics India with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview