Upload Button Icon Add office photos

Filter interviews by

Infotech Software Developer Interview Questions and Answers

Updated 6 Mar 2024

Infotech Software Developer Interview Experiences

4 interviews found

Software Developer Interview Questions & Answers

user image Yeduruvada Kiran kumar

posted on 6 Mar 2024

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

I applied via Indeed and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

About our project
Which domain used for the project
Which type of moduled used

Round 2 - HR 

(3 Questions)

  • Q1. Why should I hire you
  • Q2. Are you willing to relocate
  • Q3. How much salary package do you prefer
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2023.

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 - Coding Test 

Web developer and Java css SQL basic programs

Round 3 - Technical 

(9 Questions)

  • Q1. Self and documents and skills
  • Q2. What is java ? Programs Wed programa SQL questions and programs
  • Ans. Strature qeary language Any basic programs and wed pagea Any ask Java css SQL
  • Answered Anonymously
  • Q3. Web developer and Java and SQL programer
  • Q4. Tranner in Java full stack developer
  • Ans. 

    A Java full stack developer should have expertise in both front-end and back-end development using Java technologies.

    • Should have knowledge of Java programming language and its frameworks like Spring, Hibernate, etc.

    • Should be proficient in front-end technologies like HTML, CSS, JavaScript, and frameworks like Angular, React, etc.

    • Should have experience in working with databases like MySQL, Oracle, etc.

    • Should be familiar ...

  • Answered by AI
  • Q5. Any java programs And SQL programer Web developer I am fresher
  • Q6. SQL and Java developer
  • Q7. I got a job after my skills and ....
  • Q8. Any program in Java sql
  • Ans. 

    Yes, there are many programs in Java SQL.

    • Java provides JDBC API for connecting to databases

    • SQL queries can be executed using PreparedStatement and ResultSet classes

    • Example: SELECT * FROM employees WHERE salary > 50000

  • Answered by AI
  • Q9. Web and SQL and java

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a job let's prove my skills my hard work they are so many programs and in Java and topics total java full stack developer tranniner

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Software Developer Interview Questions & Answers

user image Devlopment indian&&

posted on 22 Jun 2022

I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some of the mix question math reasoning etc.

Round 2 - HR 

(5 Questions)

  • Q1. Interview html, css, js, react. Js
  • Q2. How many types of tag, what is br tag, what is DOM, what is working css
  • Ans. 

    Answering questions related to HTML, CSS, and DOM

    • There are two types of tags in HTML: opening and closing tags

    • br tag is a self-closing tag used to create a line break in HTML

    • DOM stands for Document Object Model and is a programming interface for web documents

    • Working CSS refers to the CSS code that is properly written and applied to HTML elements

  • Answered by AI
  • Q3. React. Js is the most wonderful language
  • Q4. How do you work react
  • Q5. React. Js and node is same or not

Interview Preparation Tips

Topics to prepare for Infotech Software Developer interview:
  • Developement
  • Javascript
Interview preparation tips for other job seekers - Everything is bette than and why you join another company and after your ctc

Skills evaluated in this interview

What people are saying about Infotech

View All
intoxicatingjasoos
Verified Icon
3d
currently not working
Medical coder
I want to know about work culture, pressure, bond amount, salary and benefits in Pacific bpo, Trivandrum.
Got a question about Infotech?
Ask anonymously on communities.
Round 1 - Technical 

(1 Question)

  • Q1. C#,c, my SQL database , javascript,html, CSS,mvc,

Interview Preparation Tips

Topics to prepare for Infotech Software Developer interview:
  • MVC
Interview preparation tips for other job seekers - I have completed diploma with 6 months apprenticeship with i am currently doing B.tech second year computer science and engineering

Infotech interview questions for designations

 Developer

 (1)

 Software Engineer

 (1)

 Java Developer

 (1)

 PHP Developer

 (1)

 Python Developer

 (1)

 Associate Software Engineer

 (2)

 Software Testing Engineer

 (1)

 DOT NET Developer

 (1)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

SQL , CODING QUESTION PYTHON

Round 2 - Technical 

(2 Questions)

  • Q1. BASIC SQL QUESTIOS
  • Q2. OOPS 4 PILLARS INHERITANCE ETC
Round 3 - HR 

(2 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiarity with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. WHAT DO YOU KNOW ABOUT YOUR COMPANY
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company has a strong reputation for delivering high-quality software products

    • Specializes in creating custom solutions for clients in different industries

    • Known for innovative and cutting-edge technology solutions

    • Has a diverse portfolio of successful projects

    • Company values teamwork and collaboration in thei

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

It was an online assessment containing 3 DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level array questions
  • Q2. Medium level DP questions
Round 3 - HR 

(1 Question)

  • Q1. General behavioural question about
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between linked list and array list
  • Ans. 

    Linked list is a data structure where elements are stored in nodes with pointers to the next node. Array list is a dynamic array that can grow or shrink in size.

    • Linked list allows for efficient insertion and deletion of elements anywhere in the list.

    • Array list provides fast access to elements using index, but slower insertion and deletion compared to linked list.

    • Example: Linked list - 1 -> 2 -> 3 -> 4 -> 5, Array list

  • Answered by AI
  • Q2. Difference between @controller and @ Rest controller
  • Ans. 

    The @Controller annotation is used for traditional MVC controllers, while @RestController is used for RESTful web services.

    • The @Controller annotation is used to define a class as a Spring MVC controller, which can handle HTTP requests and return a view.

    • The @RestController annotation is used to define a class as a controller for RESTful web services, which can handle HTTP requests and return data in JSON or XML format.

    • T...

  • Answered by AI

Skills evaluated in this interview

Infotech Interview FAQs

How many rounds are there in Infotech Software Developer interview?
Infotech interview process usually has 2 rounds. The most common rounds in the Infotech interview process are Technical, HR and Coding Test.
What are the top questions asked in Infotech Software Developer interview?

Some of the top questions asked at the Infotech Software Developer interview -

  1. How many types of tag, what is br tag, what is DOM, what is working ...read more
  2. Tranner in Java full stack develo...read more
  3. Any program in Java ...read more

Tell us how to improve this page.

Infotech Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Infotech Software Developer Salary
based on 26 salaries
₹1.4 L/yr - ₹6.5 L/yr
53% less than the average Software Developer Salary in India
View more details

Infotech Software Developer Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.6

Salary

4.4

Job security

4.3

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Software Developer
26 salaries
unlock blur

₹1.4 L/yr - ₹6.5 L/yr

Desktop Support Engineer
14 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹9.4 L/yr

GIS Engineer
12 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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