i
ITC Infotech
Filter interviews by
Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.
Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.
Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with ...
Problem management involves identifying, analyzing, and resolving recurring issues to prevent future incidents.
Identify the root cause of the problem
Document the problem and its resolution
Implement corrective actions to prevent recurrence
Monitor and track the effectiveness of the solution
Collaborate with stakeholders to ensure continuous improvement
Join employee and salary tables to find the third highest salary.
Use SQL JOIN to combine employee and salary tables based on employee ID.
Utilize the 'ORDER BY' clause to sort salaries in descending order.
Use 'DISTINCT' to ensure unique salary values.
Apply 'LIMIT' with an offset to retrieve the third highest salary.
Example SQL query: SELECT DISTINCT s.salary FROM salary s JOIN employee e ON s.emp_id = e.id ORDER BY...
Yes, files can be downloaded to a particular directory for organization and easy access.
Files can be downloaded to a specific directory to keep them organized.
Downloading files to a particular directory can help with easy access and management.
For example, downloading all software installation files to a 'Downloads' folder on the desktop.
What people are saying about ITC Infotech
Different types of software installation include manual installation, automated installation, and network installation.
Manual installation: involves manually downloading and installing software on a single computer.
Automated installation: uses scripts or tools to automate the installation process on multiple computers.
Network installation: software is installed over a network from a centralized location.
Silent ins...
CPU stands for Central Processing Unit.
Central Processing Unit is the main component of a computer responsible for executing instructions.
It is often referred to as the brain of the computer.
Examples of CPU manufacturers include Intel and AMD.
Software is a collection of instructions that enable hardware to perform specific tasks or functions.
Types of software include system software (e.g., Windows OS) and application software (e.g., Microsoft Office).
System software manages hardware resources and provides a platform for applications.
Application software is designed for end-users to perform specific tasks, like word processing or web browsing.
Examples o...
My CV highlights my experience in managing multiple teams, achieving sales targets, and implementing strategic plans.
Managed a team of 20 sales representatives, exceeding sales targets by 15% in the last quarter
Developed and implemented a strategic plan to increase market share by 10% within a year
Led training sessions for new employees on sales techniques and product knowledge
A SQL join is used to combine rows from two or more tables based on a related column between them.
Use the JOIN keyword to specify the tables to be joined
Use the ON keyword to specify the column to join on
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Closures are functions that have access to their own scope, as well as the scope in which they were defined.
Closures allow functions to access variables from their outer scope even after the outer function has finished executing.
They are commonly used to create private variables in JavaScript.
Closures are created whenever a function is defined within another function.
I appeared for an interview in Dec 2024.
Our working culture promotes collaboration, innovation, and integrity.
We prioritize teamwork and open communication to achieve common goals.
We encourage creativity and out-of-the-box thinking to solve complex problems.
We uphold high ethical standards and value honesty and transparency in all interactions.
We strive for continuous improvement and learning to stay ahead in the ever-evolving technology landscape.
I appeared for an interview in Feb 2025.
As a program manager, I coordinated multiple projects, ensuring alignment with strategic goals and effective resource management.
Developed a comprehensive project roadmap that aligned with organizational objectives, ensuring all stakeholders were informed.
Implemented Agile methodologies to enhance team collaboration and adaptability, resulting in a 20% increase in project delivery speed.
Facilitated regular cross-functi...
Successfully led cross-functional teams to deliver projects on time, improve processes, and enhance client satisfaction.
Led a team of 10 in delivering a critical software project 2 weeks ahead of schedule, resulting in a 15% cost saving.
Implemented Agile methodologies that improved team productivity by 30%, enabling faster response to client needs.
Developed a stakeholder communication plan that increased client satisfa...
I appeared for an interview in Feb 2025.
Oriented in sql,java logical question and manual testing they asked about that.
Pass by value &pass by reference
About the project &They suggest one topic in based on us
I applied via AmbitionBox and was interviewed in Nov 2024. There were 4 interview rounds.
I utilize tools such as Excel, Python, SQL, and Tableau for data analysis.
Excel for basic data manipulation and visualization
Python for advanced data analysis and machine learning
SQL for querying databases
Tableau for creating interactive visualizations
Data analysis of code in the context of data analysis.
Coding logical question paper.
I appeared for an interview in Aug 2024.
First, test and then pass the next.
I did not have a coding test, but the next round included a coding test.
Two were passed, and the next round was conducted on the assignment.
Assignment: right or wrong case study on the assignment.
The main focus is on group discussion.
Coding tests help assess candidates' technical skills and problem-solving abilities.
Coding tests help evaluate candidates' ability to write efficient and clean code.
They assess problem-solving skills and logical thinking.
Coding tests ensure that candidates have the necessary technical skills for the job.
They help identify candidates who can work well under pressure and meet deadlines.
The other option was to work as a customer service representative.
Customer service representative role involves handling customer inquiries and resolving issues.
Requires good communication skills and ability to remain calm under pressure.
Examples: answering phone calls, responding to emails, assisting customers with product information.
My strength as a telecaller is my excellent communication skills and ability to build rapport with customers. My weakness is sometimes I can be too detail-oriented, which may slow down my call volume.
Strength: Excellent communication skills
Strength: Ability to build rapport with customers
Weakness: Detail-oriented, which may slow down call volume
Motivate the manager by addressing the company's problems and offering support and solutions.
Listen to the manager's concerns and show empathy
Offer constructive feedback and solutions to address the problems
Provide resources and support to help the manager overcome challenges
Recognize and appreciate the manager's efforts and achievements
Encourage open communication and collaboration within the team
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
One coding test happen
Using stream API for Data Structures and Algorithms
Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.
It can be used for implementing various data structures and algorithms efficiently.
For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.
Using stream API to filter a list of numbers and find the sum of even numbers
Use Stream.filter() to filter out even numbers
Use Stream.mapToInt() to convert stream to IntStream
Use IntStream.sum() to find the sum of even numbers
I appeared for an interview before Jun 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Optimizing stored procedures involves using proper indexing, reducing unnecessary loops, and minimizing database calls.
Use proper indexing on columns used in WHERE clauses to improve query performance
Avoid using cursors and loops whenever possible, as they can be inefficient
Minimize the number of database calls by combining multiple queries into a single query or using temporary tables
Consider using bulk processing tec...
Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.
Use indexes on columns frequently used in WHERE clauses
Minimize data retrieval by selecting only necessary columns
Avoid unnecessary joins by using EXISTS or IN clauses instead
Optimize query structure by using appropriate join types and conditions
Returning clause is used to return a value from a function or procedure in PL/SQL.
Used to return a single value from a function or procedure
Can be used to return multiple values using OUT parameters
Helps in passing values back to the calling program
Triggers can lead to performance issues, complexity, and potential for unintended consequences.
Triggers can make code harder to debug and maintain
They can lead to cascading effects if not carefully implemented
Performance can be impacted if triggers are not optimized
Triggers can introduce dependencies between different parts of the codebase
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Split alpha-numeric values in Java without using split method
Iterate through each character in the input string
Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods
Create separate strings for digits and letters and store them in an array
Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL
Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;
Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;
I appeared for an interview in May 2025, where I was asked the following questions.
Active Directory is a directory service by Microsoft for managing users, computers, and resources in a networked environment.
Centralized management of user accounts and permissions.
Supports Group Policy for enforcing security settings across devices.
Facilitates single sign-on (SSO) for accessing multiple applications.
Organizes resources in a hierarchical structure using domains, trees, and forests.
Example: Users can be...
PST and OST files are data files used by Microsoft Outlook for storing emails, contacts, and calendar items.
PST files are used for storing emails and data locally on a computer.
OST files are used for offline access to emails when connected to an Exchange server.
PST files can be imported/exported easily, while OST files sync with the server.
Example: A PST file might be created for archiving old emails, while an OST file...
The OSI model is a conceptual framework used to understand network communication in seven layers.
Layer 1: Physical - Deals with the physical connection (e.g., cables, switches).
Layer 2: Data Link - Manages node-to-node data transfer (e.g., Ethernet).
Layer 3: Network - Handles routing of data (e.g., IP addresses).
Layer 4: Transport - Ensures complete data transfer (e.g., TCP, UDP).
Layer 5: Session - Manages sessions bet...
The OSI model has 7 layers that standardize network communication protocols.
1. Physical Layer: Deals with the physical connection (e.g., cables, switches).
2. Data Link Layer: Manages node-to-node data transfer (e.g., Ethernet).
3. Network Layer: Handles routing of data packets (e.g., IP).
4. Transport Layer: Ensures reliable data transfer (e.g., TCP, UDP).
5. Session Layer: Manages sessions between applications (e.g., API...
Steps to configure a printer using a DHCP IP address involve network setup, driver installation, and printer configuration.
Ensure the printer is connected to the network and powered on.
Access the printer's control panel to check its DHCP settings.
Obtain the printer's IP address from the control panel or print a configuration page.
On the computer, go to 'Devices and Printers' and select 'Add a Printer'.
Choose 'Add a net...
The duration of ITC Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 366 interview experiences
Difficulty level
Duration
based on 4k reviews
Rating in categories
5-8 Yrs
₹ 9.5-26 LPA
8-10 Yrs
Not Disclosed
5-8 Yrs
Not Disclosed
Associate Information Technology Consultant
5.1k
salaries
| ₹3.9 L/yr - ₹15 L/yr |
Lead Consultant
4.7k
salaries
| ₹9.2 L/yr - ₹36 L/yr |
Associate Consultant
944
salaries
| ₹2.5 L/yr - ₹19.2 L/yr |
Software Engineer
514
salaries
| ₹3.6 L/yr - ₹14.3 L/yr |
Senior Software Engineer
382
salaries
| ₹6.8 L/yr - ₹25.4 L/yr |
TCS
Mphasis
L&T Technology Services
Coforge