Upload Button Icon Add office photos

Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Infotech Interview Questions and Answers

Updated 6 May 2025
Popular Designations

36 Interview questions

A PHP Developer was asked 1mo ago
Q. What is PHP?
Ans. 

PHP is a widely-used open-source scripting language designed for web development, enabling dynamic content creation and server-side scripting.

  • Server-Side Scripting: PHP runs on the server, generating HTML content dynamically before sending it to the client's browser. Example: Creating a login system.

  • Open Source: PHP is free to use and has a large community, providing extensive libraries and frameworks like Laravel...

View all PHP Developer interview questions
A Senior Associate 2 was asked 8mo ago
Q. What is a decorator?
Ans. 

A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects from the same class.

  • Decorators are used to modify the behavior of functions or methods.

  • They are often used for adding functionality to existing classes without modifying their structure.

  • Decorators can be applied usin...

View all Senior Associate 2 interview questions
A Senior Associate 2 was asked 8mo ago
Q. What is a generator?
Ans. 

A generator is a device that converts mechanical energy into electrical energy.

  • Generators are commonly used in power plants to produce electricity.

  • They can also be used in portable devices like camping generators.

  • Generators work by rotating a coil of wire within a magnetic field to generate an electric current.

View all Senior Associate 2 interview questions
A SAP Po Consultant was asked 9mo ago
Q. What is the port transaction code in S4?
Ans. 

The port tcode in S4 is WE21.

  • WE21 is the transaction code used to configure ports in SAP S4.

  • It is used to define logical systems and assign them to ports for communication.

View all SAP Po Consultant interview questions
A Data Analytics was asked
Q. What is data visualization?
Ans. 

Data visualisation is the graphical representation of data to help users understand trends, patterns, and insights.

  • Data visualisation uses charts, graphs, and maps to present data in a visually appealing way.

  • It helps in identifying correlations, outliers, and patterns in data.

  • Examples include bar charts, pie charts, scatter plots, and heat maps.

  • Interactive data visualisations allow users to explore data dynamicall...

View all Data Analytics interview questions
A Data Analytics was asked
Q. What is PowerBI?
Ans. 

PowerBI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

  • Developed by Microsoft

  • Allows users to create interactive visualizations and reports

  • Offers business intelligence capabilities

  • Can connect to various data sources such as Excel, SQL databases, and cloud services

View all Data Analytics interview questions
A Data Analytics was asked
Q. What is MySQL?
Ans. 

MySQL is an open-source relational database management system based on SQL for managing and organizing data.

  • MySQL uses Structured Query Language (SQL) for database operations.

  • It supports various data types like INT, VARCHAR, DATE, etc.

  • MySQL allows for complex queries using JOINs, e.g., SELECT * FROM users JOIN orders ON users.id = orders.user_id;

  • It is widely used in web applications, e.g., WordPress and Facebook.

  • M...

View all Data Analytics interview questions
Are these interview questions helpful?
An Associate Software Engineer was asked
Q. Is there any employment growth?
Ans. 

Employment growth varies by industry, driven by technology, economic trends, and workforce needs.

  • Technology sector: Rapid growth in software development and IT jobs due to digital transformation.

  • Healthcare: Increased demand for healthcare professionals as populations age.

  • Renewable energy: Jobs in solar and wind energy are on the rise due to a shift towards sustainable practices.

  • Remote work: Growth in remote job op...

View all Associate Software Engineer interview questions
A Software Developer was asked
Q. Write a program in Java that interacts with a SQL database.
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

View all Software Developer interview questions
A Software Developer was asked
Q. Describe your experience as a 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 fami...

View all Software Developer interview questions

Infotech Interview Experiences

47 interviews found

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is PHP
  • Ans. 

    PHP is a widely-used open-source scripting language designed for web development, enabling dynamic content creation and server-side scripting.

    • Server-Side Scripting: PHP runs on the server, generating HTML content dynamically before sending it to the client's browser. Example: Creating a login system.

    • Open Source: PHP is free to use and has a large community, providing extensive libraries and frameworks like Laravel and ...

  • Answered by AI
  • Q2. What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language used for web development. It helps create dynamic web pages and web applications. Key Features of PHP 1. *Server-side scripting...
  • Ans. 

    PHP is a server-side scripting language designed for web development, enabling dynamic content generation and database integration.

    • Server-side Scripting: PHP code runs on the server, generating HTML output for the client, enhancing security and performance.

    • Dynamic Content: PHP can create dynamic web pages by retrieving and displaying data from databases, such as user profiles or product listings.

    • Database Integration: P...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I join this company.
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 Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude was some what Easy

Round 2 - Coding Test 

Some what Harder and Both basic and moderate have been asked

Round 3 - Technical 

(1 Question)

  • Q1. The first Question Was Self Intro
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the port tcode in S4
  • Ans. 

    The port tcode in S4 is WE21.

    • WE21 is the transaction code used to configure ports in SAP S4.

    • It is used to define logical systems and assign them to ports for communication.

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

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

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Related to triggers
  • Q2. Related to lightning web component

Interview Preparation Tips

