Upload Button Icon Add office photos

Filter interviews by

nference Full Stack Developer Interview Questions and Answers

Updated 20 Jan 2025

nference Full Stack 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 Job Portal and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on react, solving a problem on code sandbox
Round 2 - One-on-one 

(1 Question)

  • Q1. Backend tech questions, few coding problems, normal difficulty
Round 3 - One-on-one 

(1 Question)

  • Q1. With India head, general discussion

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

They given one assignment in 5hrs,happens in Google meet.I.had done this and selected for next round

Round 2 - Technical 

(1 Question)

  • Q1. Useless to mention here

Interview Preparation Tips

Interview preparation tips for other job seekers - They told that second round was my last round of interview..after clearing that they told me to come to office for recieving offer letter..after reaching to the office again they started technical interview and they didn't informed to bring any laptop and all..I had called to hr before that for confirmation about bringing of laptop,still they told not required

After interview started interviewer asked that open your laptop, amazing 😍 interview that was..
Please get clear info before going to interview process..
Provide clear info about the interview.rounds...or else don't waste the time of candidates.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Callbacks ?
  • Ans. 

    Callbacks are functions passed as arguments to other functions, to be executed later.

    • Callbacks are commonly used in asynchronous programming to handle events or responses.

    • They allow for functions to be executed after another function has finished.

    • Callbacks can be used to achieve better modularity and reusability in code.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed a

  • Answered by AI
  • Q2. Some backend questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Explain primary key in dbms
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures data integrity and helps in faster data retrieval.

    • It cannot have null values and must be unique for each record.

    • It can be a single column or a combination of columns.

    • Examples of primary keys are social security number, email address, etc.

  • Answered by AI
  • Q2. Memory management concept names in os
  • Ans. 

    Memory management concepts in OS

    • Virtual memory

    • Page replacement algorithms

    • Memory allocation

    • Memory protection

    • Swapping

    • Fragmentation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do more job specific study, work, by plan, do more

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Round 2 was a technical interview conducted on Google meet. The interviewer was so much friendly.

Introduce yourself.
Explain your project (as it was mentioned in my resume).
Asked a few questions about my projects, I answered all of them, and he appreciated that.
Questions on os cn dbms and oops followed by 2 data structures problem
Also questions about javascript, typescript, css and html.

  • Q1. 

    Find Indices for Local Minima and Maxima

    Given an integer array arr of size N, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...

  • Ans. 

    The task is to find and return the indices of local minima and local maxima in the given array.

    • Iterate through the array and compare each element with its neighbors to determine if it is a local minima or maxima.

    • Consider corner elements separately by comparing them with only one neighbor.

    • Store the indices of local minima and maxima in separate lists.

    • If there are no local minima or maxima, return -1 as the only row elem

  • Answered by AI
  • Q2. 

    Rotational Equivalence of Strings Problem Statement

    Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any num...

  • Ans. 

    The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.

    • Check if the lengths of the two strings are equal. If not, return 0.

    • Concatenate the first string with itself and check if the second string is a substring of the concatenated string.

    • If the second string is a substring, return 1. Otherwise, return 0.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

I was asked to explain my project and the difficulties I faced while implementing it followed by 2 coding questions.
Interviewer was very senior this time but helped me a lot during the process. Asked some sql queries like to find count of the books by their category had to use group by.

  • Q1. 

    Minimum Jumps Problem Statement

    Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...

  • Ans. 

    This question asks for the minimum number of trampoline jumps a person needs to make in order to reach the last shop in a mall.

    • The shops in the mall are laid out in a straight line and each shop has a constant value representing the maximum distance it can be jumped to.

    • The person starts at shop 0 and wants to reach the last shop, shop N-1.

    • If it is impossible to reach the last shop, the function should return -1.

    • The fun...

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Asked me Tell me something about myself. She also described the way ZopSmart does business.

Interview Preparation Tips

Eligibility criteriaabove 7 CGPA CSE IT ECE branch onlyZopSmart interview preparation:Topics to prepare for the interview - data structures, oops, algorithms, dbms, sql, computer networksTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : practice previous questions
Tip 2 : attend mock interviews
Tip 3 : make your resume with good projects

Application resume tips for other job seekers

Tip 1 : make it short and attractive
Tip 2 : mention only your top 2 or 3 projects

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Logical programs

Round 2 - Technical 

(4 Questions)

  • Q1. Explain laravel Structure
  • Q2. Database migration
  • Q3. What is indexing in database
  • Q4. What is controller ,What is Route
Round 3 - HR 

(2 Questions)

  • Q1. Why you leave your previous Company
  • Q2. What is your role in previous company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

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

Logical reasoning, problem solving

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is more important
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.

nference Interview FAQs

How many rounds are there in nference Full Stack Developer interview?
nference interview process usually has 3 rounds. The most common rounds in the nference interview process are One-on-one Round and Technical.
How to prepare for nference Full Stack Developer 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 nference. The most common topics and skills that interviewers at nference expect are Front End, GIT, Graphics, Javascript and Kafka.
What are the top questions asked in nference Full Stack Developer interview?

Some of the top questions asked at the nference Full Stack Developer interview -

  1. questions on react, solving a problem on code sand...read more
  2. backend tech questions, few coding problems, normal difficu...read more
  3. with India head, general discuss...read more

Tell us how to improve this page.

nference Full Stack Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Practo Interview Questions
3.2
 • 74 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Winman Software Interview Questions
4.0
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
View all
Software Engineer
86 salaries
unlock blur

₹7 L/yr - ₹30 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹18.5 L/yr - ₹40 L/yr

Data Scientist
19 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Staff Engineer
11 salaries
unlock blur

₹38.5 L/yr - ₹60 L/yr

Senior Data Scientist
9 salaries
unlock blur

₹30 L/yr - ₹50 L/yr

Explore more salaries
Compare nference with

Innoplexus

4.0
Compare

SigTuple

4.3
Compare

Tricog Health Services

3.4
Compare

Niramai Health Analytix

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