Upload Button Icon Add office photos

Filter interviews by

NexEver Interview Questions and Answers

Updated 1 Apr 2025
Popular Designations

9 Interview questions

A HR Manager was asked 2mo ago
Q. What are HR policies?
Ans. 

HR policies are formal guidelines that govern employee management and organizational behavior within a company.

  • Establish clear expectations for employee behavior, such as a code of conduct.

  • Outline procedures for recruitment, onboarding, and training new employees.

  • Define compensation and benefits structures, including salary ranges and health insurance options.

  • Provide guidelines for performance evaluations and prom...

View all HR Manager interview questions
A Flutter Developer was asked 2mo ago
Q. Why is Flutter preferred over other mobile app development tools?
Ans. 

Flutter is a versatile UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

  • Single Codebase: Flutter allows developers to write one codebase for both iOS and Android, significantly reducing development time and effort.

  • Hot Reload: This feature enables developers to see changes in real-time without restarting the app, enhancing productivity during development.

  • Ric...

View all Flutter Developer interview questions
A Flutter Developer was asked 2mo ago
Q. What is Dart?
Ans. 

Dart is an open-source, general-purpose programming language optimized for building mobile, desktop, and web applications.

  • Developed by Google, Dart is the primary language for Flutter development.

  • It supports both Just-In-Time (JIT) and Ahead-Of-Time (AOT) compilation.

  • Dart is object-oriented, with a syntax similar to Java and JavaScript.

  • It features strong typing, which helps catch errors at compile time.

  • Dart includ...

