Upload Button Icon Add office photos
Engaged Employer

i

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

GadgEon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GadgEon Mobile Application Developer Interview Questions and Answers

Updated 2 Aug 2023

GadgEon Mobile Application Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 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 

(3 Questions)

  • Q1. Fundementals of dart and flutter
  • Q2. Data structure fundementals in dart
  • Ans. 

    Data structures in Dart are fundamental for organizing and manipulating data efficiently.

    • Dart provides built-in data structures like List, Set, and Map for storing and manipulating data.

    • List: Ordered collection of objects. Example: List numbers = [1, 2, 3];

    • Set: Unordered collection of unique objects. Example: Set names = {'Alice', 'Bob', 'Alice'};

    • Map: Key-value pairs for efficient data retrieval. Example: Map

  • Answered by AI
  • Q3. Work experience in using basic dart compontnts
  • Ans. 

    I have experience using basic dart components in mobile application development.

    • Experience with widgets like Text, Image, Button, etc.

    • Understanding of layout widgets like Row, Column, Container.

    • Knowledge of navigation widgets like Navigator, Routes.

    • Experience with state management using setState or Provider.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Experience in using application models
  • Ans. 

    Experience in using application models is essential for developing efficient and scalable mobile applications.

    • Understanding different application models such as MVC, MVVM, and MVP

    • Implementing application models to organize code and improve maintainability

    • Utilizing frameworks like React Native, Flutter, or Xamarin that follow specific application models

  • Answered by AI
  • Q2. Bloc and other statemanagement tools
Round 4 - HR 

(3 Questions)

  • Q1. Personal description
  • Q2. Educational background
  • Q3. Notice period and expected salary

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Sep 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Basic oops concepts C# questions
  • Q2. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process just your basics should be clear. Be you & explain it properly.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java OOPS concepts, Algorithms, Exception Handling

Interview Preparation Tips

Topics to prepare for Credera Senior Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Good company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. 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. Frontend angular and javascript questions
  • Q2. Life cycle hook Components Model Lazy loading Pipe Observable Promise
Round 3 - Coding Test 

Basic programming questions, like find the occurrence of the characters in a string

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some project related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Test English level
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOP concepts
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation: Objects hide their internal state and require interaction through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have mult...

  • Answered by AI
  • Q2. Questions related to previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of the basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

IN this section ask 60 aptitude qustion based on some computer science subject some qustions are on logic bulidng.

Round 2 - Coding Test 

In this round they give one DSA quation which one is solve in only 30 min. According to my the qustion was is easy.

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Percentages,Ratio,time,

Round 2 - Coding Test 

Arrays,Strings,Hashing,stacks

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Software Developer interview:
  • OOPS
  • DBMS
  • OS
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptiude test on their platform

Round 2 - Coding Test 

Coding question on array

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between map object and map
  • Ans. 

    Map object is an instance of Map class while map is a data structure that stores key-value pairs.

    • Map object is mutable while map is immutable

    • Map object can have any type of key while map keys are restricted to hashable types

    • Map object has methods like set(), get(), delete() while map has no such methods

    • Map object is used in object-oriented programming while map is used in functional programming

  • Answered by AI
  • Q2. Basically in the map object takes the input object and out put also return object but in the map takes input aray and return out put also aray

Interview Preparation Tips

Interview preparation tips for other job seekers - I think if any one read carefully some interview tips online questions and answers per day than easily crack

Skills evaluated in this interview

GadgEon Interview FAQs

How many rounds are there in GadgEon Mobile Application Developer interview?
GadgEon interview process usually has 4 rounds. The most common rounds in the GadgEon interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in GadgEon Mobile Application Developer interview?

Some of the top questions asked at the GadgEon Mobile Application Developer interview -

  1. Work experience in using basic dart compont...read more
  2. Data structure fundementals in d...read more
  3. Experience in using application mod...read more

Tell us how to improve this page.

GadgEon Mobile Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
2.9
 • 35 Interviews
View all
Senior Software Engineer
146 salaries
unlock blur

₹4.5 L/yr - ₹17.5 L/yr

Software Engineer
126 salaries
unlock blur

₹3.6 L/yr - ₹9.7 L/yr

Technical Lead
62 salaries
unlock blur

₹8.4 L/yr - ₹25 L/yr

Senior Test Engineer
34 salaries
unlock blur

₹5.2 L/yr - ₹13.8 L/yr

Software Developer
31 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Explore more salaries
Compare GadgEon with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

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