Upload Button Icon Add office photos

Filter interviews by

Infotech Interview Questions, Process, and Tips

Updated 5 Jan 2025

Top Infotech Interview Questions and Answers

View all 30 questions

Infotech Interview Experiences

Popular Designations

46 interviews found

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. What is python
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is an interpreted language, which means it does not need to be compiled before running.

    • It has a large standard library that provides many useful modules and functions.

    • Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming.

    • It is widely used in web development, data analys...

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

    reang is not a recognized term in Python development.

    • reang is not a Python keyword, module, or function.

    • There is no known reference or documentation for reang in Python.

    • It is possible that reang is a typo or a mispronunciation of another term.

  • Answered by AI
  • Q3. What is while loop
  • Ans. 

    A while loop is a control flow statement that allows code to be executed repeatedly based on a condition.

    • The loop continues until the condition becomes false

    • The condition is checked before each iteration

    • The loop body must include a way to modify the condition to avoid an infinite loop

  • Answered by AI
  • Q4. What is nested loop
  • Ans. 

    A nested loop is a loop inside another loop. It allows iterating over multiple levels of data structures.

    • Nested loops are used when we need to perform repetitive tasks within repetitive tasks.

    • The inner loop is executed for each iteration of the outer loop.

    • Nested loops can be used to iterate over multi-dimensional arrays or nested data structures.

    • Example: Printing a multiplication table using nested loops.

  • Answered by AI
  • Q5. What is for loop
  • Ans. 

    A for loop is a control flow statement that iterates over a sequence of elements and executes a block of code for each element.

    • A for loop is used to iterate over a sequence such as a list, tuple, or string.

    • It consists of an initialization, condition, and increment/decrement statement.

    • The loop continues until the condition is false.

    • The code block inside the loop is executed for each element in the sequence.

    • Example: for

  • Answered by AI
  • Q6. What is 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'.

  • Answered by AI
  • Q7. What is 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

    • Exampl

  • Answered by AI
  • Q8. What is 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

  • Answered by AI
  • Q9. What is pep?
  • Ans. 

    PEP stands for Python Enhancement Proposal, which is a design document providing information or describing a new feature for Python.

    • PEP is used to propose and discuss new features or changes in Python

    • PEP is maintained by the Python community

    • PEP is assigned a number and categorized based on its type

    • Examples of PEPs include PEP 8 (Style Guide for Python Code) and PEP 20 (The Zen of Python)

  • Answered by AI
  • Q10. What is the difference between list 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 shou...

  • Answered by AI
  • Q11. What is lambda functions is 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.

  • Answered by AI
  • Q12. What is the definition between python Arrays and list
  • 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.

    • Example...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - What are tuples in python

Skills evaluated in this interview

Top Infotech Python Developer Interview Questions and Answers

Q1. What is the definition between python Arrays and list
View answer (1)

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
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

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)

I applied via Walk-in and was interviewed in Jun 2022. There were 2 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 - Group Discussion 

About Job & company,salary,duty time,shifts,formalities

Interview Preparation Tips

Topics to prepare for Infotech Operations Executive interview:
  • Current Job
Interview preparation tips for other job seekers - Diploma in Electronics & Telecommunication Engineering

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)
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 - Technical 

(1 Question)

  • Q1. Oops questions like inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before giving the interview

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Infotech interview questions for popular designations

 Software Developer

 (4)

 Voice Process

 (2)

 Business Analyst

 (2)

 System Engineer

 (2)

 Consultant

 (2)

 Sales Executive

 (2)

 Associate Software Engineer

 (2)

 Software Engineer

 (1)

Interview Questionnaire 

3 Questions

  • Q1. Iam interested
  • Q2. Manual testing automation selinium core java
  • Q3. Test cases test scenarios regration testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good skills good knowledge about with in manual automation which the providing master of computer

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

Get interview-ready with Top Infotech Interview Questions

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Full information about core jav

Interview Preparation Tips

Topics to prepare for Infotech Software Engineer interview:
  • Core Java
  • HTML
Interview preparation tips for other job seekers - Hard worker,reeding books
I have face an interview in any time in the day

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

I applied via Walk-in and was interviewed in Feb 2022. 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 - Coding Test 

Swap 2 variables

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare Logical and aptitude and coding on oops.

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Voice Process Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2022

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Customer service process
  • Ans. 

    Customer service process involves addressing customer queries and concerns to ensure customer satisfaction.

    • Listen actively to customer complaints

    • Empathize with the customer

    • Provide clear and concise solutions

    • Follow up with the customer to ensure satisfaction

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infotech Voice Process interview:
  • voice process
Interview preparation tips for other job seekers - About me self introduction my self

Voice Process Interview Questions asked at other Companies

Q1. What do know about business processing
View answer (21)

Voice Process Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2022

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in customer service and communication skills.

    • I have worked in the voice process industry for 5 years, handling customer queries and providing solutions.

    • I am proficient in using various CRM tools and have a proven track record of meeting and exceeding customer satisfaction targets.

    • I have excellent verbal and written communication skills, which...

  • Answered by AI
  • Q2. Customer service process
  • Ans. 

    Customer service process involves providing assistance and support to customers regarding their queries and concerns.

    • Effective communication skills are essential

    • Active listening and problem-solving abilities are crucial

    • Empathy and patience are important qualities

    • Knowledge of the product or service is necessary

    • Timely and satisfactory resolution of customer issues is the goal

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infotech Voice Process interview:
  • voice process
Interview preparation tips for other job seekers - About me self introduction my self

Voice Process Interview Questions asked at other Companies

Q1. What do know about business processing
View answer (21)

Testing Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2021

Interview Questionnaire 

2 Questions

  • Q1. Very easy to attend interviews
  • Q2. Basic questions about automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get selected will get good pay

Testing Interview Questions asked at other Companies

Q1. ->How do you do performance testing on flipkart and amazon(manually) ------ >Tell me some possibilities a phone is kept on the table and you want to unlock it how do you unlock with out touching the phone ,you have to unlock it
View answer (1)

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. How many types of tag, what is br tag, what is DOM, what is working ...read more
  2. What is the definition between python Arrays and l...read more
  3. What is the difference between list and tuples in pytho...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 Interview Process

based on 18 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
View all

Infotech Reviews and Ratings

based on 117 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

3.9

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 117 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Software Developer
27 salaries
unlock blur

₹2 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