Upload Button Icon Add office photos

Filter interviews by

INCREFF Interview Questions and Answers for Experienced

Updated 2 Nov 2024

INCREFF Interview Experiences for Experienced

Popular Designations

5 interviews 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

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

Be smart and answer most of questions.

Round 3 - Group Discussion 

Prepare about yourself and your work.

Round 4 - One-on-one 

(1 Question)

  • Q1. Prepare about Who you are and what do you do?

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (50)

I applied via Approached by Company and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

A test for pre screening by some third party, the link gets send and you do it

Round 3 - Technical 

(1 Question)

  • Q1. Some basic to do's on what you have done in the past, basic testing on that
Round 4 - One-on-one 

(1 Question)

  • Q1. Two more rounds around the same things which you have done earlier

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy a process. Anyone can get through, though that should be the case the complexity can be reduced it's useless, they hire based on anything isn't much of a game

Inside Sales Representative Interview Questions asked at other Companies

Q1. What would you do if the customer is not interested in your call.
View answer (1)

SDR Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2022

I applied via Approached by Company and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why increff , why increff
  • Q2. Did basic research and mugged up such basic questions from internet

Interview Preparation Tips

Interview preparation tips for other job seekers - Was pretty basic interview with all those same questions ever

INCREFF interview questions for popular designations

 Software Developer

 (8)

 Business Analyst

 (4)

 Consultant

 (1)

 Data Engineer

 (1)

 Inside Sales Representative

 (1)

 Legal Executive

 (1)

 QA Engineer

 (1)

 Quality Assurance

 (1)

I was interviewed in Dec 2021.

Interview Questionnaire 

1 Question

  • Q1. SQL ( easy to moderate difficulty ), how different operators work, work experience based questions, conceptual questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - While solving the given question, try to explain what you are thinking, it helps.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Interview questions from similar companies

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

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

Round 1 - Coding Test 

3 questions, 1 hour. Questions mostly on DP, Graphs and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Pollfill for Promise Function
  • Ans. 

    Pollfill is a function that returns a promise which resolves when a condition is met.

    • Pollfill function should return a promise

    • The promise should resolve when a specific condition is met

    • Use polling mechanism to check the condition at regular intervals

  • Answered by AI
  • Q2. Difference between throttling and Debouncing
  • Ans. 

    Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.

    • Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.

    • Debouncing waits for a specified amount of time to pass after the last time a function was calle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Basics well

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What’s your experience in collections
  • Q2. What’s your experience in team handling
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is string contant pool?
  • Ans. 

    String constant pool is a memory area in Java where unique string literals are stored to optimize memory usage.

    • String constant pool is a part of the Java heap memory.

    • It stores unique string literals to avoid duplicate storage.

    • Strings created using double quotes are stored in the string constant pool.

    • Strings created using new keyword are stored in the heap memory.

  • Answered by AI
  • Q2. Can we create object for abstract classes and interfaces?
  • Ans. 

    Yes, we can create object for abstract classes and interfaces in Java.

    • Objects cannot be created for abstract classes directly, but can be created for concrete subclasses that extend the abstract class.

    • Interfaces cannot be instantiated, but objects can be created for classes that implement the interface.

    • Example: Abstract class Animal { abstract void makeSound(); } Class Dog extends Animal { void makeSound() { System.out...

  • Answered by AI
  • Q3. What is the keyword used in interface if we want concreate method?
  • Ans. 

    The keyword used in interface for concrete method is 'default'.

    • The 'default' keyword is used in interfaces to provide a default implementation for a method.

    • It allows interfaces to have concrete methods without requiring implementing classes to override them.

    • Example: 'default void methodName() { // method implementation }'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on core java concepts.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude Questions

Round 2 - Technical 

(3 Questions)

  • Q1. Queries on SQL, Basic Statistic Question related to normal curve, Basic Python question(from python interview question list of any website)
  • Q2. Shape of normal Distribution
  • Ans. 

    The shape of a normal distribution is bell-shaped and symmetrical.

    • A normal distribution has a peak at the mean and tails that extend to infinity in both directions.

    • The distribution is symmetrical, meaning that the left and right halves mirror each other.

    • The standard deviation determines the spread or width of the distribution.

    • Many natural phenomena and measurements in various fields follow a normal distribution.

    • Example...

  • Answered by AI
  • Q3. Valuess of mean median and mode
  • Ans. 

    Mean, median, and mode are measures of central tendency in statistics.

    • Mean is the average of a set of numbers, calculated by summing all the values and dividing by the total count.

    • Median is the middle value in a sorted list of numbers. If there is an even number of values, it is the average of the two middle values.

    • Mode is the value that appears most frequently in a set of numbers. It can be a single value or multiple

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion round with ceo and about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL upto Advanced level
Then basics of python and Statistics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 4 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 - Assignment 

I have given an assignment which i had to complete within 24 hours

Round 3 - One-on-one 

(3 Questions)

  • Q1. It was about that assignment i was completed with the Seniors
  • Q2. Which software i used
  • Ans. 

    I have used various video editing software including Adobe Premiere Pro, Final Cut Pro, and Avid Media Composer.

    • Adobe Premiere Pro

    • Final Cut Pro

    • Avid Media Composer

  • Answered by AI
  • Q3. Which files i had used in the assignment
  • Ans. 

    I used a variety of files in the assignment, including video footage, audio files, and graphics.

    • Video footage

    • Audio files

    • Graphics

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. It was the final round

INCREFF Interview FAQs

How many rounds are there in INCREFF interview for experienced candidates?
INCREFF interview process for experienced candidates usually has 3 rounds. The most common rounds in the INCREFF interview process for experienced candidates are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for INCREFF interview for experienced candidates?
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 INCREFF. The most common topics and skills that interviewers at INCREFF expect are Java, Python, Automation, Excel and SQL.
What are the top questions asked in INCREFF interview for experienced candidates?

Some of the top questions asked at the INCREFF interview for experienced candidates -

  1. array based medium question(expected complexity and good communication of ideas...read more
  2. This round was based on low level design. I was asked to implement some feature...read more
  3. - To write a script which takes the url and store the output based on the respo...read more
How long is the INCREFF interview process?

The duration of INCREFF interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

People are getting interviews through

based on 4 INCREFF interviews
Referral
Job Portal
25%
25%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Nykaa Interview Questions
3.5
 • 111 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
LimeRoad Interview Questions
2.7
 • 9 Interviews
Zivame.com Interview Questions
3.8
 • 9 Interviews
Voonik Interview Questions
2.1
 • 1 Interview
View all

INCREFF Reviews and Ratings

based on 69 reviews

2.4/5

Rating in categories

2.8

Skill development

2.6

Work-Life balance

2.5

Salary & Benefits

2.1

Job Security

2.6

Company culture

1.9

Promotions/Appraisal

2.4

Work Satisfaction

Explore 69 Reviews and Ratings
System Integration Engineer III

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Senior Technical Delivery Engineer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Business Analyst
35 salaries
unlock blur

₹6.6 L/yr - ₹10 L/yr

Sde1
27 salaries
unlock blur

₹15 L/yr - ₹23.8 L/yr

Software Development Engineer
27 salaries
unlock blur

₹10 L/yr - ₹22.8 L/yr

Software Engineer
24 salaries
unlock blur

₹10 L/yr - ₹22.5 L/yr

Software Developer
24 salaries
unlock blur

₹10.5 L/yr - ₹23 L/yr

Explore more salaries
Compare INCREFF with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Snapdeal

3.9
Compare

Shopclues

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview