Upload Button Icon Add office photos

Filter interviews by

INCREFF Sde1 Interview Questions and Answers

Updated 26 Feb 2023

INCREFF Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal MCQ questions, mostly GATE type questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. A question about recursion.
  • Q2. Discussion about project and tech used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and clear. Focus on explaining your approach clearly while solving a problem rather than final output

Interview questions from similar companies

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 20 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops,DBMS,os,dsa, difference between pointers and references

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA very well
Don't ignore core computer subjects and all
Try standard problems of DSA atleast twice,can refer to strivers sde sheet

Sde1 Interview Questions & Answers

LimeRoad user image Anonymous

posted on 16 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Group anagrams , coin change problem
  • Ans. These are pretty basic questions from leetcode
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Subset sum to k
  • Ans. 

    Given an array of integers, determine if there is a subset that sums up to a given target value.

    • Use a recursive approach to explore all possible subsets

    • At each step, either include the current element or exclude it

    • If the target value is reached, return true

    • If all elements are exhausted and the target value is not reached, return false

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Discussion about work I did in previous org

Interview Preparation Tips

Topics to prepare for LimeRoad Sde1 interview:
  • DSA
  • System Design
  • Web Development
Interview preparation tips for other job seekers - DSA to intermediate level , system design for better opportunities.

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 29 Jul 2023

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 5 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 - Coding Test 

3 questions were asked. 1 easy 1 medium 1 hard

Round 3 - Coding Test 

One on one coding round. Basic easy to medium coding questions were asked

Round 4 - One-on-one 

(2 Questions)

  • Q1. Some coding questions and CS fundamentals were asked
  • Q2. Projects I had worked on in college
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode top 150 interview questions.

Sde1 Interview Questions & Answers

Flipkart user image Anonymous

posted on 24 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 DSA questions were there in the coding round

Round 2 - Technical 

(2 Questions)

  • Q1. DSA based question
  • Q2. DSA question medium level
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 HR of coding round, 2 problems asked. One on stack, one on DP.

Round 2 - Coding Test 

Machine coding round where LLD implementation of a cab booking system was asked.

Round 3 - Behavioral 

(2 Questions)

  • Q1. Past projects were discussed at length
  • Q2. Behavioural questions were asked

Sde1 Interview Questions & Answers

Paytm user image Anonymous

posted on 9 Dec 2022

I applied via Campus Placement

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 - Coding Test 

3 questions 1 is easy and 2 medium problems

Round 3 - Technical 

(2 Questions)

  • Q1. Check whether a linked list is palindrome
  • Ans. 

    Check if a linked list is palindrome

    • Traverse the linked list and push each element onto a stack

    • Traverse the linked list again and compare each element with the top of the stack

    • If all elements match, the linked list is a palindrome

  • Answered by AI
  • Q2. Diameter of a binary tree
  • Ans. 

    The diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively

    • Find the diameter of left and right subtrees

    • Compare the diameter of left and right subtrees and return the maximum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - follow gfg,leetcode.do problems in leetcode,coding ninjas.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Snapdeal user image Adithya H K Upadhya

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: An aptitude test which was followed by three rounds of technical interviews and finally the HR interview.

Round: HR Interview
Experience: Snapdeal offered placements for 5 students (3 from CS and 2 from IT).

General Tips: Be extremely well prepared for any company. Research about the company's profile extensively before the company's interview. HR panel always looks for candidates who are well aware of the company in order to measure the candidate's interest. Data structures are absolutely necessary for any company. Improve coding skills through frequent participation in competitive programming arena such as codeForces, codeChef, HackerEarth etc. "Software development job profile was offered to me.
Unnecessary and irrelevant questions are to be avoided. We should raise questions only if we have some genuine questions. However any question related to job profile or location preference could be raised. "
"It was very grueling and tiring at first but the sweet taste of placement makes it all worth it.
Placements are a turning point in everybody's career."
Skill Tips: Snapdeal is more focussed on Data structures and object oriented technology.
For data structures, online materials such as GeeksforGeeks are excellent and in case of OOPS concepts, stronghold in either C++ or java programming language is necessary.
Skills:
College Name: NIT Surathkal

I was interviewed before Apr 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

In the interview I was asked few puzzles and few coding problems.
In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms.

  • Q1. 

    Count Set Bits Problem Statement

    Given a positive integer N, find the total number of '1's in the binary representation of all the numbers from 1 to N.

    You should return the result modulo 109+7 as the co...

  • Ans. 

    Count the total number of set bits in the binary representation of numbers from 1 to N, modulo 10^9+7.

    • Iterate through numbers from 1 to N and count the set bits in their binary representation

    • Use bitwise operations to count set bits efficiently

    • Return the total count modulo 10^9+7 as the result

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest. 
I was asked some puzzles as well.

  • Q1. 

    Merge Two Sorted Arrays Problem Statement

    Given two sorted integer arrays ARR1 and ARR2 of size M and N, respectively, merge them into ARR1 as one sorted array. Assume that ARR1 has a size of M + N to hol...

  • Ans. 

    Merge two sorted arrays into one sorted array in place.

    • Iterate from the end of both arrays and compare elements to merge in place

    • Use two pointers to keep track of the current position in both arrays

    • Handle cases where one array is fully merged before the other

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASnapdeal interview preparation:Topics to prepare for the interview - SQL, Database, Aptitude, Data Structures, Algorithms, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions based on tree

Interview Preparation Tips

Round: Test
Experience: Keep your Calm
Tips: Practice matters
Duration: 90 minutes
Total Questions: 30

Round: Interview
Tips: They are not going to eat you.. they will help you out only...
So just go inside the interview room as some of your friends called you to ask some question..relax

Skills: Thinking Process
College Name: IIT GUWHATI

INCREFF Interview FAQs

How many rounds are there in INCREFF Sde1 interview?
INCREFF interview process usually has 3 rounds. The most common rounds in the INCREFF interview process are Coding Test, One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

INCREFF Sde1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
Pocket FM Interview Questions
2.8
 • 52 Interviews
View all
INCREFF Sde1 Salary
based on 16 salaries
₹12 L/yr - ₹18 L/yr
23% less than the average Sde1 Salary in India
View more details
Business Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare INCREFF with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Shopclues

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