Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ideas2IT Technologies Team. If you also belong to the team, you can get access from here

Ideas2IT Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ideas2IT Technologies Interview Questions and Answers

Updated 24 Jun 2025
Popular Designations

20 Interview questions

An Associate Quality Analyst was asked 1mo ago
Q. Write test cases for a login functionality.
Ans. 

Test cases for login ensure functionality, security, and user experience are validated for successful and unsuccessful login attempts.

  • Verify login with valid credentials (e.g., username: 'user1', password: 'pass123').

  • Check login with invalid username (e.g., username: 'invalidUser', password: 'pass123').

  • Test login with invalid password (e.g., username: 'user1', password: 'wrongPass').

  • Ensure the system locks the acc...

View all Associate Quality Analyst interview questions
A Technical Architect was asked 9mo ago
Q. How do you implement database partitioning?
Ans. 

DB partitioning involves dividing a large database into smaller, more manageable parts.

  • Identify key columns for partitioning

  • Choose a partitioning strategy (range, list, hash, etc.)

  • Implement partitioning using database-specific tools or commands

  • Monitor and optimize partitioning for performance

View all Technical Architect interview questions
A Front end Developer was asked 12mo ago
Q. How can you implement debouncing in React?
Ans. 

Debouncing in React is a technique used to limit the number of times a function is called in a specified time frame.

  • Debouncing helps in improving performance by reducing unnecessary function calls.

  • It is commonly used in scenarios like search bars where we want to wait for user to finish typing before making an API call.

  • Example: Using lodash debounce function to delay API call until user stops typing.

View all Front end Developer interview questions
A Front end Developer was asked 12mo ago
Q. How can you implement throttling in React?
Ans. 

Throttling in React helps limit the number of times a function is called within a specified time frame.

  • Throttling is used to improve performance by reducing the number of times a function is executed.

  • It is commonly used in scenarios like handling scroll events or input changes.

  • Example: Using lodash's throttle function to limit the rate of execution of a function.

View all Front end Developer interview questions
A Software Engineer Trainee was asked
Q. Given an array of numbers, find the maximum number in the array.
Ans. 

Find the maximum number in an array using a simple algorithm.

  • Initialize a variable to hold the maximum value, e.g., maxNum = arr[0].

  • Iterate through the array using a loop.

  • For each element, compare it with maxNum; if it's greater, update maxNum.

  • Return maxNum after completing the loop.

  • Example: For array [3, 5, 2, 8, 1], the maximum is 8.

View all Software Engineer Trainee interview questions
A Senior Data Scientist was asked
Q. Which statistical test can be used for testing categorical features?
Ans. 

Chi-square test is commonly used for testing categorical features.

  • Chi-square test is used to determine if there is a significant association between two categorical variables.

  • It is commonly used in market research, biology, and social sciences.

  • Example: Testing if there is a relationship between gender and voting preference.

View all Senior Data Scientist interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Senior Data Scientist was asked
Q. What are the different methods that can be used for Feature Selection?
Ans. 

Feature selection methods include filter methods, wrapper methods, and embedded methods.

  • Filter methods: Select features based on statistical measures like correlation, chi-squared test, or information gain.

  • Wrapper methods: Use a specific machine learning algorithm to evaluate the importance of features by selecting subsets of features.

  • Embedded methods: Feature selection is integrated into the model training proces...

View all Senior Data Scientist interview questions
Are these interview questions helpful?
A Senior Data Scientist was asked
Q. What are the different metrics used to evaluate Classification Problems?
Ans. 

Different metrics used to evaluate Classification Problems

  • Accuracy

  • Precision

  • Recall

  • F1 Score

  • ROC-AUC

  • Confusion Matrix

View all Senior Data Scientist interview questions
A Senior Data Scientist was asked
Q. Explain the XGBoost Algorithm Hyperparameters and how they can be used.
Ans. 

XGBoost is a popular machine learning algorithm known for its speed and performance, with various hyperparameters to tune for optimal results.

  • XGBoost hyperparameters include max_depth, learning_rate, n_estimators, subsample, colsample_bytree, and more

  • max_depth controls the maximum depth of each tree in the ensemble

  • learning_rate determines the step size shrinkage used to prevent overfitting

  • n_estimators specifies th...

View all Senior Data Scientist interview questions
A Data Scientist was asked
Q. Explain one algorithm.
Ans. 

