Upload Button Icon Add office photos

Filter interviews by

AppyHigh Interview Questions and Answers

Updated 22 Oct 2024

AppyHigh Interview Experiences

Popular Designations

4 interviews found

ML intren Interview Questions & Answers

user image Ronit Ranjan Tripathy

posted on 22 Oct 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About projects I mentioned in the resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website 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 - One-on-one 

(3 Questions)

  • Q1. Project questions
  • Q2. Tech stack questions in project
  • Q3. General tech questions
Round 3 - Technical 

(2 Questions)

  • Q1. Mongoose queries
  • Q2. Mongodb questions and nodejs question

Interview Preparation Tips

Topics to prepare for AppyHigh Fullstack Developer Intern interview:
  • nextjs
  • react
  • express
  • mongoose
  • nodejs
Interview preparation tips for other job seekers - The first round was with SDE-1 and it was very easy for me and if your basics are clear it is not difficult at all.There was just discussion on projects and tech stack.
The second was with tech lead and it was kind of difficult and i thought it went bad for me but i was still chosen so i think they see your potential to grow as a factor as well.

Fullstack Developer Intern Interview Questions asked at other Companies

Q1. Shortest Path in an Unweighted Graph The city of Ninjaland is represented as an unweighted graph with houses and roads. There are 'N' houses numbered 1 to 'N', connected by 'M' bidirectional roads. A road connecting two houses 'X' and 'Y' a... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Cutshort and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions and qualification for screening round.
  • Q2. Aptitude test for the screening process.
Round 2 - Technical 

