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 Technical Engineer Interview Questions and Answers

Updated 10 Oct 2020

ITC Infotech Technical Engineer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. 1. How to copy the Business phone on account to the associated contacts and Opportunities?
  • Ans. 

    To copy Business phone on account to associated contacts and opportunities, use process builder or workflow rule.

    • Create a process builder or workflow rule on account object

    • Add criteria to check if Business phone is not null

    • Add immediate action to update Business phone on associated contacts and opportunities

    • Use field update action to update Business phone field on contacts and opportunities

    • Map the Business phone field ...

  • Answered by AI
  • Q2. Can we do CRM deployment using DevOps?
  • Ans. 

    Yes, CRM deployment can be done using DevOps.

    • DevOps can automate the deployment process of CRM systems

    • Continuous integration and continuous deployment can be used for CRM deployment

    • DevOps tools like Jenkins, Ansible, and Puppet can be used for CRM deployment

    • DevOps can ensure faster and more efficient deployment of CRM systems

  • Answered by AI
  • Q3. What is Data export service and how can we use it?
  • Ans. 

    Data export service is a tool that allows users to export data from Dynamics 365 to an Azure SQL database or a CSV file.

    • Data export service is a cloud-based service provided by Microsoft.

    • It can be used to export data from Dynamics 365 to an Azure SQL database or a CSV file.

    • It can be scheduled to run automatically or manually.

    • It can be used to export data from both standard and custom entities.

    • It can be used to export d...

  • Answered by AI
  • Q4. If Plugin takes more than 2 min, what is an alternate to achieve the same operation?
  • Ans. 

    Use alternative method or optimize plugin to reduce time.

    • Optimize the plugin code to reduce execution time.

    • Use a different plugin that can perform the same operation faster.

    • Write custom code to achieve the same operation without using the plugin.

    • Break down the operation into smaller tasks and execute them in parallel.

    • Use caching to store results and avoid repeating the operation.

    • Consider upgrading hardware or increasin...

  • 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

Interview Questionnaire 

1 Question

  • Q1. What is the minimum 10 th class %

Technical Engineer Interview Questions Asked at Other Companies

Q1. Design a circuit to maintain the elevation of a satellite trackin ... read more
asked in JLL
Q2. What safety measures are in place for ACB, VCB, and DG sets?
Q3. Design a circuit with two switches, A and B, that outputs TRUE on ... read more
Q4. Imagine there is an electric bulb reaching equilibrium with its s ... read more
Q5. Why do we use starting methods to start induction motors and expl ... read more

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

Interview Questionnaire 

1 Question

  • Q1. What is dictionary in python?
  • Ans. 

    Dictionary is a collection of key-value pairs in Python.

    • Keys must be unique and immutable.

    • Values can be of any data type.

    • Access values using keys.

    • Add or modify values using keys.

    • Use dict() constructor or {} to create a dictionary.

    • Example: {'name': 'John', 'age': 30}

    • Example: dict(name='John', age=30)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy one. any language will do the job.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

TCS user image C2.20.17BEC0010 MUDDULURU RENUSREE VARMA

posted on 2 May 2021

Interview Questionnaire 

1 Question

  • Q1. What is difference between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a subclass method with the same name and parameters as a superclass method.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is used to provide a specific implementation of a method in a subclass that is already defined in a supe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you keep in resume

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Completely based on ur previous role.Be Confident on ur answers.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be very clear what you are saying..

I appeared for an interview in Nov 2020.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Q2. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi all any company are you attend the interview those are all same but the thing is your way of Talking ☺️ you have to know the min basic programming knowledge and you have to know how to talk politely first of all don't panic it's just the interaction between the you and another person if you are not performing well he doesn't cares he doesn't beat you or serious about you simply he will rejects so plz be calm and wait 1 sec for every ans you speak

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

Interview Questionnaire 