Interview preparation tips for other job seekers - it is was good experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is my SQL
  • Ans. 

    MySQL is an open-source relational database management system based on SQL for managing and organizing data.

    • MySQL uses Structured Query Language (SQL) for database operations.

    • It supports various data types like INT, VARCHAR, DATE, etc.

    • MySQL allows for complex queries using JOINs, e.g., SELECT * FROM users JOIN orders ON users.id = orders.user_id;

    • It is widely used in web applications, e.g., WordPress and Facebook.

    • MySQL ...

  • Answered by AI
  • Q2. What is data visualisation
  • Ans. 

    Data visualisation is the graphical representation of data to help users understand trends, patterns, and insights.

    • Data visualisation uses charts, graphs, and maps to present data in a visually appealing way.

    • It helps in identifying correlations, outliers, and patterns in data.

    • Examples include bar charts, pie charts, scatter plots, and heat maps.

    • Interactive data visualisations allow users to explore data dynamically.

  • Answered by AI
  • Q3. What is DBMS and RDBMS
  • Ans. 

    DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.

    • DBMS is a software system that allows users to define, create, maintain and control access to the database.

    • RDBMS is a type of DBMS that stores data in a structured format using tables with rows and columns.

    • Examples of DBMS include MySQL, Oracle Database, and Microsoft SQL Server.

    • Examples of RDBMS include MySQL, Post...

  • Answered by AI
  • Q4. What is PowerBI
  • Ans. 

    PowerBI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Developed by Microsoft

    • Allows users to create interactive visualizations and reports

    • Offers business intelligence capabilities

    • Can connect to various data sources such as Excel, SQL databases, and cloud services

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. What is your strength
  • Q3. What is your weakness
  • Q4. How many experience you have in your field

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is decorator?
  • Ans. 

    A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects from the same class.

    • Decorators are used to modify the behavior of functions or methods.

    • They are often used for adding functionality to existing classes without modifying their structure.

    • Decorators can be applied using the...

  • Answered by AI
  • Q2. What is generator
  • Ans. 

    A generator is a device that converts mechanical energy into electrical energy.

    • Generators are commonly used in power plants to produce electricity.

    • They can also be used in portable devices like camping generators.

    • Generators work by rotating a coil of wire within a magnetic field to generate an electric current.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate developer with 5 years of experience in web development, specializing in front-end technologies.

    • 5 years of experience in web development

    • Specialize in front-end technologies

    • Passionate about coding and problem-solving

  • Answered by AI

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
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that can drive your projects forward.

    • Proven experience in developing scalable applications, such as a recent project where I improved load time by 30%.

    • Strong proficiency in multiple programming languages, including Python and Java, which allows me to adapt to various project needs.

    • Excellent teamwork and communication ski...

  • Answered by AI
  • Q2. Are you willing to relocate
  • Q3. How much salary package do you prefer
  • Ans. 

    I'm looking for a competitive salary that reflects my skills and experience, ideally in the range of $80,000 to $100,000 annually.

    • Research industry standards: For example, Glassdoor and Payscale can provide insights into average salaries for similar roles.

    • Consider your experience: If I have 5 years of experience, I might aim for the higher end of the salary range.

    • Location matters: Salaries can vary significantly based ...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Demo 

(2 Questions)

  • Q1. What do you know about the company ?
  • Q2. Do you have any knowledge about the role?

Interview Preparation Tips

Interview preparation tips for other job seekers - just think of your interviewer as a friend so you can control your nervousness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Machine learning of the
  • Ans. 

    Machine learning is a subset of artificial intelligence that focuses on developing algorithms to make predictions or decisions based on data.

    • Machine learning involves training algorithms to learn patterns from data and make predictions or decisions without being explicitly programmed.

    • Common machine learning techniques include supervised learning, unsupervised learning, and reinforcement learning.

    • Examples of machine lea...

  • Answered by AI
  • Q2. Them machine learning
Round 3 - Technical 

(2 Questions)

  • Q1. The is there any the growth of the employment
  • Ans. 

    Employment growth varies by industry, driven by technology, economic trends, and workforce needs.

    • Technology sector: Rapid growth in software development and IT jobs due to digital transformation.

    • Healthcare: Increased demand for healthcare professionals as populations age.

    • Renewable energy: Jobs in solar and wind energy are on the rise due to a shift towards sustainable practices.

    • Remote work: Growth in remote job opportu...

  • Answered by AI
  • Q2. The is growth of the development of the deployment of the time of the

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Infotech?
Ask anonymously on communities.

Infotech Interview FAQs

How many rounds are there in Infotech interview?
Infotech interview process usually has 1-2 rounds. The most common rounds in the Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Infotech 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 Infotech. The most common topics and skills that interviewers at Infotech expect are PMP, Project Management, Scrum, Agile and Big Data.
What are the top questions asked in Infotech interview?

Some of the top questions asked at the Infotech interview -

  1. What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language u...read more
  2. How many types of tag, what is br tag, what is DOM, what is working ...read more
  3. What is the definition between python Arrays and l...read more
What are the most common questions asked in Infotech HR round?

The most common HR questions asked in Infotech interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the Infotech interview process?

The duration of Infotech 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.9/5

based on 19 interview experiences

Difficulty level

Easy 22%
Moderate 67%
Hard 11%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.4k Interviews
DXC Technology Interview Questions
3.7
 • 836 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
NTT Data Interview Questions
3.8
 • 656 Interviews
Publicis Sapient Interview Questions
3.5
 • 642 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
View all

Infotech Reviews and Ratings

based on 126 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.9

Salary

4.1

Job security

4.1

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 126 Reviews and Ratings
Software Engineer
29 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Developer
25 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Desktop Support Engineer
12 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

GIS Engineer
12 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Infotech with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview