Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tata Elxsi Team. If you also belong to the team, you can get access from here

Tata Elxsi Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 2k Reviews

Filter interviews by

Tata Elxsi Android Developer Interview Questions and Answers

Updated 11 Nov 2024

Tata Elxsi Android Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Multithreading, Collection list
  • Q2. Java Program on Strings, Threads
Round 2 - Technical 

(2 Questions)

  • Q1. Project Explanation
  • Q2. Git Commands, Linux Commands

Interview Questionnaire 

1 Question

  • Q1. What is azimuth?
  • Ans. 

    Azimuth is the angle between a celestial object and the observer's true north horizon.

    • Azimuth is measured in degrees from 0 to 360, with 0 being north, 90 being east, 180 being south, and 270 being west.

    • It is commonly used in astronomy and navigation to determine the direction of an object in the sky.

    • Azimuth can also be calculated using a compass or GPS device to determine the direction of travel.

    • In virtual reality and...

  • Answered by AI

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Android
Round 2 - Technical 

(1 Question)

  • Q1. Technical implementation
Round 3 - HR 

(1 Question)

  • Q1. Company fit culture test
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 Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Android Basics on mvvm architecture
  • Q2. Navigation Component
  • Q3. Jetpack components- work manager, viewmodel
Round 2 - HR 

(1 Question)

  • Q1. Managerial questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Basic of kotlin questions
  • Q2. Live data and life cycle
  • Q3. Diff between MVVM and other architectures
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers, promoting better code organization and testability.

    • MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the View and the Model.

    • MVVM promotes data binding, making it easier to keep the UI in sync with the underlying data.

    • Other architectures like MVC (Model-View-Controller) and MVP (Model-View-Presenter) ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 4 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 

(2 Questions)

  • Q1. Android basics and life cycle
  • Q2. Services and AIDL
Round 3 - Client Interview 

(1 Question)

  • Q1. Design patterns and use cases
Round 4 - HR 

(1 Question)

  • Q1. Reason foe change current company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for professional growth

    • Seeking new challenges

    • Looking for a more innovative environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Client interview is purely technical
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic interview on question like aptitude, javascript, typescript and react-native question

Round 2 - Technical 

(5 Questions)

  • Q1. Basic javascript question in second round
  • Q2. What is function currying
  • Ans. 

    Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying allows you to partially apply a function by fixing a number of arguments, which creates a new function.

    • It helps in creating reusable functions and improves code readability.

    • Example: const add = (a) => (b) => a + b; const add5 = add

  • Answered by AI
  • Q3. What is IIEF where we can use it
  • Ans. 

    IIFE stands for Immediately Invoked Function Expression, used for creating a function that is executed immediately after it is defined.

    • IIFE is used to create a private scope for variables to avoid polluting the global scope.

    • It is commonly used in React Native development to encapsulate code and prevent naming conflicts.

    • Example: (function() { console.log('IIFE executed'); })();

  • Answered by AI
  • Q4. Deeply they ask me closure related question how it's working
  • Q5. How call call stack and event loop is working
  • Ans. 

    Call stack is used to keep track of function calls, while event loop manages asynchronous operations in JavaScript.

    • Call stack is a data structure that keeps track of function calls in a program.

    • When a function is called, it is added to the top of the call stack. When the function completes, it is removed from the stack.

    • Event loop is responsible for managing asynchronous operations in JavaScript, ensuring that they are ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi Nagarow hiring team,

My first round of interview is going and in second round they ask me more technical and deep technical questions that was also very good.

In third round of interview the interviewer ask me only project related question. I try to explain that but he did't give me to chance to say some think. From one question to second, Second of third. Main point is if only interviewer ask question and interviewee say something and you again ask question how i explain me though on it.

If my application build on salesForce he told me to why it's build in salesforce. Why it's not develop in node or/and other database. My client decided that i know it also develop in node or other database. But i can't suggestion my client after 4 years of development .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. 1. Swift UI and iOS Fundamental and OOPS Concept
  • Q2. Combine Framework
  • Q3. How to handle Concurrency in swift
  • Ans. 

    Concurrency in Swift can be handled using Grand Central Dispatch (GCD) and Operation Queues.

    • Use GCD to perform tasks concurrently by creating dispatch queues.

    • Use Operation Queues to manage and execute multiple operations concurrently.

    • Avoid race conditions by using serial queues or synchronization techniques like semaphores or locks.

  • Answered by AI
  • Q4. Please explain iOS app distributions methods
  • Ans. 

    iOS app distribution methods include App Store, Ad Hoc, Enterprise, and TestFlight.

    • App Store distribution is for public release and requires Apple's review process.

    • Ad Hoc distribution allows sharing apps with a limited number of devices.

    • Enterprise distribution is for in-house apps within a company.

    • TestFlight is for beta testing with external testers before App Store release.

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

(1 Question)

  • Q1. Technical evaluvation
Round 3 - HR 

(1 Question)

  • Q1. Behavioural and salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain MVVM and its pros/cons
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers in an iOS application.

    • Model: Represents the data and business logic of the application.

    • View: Represents the UI components of the application.

    • ViewModel: Acts as a mediator between the Model and View, handling the presentation logic and data binding.

    • Pros: Separation of concerns, easier to maintain and test, promotes reusability.

    • Cons: Increase...

  • Answered by AI
  • Q2. Multithreading in swift
  • Ans. 

    Multithreading in Swift allows for concurrent execution of tasks to improve performance and responsiveness.

    • Use Grand Central Dispatch (GCD) for managing concurrent tasks

    • Avoid blocking the main thread to prevent UI freezes

    • Consider using Operation and OperationQueue for more complex task management

  • Answered by AI

Skills evaluated in this interview

IOS Developer Interview Questions & Answers

Mphasis user image Khushbu Kushwah

posted on 1 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Some basic Questions related to iOS concepts.
  • Q2. Multithreading and multitasking.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced iOS Questions.
  • Q2. API Calling, Json Parsing

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Basic Concepts first.

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Android Developer interview?
Tata Elxsi interview process usually has 2 rounds. The most common rounds in the Tata Elxsi interview process are Technical.
What are the top questions asked in Tata Elxsi Android Developer interview?

Some of the top questions asked at the Tata Elxsi Android Developer interview -

  1. What is azimu...read more
  2. Multithreading, Collection l...read more
  3. Java Program on Strings, Thre...read more

Tell us how to improve this page.

Tata Elxsi Android Developer Salary
based on 52 salaries
₹3.5 L/yr - ₹11 L/yr
14% more than the average Android Developer Salary in India
View more details

Tata Elxsi Android Developer Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.6

Salary

5.0

Job security

4.1

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
4.3k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
997 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
637 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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