Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Infotech

Compare button icon Compare button icon Compare
4.2

based on 122 Reviews

Play video Play video Video summary
  • About
  • Reviews
    122
  • Salaries
    1k
  • Interviews
    47
  • Jobs
    -
  • Benefits
    19
  • Photos
    3

Filter interviews by

Infotech Interview Questions and Answers

Updated 6 May 2025
Popular Designations

23 Interview questions

A Senior Associate 2 was asked 7mo 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 7mo 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 Data Analytics was asked 06 Apr 2024
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 Software Developer was asked 10 Mar 2023
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 Python Developer was asked 05 Oct 2021
Q. What are lambda functions in Python?
Ans. 

Lambda functions are anonymous functions that can be defined in a single line of code.

  • Lambda functions are defined using the lambda keyword.

  • They can take any number of arguments, but can only have one expression.

  • They are often used as arguments for higher-order functions.

  • Example: lambda x: x**2 defines a lambda function that squares its input.

View all Python Developer interview questions
A Python Developer was asked 05 Oct 2021
Q. What is a data type?
Ans. 

Data type is a classification of data based on the type of value it holds.

  • Data type determines the operations that can be performed on the data

  • Examples of data types include integers, strings, booleans, and floats

  • Data types can be static or dynamic depending on the programming language

View all Python Developer interview questions
A Python Developer was asked 05 Oct 2021
Q. What is the difference between Python arrays and lists?
Ans. 

Arrays are homogeneous data structures while lists are heterogeneous data structures in Python.

  • Arrays are fixed in size while lists are dynamic.

  • Arrays can only contain elements of the same data type while lists can contain elements of different data types.

  • Arrays are faster and more memory-efficient for numerical operations.

  • Lists have more built-in functions and are more versatile for general-purpose programming.

  • Ex...

View all Python Developer interview questions
Are these interview questions helpful?
A Python Developer was asked 05 Oct 2021
Q. What is the difference between lists and tuples in Python?
Ans. 

Lists are mutable while tuples are immutable in Python.

  • Lists use square brackets [] while tuples use parentheses ().

  • Elements in a list can be added, removed, or modified while tuples cannot be modified.

  • Lists are used for collections of homogeneous items while tuples are used for heterogeneous items.

  • Lists are generally used for large collections of data while tuples are used for smaller collections or for data that...

View all Python Developer interview questions
A Python Developer was asked 05 Oct 2021
Q. What is a function?
Ans. 

A function is a block of code that performs a specific task and can be called multiple times throughout a program.

  • Functions are defined using the 'def' keyword followed by the function name and parentheses.

  • Functions can take arguments (inputs) and return values (outputs).

  • Functions can be called multiple times throughout a program, making code more efficient and modular.

  • Example: def add_numbers(x, y): return x + y

  • E...

View all Python Developer interview questions
A Python Developer was asked 05 Oct 2021
Q. What is a keyword?
Ans. 

A keyword is a reserved word in a programming language that has a specific meaning and cannot be used as a variable name.

  • Keywords are used to define the syntax and structure of a programming language.

  • They cannot be used as variable names or identifiers.

  • Examples of keywords in Python include 'if', 'else', 'for', 'while', 'def', 'class', and 'import'.

View all Python Developer interview questions
1 2 3

Infotech Interview Experiences

47 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 6 May 2025

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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I join this company.

PHP Developer Interview Questions asked at other Companies

Q1. 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*: PHP code is executed on the serv... read more
View answer (1)
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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
  • Add your answer

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Anonymous

SAP Po Consultant Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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
    Add your answer

SAP Po Consultant Interview Questions asked at other Companies

Q1. What is the port transaction code in S4?
View answer (1)
Anonymous

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
  • Add your answer
  • Q2. Related to lightning web component
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - it is was good experience

Consultant Interview Questions asked at other Companies

Q1. An international bank (US based) has been operating in Asia for the past 10 years. Recently, it has noticed that many customers are leaving the bank and using services of other local/regional banks. Why might this be the case?
View answer (4)
Anonymous

Data Analytics Interview Questions & Answers

user image Anonymous

