Upload Button Icon Add office photos

Filter interviews by

INCREFF SDE Interview Questions and Answers

Updated 2 Nov 2024

INCREFF SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The test is moderate

Round 2 - Case Study 

Case study of vending machine

Interview Preparation Tips

Interview preparation tips for other job seekers - its good

Interview questions from similar companies

SDE Interview Questions & Answers

DotPe user image Anonymous

posted on 3 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL join question
  • Q2. House robber, circular list
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find duplicates and remove from linked list.
  • Ans. 

    Remove duplicates from a linked list

    • Traverse the linked list and keep track of seen values using a hash set

    • If a value is already in the hash set, remove the duplicate node

    • Update the next pointers accordingly

  • Answered by AI
  • Q2. Check IP address is in valid format or not
  • Ans. 

    Validate if an IP address is in a valid format

    • Split the IP address into 4 parts using the dot as a delimiter

    • Check if each part is a number between 0 and 255

    • Ensure there are exactly 4 parts in the IP address

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two easy to medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them.

    • Create a new string to store the reversed string

    • Iterate through the original string from end to start

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. First and last occurrence of an element in a sorted array
  • Ans. 

    Find the first and last occurrence of an element in a sorted array.

    • Use binary search to find the first occurrence of the element.

    • Modify binary search to find the last occurrence of the element.

    • Handle cases where the element is not found in the array.

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Pocket FM user image Laksh Sadhwani

posted on 29 Jul 2024

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

It was for 1 hr.
Rearrange a linked list with numbers such that odd numbers come first, followed by even number order being maintained.
Was asked question on golang (pointers question) and sql - this was based on my resume.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries using join and group by clause
  • Ans. 

    SQL queries using join and group by clause

    • Use JOIN to combine rows from two or more tables based on a related column between them

    • Use GROUP BY to group rows that have the same values into summary rows

    • Example: SELECT orders.order_id, customers.customer_name, SUM(order_details.quantity) FROM orders JOIN customers ON orders.customer_id = customers.customer_id JOIN order_details ON orders.order_id = order_details.order_id G

  • Answered by AI
  • Q2. Was asked about behavioral design patterns in system design and solid principles

Skills evaluated in this interview

Merchandiser Interview Questions & Answers

CRED user image Abhay Sharma

posted on 24 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions. Mental programming. Basic problem solving. Geometric questions

Round 2 - Coding Test 

Reverse a linked list, Graph related questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions related to architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Basics should be strong. Take it easy.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What's your name and qualifications
  • Q2. What are your hobby areas

Interview Preparation Tips

Interview preparation tips for other job seekers - Would like to advice is keep going the same give your best and true answers you get asked in questions never loose hope have a great confidence and enthusiasm to get what you desire and keep hustling
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Sep 2022. 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 

(5 Questions)

  • Q1. What do you know about company
  • Q2. Tell me something about youself
  • Q3. They ask in details about your job process
  • Q4. What do you know about recruitment
  • Q5. What are the portals you have used for hiring

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company, worst people.
Go for any other company.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

30 min exam online test with easy and medium leetcode questions. Precisely Bulls and Cow problem and remove K digits leetcode questions

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Normal interview 

(2 Questions)

  • Q1. What is your strength and weakness? What are the major qualities that a HR manager require?
  • Q2. How you manage pressure?
Round 2 - Assignment 

Upload details on LinkedIn that you are a part of CHT and connect with the leaders

Round 3 - Assignment 

We made a power point presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe hard work make effort and get the success . If you work today then you'll soon reach to your destination.

I applied via Walk-in and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself.
  • Q2. Why do you want a position in HR specifically.

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and be yourself. interview process was smooth and quick. Questions were asked to know the skills of candidates rather than to annoy or make them stuck with the conversational flow.

INCREFF Interview FAQs

How many rounds are there in INCREFF SDE interview?
INCREFF interview process usually has 2 rounds. The most common rounds in the INCREFF interview process are Coding Test and Case Study.

Tell us how to improve this page.

INCREFF SDE Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

SDE Interview Questions from Similar Companies

Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Myntra SDE Interview Questions
4.0
 • 3 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Snapdeal SDE Interview Questions
3.8
 • 1 Interview
DotPe SDE Interview Questions
3.2
 • 1 Interview
View all
INCREFF SDE Salary
based on 4 salaries
₹12 L/yr - ₹20.3 L/yr
23% less than the average SDE Salary in India
View more details

INCREFF SDE Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

2.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Business Analyst
36 salaries
unlock blur

₹6.6 L/yr - ₹10.7 L/yr

Software Engineer
25 salaries
unlock blur

₹9 L/yr - ₹22.8 L/yr

Software Developer
25 salaries
unlock blur

₹10.5 L/yr - ₹23 L/yr

Software Development Engineer
25 salaries
unlock blur

₹12 L/yr - ₹22.8 L/yr

Sde1
16 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
Compare INCREFF with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Shopclues

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