Upload Button Icon Add office photos

Filter interviews by

Nano Nino Android App Developer Interview Questions and Answers

Updated 4 Sep 2017

Nano Nino Android App Developer Interview Experiences

1 interview found

I was interviewed in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self?
  • Ans. 

    I am a passionate Android Application Developer with 5 years of experience in developing user-friendly and innovative mobile applications.

    • 5 years of experience in Android app development

    • Strong knowledge of Java and Kotlin programming languages

    • Experience with RESTful APIs and third-party libraries

    • Ability to work in a team and independently

    • Designed and developed a fitness tracking app using Google Fit API

  • Answered by AI
  • Q2. What you know about android?
  • Ans. 

    Android is an operating system developed by Google for mobile devices.

    • Android is based on the Linux kernel.

    • It provides a framework for building mobile applications.

    • Android applications are written in Java or Kotlin programming languages.

    • Android supports a wide range of hardware devices and screen sizes.

    • Google Play Store is the official app store for Android applications.

  • Answered by AI
  • Q3. What are the concepts you came across in android application development?
  • Ans. 

    Android application development concepts include activities, intents, layouts, fragments, services, and content providers.

    • Activities: Represent the UI and handle user interactions.

    • Intents: Enable communication between components.

    • Layouts: Define the structure and appearance of UI elements.

    • Fragments: Modular UI components for better UI design and reusability.

    • Services: Perform background tasks independently of UI.

    • Content ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was confident in all questions and answered all

Round: Test
Duration: 2 hours
Total Questions: 2

Skills: Language, Java Programming, Object Oriented Programming

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I was interviewed in Aug 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

180 mins test calculatogn

Round 3 - One-on-one 

(2 Questions)

  • Q1. OOPS questions
  • Q2. Design Pattern test
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 6 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 - Coding Test 

HackerRank Coding Test
- One Coding Question
- Technical MCQs
- 45 mins - 1 hr test

Round 3 - Technical 

(1 Question)

  • Q1. I Applied for JAVA, Springboot - All possible sequence combinations of a given String (Approach was important, I explained him the algo, My output was not accurate. But when he saw I was using Memoization,...
Round 4 - Technical 

(1 Question)

  • Q1. Director of Software Development took the interview. He asked me few system design questions. Mostly Rest API Related Questions. Scenario based design.
Round 5 - Behavioral 

(1 Question)

  • Q1. This is a very important and serious round. Head of HR India along with some other panel took the interview. - They have few ethical pillars of the company like leadership, agility, ownership etc. - They w...
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion & Negotiation

Interview Preparation Tips

Topics to prepare for Shell Recharge Solutions Senior Software Engineer interview:
  • Java
  • Spring Boot
  • System Design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
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. Exception handling, spring boot
  • Q2. Oops concepts, java streams
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic maths question

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What did you do, and how? This is only for experience candidate. Excel assessment will be from vlookup, shorting.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very easy process, I have gone through total 3 rounds of interviews process. First 2 round is general discussion in which they will Chek your problem solving skills, and how your approach to project. 3rd round is excel assessment which was very easy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

FInd 3 numbers in an array whose sum = k.

Round 2 - Technical 

(2 Questions)

  • Q1. Past projects I have worked on
  • Q2. Design a Elevator system
  • Ans. 

    Design an Elevator system for efficient vertical transportation

    • Consider the number of floors in the building

    • Implement a scheduling algorithm to optimize elevator movement

    • Include safety features such as emergency stop button

    • Allow for both manual and automatic operation

    • Consider peak hours and traffic flow in the building

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Starting from full form of SQL to RDBMS, CTE and some most common window functions, they asked everything. Questions were easy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

Nano Nino Interview FAQs

What are the top questions asked in Nano Nino Android App Developer interview?

Some of the top questions asked at the Nano Nino Android App Developer interview -

  1. What are the concepts you came across in android application developme...read more
  2. What you know about androi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Exotel Interview Questions
3.1
 • 12 Interviews
CyberArk Interview Questions
3.9
 • 12 Interviews
Narvar India Interview Questions
3.4
 • 11 Interviews
Vanenburg Interview Questions
3.9
 • 10 Interviews
PlanSource Interview Questions
3.7
 • 10 Interviews
Ivalua Interview Questions
3.8
 • 7 Interviews
View all

Nano Nino Android App Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Backend Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Application Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nano Nino with

Exotel

3.1
Compare

Azuga Telematics

3.4
Compare

Flixstock

3.1
Compare

Prometric Testing

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