Upload Button Icon Add office photos

Filter interviews by

ITCONS e-Solutions Software Developer Interview Questions and Answers

Updated 20 Jun 2023

ITCONS e-Solutions Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in May 2023. There were 3 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 

Assessment are contenting in the system

Round 3 - Technical 

(3 Questions)

  • Q1. What is the python override
  • Ans. 

    Python override is a feature that allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • In Python, the override feature is used when a subclass wants to change the behavior of a method that it inherited from its superclass.

    • To override a method in Python, simply define a method with the same name in the subclass.

    • The overridden method in the subclass will be called i...

  • Answered by AI
  • Q2. What is the different between tuple and list
  • Ans. 

    Tuple is immutable and fixed in size, while list is mutable and can change in size.

    • Tuple is created using parentheses, while list is created using square brackets.

    • Tuple elements can be accessed using index, while list elements can be modified.

    • Tuple is faster than list for iteration and accessing elements.

    • Example: tuple = (1, 2, 3), list = [1, 2, 3]

  • Answered by AI
  • Q3. What is exception handling
  • Ans. 

    Exception handling is a mechanism to handle runtime errors in a program to prevent it from crashing.

    • It allows the program to gracefully handle unexpected errors or events.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Handling exceptions properly can improve the reliability and robustness of a software applicati

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were easy to medium dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept, explain each of them
  • Ans. 

    Object-oriented programming concepts that help in organizing and structuring code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary

  • Answered by AI
  • Q2. Multithreading questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Basic core Java question.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions and coding testing your OOPS knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Every tech stack, SQL, OOPS, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with designing and writing better code follwing OOPS, YAGNI,DRY principles.

ITCONS e-Solutions Interview FAQs

How many rounds are there in ITCONS e-Solutions Software Developer interview?
ITCONS e-Solutions interview process usually has 3 rounds. The most common rounds in the ITCONS e-Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in ITCONS e-Solutions Software Developer interview?

Some of the top questions asked at the ITCONS e-Solutions Software Developer interview -

  1. What is the different between tuple and l...read more
  2. What is the python overr...read more
  3. What is exception handl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ITCONS e-Solutions interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
ITCONS e-Solutions Software Developer Salary
based on 7 salaries
₹4 L/yr - ₹6.5 L/yr
32% less than the average Software Developer Salary in India
View more details

ITCONS e-Solutions Software Developer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

4.0

Skill development

2.5

Work-Life balance

3.5

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Desktop Support Engineer
100 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Network Engineer
27 salaries
unlock blur

₹0.9 L/yr - ₹6.6 L/yr

Information Technology Support Engineer
17 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Information Technology Recruiter
11 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Network Support Engineer
9 salaries
unlock blur

₹1 L/yr - ₹2.7 L/yr

Explore more salaries
Compare ITCONS e-Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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