Random Forest is an ensemble learning algorithm that builds multiple decision trees and merges them together to get a more accurate and stable prediction.

  • Random Forest is a popular algorithm used for both classification and regression tasks.

  • It creates multiple decision trees during training and combines their predictions to improve accuracy.

  • Random Forest is less prone to overfitting compared to a single decision t...

View all Data Scientist interview questions

Ideas2IT Technologies Interview Experiences

50 interviews found

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its Basically Simple verbal,reasoning repeated Qustions

Round 2 - Coding Test 

They Deeply Checking Logigcs and Qustions are From Arrays,Strings,oops
And Puzzles.

Round 3 - Technical 

(2 Questions)

  • Q1. They Ask Again Logic For Some Programms And Puzzles
  • Q2. Number Plate Using Array MultiDimension Array
  • Ans. 

    Creating a number plate using a multidimensional array of strings.

    • Create a 2D array of strings to represent the number plate

    • Use loops to populate the array with the required characters

    • Print the array to display the number plate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepareed Well in Arrays,Stings,OOPS
And Practice Puzzles.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. One very simple coding question
  • Q2. One HLD of Netflix question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with HLD and LLD concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. OAuth 2.0 workflow
  • Q2. How to do DB partitioning
  • Ans. 

    DB partitioning involves dividing a large database into smaller, more manageable parts.

    • Identify key columns for partitioning

    • Choose a partitioning strategy (range, list, hash, etc.)

    • Implement partitioning using database-specific tools or commands

    • Monitor and optimize partitioning for performance

  • Answered by AI

Software Developer Interview Questions & Answers

user image Jaya Prakash

posted on 28 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

25 questions , 1 hour

Round 2 - Coding Test 

1 coding , 2 logical question

Round 3 - One-on-one 

(2 Questions)

  • Q1. For loop , 2 logical
  • Q2. About final year projrct
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was an one to one round in that round all scenario based questions were asked and coding questions also .it's very easy to crack

Round 2 - One-on-one 

(1 Question)

  • Q1. Here comes the problem straight away the interviewer asked my current CTC and expected CTC . I worked in a big company but whenever I used to take interview My hr team clearly tolds that all your questions...

Interview Preparation Tips

Interview preparation tips for other job seekers - Some members in this company is biased during technical interview none of seniors usually ask what is your current CTC etc etc... very biased interview process.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude questions

Round 2 - Coding Test 

Need to solve a coding and a puzzle...Basic level

Round 3 - Coding Test 

Again need to solve a code and puzzle... explanation to the interviewer..Basic level

Round 4 - Coding Test 

Again need to solve a coding and a puzzle.. explain to the interviewer

Round 5 - One-on-one 

(2 Questions)

  • Q1. Technical interview on next day
  • Q2. From previously solved coding and puzzle questions...some oops , coding and puzzle questions
Round 6 - HR 

(1 Question)

  • Q1. Finally Hr round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was fair and online, easy to get through.

Round 2 - Coding Test 

It was a puzzle + 1 Coding Question pen and paper test, In round one it is easy question

Round 3 - Coding Test 

It was again a coding round but with a question of moderate difficulty

Round 4 - Technical 

(1 Question)

  • Q1. In this round they got to know about me, my domain of interest etc., Later was given a coding question and puzzle.
Round 5 - One-on-one 

(1 Question)

  • Q1. In this final one-to-one round, you are tested for attitude and skills, you will be asked with questions about you, past, interests etc,. And I was also provided with 2 coding and 1 non technical question...

Interview Preparation Tips

Interview preparation tips for other job seekers - If you aren't ready for 3 years of bond as a fresher, would not recommend going through the interview process. The agreement is mandatory.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal basic apps from indiabix website only

Round 2 - Coding Test 

Merge two linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys you are selected in all rounds after you got offer letter Hr call and say company hiring is stopped and changed their hiring process and no proper response especially from Hrs
If you give offer letter to employees means don't revoke it
It's not proper manner
You can spoil the students life .
Worst behaviour from hr and company
Guys even if you are selected don't wait for onboarding in this company
Because after selecting their employes they cancelled their offers.
It is usually behaviour of this company last 1 year.
Don't spoil ur life in this company
My sincere advice to guys
Because many students affected in this company after getting offer letters
Please AWAKE
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics of aptitude questions like relation,train,boat, probability,number series , and so on...

