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 Apriso Developer Interview Questions and Answers

Updated 2 Feb 2024

ITC Infotech Apriso Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is a Primary Key?
  • Ans. 

    A primary key is a unique identifier for a record in a database table.

    • Primary key ensures each record in a table is unique.

    • It is used to establish relationships between tables.

    • Primary key can be a single column or a combination of columns.

    • It enforces data integrity and allows efficient data retrieval.

    • Example: In a table of students, the student ID can be the primary key.

  • Answered by AI
  • Q2. The PRIMARY KEY constraint uniquely identifies each row in a table. It must contain UNIQUE values and has an implicit NOT NULL constraint. A table in SQL is strictly restricted to have one and only one pri...
  • Ans. 

    The PRIMARY KEY constraint uniquely identifies each row in a table and must contain unique values.

    • A primary key is a column or a combination of columns that uniquely identifies each row in a table.

    • It ensures data integrity by preventing duplicate or null values in the primary key column(s).

    • Primary keys are used to establish relationships between tables through foreign keys.

    • Primary keys can be composed of a single colum...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ITC Infotech ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Q2. Concept of hiding implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

Apriso Developer Interview Questions Asked at Other Companies

Q1. The PRIMARY KEY constraint uniquely identifies each row in a tabl ... read more
Q2. What is a Primary Key?
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Assignment 

Best wishes to you know that you have to come to the day da

Round 2 - Group Discussion 

Hi sir I have sent the best for first year and all the best for your reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy easy easy drawing with this picture 🖼️ and avarampatti photos and videos are you please send panta and all the best for your reference

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I'm a passionate software developer with 5 years of experience in building scalable web applications and a strong focus on user experience.

    • Experience in full-stack development using technologies like React, Node.js, and MongoDB.

    • Led a team project that improved application performance by 30% through code optimization.

    • Strong background in Agile methodologies, having participated in multiple sprints and retrospectives.

    • Dev...

  • Answered by AI
  • Q2. What are your Strengths?
  • Ans. 

    I excel in problem-solving, collaboration, and adaptability, which enhance my effectiveness as a software developer.

    • Strong problem-solving skills: I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

    • Effective collaboration: I have successfully worked in Agile teams, contributing to projects like a web application that improved user engagement.

    • Adaptability: I quickly learn new t...

  • Answered by AI
  • Q3. What are your Weakness?
  • Ans. 

    I tend to be overly critical of my work, which can slow down my progress and affect my confidence in delivering projects.

    • I often spend too much time refining code, which can delay project timelines. For example, I once spent an extra week on a feature.

    • I sometimes struggle with delegation, preferring to handle tasks myself to ensure quality. This was evident in a group project where I took on too much.

    • I can be hesitant ...

  • Answered by AI
  • Q4. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in software development.

    • Based on my research, the average salary for a software developer in this region is between $80,000 and $100,000.

    • I have over 5 years of experience in full-stack development, which I believe warrants a salary towards the higher end of that range.

    • I am open to discussing the entire compensation package, including benefits ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your Homework?
Practice
Provide evidence &Data

Interview Questionnaire 

1 Question

  • Q1. What are the problems you face while developing software
  • Ans. 

    Software development problems

    • Bugs and errors

    • Compatibility issues

    • Lack of documentation

    • Poor performance

    • Security vulnerabilities

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Normalization concept,Java basics inheritance overloading, encapsulation ,update table ,related to projects in final year
  • Q3. Situation based questions based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and be genuine whatever you explain that should be very specific to question and if u are feeling narvous then put a gentle smile on your face,if you don't know about question ask then try little bit and say sir I will read about this.
All the Best😊😊

Interview Questionnaire 

1 Question

  • Q1. What should I learn for become software developer?
Are these interview questions helpful?

I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple questions on oops
  • Q2. Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fresh and show confidence during interview.

Interview Questionnaire 

1 Question

  • Q1. Basic questions and more on db2

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

Round 1 - Aptitude Test 

It was a basic quantitative reasoning aptitude test. Difficulty level was medium.

Round 2 - Coding Test 

Coding test was kind of challenging for freshers. Difficulty level was medium to hard.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain the functionality of linked list
  • Ans. 

    Linked list is a data structure that stores elements in a linear order and allows dynamic memory allocation.

    • Consists of nodes that contain data and a pointer to the next node

    • Can be singly or doubly linked

    • Insertion and deletion can be done efficiently

    • Traversal is slower compared to arrays

    • Examples: stack, queue, hash table

  • Answered by AI
  • Q2. What are the 4 basic principles of OOPS?
  • Ans. 

    The 4 basic principles of OOPS are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding complex implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behavio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice you to study and practice DSA thoroughly

Skills evaluated in this interview

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Apriso Developer interview?
ITC Infotech interview process usually has 1 rounds. The most common rounds in the ITC Infotech interview process are Technical.
How to prepare for ITC Infotech Apriso Developer 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 ITC Infotech . The most common topics and skills that interviewers at ITC Infotech expect are MES, Manufacturing Execution System, .Net, Architecture and Change Management.
What are the top questions asked in ITC Infotech Apriso Developer interview?

Some of the top questions asked at the ITC Infotech Apriso Developer interview -

  1. The PRIMARY KEY constraint uniquely identifies each row in a table. It must con...read more
  2. What is a Primary K...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

4-6 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Mphasis Interview Questions
3.4
 • 849 Interviews
Coforge Interview Questions
3.3
 • 589 Interviews
eClerx Interview Questions
3.2
 • 579 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
Synechron Interview Questions
3.5
 • 378 Interviews
Tata Elxsi Interview Questions
3.7
 • 318 Interviews
Cyient Interview Questions
3.6
 • 309 Interviews
View all
ITC Infotech Apriso Developer Salary
based on 30 salaries
₹3.6 L/yr - ₹7 L/yr
29% less than the average Apriso Developer Salary in India
View more details

ITC Infotech Apriso Developer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

2.7

Skill development

2.1

Work-life balance

2.2

Salary

3.3

Job security

2.5

Company culture

1.7

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
Associate Information Technology Consultant
5.1k salaries
unlock blur

₹4.3 L/yr - ₹14.4 L/yr

Lead Consultant
4.6k salaries
unlock blur

₹16.4 L/yr - ₹30.5 L/yr

Associate Consultant
958 salaries
unlock blur

₹2.5 L/yr - ₹18.4 L/yr

Software Engineer
517 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Software Engineer
383 salaries
unlock blur

₹12.4 L/yr - ₹21 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.6
Compare

Mphasis

3.3
Compare

L&T Technology Services

3.2
Compare

Coforge

3.3
Compare
write
Share an Interview