Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Idea Infinity IT Solutions Team. If you also belong to the team, you can get access from here

Idea Infinity IT Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Idea Infinity IT Solutions Software Engineer Interview Questions and Answers

Updated 6 Dec 2024

Idea Infinity IT Solutions Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Vipin Shivhare

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

They Asked Basic c, c++, sql related questions

Round 2 - Coding Test 

They asked something basic problem like reverse an array like this easy level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic and moderate level coding questions in any languages, and prepare some basic fundamental of Oops.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why we use abstarct class
  • Ans. 

    Abstract classes are used to provide a common interface for subclasses and to enforce certain methods to be implemented.

    • Abstract classes can have abstract methods that must be implemented by subclasses.

    • Abstract classes can also have concrete methods that can be inherited by subclasses.

    • Abstract classes are used to define a blueprint for other classes to follow.

  • Answered by AI

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It consists of Computer Science subjects and 2 to 3 apptitudee majorly os and c++

Round 2 - Coding Test 

3 question s are provided and they are from strings 2d array and graph

Round 3 - Technical 

(2 Questions)

  • Q1. Matrix multiplication
  • Q2. Valid paranthis or not and other dsa related questions
Round 4 - Technical 

(2 Questions)

  • Q1. About my project s
  • Q2. Doubly linked list implementation
  • Ans. 

    A doubly linked list is a data structure where each node contains a reference to the next and previous nodes.

    • Nodes have two pointers: one to the next node and one to the previous node.

    • Insertions and deletions can be done efficiently at both ends of the list.

    • Traversal can be done in both directions.

    • Example: DoublyLinkedListNode { data, prev, next }

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Some scenario based question
  • Q2. And general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa concepts and hr round also has some technical questions they will even reject in hr

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic flutter coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
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 2 interview rounds.

Round 1 - Aptitude Test 

Some maths related questions

Round 2 - Technical 

(1 Question)

  • Q1. Related to testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to learn something
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was of moderate level.

Round 2 - Coding Test 

It checked on the concepts of oops

Round 3 - HR 

(1 Question)

  • Q1. How will you deal with tight delivery time.
  • Ans. 

    I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Break down tasks into smaller manageable chunks

    • Communicate effectively with team members to coordinate efforts

    • Utilize time management techniques such as Pomodoro technique or Agile methodologies

    • Identify and eliminate any potential roadblocks or bott...

  • Answered by AI

Idea Infinity IT Solutions Interview FAQs

How many rounds are there in Idea Infinity IT Solutions Software Engineer interview?
Idea Infinity IT Solutions interview process usually has 1-2 rounds. The most common rounds in the Idea Infinity IT Solutions interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Idea Infinity IT Solutions Software Engineer 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 Idea Infinity IT Solutions. The most common topics and skills that interviewers at Idea Infinity IT Solutions expect are ASP.Net MVC, .Net Core, ADO.Net, ASP.Net and C#.

Tell us how to improve this page.

Idea Infinity IT Solutions Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Idea Infinity IT Solutions Software Engineer Salary
based on 36 salaries
₹3.2 L/yr - ₹10 L/yr
30% less than the average Software Engineer Salary in India
View more details

Idea Infinity IT Solutions Software Engineer Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.5

Salary

4.1

Job security

3.4

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Software Developer
29 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Softwaretest Engineer
18 salaries
unlock blur

₹3.2 L/yr - ₹6.2 L/yr

Junior Software Developer
18 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Idea Infinity IT Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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