Round 2 - Coding Test 

String occurrence, array list

Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Man crossing a bridge
  • Q2. Wrong label on the boxes
  • Ans. 

    The wrong label on the boxes can cause confusion and errors in the software development process.

    • Ensure proper labeling of boxes to avoid confusion

    • Double check labels before using them in the development process

    • Communicate with team members to clarify any discrepancies in labeling

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practice on coding

Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

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

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Briefly about any one programming languages
  • Ans. 

    Python is a versatile and easy-to-learn programming language commonly used for web development, data analysis, and automation.

    • Python is known for its readability and simplicity, making it a great choice for beginners.

    • It supports multiple programming paradigms, including procedural, object-oriented, and functional programming.

    • Python has a large standard library and a thriving community, providing access to a wide range ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Awesome experience
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 Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different metrics used to evaluate Classification Problems?
  • Ans. 

    Different metrics used to evaluate Classification Problems

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC-AUC

    • Confusion Matrix

  • Answered by AI
  • Q2. What are different methods can be used for Feature Selection?
  • Ans. 

    Feature selection methods include filter methods, wrapper methods, and embedded methods.

    • Filter methods: Select features based on statistical measures like correlation, chi-squared test, or information gain.

    • Wrapper methods: Use a specific machine learning algorithm to evaluate the importance of features by selecting subsets of features.

    • Embedded methods: Feature selection is integrated into the model training process, li...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Which statistical test can be used for testing categorical features?
  • Ans. 

    Chi-square test is commonly used for testing categorical features.

    • Chi-square test is used to determine if there is a significant association between two categorical variables.

    • It is commonly used in market research, biology, and social sciences.

    • Example: Testing if there is a relationship between gender and voting preference.

  • Answered by AI
  • Q2. Explain the XGBoost Algorithm Hyperparameters and how it can be used
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work with Ideas2It?
  • Q2. What are your expectations?

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Ideas2IT Technologies?
Ask anonymously on communities.

Ideas2IT Technologies Interview FAQs

How many rounds are there in Ideas2IT Technologies interview?
Ideas2IT Technologies interview process usually has 2-3 rounds. The most common rounds in the Ideas2IT Technologies interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Ideas2IT Technologies interview?
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 Ideas2IT Technologies. The most common topics and skills that interviewers at Ideas2IT Technologies expect are Java, Python, AWS, Javascript and Microservices.
What are the top questions asked in Ideas2IT Technologies interview?

Some of the top questions asked at the Ideas2IT Technologies interview -

  1. What’s functional interface and uses. Server side and client side load balanc...read more
  2. Devise a though process and using that, arrive at an approximate number of the ...read more
  3. Another Technical round by senior panel. More insights into project and actions...read more
How long is the Ideas2IT Technologies interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 37 interview experiences

Difficulty level

Easy 16%
Moderate 80%
Hard 4%

Duration

Less than 2 weeks 72%
2-4 weeks 16%
4-6 weeks 12%
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 60 Interviews
CodeClouds Interview Questions
4.4
 • 47 Interviews
Mobileum Interview Questions
3.2
 • 41 Interviews
Entrata Interview Questions
4.1
 • 40 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
greytHR Interview Questions
3.9
 • 33 Interviews
CommVault Interview Questions
3.7
 • 28 Interviews
View all

Ideas2IT Technologies Reviews and Ratings

based on 150 reviews

3.6/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.7

Salary

3.9

Job security

3.4

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 150 Reviews and Ratings
Ideas2IT | Dotnet Developer | (5 - 15 years)

Chennai

5-10 Yrs

Not Disclosed

Senior Software Engineer

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
190 salaries
unlock blur

₹8.8 L/yr - ₹19 L/yr

Technical Analyst
105 salaries
unlock blur

₹14.1 L/yr - ₹30 L/yr

Software Engineer
73 salaries
unlock blur

₹7.3 L/yr - ₹18.8 L/yr

Senior Technical Analyst
69 salaries
unlock blur

₹17.9 L/yr - ₹32 L/yr

Senior Test Engineer
57 salaries
unlock blur

₹9.5 L/yr - ₹16.3 L/yr

Explore more salaries
Compare Ideas2IT Technologies with

Ascent HR Technologies Private Limited

3.6
Compare

Vyapar

3.4
Compare

Entrata

4.0
Compare

CodeClouds

4.3
Compare
write
Share an Interview