Upload Button Icon Add office photos
Engaged Employer

i

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

Infonet Comm Enterprises Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infonet Comm Enterprises Technical Trainee Engineer Interview Questions and Answers

Updated 13 Mar 2024

Infonet Comm Enterprises Technical Trainee Engineer Interview Experiences

1 interview found

Technical Trainee Engineer Interview Questions & Answers

user image infonet coimbatore

posted on 13 Mar 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you know about ip subnetting
  • Ans. 

    IP subnetting is the process of dividing a network into smaller subnetworks for improved performance and security.

    • IP subnetting involves dividing an IP network into subnets to improve network performance and security.

    • It allows for better organization of network resources and more efficient use of IP addresses.

    • Subnet masks are used to determine which part of an IP address is the network portion and which part is the hos...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Casual interaction, Just to know about the candidate, who come for interview
Round 3 - Technical 

(1 Question)

  • Q1. Its based on the position and in which department you are looking for

Interview Preparation Tips

Interview preparation tips for other job seekers - Be humble and Be honest, they know how to determine your performance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. It was 1 hr technical round for iOS Developer role. Questions related to project I am working, iOS Development questions like (process of publishing app, push notifications and its uses, Delegates how to u...
Round 3 - One-on-one 

(1 Question)

  • Q1. It was 30 min managerial round with one of the technical manager of MRI. Asked technical questions based on my projects. And then tricky questions like why you want to join, why we should hire you, where d...

Interview Preparation Tips

Interview preparation tips for other job seekers - Never lie in your resume.
Showcase your skills as much as you can in your resume.
You should have a very good knowledge about the project that your are working on in your current organisation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Youtube Video and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were many questions to be solved within an hour, but the expectation was to solve maximum you can.

Round 2 - Coding Test 

1 DSA based and 2 SQL coding questions with 5/6 DSA based MCQs

Round 3 - Technical 

(1 Question)

  • Q1. Write a python code to find missing element ranging from 0 to 100. Write a SQL query to fetch data from multiple tables. Questions based on types on Joins in SQL, Stored Procedures, Views and importance o...
  • Ans. 

    Python code to find missing element and SQL query for fetching data from multiple tables.

    • Python code to find missing element: Use set difference to find missing elements in range 0 to 100.

    • SQL query for fetching data from multiple tables: Use JOINs like INNER JOIN, LEFT JOIN, or CROSS JOIN to combine data from multiple tables.

    • Types of Joins in SQL: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN.

    • Stored Procedures: Precompi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your concepts and share maximum knowledge you have.

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2021. There were 5 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 - Aptitude Test 

Easy, simple aptitude questions. 50 questions had to be solved in 15 minutes.

Round 3 - Coding Test 

Hackerrank test. MCQs on DSA. 1 coding question and two SQL queries.

Round 4 - Technical 

(1 Question)

  • Q1. Technical + Managerial round of around 1 hour. Questions were asked mostly on resume and projects done.
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions on basics of data structures and database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent with whatever mentioned on resume and projects done.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tell me about yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. What is static method
  • Ans. 

    A static method is a method that belongs to the class itself, rather than to instances of the class.

    • Static methods can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance variables.

    • Static methods are declared using the 'static' keyword in the method signature.

    • Example: Math.max() is a static method in the Math class that returns the maxi

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic DSA questions related to string and hashmap

Round 2 - One-on-one 

(2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Q2. When to use BFS, DFS and basic DSA questions?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple java questions including theory and code snippet

Round 2 - Technical 

(2 Questions)

  • Q1. Iterate collection and do some options on some perticular elements?
  • Q2. Palandrone string Or pattern program Or string related program?
Round 3 - Technical 

(2 Questions)

  • Q1. Linux commands operating system?
  • Ans. 

    Linux commands are used to interact with the operating system through the command line interface.

    • Linux commands are case-sensitive

    • Commands are typically followed by options and arguments

    • Common commands include ls (list files), cd (change directory), mkdir (make directory)

    • Commands can be combined using pipes (|) and redirection symbols (> and <)

  • Answered by AI
  • Q2. Html css javascript theory questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary discuss and general questions?
  • Q2. They ask for join immediately?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get touched which HR while interview rounds

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 mins, Basic aptitude , comprehension and decision making questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries

Infonet Comm Enterprises Interview FAQs

How many rounds are there in Infonet Comm Enterprises Technical Trainee Engineer interview?
Infonet Comm Enterprises interview process usually has 1 rounds. The most common rounds in the Infonet Comm Enterprises interview process are Technical.

Tell us how to improve this page.

Infonet Comm Enterprises Technical Trainee Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
MRI Software Interview Questions
3.7
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
Bijnis Interview Questions
3.7
 • 10 Interviews
Synaptics Interview Questions
3.9
 • 10 Interviews
Oye Rickshaw Interview Questions
3.4
 • 9 Interviews
Sysmex Interview Questions
3.8
 • 9 Interviews
View all
Technical Executive
23 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Network Engineer
23 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Technical Support Engineer
23 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Technical Support Executive
18 salaries
unlock blur

₹1.5 L/yr - ₹2.7 L/yr

Branch Incharge
9 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Infonet Comm Enterprises with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Naaptol Online Shopping

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