Upload Button Icon Add office photos

Filter interviews by

iTech India Interview Questions, Process, and Tips

Updated 24 Sep 2024

Top iTech India Interview Questions and Answers

iTech India Interview Experiences

Popular Designations

5 interviews found

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

(1 Question)

  • Q1. Entity extraction

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Subset Sum Equal To K Problem Statement Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K. Provide true if such a subset exists, otherwise return false. Example: Input: ARR = {1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Round 2 - Aptitude Test 

Good sure fresher and

Junior Process Executive Interview Questions asked at other Companies

Q1. What is liquidity ratio? What is 70% of 80? What is Bills Payable? What is the journal entry for trade payable?
View answer (1)

I applied via Job Fair and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

As usual, apptitude was held but it was very tough, so you have to go through all topics is very useful in your future.

Round 3 - Group Discussion 

Communication in English is very important

Round 4 - Technical 

(2 Questions)

  • Q1. What is OOPS, Basis of programming, Front end and back end and Database
  • Ans. 

    OOPS is a programming paradigm based on objects, front-end refers to the user interface, back-end refers to server-side programming, and database is where data is stored.

    • OOPS stands for Object-Oriented Programming System

    • Front-end refers to the part of the application that the user interacts with, such as web pages or mobile apps

    • Back-end refers to the server-side programming that powers the application, such as APIs or ...

  • Answered by AI
  • Q2. Explain about SDLC, Arrays,RDBMS
  • Ans. 

    SDLC is a process followed for software development. Arrays are data structures used to store multiple values. RDBMS is a type of database management system.

    • SDLC stands for Software Development Life Cycle and includes phases like planning, designing, coding, testing, and maintenance.

    • Arrays are used to store multiple values of the same data type in a single variable. Example: int[] numbers = {1, 2, 3, 4, 5};

    • RDBMS stands...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very hard to clear the interview, because more competition is there.

Skills evaluated in this interview

full stack .net developer Interview Questions asked at other Companies

Q1. What is OOPS, Basis of programming, Front end and back end and Database
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is datatype?
  • Ans. 

    Datatype is a classification of data which tells the compiler or interpreter how the programmer intends to use the data.

    • Datatypes specify the type of data that a variable can hold.

    • Examples include int (integer), string (text), bool (boolean), etc.

    • Different programming languages have different datatypes and rules for their usage.

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class (child class) inherits attributes and methods from a base class (parent class)

    • Example: Class Car can inherit properties like color and methods like drive from class Vehicle

  • Answered by AI
  • Q3. What is class and object?
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is created based on a class, and can have its own unique values for the properties defined in the class.

    • Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' could be 'red Ferrari'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more.

Skills evaluated in this interview

Junior .NET Developer Interview Questions asked at other Companies

Q1. what is StringBuffer and were is use
View answer (2)

iTech India interview questions for popular designations

 full stack .net developer

 (1)

 Group Leader

 (1)

 Junior .NET Developer

 (1)

 Junior Process Executive

 (1)

 Machine Learning Engineer

 (1)

Group Leader Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Checking english knowledge
  • Q2. Grammer checking and ms office test

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn ms office questions and english knowledge

C ij cjvjvv vvj j n n j n n n iccdtdycjvjcj hch

Group Leader Interview Questions asked at other Companies

Q1. The pressure of submissions will we high and team lead will not we cooperative, will you we still joining us, if your answer is yes.... Congratulations you will we hired and fired asap. So are you still interested?
View answer (1)

Interview questions from similar companies

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 Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

A question that is both tricky and simple.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about biochemistry
Round 3 - Aptitude Test 

Questions based on both numerical data and case studies.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What interests you in working for this company?
  • Ans. 

    I am interested in working for this company because of its innovative projects and strong reputation in the industry.

    • Innovative projects that challenge me to grow as a programmer

    • Strong reputation in the industry for quality work

    • Opportunities for career advancement and professional development

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark

dev2 Interview Questions & Answers

Hyland Software Solutions India LLP user image Anonymous

posted on 7 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

DSA- 1easy, 1 medium

Round 2 - Technical 

(7 Questions)

  • Q1. Project discussion
  • Q2. DBMS views
  • Q3. Hibernate
  • Q4. What happens when u enter www.google.com
  • Q5. Authentication
  • Q6. What is socket
  • Q7. Bubble sort and time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DBMS, CN properly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI

iTech India Interview FAQs

How many rounds are there in iTech India interview?
iTech India interview process usually has 2 rounds. The most common rounds in the iTech India interview process are Aptitude Test, Technical and HR.
How to prepare for iTech India 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 iTech India. The most common topics and skills that interviewers at iTech India expect are Digital Marketing, SQL, Javascript, MVC and Non Voice Process.
What are the top questions asked in iTech India interview?

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

  1. What is OOPS, Basis of programming, Front end and back end and Datab...read more
  2. What is class and obje...read more
  3. Explain about SDLC, Arrays,RD...read more

Tell us how to improve this page.

iTech India Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

iTech India Reviews and Ratings

based on 87 reviews

3.4/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

2.7

Salary

3.5

Job security

3.3

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 87 Reviews and Ratings
System Administrator
18 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Junior Process Executive
17 salaries
unlock blur

₹0.9 L/yr - ₹1.8 L/yr

Data Entry Operator
12 salaries
unlock blur

₹0.8 L/yr - ₹2.5 L/yr

Software Engineer
11 salaries
unlock blur

₹3.6 L/yr - ₹7.1 L/yr

HR Executive
10 salaries
unlock blur

₹1.5 L/yr - ₹2.9 L/yr

Explore more salaries
Compare iTech India with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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