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 Senior Software Engineer Interview Questions and Answers

Updated 27 May 2025

NexTurn Senior Software Engineer Interview Experiences

1 interview found

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Go Module?
  • Ans. 

    Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.

    • Introduced in Go 1.11 to manage dependencies more effectively.

    • Allows developers to define module dependencies in a 'go.mod' file.

    • Supports semantic versioning, making it easier to manage package versions.

    • Modules can be versioned, allowing for reproducible builds.

    • Example: 'module example.com/my/module'...

  • Answered by AI
  • Q2. What is difference between Goroutine and Thread.
  • Ans. 

    Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.

    • Goroutines are cheaper in terms of memory and resources compared to threads.

    • Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.

    • Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.

    • Threads require more overhead for creation and manag...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about NexTurn ?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. There was simple DSA question ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What challenges you are facing in this field of challenges?
  • Ans. 

    Keeping up with rapidly evolving technologies and frameworks.

    • Constantly learning new technologies and frameworks to stay relevant

    • Adapting to changing industry trends and best practices

    • Balancing the need to innovate with the need for stability and reliability

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

SQL, Python Coding intermediate questions

Round 2 - Coding Test 

Intermediate coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Policy Discussion and other perks provided by the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for SQL, Python and Pyspark as its a Data Engineering and Data Analytics organization
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of filters
  • Ans. 

    Types of filters include low-pass, high-pass, band-pass, and band-stop filters.

    • Low-pass filter allows frequencies below a certain cutoff frequency to pass through.

    • High-pass filter allows frequencies above a certain cutoff frequency to pass through.

    • Band-pass filter allows a specific range of frequencies to pass through.

    • Band-stop filter blocks a specific range of frequencies from passing through.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project Details
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on java collections

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting a given array
  • Ans. 

    Sorting a given array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for comparison

    • Use a comparator function to define the sorting order

  • Answered by AI
  • Q2. Database queries. Finding second, thrid highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find second, third highest salary

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

    • Use LIMIT 2,1 to get the third highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change jobs
  • Q2. Salary negotiations

Skills evaluated in this interview

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

I appeared for an interview in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What were the challenges faced during the project?
  • Ans. 

    The challenges faced during the project included tight deadlines, communication issues, and technical constraints.

    • Tight deadlines required efficient time management and prioritization of tasks.

    • Communication issues among team members led to misunderstandings and delays in decision-making.

    • Technical constraints such as limited resources or outdated technology hindered progress and required creative problem-solving.

    • Example...

  • Answered by AI
  • Q2. What are the standard coding practices in PHP?
  • Ans. 

    Standard coding practices in PHP include following PSR standards, using meaningful variable names, writing clean and readable code, and using proper indentation.

    • Follow PSR standards for coding consistency (e.g. PSR-1, PSR-2)

    • Use meaningful variable and function names for clarity

    • Write clean and readable code with proper indentation and formatting

    • Avoid using deprecated functions and features

    • Use comments to explain complex...

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8+ years of experience in developing and implementing software solutions.

    • Experienced in full stack development using languages such as Java, Python, and JavaScript.

    • Proficient in designing and implementing scalable and efficient algorithms.

    • Skilled in working with databases such as MySQL, MongoDB, and PostgreSQL.

    • Strong background in software architecture and design patterns.

    • Excellent ...

  • Answered by AI
Are these interview questions helpful?
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 were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?
  • Ans. 

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

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

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

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

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About all the testing concepts and python and robot automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Exp was great with Sungard, I said no to that questions for those I had no answer; and explained everything which I had knowledge about.
Total there were 4 round of interview, next round interview was harder than the last one.

I applied via Campus Placement and was interviewed before Oct 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 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers

NexTurn Interview FAQs

What are the top questions asked in NexTurn Senior Software Engineer interview?

Some of the top questions asked at the NexTurn Senior Software Engineer interview -

  1. What is difference between Goroutine and Thre...read more
  2. What is Go Modu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
NexTurn Senior Software Engineer Salary
based on 8 salaries
₹13.5 L/yr - ₹24.5 L/yr
12% more than the average Senior Software Engineer Salary in India
View more details

NexTurn Senior Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer
9 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹13.5 L/yr - ₹24.5 L/yr

Devops Engineer
7 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Software Engineer
6 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Java Developer
6 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare NexTurn with

JoulestoWatts Business Solutions

3.0
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.7
Compare

Innoplexus

4.0
Compare
write
Share an Interview