Nextech interview experience Real time questions & tips from candidates to crack your interview

MERN Stack Developer

Nextech
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: React Js, C++, Java, NodeJs, JS, HTML
Tip
Tip

Tip 1 : Always have faith in yourself and never skip the basics
Tip 2 : Revising the concepts fastly from your notes which you made during prep helps a lot.
Tip 3 : Always be confident and be good at communication skills.

Application process
Where: Linkedin
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1 : Make 2 column resume.
Tip 2 : Please practice and be prepared for what you have written in your resume.

Interview rounds

01
Round
Easy
Assignment
Duration35 minutes
Interview date2 Feb 2022
Coding problem2

1. Last K Sized Group

Moderate
15m average time
85% success
0/80
Asked in companies
SAP LabsNextechFlipkart limited

You are given an array/list ‘ARR’ containing permutation from 1 to 'N' and an integer ‘K’. You have a binary string ‘S’ of size ‘N’ initialised to all zeroes. You perform ‘N’ operations on 'S' as follows:

In the ‘i-th’ operation, you set the ‘ARR[i]-th’ bit of ‘S’ to ‘1’. 

After performing each operation, you get a "group". A "group" of '1s', is a substring of all '1s' in 'S' which can not be extended to its left or right by adding '1s'.

You have to find the last operation when there was a group of size exactly 'K'. If the group of size 'K' was never present, then return -1.

Note :

Both 'ARR' and 'S' are 1 indexed. 
Problem approach

Tip 1 : Always give first brute force.
Tip 2 : Then move to optimized.
Tip 3 : Explain time complexity and space complexity.

Try solving now

2. Basic Calculator Il

Moderate
25m average time
75% success
0/80
Asked in companies
MicrosoftAmazonNextech

You are given a string ‘STR’, which represents an expression. Your task is to evaluate the value of the expression. The integer division should truncate toward zero.

For Example:
Consider STR = “3+2*2”
Using the BODMAS rule, the expression after evaluation gives 7. Hence, the answer is 7.
Try solving now
02
Round
Easy
Online Coding Interview
Duration35 minutes
Interview date3 Feb 2022
Coding problem1

1. OS Questions

What are semaphores?

What is GUI?

Explain demand paging?

What is thread in OS?

Problem approach

Tip 1 : Always be confident.
Tip 2 : Go through concepts pf core engineering subjects

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4782 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
1012 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6544 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3567 views
0 comments
0 upvotes