4 Questions

  • Q1. What projects you have worked on?
  • Q2. What did you learn during your internship?
  • Q3. What is JIT in java and it's importance?
  • Ans. 

    JIT stands for Just-In-Time compiler in Java. It is important for improving the performance of Java applications.

    • JIT compiles Java bytecode into native machine code at runtime

    • It optimizes frequently executed code segments for faster execution

    • JIT reduces the startup time of Java applications

    • Examples of JIT compilers in Java include HotSpot and JRockit

  • Answered by AI
  • Q4. Would you like to explore in other technologies except coding like cloud?
  • Ans. 

    Yes, I am open to exploring other technologies like cloud.

    • I have some experience with cloud technologies like AWS and Azure.

    • I am interested in learning more about cloud computing and its applications.

    • I believe that having knowledge of different technologies can make me a more well-rounded engineer.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was not well that day but the interviewers were very hospitable and they gave me my time to answer the questions. They seemed very happy with my answers and my spirit to keep going and the ease with which I answered all their questions.

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Easy

It was an coding + mcq+ english round

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    The task is to find the second largest element in an array of integers.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Initialize the largest and second largest variables with the first two elements of the array.

    • Compare each element with the largest and second largest variables and update them accordingly.

    • Return the second largest element at the end.

    • Handle the case where no second la...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

it was technical round

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Given an array of size N containing numbers from 0 to (N-2), find and return the duplicate number.

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency of 2.

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

It was an hr round. this was just after the tech round.

Interview Preparation Tips

Eligibility criteriaNo backlog, 6 CGPATata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is sql
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in a variety of industries, including finance, healthcare, and e-commerce

  • Answered by AI
  • Q2. What is dbms
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is used to manage large amounts of data efficiently.

    • It provides a way to store, retrieve and manipulate data in a structured way.

    • Examples of DBMS include MySQL, Oracle, and Microsoft SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good overall

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Interview kese hote hy matlab fresher student se kya acceptation rahta hy company ko
  • Ans. 

    Companies expect freshers to have foundational skills, a willingness to learn, and good problem-solving abilities.

    • Strong understanding of programming languages (e.g., Java, Python).

    • Ability to work in teams and communicate effectively.

    • Problem-solving skills demonstrated through projects or internships.

    • Familiarity with version control systems like Git.

    • Eagerness to learn new technologies and adapt to changing environments...

  • Answered by AI
  • Q2. Interview student jis language mai comfortable hoga us language mai kyo nai bol sakta
  • Ans. 

    The student may struggle to articulate their thoughts in a preferred language due to various factors like anxiety or lack of practice.

    • Language proficiency varies; a student may be more comfortable in writing than speaking.

    • Anxiety can hinder verbal communication, even in a known language.

    • Cultural factors may influence language use; some may prefer their native language.

    • Technical jargon in programming languages may not t...

  • Answered by AI

ITC Infotech Interview FAQs

What are the top questions asked in ITC Infotech Technical Engineer interview?

Some of the top questions asked at the ITC Infotech Technical Engineer interview -

  1. 1. How to copy the Business phone on account to the associated contacts and Opp...read more
  2. If Plugin takes more than 2 min, what is an alternate to achieve the same opera...read more
  3. What is Data export service and how can we use ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Mphasis Interview Questions
3.3
 • 847 Interviews
Coforge Interview Questions
3.3
 • 589 Interviews
eClerx Interview Questions
3.2
 • 577 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.7
 • 309 Interviews
View all
Associate Information Technology Consultant
5.1k salaries
unlock blur

₹4.3 L/yr - ₹14.6 L/yr

Lead Consultant
4.6k salaries
unlock blur

₹16.4 L/yr - ₹30 L/yr

Associate Consultant
954 salaries
unlock blur

₹2.5 L/yr - ₹18.4 L/yr

Software Engineer
514 salaries
unlock blur

₹3.6 L/yr - ₹14.3 L/yr

Senior Software Engineer
382 salaries
unlock blur

₹6.8 L/yr - ₹25.4 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.6
Compare

Mphasis

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

3.3
Compare
write
Share an Interview