Upload Button Icon Add office photos
Engaged Employer

i

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

NexTurn Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NexTurn Software Developer Interview Questions and Answers

Updated 23 Oct 2024

NexTurn Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Interview questions from similar companies

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

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

Round 1 - Coding Test 

What is OOPS concepts?

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 Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked about technologies and coding
  • Q2. Components in reactjs
  • Ans. 

    Reactjs components are reusable, independent pieces of UI that can be composed together to build complex user interfaces.

    • Components are the building blocks of a React application

    • They can be class components or functional components

    • Components can have their own state and lifecycle methods

    • Components can be nested within other components to create a hierarchy

    • Examples: Button component, Navbar component, UserList component

  • Answered by AI
  • Q3. Given url to fetch data from api
  • Ans. 

    Use the url to make a request to the API and fetch data.

    • Use a library like axios or fetch to make the HTTP request.

    • Parse the response data to extract the necessary information.

    • Handle any errors that may occur during the request.

  • Answered by AI
  • Q4. Cloud related scenerio questions

Skills evaluated in this interview

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 Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write delete query in Mongodb
  • Ans. 

    Delete query in MongoDB removes documents from a collection based on specified criteria.

    • Use the 'deleteMany' method to delete multiple documents matching a filter

    • Use the 'deleteOne' method to delete a single document matching a filter

    • Specify the filter criteria to identify the documents to be deleted

  • Answered by AI
  • Q2. Explain Java oops concepts
  • Ans. 

    Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation details and only shows the necessary features to

  • Answered by AI
  • Q3. Asked about Java development

Interview Preparation Tips

Interview preparation tips for other job seekers - Make good in one field

Skills evaluated in this interview

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

Contains linear and non linear data structures deep knowledge of trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Able to do dry run on page
  • Ans. 

    Dry run on a page involves testing the code without actually executing it.

    • Dry run involves walking through the code manually to check for errors

    • Helps in identifying logic errors before actual execution

    • Commonly used in debugging and testing code

  • Answered by AI
Interview experience
1
Bad
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 - HR 

(2 Questions)

  • Q1. What is your current salary
  • Ans. 

    I am unable to provide my current salary.

    • I am unable to disclose my current salary due to confidentiality agreements.

    • My current salary is subject to a non-disclosure agreement.

    • I prefer not to discuss my current salary during the interview process.

  • Answered by AI
  • Q2. What is your experience
  • Ans. 

    I have 5 years of experience as a Software Developer.

    • Developed web applications using HTML, CSS, and JavaScript.

    • Worked with various programming languages such as Java, C++, and Python.

    • Experience in database management with SQL and NoSQL.

    • Familiar with Agile development methodologies.

    • Collaborated with cross-functional teams to deliver high-quality software solutions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have no clients, first they will hire you since there is no active client/opportunities you won't be able to perform because of that, then they will start question your performance and once you will complete your probation they will indirectly ask you to leave the company.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Design and implement a least recently used (LRU) cache mechanism that supports `get` and `put` operations.

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

I applied via Job Portal and was interviewed before Nov 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Regarding the Past Projects, mine were with Firebase and Flutter.
  • Q2. Medium DSA questions for Array and String and Flutter

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Flutter
  • firebase
  • Node.Js

NexTurn Interview FAQs

How many rounds are there in NexTurn Software Developer interview?
NexTurn interview process usually has 3 rounds. The most common rounds in the NexTurn interview process are Aptitude Test, Coding Test and Technical.

Tell us how to improve this page.

NexTurn Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
NexTurn Software Developer Salary
based on 4 salaries
₹6 L/yr - ₹8 L/yr
18% less than the average Software Developer Salary in India
View more details

NexTurn Software Developer Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

2.9

Salary

2.9

Job security

3.7

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Data Engineer
8 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Devops Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹11.5 L/yr

Software Engineer
5 salaries
unlock blur

₹5.5 L/yr - ₹6 L/yr

Java Developer
5 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Cloud Engineer
5 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare NexTurn with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

3.3
Compare

Reliance Industries

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