posted on 6 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is my SQL
  • Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
Round 2 - HR 

(4 Questions)

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

Skills evaluated in this interview

Data Analytics Interview Questions asked at other Companies

Q1. Lexicographically Smallest Array Problem Statement You are given an array ARR of 'N' integers and a positive integer 'K'. Your task is to determine the lexicographically smallest array that can be obtained by performing at most 'K' swaps of... read more
View answer (1)
Anonymous

Senior Associate 2 Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

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
    Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Senior Associate 2 Interview Questions asked at other Companies

Q1. Can you describe a specific process with which you are familiar, such as Procure to Pay (P2P), Order to Cash (OTC), or Record to Report (RTR), and discuss the major risks associated with that process along with your observations?
View answer (1)
Anonymous

Developer Interview Questions & Answers

user image Rasika

posted on 5 Jan 2025

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
    Add your answer

Developer Interview Questions asked at other Companies

Q1. Which programming language do you regularly use at work?
View answer (3)
Anonymous

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
    Add your answer
  • Q2. Are you willing to relocate
  • Add your answer
  • Q3. How much salary package do you prefer
  • Add your answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Telecaller Interview Questions & Answers

user image Haffsha

posted on 2 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Demo 

(2 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - just think of your interviewer as a friend so you can control your nervousness

Telecaller Interview Questions asked at other Companies

Q1. 1.What is the Excel? Excel is a short cut method and easy to method 2.What is the vlookup? Vlookup is a mapping in the one file to another file 3.Tell me about cut, copy, paste? Cut: Ctrl+p Copy: Ctrl+c Paste: Ctrl+v File save: Ctrl+s 4.wha... read more
View answer (1)
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Neha Puram

posted on 24 Jul 2023

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
    Add your answer
  • Q2. Them machine learning
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. The is there any the growth of the employment
  • Add your answer
  • Q2. The is growth of the development of the deployment of the time of the
  • Add your answer

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about Infotech?
Ask anonymously on communities.
More about working at Infotech
  • HQ - Newfoundland and Labrador, Canada, North America
  • IT Services & Consulting
  • 10k-50k Employees (India)

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. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...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.

Infotech Interviews By Designations

  • Infotech Software Developer Interview Questions
  • Infotech Voice Process Interview Questions
  • Infotech PHP Developer Interview Questions
  • Infotech Business Analyst Interview Questions
  • Infotech System Engineer Interview Questions
  • Infotech Consultant Interview Questions
  • Infotech Sales Executive Interview Questions
  • Infotech Associate Software Engineer Interview Questions
  • Show more
  • Infotech Software Engineer Interview Questions
  • Infotech Design Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Senior Engineer Interview Questions
  • Accountant Interview Questions
  • System Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Sales Officer Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • HR Executive Interview Questions

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
Genpact Interview Questions
3.8
 • 3.3k Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 819 Interviews
Nagarro
Nagarro Interview Questions
4.0
 • 775 Interviews
Sutherland Global Services
Sutherland Global Services Interview Questions
3.5
 • 663 Interviews
Optum Global Solutions
Optum Global Solutions Interview Questions
4.0
 • 648 Interviews
NTT Data
NTT Data Interview Questions
3.8
 • 639 Interviews
 Publicis Sapient
Publicis Sapient Interview Questions
3.5
 • 634 Interviews
GlobalLogic
GlobalLogic Interview Questions
3.6
 • 609 Interviews
Virtusa Consulting Services
Virtusa Consulting Services Interview Questions
3.7
 • 604 Interviews
 UST
UST Interview Questions
3.8
 • 527 Interviews
View all

Infotech Reviews and Ratings

based on 122 reviews

4.2/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.9

Salary

4.0

Job security

4.0

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 122 Reviews and Ratings
Infotech Salaries in India
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Software Developer
25 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Desktop Support Engineer
14 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

GIS Engineer
12 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Infotech with
Genpact

Genpact

3.8
Compare
DXC Technology

DXC Technology

3.7
Compare
Sutherland Global Services

Sutherland Global Services

3.5
Compare
Optum Global Solutions

Optum Global Solutions

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Infotech Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter