Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ITC Infotech Team. If you also belong to the team, you can get access from here

ITC Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ITC Infotech Software Developer Trainee Interview Questions and Answers

Updated 27 Mar 2023

ITC Infotech Software Developer Trainee Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. HTML, CSS,sql related questions
Round 3 - HR 

(1 Question)

  • Q1. About myself and my personal background

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go with this.They selected me than they said that they hold the post.I was waiting for more than one month after that they contacted and said that the post is keep in hold

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Since you're from Mechanical Engineering, how do you plan to make up for the knowledge that you didn't learn in college?
  • Q2. During the times when you are in office but you don't have any pending tasks, how do you spend your time?
  • Q3. How often do you take up new responsibilities, tasks, and technologies?
  • Ans. 

    I am always eager to take up new responsibilities, tasks, and technologies.

    • I am a quick learner and enjoy challenging myself with new tasks and technologies.

    • I regularly attend workshops and training sessions to keep myself updated with the latest technologies.

    • I have taken up new responsibilities in my previous roles, such as leading a team or taking ownership of a project.

    • I am open to feedback and constructive criticis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One thing I learned being a fresher (and a low scoring fresher too) is that one won't always get what they set out to get. I saw people who had done all sorts of programming language courses and didn't want to do operations or AMS. While it's important to aim for the job you dream of, it's also important to be pragmatic. So if you are struggling to get the job you want, start somewhere so you can sustain yourself.

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Projects done in college and coding questions basic ones
  • Q2. What is dbms.different keys and its uses
  • Ans. 

    DBMS keys are used to uniquely identify a record in a table. Primary, foreign, candidate, and super keys are some of the types.

    • Primary key: uniquely identifies a record in a table

    • Foreign key: links two tables together

    • Candidate key: can be used as a primary key

    • Super key: a set of attributes that can uniquely identify a record

    • Composite key: a combination of two or more attributes used as a primary key

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm.If your grades are good plus you are fluent in english with basic coding knowledge.You will be hored.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Ask normal questions 😃

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentration is important..

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Code for the pattern 1 12 123 1234 12345
  • Ans. 

    Code for the pattern 1 12 123 1234 12345

    • Use nested loops

    • Print numbers in ascending order

    • Add a line break after each row

  • Answered by AI
  • Q2. Your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React and Node.js for front-end and back-end development

    • Implemented real-time chat feature using Socket.io

    • Integrated with Google Drive API for file sharing and storage

    • Implemented user authentication and authorization using JWT

    • Used Agile methodology for project management

  • Answered by AI
  • Q3. Some maths questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pattern questions and know about sorting algorithms

Software Engineer Interview Questions & Answers

Cyient user image TANGELLA BHANU PRASAD

posted on 27 Jun 2022

I appeared for an interview before Jun 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Cocubes pattern, all topics are covered in test and one hour duration.

Round 3 - Technical 

(1 Question)

  • Q1. Self introduction, based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on resume and basics of communication

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself..... Multi threading etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy and not tough. Quick rounds.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Software Developer Trainee interview?
ITC Infotech interview process usually has 3 rounds. The most common rounds in the ITC Infotech interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

ITC Infotech Software Developer Trainee Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
EPAM Systems Interview Questions
3.7
 • 554 Interviews
eClerx Interview Questions
3.3
 • 529 Interviews
Coforge Interview Questions
3.3
 • 526 Interviews
Synechron Interview Questions
3.5
 • 365 Interviews
Tata Elxsi Interview Questions
3.8
 • 300 Interviews
View all
Associate Information Technology Consultant
5.2k salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Lead Consultant
4.5k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
890 salaries
unlock blur

₹2.5 L/yr - ₹16.5 L/yr

Software Engineer
497 salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Senior Software Engineer
388 salaries
unlock blur

₹6.5 L/yr - ₹27 L/yr

Explore more salaries
Compare ITC Infotech with

Wipro

3.7
Compare

EPAM Systems

3.7
Compare

L&T Technology Services

3.3
Compare

Coforge

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