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

SDE - 1

Nadcab Technology
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I got a message through LinkedIn for the React Native Developer. 'Are you looking for a job in React Native?' I replied, 'Yes.' Then, HR proceeded with the interview and scheduled it.
Application story
I got a message through LinkedIn for the React Native Developer. Are you looking for a job in React Native; I replied, Yes. Then, HR moved through the interview and scheduled the interview.
Why selected/rejected for the role?
I was selected because I have done two projects in react-native from Scratch, and I have good concepts of JavaScript and programming skills.
Preparation
Duration: 2 months
Topics: 1.OOPS, 2.Data Structures, 3.DBMS, 4.Comptetive Coding, 5.Javscript
Tip
Tip

Tip 1 : Firstly we have to clear all basics of programming
Tip 2 : We have start with OOPs concept with real world examples
Tip 3 : We should make one project

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Mention 2 Project 
Tip 2 : Mention all key Skills you have

Interview rounds

01
Round
Medium
Video Call
Duration45 minutes
Interview date3 Mar 2023
Coding problem2

1. Valid String

Moderate
18m average time
85% success
0/80
Asked in companies
VisaAmazonArcesium

You have been given a string 'S' containing only three types of characters, i.e. '(', ')' and '*'.

A Valid String is defined as follows:

1. Any left parenthesis '(' must have a corresponding right parenthesis ')'.
2. Any right parenthesis ')' must have a corresponding left parenthesis '('.
3. Left parenthesis '(' must go before the corresponding right parenthesis ')'.
4. '*' could be treated as a single right parenthesis ')' or a single left parenthesis '(' or an empty string.
5. An empty string is also valid.

Your task is to find out whether the given string is a Valid String or not.

Try solving now

2. Largest Prime Factor

Easy
15m average time
85% success
0/40
Asked in companies
IntuitBarclaysPolicyBazaar.com

You are given a positive integer ‘n’. Your task is to find the largest prime factor of this given positive integer.

Note :
If there is no prime factor of a given integer, then print -1.
Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date6 Mar 2023
Coding problem2

1. Reverse The Array

Easy
15m average time
85% success
0/40
Asked in companies
GartnerInfo Edge India (Naukri.com)HCL Technologies

Given an array/list 'ARR' of integers and a position ‘M’. You have to reverse the array after that position.

Example:

We have an array ARR = {1, 2, 3, 4, 5, 6} and M = 3 , considering 0 
based indexing so the subarray {5, 6} will be reversed and our 
output array will be {1, 2, 3, 4, 6, 5}.
Try solving now

2. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
IBMQuikrMicrosoft

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date9 Mar 2023
Coding problem1

1. Basic HR Questions

Introduce yourself.

Why do you want to join us?

Who is your role model?

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 recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57824 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes