Upload Button Icon Add office photos

ACT Fibernet

Compare button icon Compare button icon Compare

Filter interviews by

ACT Fibernet Android Developer Interview Questions and Answers

Updated 22 Sep 2024

ACT Fibernet Android Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is lean back launcher in tv
  • Ans. 

    A lean back launcher in TV is a user interface designed for TVs that allows users to easily navigate and interact with content using a remote control.

    • Designed for TVs to provide a user-friendly interface for navigating content

    • Optimized for remote control input

    • Focuses on simplicity and ease of use for a lean-back experience

  • Answered by AI
  • Q2. How Dpad click events works
  • Ans. 

    Dpad click events are used to handle directional pad button clicks on Android devices.

    • Dpad click events are typically handled by implementing the onKey() method in a View or Activity.

    • Each directional pad button press triggers a specific key event, such as KeyEvent.KEYCODE_DPAD_UP.

    • Developers can listen for Dpad click events using setOnKeyListener() method or by overriding dispatchKeyEvent() method.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Ewfqfwqef fwqfqwfqwf fwqewqwfwf wfqfqwf
  • Q2. Fweeqw fweewqfqwf wfqwqe weqfwqfwqe
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Programming - print the first and last letter of words from a list alternatively
  • Ans. 

    Print the first and last letter of words from a list alternatively

    • Iterate through the list of words

    • For each word, print the first and last letter alternatively

  • Answered by AI
  • Q2. What is oop and oops concepts
  • Ans. 

    OOP stands for Object-Oriented Programming. OOPs concepts are the principles of OOP such as inheritance, encapsulation, polymorphism, and abstraction.

    • OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs concepts include inheritance, where a class can inherit properties and behavior from another class.

    • Encapsulation is the bund...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mvvm how it handle configuration changes ?
  • Ans. 

    MVVM stands for Model-View-ViewModel, a design pattern that separates the UI from the business logic.

    • MVVM separates the UI (View) from the business logic (ViewModel) using a data-binding mechanism.

    • ViewModel retains data during configuration changes, ensuring that data is not lost when the device is rotated or the app is put in the background.

    • ViewModel survives configuration changes by being retained by the system, whil

  • Answered by AI
  • Q2. Android 14 changes?
  • Ans. 

    Android 14 introduced new features like improved privacy controls, enhanced performance, and updated APIs.

    • Improved privacy controls with more granular app permissions

    • Enhanced performance optimizations for smoother user experience

    • Updated APIs for developers to utilize new functionalities

    • Introduction of new security features to protect user data

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Output question on hoisting
  • Q2. Custom Reduce method of JS
  • Ans. 

    Custom reduce method in JavaScript allows for custom logic to be applied when reducing an array.

    • Custom reduce method can be implemented using a for loop to iterate over the array elements.

    • The custom logic can be defined within the reduce method to perform specific operations on each element.

    • The initial value for the accumulator can be provided as an argument to the custom reduce method.

    • Example: Implementing a custom re...

  • Answered by AI
  • Q3. Bracket validation code
  • Q4. React Native, Redux concept, Pure Functions, Pure Component vs React.memo, FlatList

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Ewfqfwqef fwqfqwfqwf fwqewqwfwf wfqfqwf
  • Q2. Fweeqw fweewqfqwf wfqwqe weqfwqfwqe
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Programming - print the first and last letter of words from a list alternatively
  • Ans. 

    Print the first and last letter of words from a list alternatively

    • Iterate through the list of words

    • For each word, print the first and last letter alternatively

  • Answered by AI
  • Q2. What is oop and oops concepts
  • Ans. 

    OOP stands for Object-Oriented Programming. OOPs concepts are the principles of OOP such as inheritance, encapsulation, polymorphism, and abstraction.

    • OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs concepts include inheritance, where a class can inherit properties and behavior from another class.

    • Encapsulation is the bund...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Mid level coding test

Round 3 - Technical 

(1 Question)

  • Q1. DSA question like array linked list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mvvm how it handle configuration changes ?
  • Ans. 

    MVVM stands for Model-View-ViewModel, a design pattern that separates the UI from the business logic.

    • MVVM separates the UI (View) from the business logic (ViewModel) using a data-binding mechanism.

    • ViewModel retains data during configuration changes, ensuring that data is not lost when the device is rotated or the app is put in the background.

    • ViewModel survives configuration changes by being retained by the system, whil

  • Answered by AI
  • Q2. Android 14 changes?
  • Ans. 

    Android 14 introduced new features like improved privacy controls, enhanced performance, and updated APIs.

    • Improved privacy controls with more granular app permissions

    • Enhanced performance optimizations for smoother user experience

    • Updated APIs for developers to utilize new functionalities

    • Introduction of new security features to protect user data

  • Answered by AI

Skills evaluated in this interview

ACT Fibernet Interview FAQs

How many rounds are there in ACT Fibernet Android Developer interview?
ACT Fibernet interview process usually has 1 rounds. The most common rounds in the ACT Fibernet interview process are Technical.
How to prepare for ACT Fibernet 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 ACT Fibernet. The most common topics and skills that interviewers at ACT Fibernet expect are Android SDK, Fabric, SOAP and Ott.
What are the top questions asked in ACT Fibernet Android Developer interview?

Some of the top questions asked at the ACT Fibernet Android Developer interview -

  1. What is lean back launcher in...read more
  2. how Dpad click events wo...read more

Tell us how to improve this page.

ACT Fibernet Android Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.7k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 412 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
AT&T Interview Questions
4.1
 • 54 Interviews
View all
Network Engineer
1.1k salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

Senior Network Engineer
565 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Senior Executive
322 salaries
unlock blur

₹1.9 L/yr - ₹6.2 L/yr

Team Lead
287 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Sales Executive
210 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare ACT Fibernet with

Hathway

3.5
Compare

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Tata Play Fiber

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