(3 Questions)

  • Q1. Explain MVVM Architecture and other architecture used in Android.
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers in Android development.

    • MVVM stands for Model-View-ViewModel.

    • Model represents the data and business logic.

    • View is the UI component that displays the data and interacts with the user.

    • ViewModel acts as a mediator between the Model and View, handling data operations and updating the UI.

    • Other architectures used in Android include MVP (Model-View

  • Answered by AI
  • Q2. Explain room database and queries, asked to design a database for an app.
  • Q3. Fragments & lifecycle, state management, and data sharing b/w fragments and activities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic skills in Kotlin, Multithreading, Coroutines, MVVM, Clean Architecture, and SOLID principles.

Skills evaluated in this interview

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
Add answer

I applied via Cutshort and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Some basic to medium problems...

Round 3 - Technical 

(1 Question)

  • Q1. Detailed questions about various topics of android development.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall difficulty is on easier side. Basic dsa knowledge and android concepts is needed

Android Developer Intern Interview Questions asked at other Companies

Q1. For Android What is Android life cycle? Difference b/w fragments and activities? What is api? What is services. What is intents.
View answer (1)

AppyHigh interview questions for popular designations

 Android Developer Intern

 (1)

 Fullstack Developer Intern

 (1)

 Senior Android Developer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Write a js code to reverse a string.
  • Ans. 

    Use JavaScript to reverse a given string.

    • Create a function that takes a string as input

    • Use the split(), reverse(), and join() methods to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a js code fizz bizz
  • Ans. 

    FizzBuzz is a common coding challenge where numbers divisible by 3 are replaced with 'Fizz', numbers divisible by 5 are replaced with 'Buzz', and numbers divisible by both are replaced with 'FizzBuzz'.

    • Create a loop to iterate through numbers 1 to 100

    • Use if statements to check if the number is divisible by 3, 5, or both

    • Replace the number with 'Fizz', 'Buzz', or 'FizzBuzz' accordingly

  • Answered by AI
  • Q3. Angular life cycle hooks
  • Q4. What is Dependency Injection in angular?
  • Ans. 

    Dependency Injection is a design pattern in which a class receives its dependencies from an external source rather than creating them itself.

    • In Angular, Dependency Injection is used to provide instances of services to components.

    • It helps in creating loosely coupled components, making the code more maintainable and testable.

    • Example: In Angular, you can inject services like HttpClient, Router, etc. into components using

  • Answered by AI
  • Q5. What are the Directives in angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to extend HTML with new attributes or elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI

Skills evaluated in this interview

Destination expert Interview Questions & Answers

TripFactory user image Anonymous

posted on 12 Apr 2024

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

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination

Interview Preparation Tips

Interview preparation tips for other job seekers - Need confidence, strong communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 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. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic Maths with topics like Time and Distance, Distribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and give your best as it matters
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. They asked based on your resume few excel questions also
  • Q2. They explained about their company
Round 3 - HR 

(1 Question)

  • Q1. About company little bit about project

Interview Preparation Tips

Interview preparation tips for other job seekers - get yourself up with high excel techniques
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself. Why do you know about NETAPS and 3D India Group? Hobbies? What type of career option you are looking?
  • Q2. Are you ready to work in flexible working module and can you decide and set your own target and can you give PowerPoint Presentation?
  • Ans. 

    Yes, I am ready to work in a flexible working module, set my own targets, and give PowerPoint presentations.

    • I am comfortable working in a flexible working module and have experience setting my own targets in previous roles.

    • I have strong presentation skills and am proficient in creating and delivering PowerPoint presentations.

    • I am self-motivated and can effectively manage my time to meet deadlines and achieve goals.

    • I am...

  • Answered by AI
  • Q3. What is salary expectation, Notice Period?
  • Q4. Can you give goal setting presentation??
  • Ans. 

    Yes, I can give a goal setting presentation.

    • Start by defining the overall objective or goal

    • Break down the goal into smaller, achievable targets

    • Set specific, measurable, attainable, relevant, and time-bound (SMART) goals

    • Create an action plan outlining steps to reach each goal

    • Track progress regularly and make adjustments as needed

    • Use visual aids and examples to illustrate key points

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Netaps Foundation Senior Corporate Sales Manager interview:
  • Excel Powerpoint
  • Email writing
  • Proposal Writing
  • Communication Skills
  • Public Speaking
  • Marketing
  • Team Handling
  • Team Management
  • Stakeholder Management
  • Recruitment
  • Franchisee Development
  • Vendor Development
  • Remote Support
  • Corporate Sales
  • Convincing Power
  • Telephone Handling
  • Human Resource Management
  • Govt Liasioning
  • Brand Management
  • Primary Market Research
  • Market Research
  • Profit Centre Operations
  • Branch Management
Interview preparation tips for other job seekers - All the prospective job seekers are suggested before going to attend interview -keep ready your PowerPoint, Video Making/Editing, Basic Graphic Design, Proposal writing, Email Writing and Phone Handling Etiquette skill.
In your PowerPoint show only those data -which you can deliver.
Make your presentation simple no unnecessary color. and font.

AppyHigh Interview FAQs

How many rounds are there in AppyHigh interview?
AppyHigh interview process usually has 2-3 rounds. The most common rounds in the AppyHigh interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for AppyHigh 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 AppyHigh. The most common topics and skills that interviewers at AppyHigh expect are Android, Photoshop, Android SDK, Illustrator and JSON.
What are the top questions asked in AppyHigh interview?

Some of the top questions asked at the AppyHigh interview -

  1. Explain MVVM Architecture and other architecture used in Andro...read more
  2. Explain room database and queries, asked to design a database for an a...read more
  3. Fragments & lifecycle, state management, and data sharing b/w fragments and act...read more

Tell us how to improve this page.

AppyHigh Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 514 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Innovaccer Interview Questions
3.4
 • 80 Interviews
Zenoti Interview Questions
3.0
 • 40 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
MindTickle Interview Questions
2.8
 • 21 Interviews
Chargebee Interview Questions
4.0
 • 16 Interviews
CleverTap Interview Questions
3.6
 • 15 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

AppyHigh Reviews and Ratings

based on 23 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.8

Salary

3.1

Job security

4.1

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 23 Reviews and Ratings
Senior Android Developer
8 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Product Manager
8 salaries
unlock blur

₹13 L/yr - ₹22 L/yr

Machine Learning Engineer
7 salaries
unlock blur

₹10 L/yr - ₹10.9 L/yr

Android Developer
6 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Visual Designer
6 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare AppyHigh with

Innovaccer

3.4
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

Druva

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