Upload Button Icon Add office photos

IDC Technologies

Compare button icon Compare button icon Compare

Filter interviews by

IDC Technologies Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top IDC Technologies Interview Questions and Answers

View all 32 questions

IDC Technologies Interview Experiences

Popular Designations

65 interviews found

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about your daily responsibility in your current role.
  • Q3. We will share your profile to our client they will call you for 1 final round. It's a technical round.
Round 2 - Technical 

(5 Questions)

  • Q1. What are the skills you have in networking?
  • Q2. What is Switch, Routers, VLAN ? What is OSI model? What is TCP/IP ?
  • Ans. 

    Switches and routers are networking devices that help in data transmission. VLAN is a logical grouping of devices. OSI model and TCP/IP are networking protocols.

    • Switches are used to connect devices within a network and forward data packets between them.

    • Routers are used to connect different networks and forward data packets between them.

    • VLAN is a logical grouping of devices that allows for better network management and ...

  • Answered by AI
  • Q3. What is Network classes and it's ranges?
  • Ans. 

    Network classes are a way of dividing IP addresses into different ranges based on their first octet.

    • There are five network classes: A, B, C, D, and E.

    • Class A addresses range from 1.0.0.0 to 126.0.0.0.

    • Class B addresses range from 128.0.0.0 to 191.255.0.0.

    • Class C addresses range from 192.0.0.0 to 223.255.255.0.

    • Class D addresses are used for multicast and range from 224.0.0.0 to 239.255.255.255.

    • Class E addresses are reser...

  • Answered by AI
  • Q4. Questions related to Desktop support?
  • Q5. OS installation, Windows, Software installation, Printer installation.

Interview Preparation Tips

Topics to prepare for IDC Technologies Network Engineer L1 interview:
  • CCNA
  • MCSA
  • Communication Skills
Interview preparation tips for other job seekers - This is the good one opportunity for the freshers and also experienced who is having 6 month of experience.

Skills evaluated in this interview

Network Engineer L1 Interview Questions asked at other Companies

Q1. What is Switch, Routers, VLAN ? What is OSI model? What is TCP/IP ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about your job at your previous company?
  • Q2. Tell us About my Job description
IDC Technologies Interview Questions and Answers for Freshers
illustration image

HSE Officer Interview Questions & Answers

user image Loda Lason

posted on 6 Nov 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Newspaper Ad and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What your name why you you want this position and how much salary you get previously
  • Q2. Why you why to join

Interview Preparation Tips

Interview preparation tips for other job seekers - thank you if you reading this just made an account to see interview interview quesitn they just give your old exp i have no exp in any field sorrry to waste your time sorry bhai

HSE Officer Interview Questions asked at other Companies

Q1. What is Critical Lifting (Erection activity) , Tandem Lifting please state its Hazards and Precautions ?
View answer (6)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do you have experience on AWS
  • Ans. 

    Yes, I have experience working with AWS services such as EC2, S3, and RDS.

    • Managed EC2 instances for hosting applications

    • Utilized S3 for storing and retrieving data

    • Configured and maintained RDS databases

    • Implemented AWS Lambda functions for serverless computing

  • Answered by AI
  • Q2. Yes i have some 6 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

IDC Technologies interview questions for popular designations

 Desktop Support Engineer

 (5)

 Software Engineer

 (2)

 Business Analyst

 (2)

 Front end Developer

 (2)

 Desktop Support Engineer L2

 (2)

 Network Engineer

 (2)

 Technical Lead

 (1)

 Software Developer

 (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Coding Test 

AngularJS program demonstrating the concept of data binding.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic HTML, CSS and data structure concept.

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

Get interview-ready with Top IDC Technologies Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About Java backend and front end
Round 2 - HR 

(2 Questions)

  • Q1. About your weakness
  • Q2. Strength olin working area
Round 3 - HR 

(2 Questions)

  • Q1. About your experience
  • Q2. It Experience and non IT

Recruitment Consultant Interview Questions asked at other Companies

Q1. How you'll go to home at 3 AM coz we'll not provide cabs
View answer (1)

Jobs at IDC Technologies

View all

SQL Developer Interview Questions & Answers

user image VIJAY KUMAR MANGALI

posted on 23 Dec 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are joins
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column between them.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. What is DML and use
  • Ans. 

    DML stands for Data Manipulation Language and is used to manipulate data in a database.

    • DML is used to insert, update, delete, and retrieve data in a database.

    • Examples of DML statements include INSERT, UPDATE, DELETE, and SELECT.

    • DML is essential for managing and modifying data within a database.

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

(2 Questions)

  • Q1. Explain your job experience and projects done till now
  • Q2. What is your expected salary

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why want to join the organisation
  • Ans. 

    I want to join the organization because of its reputation for innovation and growth opportunities.

    • Impressed by the company's track record of successful projects

    • Excited about the potential for career advancement

    • Interested in working with a talented team of professionals

  • Answered by AI

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Data Analyst Interview Questions & Answers

user image latha sri

posted on 8 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Pillars of object orientation
  • Ans. 

    Pillars of object orientation include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects of different classes to respond to the same message.

  • Answered by AI

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly was realted to SQl and SSIS
  • Q2. Joins, Rank, Data Warehouse

Interview Preparation Tips

Interview preparation tips for other job seekers - this is good company and pay you well

Ssis Developer Interview Questions asked at other Companies

Q1. Tell us from Scratch how you will find File count in Source folder and how you check files exist or not.?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Sap ehs plm functional consultant
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and ext details

Interview Preparation Tips

Interview preparation tips for other job seekers - Best Environment and working culture having career growth.
Contribute & help others!
anonymous
You can choose to be anonymous

IDC Technologies Interview FAQs

How many rounds are there in IDC Technologies interview?
IDC Technologies interview process usually has 2-3 rounds. The most common rounds in the IDC Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for IDC Technologies 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 IDC Technologies. The most common topics and skills that interviewers at IDC Technologies expect are Desktop Support, IT Recruitment, Technical Recruitment, Hiring and Talent Acquisition.
What are the top questions asked in IDC Technologies interview?

Some of the top questions asked at the IDC Technologies interview -

  1. What is Switch, Routers, VLAN ? What is OSI model? What is TCP/I...read more
  2. What is a difference between Java developer and full stack develop...read more
  3. Difference between MCB, MCCB, MPCB & Their types, Uses & Classificat...read more
How long is the IDC Technologies interview process?

The duration of IDC Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Escorts Kubota Limited

No Interviews

INTERVIEWS

Escorts Kubota Limited

No Interviews

INTERVIEWS

Escorts Kubota Limited

No Interviews

INTERVIEWS

Eveready Industries

No Interviews

INTERVIEWS

Eveready Industries

No Interviews

INTERVIEWS

Eveready Industries

No Interviews

SALARIES

Bajaj Finserv Health

Tell us how to improve this page.

IDC Technologies Interview Process

based on 62 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

IDC Technologies Reviews and Ratings

based on 1.3k reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

3.1

Salary

2.8

Job security

3.0

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 1.3k Reviews and Ratings
Information Technology Recruiter
295 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Recruiter
271 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior IT Recruiter
270 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
245 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Recruiter
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IDC Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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