View all Flutter Developer interview questions
A Software Developer was asked 2mo ago
Q. What are some features of Object-Oriented Programming (OOP)?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on objects that encapsulate data and behavior.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class based on an existing class, inheriting its attributes and methods (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the sam...

View all Software Developer interview questions
A Software Developer was asked 2mo ago
Q. What are the different types of loops in PHP, and how are they used?
Ans. 

PHP supports several loop types: for, while, do-while, and foreach, each serving different iteration needs.

  • for loop: Used when the number of iterations is known. Example: `for ($i = 0; $i < 10; $i++) { echo $i; }`

  • while loop: Continues until a condition is false. Example: `while ($i < 10) { echo $i; $i++; }`

  • do-while loop: Executes at least once before checking the condition. Example: `do { echo $i; $i++; } wh...

View all Software Developer interview questions
A Flutter Developer was asked 6mo ago
Q. What is your qualification?
Ans. 

I have a Bachelor's degree in Computer Science and 3 years of experience in Flutter development.

  • Bachelor's degree in Computer Science

  • 3 years of experience in Flutter development

View all Flutter Developer interview questions
A Flutter Developer was asked 6mo ago
Q. What is GetX in Flutter?
Ans. 

GetX is a lightweight Flutter package for state management, navigation, and dependency injection.

  • GetX simplifies state management by using reactive programming.

  • It provides a simple way to handle navigation without using context.

  • GetX also offers dependency injection for managing dependencies in Flutter applications.

View all Flutter Developer interview questions
Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Flutter Developer was asked 6mo ago
Q. What is Flutter?
Ans. 

Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

  • Developed by Google

  • Uses Dart programming language

  • Hot reload feature for quick development

  • Supports iOS, Android, Web, and Desktop platforms

View all Flutter Developer interview questions
An UI UX and Graphic Designer was asked 2mo ago
Q. Tools and technology used for the design
Ans. 

Designers utilize various tools for UI/UX and graphic design to enhance creativity and streamline workflows.

  • Adobe Creative Suite (Photoshop, Illustrator, XD) for graphic design and prototyping.

  • Figma for collaborative UI design and prototyping.

  • Sketch for vector graphics and interface design.

  • InVision for creating interactive prototypes and user testing.

  • Adobe After Effects for motion graphics and animations.

View all UI UX and Graphic Designer interview questions

NexEver Interview Experiences

10 interviews found

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

(2 Questions)

  • Q1. What is flutter
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Developed by Google

    • Uses Dart programming language

    • Hot reload feature for quick development

    • Supports iOS, Android, Web, and Desktop platforms

  • Answered by AI
  • Q2. What is getx in flutter
  • Ans. 

    GetX is a lightweight Flutter package for state management, navigation, and dependency injection.

    • GetX simplifies state management by using reactive programming.

    • It provides a simple way to handle navigation without using context.

    • GetX also offers dependency injection for managing dependencies in Flutter applications.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Flutter developers.

    • I have X years of experience in Flutter development.

    • I have worked on projects involving XYZ technologies.

    • I have researched the market rate for Flutter developers in this region.

    • I am open to negotiation based on the overall compensation package.

  • Answered by AI
  • Q2. What your qualifictaion
  • Ans. 

    I have a Bachelor's degree in Computer Science and 3 years of experience in Flutter development.

    • Bachelor's degree in Computer Science

    • 3 years of experience in Flutter development

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. IT related questions was asked
  • Q2. Server related and securirt risks

Interview Preparation Tips

Interview preparation tips for other job seekers - Must try at nexever to got great knowlegde.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. IOS basic questions
  • Q2. XCode related questions

QA Engineer Interview Questions & Answers

user image Haru Okaniwa

posted on 10 Dec 2024

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

(1 Question)

  • Q1. Situtational Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Best IT company highly recommended. I got alot of knowlegde so Thank you nexever for this oppertunity
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are the different types of loops in PHP, and how are they used?
  • Ans. 

    PHP supports several loop types: for, while, do-while, and foreach, each serving different iteration needs.

    • for loop: Used when the number of iterations is known. Example: `for ($i = 0; $i < 10; $i++) { echo $i; }`

    • while loop: Continues until a condition is false. Example: `while ($i < 10) { echo $i; $i++; }`

    • do-while loop: Executes at least once before checking the condition. Example: `do { echo $i; $i++; } while (...

  • Answered by AI
  • Q2. What are some features of Object-Oriented Programming (OOP)?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on objects that encapsulate data and behavior.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class based on an existing class, inheriting its attributes and methods (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same int...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Why is flutter preferred over other mobile app developing tools?
  • Ans. 

    Flutter is a versatile UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Single Codebase: Flutter allows developers to write one codebase for both iOS and Android, significantly reducing development time and effort.

    • Hot Reload: This feature enables developers to see changes in real-time without restarting the app, enhancing productivity during development.

    • Rich Wid...

  • Answered by AI
  • Q2. What are package and plugins in Flutter
  • Ans. 

    Packages are reusable code libraries, while plugins provide access to native device features in Flutter apps.

    • Packages are collections of Dart code that can be reused across multiple projects.

    • Plugins are a special type of package that includes platform-specific code to access native features.

    • Example of a package: 'http' for making network requests.

    • Example of a plugin: 'camera' for accessing the device's camera functiona...

  • Answered by AI

HR Manager Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are HR policies?
  • Ans. 

    HR policies are formal guidelines that govern employee management and organizational behavior within a company.

    • Establish clear expectations for employee behavior, such as a code of conduct.

    • Outline procedures for recruitment, onboarding, and training new employees.

    • Define compensation and benefits structures, including salary ranges and health insurance options.

    • Provide guidelines for performance evaluations and promotion...

  • Answered by AI
  • Q2. Compensation & Benefits
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Face to face interaction 

(2 Questions)

  • Q1. Work experience
  • Q2. Salary expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Design Process and research method
  • Q2. Tools and technology used for the design
  • Ans. 

    Designers utilize various tools for UI/UX and graphic design to enhance creativity and streamline workflows.

    • Adobe Creative Suite (Photoshop, Illustrator, XD) for graphic design and prototyping.

    • Figma for collaborative UI design and prototyping.

    • Sketch for vector graphics and interface design.

    • InVision for creating interactive prototypes and user testing.

    • Adobe After Effects for motion graphics and animations.

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is flutter
  • Ans. 

    Flutter is an open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Cross-platform development: Write once, run on iOS, Android, web, and desktop.

    • Widgets: Flutter uses a rich set of pre-designed widgets for UI components, like buttons and text fields.

    • Hot reload: Allows developers to see changes in real-time without restarting the app.

    • Dart language: Flutte...

  • Answered by AI
  • Q2. What is dart
  • Ans. 

    Dart is an open-source, general-purpose programming language optimized for building mobile, desktop, and web applications.

    • Developed by Google, Dart is the primary language for Flutter development.

    • It supports both Just-In-Time (JIT) and Ahead-Of-Time (AOT) compilation.

    • Dart is object-oriented, with a syntax similar to Java and JavaScript.

    • It features strong typing, which helps catch errors at compile time.

    • Dart includes a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NexEver?
Ask anonymously on communities.

NexEver Interview FAQs

How many rounds are there in NexEver interview?
NexEver interview process usually has 1-2 rounds. The most common rounds in the NexEver interview process are Technical and HR.
How to prepare for NexEver 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 NexEver. The most common topics and skills that interviewers at NexEver expect are HTML, JSON, Javascript, MySQL and JQuery.
What are the top questions asked in NexEver interview?

Some of the top questions asked at the NexEver interview -

  1. What are the different types of loops in PHP, and how are they us...read more
  2. What are some features of Object-Oriented Programming (OO...read more
  3. Why is flutter preferred over other mobile app developing too...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 13 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

NexEver Reviews and Ratings

based on 15 reviews

4.4/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.5

Job security

4.6

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 15 Reviews and Ratings
Linux Server Administrator
5 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Flutter Developer
5 salaries
unlock blur

₹3.7 L/yr - ₹5 L/yr

IOS Developer
4 salaries
unlock blur

₹3.8 L/yr - ₹4.1 L/yr

PHP Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹1.8 L/yr

Explore more salaries
Compare NexEver with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview