Upload Button Icon Add office photos

Filter interviews by

India Infotech Interview Questions and Answers

Updated 5 Mar 2025

India Infotech Interview Experiences

Popular Designations

4 interviews found

Web Developer Interview Questions & Answers

user image Prince India Infotech

posted on 5 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the concepts of Object-Oriented Programming (OOP) and how do they apply in real-life scenarios?
  • Ans. 

    OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, applied in software design and real-world modeling.

    • Encapsulation: Bundling data and methods in classes, like a car class containing properties (color, model) and methods (drive, stop).

    • Inheritance: Creating new classes from existing ones, e.g., a 'Dog' class inheriting from an 'Animal' class, sharing common traits.

    • Polymorphism: Allowing meth...

  • Answered by AI
  • Q2. What are the differences between sessions and cookies in web development?
  • Ans. 

    Sessions store user data on the server, while cookies store data on the client-side browser.

    • Sessions are stored on the server, cookies are stored on the client-side.

    • Sessions can hold larger amounts of data compared to cookies.

    • Cookies have an expiration date, while sessions expire after a period of inactivity.

    • Example: A session might store user login status, while a cookie might store user preferences.

    • Sessions are more ...

  • Answered by AI

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience and how do you define your role?
  • Ans. 

    I have over 10 years of experience in business development, focusing on strategic partnerships and revenue growth.

    • Developed strategic partnerships that increased revenue by 30% in one year.

    • Led a team to identify new market opportunities, resulting in a 25% growth in client base.

    • Implemented a CRM system that improved lead tracking and conversion rates by 15%.

    • Conducted market research to identify trends, leading to the l

  • Answered by AI

Senior Business Development Executive Interview Questions asked at other Companies

Q1. If you see 2-3 year you work with idfc first but you will not get any growth in your caree or salary as well..
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is key events in Google Analytics?

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 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 - HR 

(1 Question)

  • Q1. Genral question about digital Marketing
Round 3 - Technical 

(1 Question)

  • Q1. Question about on page and off page seo

Interview Preparation Tips

Interview preparation tips for other job seekers - Only off page seo work available here slow growth if try to avoid this company as much as you can

SEO Executive Interview Questions asked at other Companies

Q1. What are the best practices to get more traffic on a website?
View answer (1)

India Infotech interview questions for popular designations

 Web Developer

 (1)

 Digital Marketing Executive

 (1)

 SEO Executive

 (1)

 Senior Business Development Executive

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

India Infotech Interview FAQs

How many rounds are there in India Infotech interview?
India Infotech interview process usually has 1-2 rounds. The most common rounds in the India Infotech interview process are Technical, Resume Shortlist and HR.
How to prepare for India 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 India Infotech. The most common topics and skills that interviewers at India Infotech expect are Communication Skills, Digital Marketing, Lead Generation, Social Media Marketing and Business Development.
What are the top questions asked in India Infotech interview?

Some of the top questions asked at the India Infotech interview -

  1. What are the concepts of Object-Oriented Programming (OOP) and how do they appl...read more
  2. What are the differences between sessions and cookies in web developme...read more
  3. What is key events in Google Analyti...read more

Tell us how to improve this page.

India Infotech Interview Process

based on 7 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

India Infotech Reviews and Ratings

based on 52 reviews

4.3/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.9

Salary

4.4

Job security

4.1

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 52 Reviews and Ratings
Digital Marketing Executive
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Executive
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PPC Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare India Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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