Upload Button Icon Add office photos

Filter interviews by

NCR Voyix Android Developer Interview Questions and Answers

Updated 7 Nov 2024

NCR Voyix Android Developer Interview Experiences

2 interviews found

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a program to print first and last letters of words alternatively from am list

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and it's pillars
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is based on four main pillars: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: using private access modifiers to restrict access to certain data.

    • Abstract...

  • Answered by AI
  • Q2. Android architecture , thread v/s coroutine

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared to code
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. View Model Scope for activity or fragment
  • Ans. 

    View Model Scope determines whether a ViewModel should be scoped to an activity or a fragment.

    • View Model scoped to activity: shared between all fragments within the activity

    • View Model scoped to fragment: specific to that fragment only

    • Use activity scope for data shared across fragments, fragment scope for fragment-specific data

  • Answered by AI

Skills evaluated in this interview

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
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Structs vs Classes
  • Ans. 

    Structs are value types and passed by value, while classes are reference types and passed by reference.

    • Structs are used for small, simple data types like coordinates or colors.

    • Classes are used for more complex data types that require inheritance or reference semantics.

    • Structs are copied when passed around, while classes are passed by reference.

    • Structs are stack allocated, while classes are heap allocated.

  • Answered by AI
  • Q2. Discussion about design patterns
  • Q3. OOPS discussion
  • Q4. Concurrency discussion

Interview Preparation Tips

Topics to prepare for Globant Senior IOS Developer interview:
  • IOS
  • swift
  • swiftui
  • Design Patterns

Skills evaluated in this interview

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
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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Desing pattern and ui testing
  • Q2. Design pattern and coding
  • Q3. Make api flow and create with help of design pattern for ui and ux testing
  • Ans. 

    The answer to the question is provided below.

    • To create an API flow, start by identifying the endpoints and their functionalities.

    • Design the UI and UX testing by using appropriate design patterns like MVC or MVVM.

    • Implement the API calls and handle the responses using networking libraries like Alamofire.

    • Use XCTest or UI Testing frameworks for automated UI and UX testing.

    • Mock the API responses for testing purposes using t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare design pattern and coding

Skills evaluated in this interview

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

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. They asked me about the frameworks and overall architecture in iOS, how to implement tables, create views and auto layout.

Interview Preparation Tips

Topics to prepare for Globant IOS Developer interview:
  • IOS
  • uikit
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Creating flow of api implementation using design patterns and unittesting
  • Ans. 

    The flow of API implementation can be designed using design patterns and unit testing.

    • Identify the design patterns suitable for the API implementation

    • Create a flow diagram to visualize the steps involved

    • Implement the API using the chosen design patterns

    • Write unit tests to ensure the functionality and reliability of the API

    • Refactor and optimize the code as needed

  • Answered by AI
  • Q2. Creating the design pattern for api flow
  • Ans. 

    The design pattern for API flow involves defining the structure and sequence of API calls.

    • Identify the required API endpoints and their parameters

    • Determine the order and dependencies of API calls

    • Handle error scenarios and implement error handling mechanisms

    • Consider authentication and authorization requirements

    • Implement data caching and request throttling if necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn design pattern and coding

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. 2nd largest element in array
  • Ans. 

    Find the 2nd largest element in an array of strings.

    • Sort the array in descending order

    • Access the element at index 1 to get the 2nd largest element

  • Answered by AI
  • Q2. Top view of given binary tree
  • Ans. 

    To get the top view of a binary tree, we need to find the nodes that are visible when looking at the tree from the top.

    • Start from the root node and assign it a horizontal distance of 0.

    • Traverse the tree using a queue and keep track of the horizontal distance of each node.

    • For each horizontal distance, only keep the node with the smallest level in the result.

    • Repeat the process for left and right child nodes, updating the

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to iOS and swift basics
  • Q2. Design NotificationCenter
  • Ans. 

    NotificationCenter is a system that enables communication between different parts of an application.

    • NotificationCenter allows components of an application to communicate without having direct references to each other.

    • It uses the observer pattern where objects register themselves as observers for specific notifications.

    • Notifications can be posted to the NotificationCenter with optional data.

    • Observers can then receive an...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design twitter feed & solid principles
  • Ans. 

    Design a Twitter feed using SOLID principles

    • Separate classes for each responsibility (Single Responsibility Principle)

    • Use interfaces to define behavior and allow for easy swapping of implementations (Open/Closed Principle)

    • Dependency Injection to decouple components and make testing easier (Dependency Inversion Principle)

    • Liskov Substitution Principle to ensure derived classes can be substituted for their base classes wi...

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

(2 Questions)

  • Q1. It was hiring manger rounds .. Behavioural questions
  • Q2. First occurence of given number in sorted array
  • Ans. 

    Find the first occurrence of a given number in a sorted array.

    • Use binary search to efficiently find the first occurrence of the number.

    • Keep track of the index of the first occurrence as you search through the array.

    • Return the index of the first occurrence once found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your DSA skilles in deep level and practice questions because in the interviews they want full working code and practice dry run as well.

Skills evaluated in this interview

NCR Voyix Interview FAQs

How many rounds are there in NCR Voyix Android Developer interview?
NCR Voyix interview process usually has 1-2 rounds. The most common rounds in the NCR Voyix interview process are Technical and Coding Test.
How to prepare for NCR Voyix 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 NCR Voyix. The most common topics and skills that interviewers at NCR Voyix expect are Android, Android SDK, Digital Electronics, JNI and Java.
What are the top questions asked in NCR Voyix Android Developer interview?

Some of the top questions asked at the NCR Voyix Android Developer interview -

  1. View Model Scope for activity or fragm...read more
  2. explain oops concept and it's pill...read more
  3. Android architecture , thread v/s corout...read more

Tell us how to improve this page.

Software Engineer
380 salaries
unlock blur

₹6.5 L/yr - ₹23.5 L/yr

Senior Software Engineer
248 salaries
unlock blur

₹9.5 L/yr - ₹36 L/yr

Software Developer
188 salaries
unlock blur

₹5.3 L/yr - ₹19.5 L/yr

Software Engineer2
158 salaries
unlock blur

₹9.8 L/yr - ₹21 L/yr

Software Engineer II
146 salaries
unlock blur

₹9.2 L/yr - ₹20 L/yr

Explore more salaries
Compare NCR Voyix with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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