Upload Button Icon Add office photos

Orient Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Orient Technologies Enterprise Support Engineer Interview Questions, Process, and Tips

Updated 10 Jul 2024

Top Orient Technologies Enterprise Support Engineer Interview Questions and Answers

Orient Technologies Enterprise Support Engineer Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Communication round
Round 2 - Technical 

(1 Question)

  • Q1. Ccna question on routing switching
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Orient Technologies Enterprise Support Engineer interview:
  • CCNA
Interview preparation tips for other job seekers - Hr are very irresponsible, don't reply on email neither respond to calls

Interview Questionnaire 

5 Questions

  • Q1. What is the OSI layer and explain the work of each layer.
  • Ans. 

    OSI (Open Systems Interconnection) layer is a conceptual model that describes the communication functions of a telecommunication system.

    • Layer 1 (Physical Layer) - Transmits raw data bits over a communication channel.

    • Layer 2 (Data Link Layer) - Provides error-free transfer of data frames between nodes over the physical layer.

    • Layer 3 (Network Layer) - Provides logical addressing and routing of data packets between nodes ...

  • Answered by AI
  • Q2. What is VLAN ?
  • Ans. 

    VLAN stands for Virtual Local Area Network. It is a logical grouping of devices on a network based on their function, project, or application.

    • VLANs allow network administrators to segment a network into smaller, more manageable groups.

    • Each VLAN has its own broadcast domain, which means that broadcasts are contained within the VLAN and do not spread to other VLANs.

    • VLANs can be configured to span multiple switches, allow...

  • Answered by AI
  • Q3. What is the difference between L2 and L3 layer?
  • Ans. 

    L2 is data link layer responsible for MAC addressing and error detection, while L3 is network layer responsible for IP addressing and routing.

    • L2 operates on MAC addresses while L3 operates on IP addresses

    • L2 is responsible for error detection and correction while L3 is responsible for routing

    • L2 switches packets within a network while L3 routes packets between networks

    • Examples of L2 devices include switches and bridges w...

  • Answered by AI
  • Q4. What is router?
  • Ans. 

    A router is a networking device that forwards data packets between computer networks.

    • Routers operate at the network layer of the OSI model.

    • They use routing tables to determine the best path for data to travel.

    • Routers can connect different types of networks, such as LANs and WANs.

    • Examples of routers include Cisco, Juniper, and TP-Link.

    • Routers can provide security features such as firewalls and VPNs.

  • Answered by AI
  • Q5. What is subnetting ?
  • Ans. 

    Subnetting is the process of dividing a network into smaller subnetworks.

    • Subnetting helps in efficient utilization of IP addresses.

    • It improves network performance and security.

    • Subnetting is done by borrowing bits from the host portion of an IP address.

    • CIDR notation is used to represent subnet masks.

    • Example: 192.168.1.0/24 represents a network with 256 IP addresses.

  • Answered by AI

Skills evaluated in this interview

Enterprise Support Engineer Interview Questions Asked at Other Companies

Q1. What is the OSI layer and explain the work of each layer.
Q2. What is the difference between L2 and L3 layer?
Q3. what are the main four pillars of oops
Q4. which is connection oriented udp or tcp
asked in Atlassian
Q5. What is JVM and JDK ?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic question like as time ditance

Round 2 - Coding Test 

Basic of dsa sql dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - please be carefull and confident while giving interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 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 - Assignment 

English , GK, arithmetic

Round 3 - Technical 

(3 Questions)

  • Q1. Asking interview questions
  • Q2. Company culture and values
  • Q3. Benifits of a device bias
  • Ans. 

    Device bias can lead to improved performance, efficiency, and user experience in network engineering.

    • Device bias can result in optimized network traffic routing, leading to faster data transmission.

    • It can enhance security measures by prioritizing certain devices for access control and monitoring.

    • Device bias can improve overall network stability and reliability by allocating resources more effectively.

    • For example, imple...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work at a startup

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

Orient Technologies Interview FAQs

How many rounds are there in Orient Technologies Enterprise Support Engineer interview?
Orient Technologies interview process usually has 3 rounds. The most common rounds in the Orient Technologies interview process are HR and Technical.
What are the top questions asked in Orient Technologies Enterprise Support Engineer interview?

Some of the top questions asked at the Orient Technologies Enterprise Support Engineer interview -

  1. What is the OSI layer and explain the work of each lay...read more
  2. What is the difference between L2 and L3 lay...read more
  3. What is VLA...read more

Tell us how to improve this page.

Orient Technologies Enterprise Support Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
INDIUM Interview Questions
4.1
 • 192 Interviews
Xoriant Interview Questions
4.1
 • 189 Interviews
View all
Orient Technologies Enterprise Support Engineer Salary
based on 23 salaries
₹1.5 L/yr - ₹2.8 L/yr
72% less than the average Enterprise Support Engineer Salary in India
View more details

Orient Technologies Enterprise Support Engineer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.7

Salary

3.0

Job security

2.8

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 4 Reviews and Ratings
Desktop Support Engineer
227 salaries
unlock blur

₹1.1 L/yr - ₹4.1 L/yr

Network Support Engineer
172 salaries
unlock blur

₹0.9 L/yr - ₹3.5 L/yr

Network Engineer
152 salaries
unlock blur

₹1.7 L/yr - ₹7.9 L/yr

Technical Support Engineer
82 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

System Administrator
77 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Orient Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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