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 IT Administrator Interview Questions and Answers

Updated 14 Aug 2022

Infonet Comm Enterprises IT Administrator Interview Experiences

1 interview found

I applied via Approached by Company

Round 1 - Aptitude Test 

Aptitude question shared for test

Round 2 - Group Discussion 

Discuss about any one topic

Round 3 - HR 

(1 Question)

  • Q1. Hr department related questions
Round 4 - Technical 

(1 Question)

  • Q1. Concern team manager will do this activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Welcome to Infonet take the test without stress. Feel free. You can get wonderful hands on experience. We will support any kind

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2018. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Advanced sql queries related to dense rank, row num, self joins, pivoting, case studies, visualization questions, puzzles, questions on probability

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and go with open minds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Past experience of internships for business analyst roles Skills sets Business model
  • Ans. 

    I have had internships in business analyst roles where I gained valuable experience in analyzing business models and applying various skills sets.

    • Internship at XYZ Company where I analyzed customer data and identified trends to improve sales strategies

    • Internship at ABC Corporation where I conducted market research and competitor analysis to develop business strategies

    • Developed skills in data analysis, market research, ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Sql & tableau question
Round 4 - One-on-one 

(1 Question)

  • Q1. Final round manager’s

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep sql on tips to make interviewer interactive with presence of mind
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
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
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
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General questions, on the background and past experience.
Round 2 - Group Discussion 

General topic, no interference or moderation from panelists side.

Infonet Comm Enterprises Interview FAQs

How many rounds are there in Infonet Comm Enterprises IT Administrator interview?
Infonet Comm Enterprises interview process usually has 4 rounds. The most common rounds in the Infonet Comm Enterprises interview process are Aptitude Test, Group Discussion and HR.

Tell us how to improve this page.

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
Infonet Comm Enterprises IT Administrator Salary
based on 6 salaries
₹2 L/yr - ₹2.4 L/yr
52% less than the average IT Administrator Salary in India
View more details

Infonet Comm Enterprises IT Administrator Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

5.0

Skill development

4.2

Work-life balance

4.2

Salary

5.0

Job security

5.0

Company culture

4.2

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
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