Upload Button Icon Add office photos
Engaged Employer

i

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

2COMS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

2COMS Edge Coordinator Interview Questions, Process, and Tips

Updated 2 Feb 2018

2COMS Edge Coordinator Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Apr 2017. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What do know about fiber optics
  • Ans. 

    Fiber optics is a technology that uses thin strands of glass or plastic to transmit data using light signals.

    • Fiber optics is used in telecommunications to transmit data over long distances at high speeds.

    • It offers advantages such as high bandwidth, low signal loss, and immunity to electromagnetic interference.

    • Fiber optic cables are made up of a core, cladding, and protective outer layer.

    • Light signals are transmitted th...

  • Answered by AI
  • Q2. What do you know about Linux
  • Ans. 

    Linux is an open-source operating system known for its stability, security, and flexibility.

    • Linux is a Unix-like operating system that was first released in 1991 by Linus Torvalds.

    • It is based on the Linux kernel, which is the core component of the operating system.

    • Linux is known for its stability and reliability, making it popular for servers and embedded systems.

    • It is highly customizable and can be tailored to suit va...

  • Answered by AI
  • Q3. Types of LAN
  • Ans. 

    A LAN (Local Area Network) is a network that connects computers and devices within a limited area.

    • LANs are typically used in homes, offices, schools, and small businesses.

    • There are two main types of LANs: wired LANs and wireless LANs.

    • Wired LANs use physical cables, such as Ethernet cables, to connect devices.

    • Wireless LANs use radio waves to connect devices without the need for physical cables.

    • Examples of wired LAN tech...

  • Answered by AI
  • Q4. Do you have any knowledge about network switch
  • Ans. 

    Yes, I have knowledge about network switches.

    • I am familiar with the basic functions and features of network switches.

    • I understand how network switches work to connect devices within a local area network (LAN).

    • I have experience configuring and managing network switches.

    • I am knowledgeable about different types of network switches, such as managed and unmanaged switches.

    • I am aware of common protocols used in network switc...

  • Answered by AI
  • Q5. Normal introduction.

Interview Preparation Tips

Round: Resume Shortlist
Experience: You should have a degree in Computer Science

General Tips: If you want to Work for pocket money then go for it. Please don't go for Edge Coordinator position if you get higher position then go for it.
Skills: Analytical Skills, Time Management, Decision Making Skills
Duration: 1-3 Months

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Design Patterns
  • Q2. Solid Principles
  • Q3. MVC Routing
  • Q4. Asp.Net WebAPI Http protocols
  • Q5. SQL Server Read/Insert/Update/Delete/ queries and Sub queries
  • Q6. HackerRank Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice string manipulation, arrays and list manipulation for hackerrank test

Interview Questionnaire 

1 Question

  • Q1. 1) Achievements
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. ServiceNow basic QU
Round 2 - One-on-one 

(1 Question)

  • Q1. CAD QUestion about serviecnow
Round 3 - HR 

(1 Question)

  • Q1. Basic question and sal discussion and project discussion
Round 1 - Aptitude Test 

Technical questions related to SQL , java , hibernate, spring boot ,oops, restful webservices

Round 2 - Technical 

(1 Question)

  • Q1. How to write Immutable class in java
  • Ans. 

    Immutable class in Java

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • If mutable objects are used, return a copy instead of the original object

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is difference between spring MVC and spring Boot
  • Ans. 

    Spring MVC is a web framework while Spring Boot is an opinionated configuration of Spring.

    • Spring MVC requires manual configuration while Spring Boot provides auto-configuration.

    • Spring Boot includes an embedded server while Spring MVC requires a separate server.

    • Spring Boot simplifies dependency management while Spring MVC requires manual dependency management.

    • Spring Boot is ideal for microservices while Spring MVC is be

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up-to-date knowledge in hand
Camera should be on
no network issue
And all the best

I applied via LinkedIn and was interviewed in Apr 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Mettle test consists of Aptitude, domain specific Mcq's and 2 coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Technical round of around 60 minutes, questions majorly on HTML, CSS, javascript, React.js and one or two coding questions to solve
Round 3 - Technical 

(1 Question)

  • Q1. This round also based on domain specific questions, majorly on javascript and React.js
Round 4 - HR 

(1 Question)

  • Q1. HR round majorly focused on Salary discussion round.
Round 5 - Offer letter 

(1 Question)

  • Q1. Offer letter was released after 2 days.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nagarro is a good organisation with a great work culture.

I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy questions

Round 2 - Technical 

(1 Question)

  • Q1. More depth, Product related questions
Round 3 - Coding Test 

Manegerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well for technical interview.

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

1. 20 aptitude questions
2. 20 react MCQ
3. 2 coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Forward reference, react memo and many more
Round 3 - Technical 

(1 Question)

  • Q1. Set and map, react pure components.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn react basics, and be confident.

I appeared for an interview in Dec 2021.

Interview Questionnaire 

4 Questions

  • Q1. Question based on previous projects.
  • Q2. Join duplicate records in tables and output of inner join, left outer join, right outer join, full join. Table1 : 1, 1, 2, 2, 2, Null Table2: 1, 1, 2, 3, Null, Null
  • Ans. 

    Demonstrate joining duplicate records in tables using different types of joins.

    • Inner join will only return the matching records (1,1 and 2,2) from both tables.

    • Left outer join will return all records from Table1 and matching records from Table2 (including Null values).

    • Right outer join will return all records from Table2 and matching records from Table1 (including Null values).

    • Full join will return all records from both ...

  • Answered by AI
  • Q3. What is SCD and it's types ?
  • Ans. 

    SCD stands for Slowly Changing Dimensions. It is a technique used in data warehousing to track changes in data over time.

    • SCD is used to maintain historical data in a data warehouse

    • There are three types of SCD: Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites old data with new data

    • Type 2 SCD creates a new record for each change and maintains a history of changes

    • Type 3 SCD adds new columns to the existing record to track ...

  • Answered by AI
  • Q4. Data warehouse question

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm an ETL Developer, I gave interview for Senior engineer.
1. Aptitude test
2. Technical round 1 - interview on previous project, SQL and primary skill
3. Technical round - interview on Informatica scenario based questions
4. Managerial round - interview on pure SQL

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There were 6 interview rounds.

Round 1 - Aptitude Test 

Common pattern questions

Round 2 - Coding Test 

1-For Mendix They gave 6 section
2-MCQ question
3-40 minutes
4-If you are aware of Mendix basic concepts, it is easy

Round 3 - Technical 

(8 Questions)

  • Q1. What you did on project
  • Ans. 

    I worked on a project to develop a new mobile app for a retail company.

    • Led a team of developers to design and develop the app

    • Collaborated with the UX team to ensure a seamless user experience

    • Implemented new features such as in-app purchases and push notifications

    • Conducted testing and debugging to ensure app functionality

    • Successfully launched the app on both iOS and Android platforms

  • Answered by AI
  • Q2. Types of entity in Mendix
  • Ans. 

    Mendix has three types of entities: persistent, non-persistent, and microflow.

    • Persistent entities are stored in the database and have a unique identifier.

    • Non-persistent entities are not stored in the database and are used for temporary data.

    • Microflow entities are used to define the input and output parameters of a microflow.

    • Entities can have attributes, associations, and validations.

    • Examples of entities include Custome

  • Answered by AI
  • Q3. Definition of Types of entity
  • Ans. 

    Types of entity refer to the different categories of objects or concepts that can be represented in a system or model.

    • Entities can be physical objects, such as people or buildings, or abstract concepts, such as ideas or relationships.

    • Entities can be further classified as unique or non-unique, depending on whether there can be multiple instances of the same entity.

    • Examples of entities include customers, products, orders

  • Answered by AI
  • Q4. Difference between microflow flow and nano flow
  • Ans. 

    Microflow is a flow with a rate of 1-1000 µL/min while nano flow is a flow with a rate of 1-1000 nL/min.

    • Microflow is used in HPLC and capillary electrophoresis while nano flow is used in nano-LC and proteomics.

    • Microflow requires larger sample volumes while nano flow requires smaller sample volumes.

    • Microflow has lower sensitivity compared to nano flow.

  • Answered by AI
  • Q5. Calling Rest API steps
  • Ans. 

    To call a REST API, first identify the endpoint and required parameters. Then use a HTTP client library to send a request.

    • Identify the endpoint and required parameters

    • Choose a HTTP client library (e.g. Axios, Fetch)

    • Send a request with the appropriate HTTP method (e.g. GET, POST)

    • Handle the response and any errors

    • Example: axios.get('https://api.example.com/data', {params: {id: 123}})

    • Example: fetch('https://api.example.co

  • Answered by AI
  • Q6. Questions on work flow
  • Q7. Questions on steps of Deployment
  • Q8. Question on Steps of UI changes
Round 4 - Technical 

(1 Question)

  • Q1. More or less like first round
Round 5 - Behavioral 

(2 Questions)

  • Q1. I was given use case, customer are ordering items then company representative have to manage records of orders, returns etc and by EOD need to send report to manager
  • Q2. How you are going to implement in Mendix
  • Ans. 

    I will implement in Mendix by following best practices and utilizing its features to build scalable and efficient solutions.

    • Identify the requirements and design the solution using Mendix Studio or Studio Pro

    • Leverage Mendix's built-in modules and widgets to reduce development time

    • Use microflows and nanoflows to implement business logic

    • Integrate with external systems using Mendix's connectors and APIs

    • Perform testing and ...

  • Answered by AI
Round 6 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I am flexible and open to negotiation

    • I am looking for fair compensation based on my experience and skills

    • I am interested in discussing the full compensation package, including benefits and bonuses

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural.

    • My parents are from different countries and cultures.

    • I grew up speaking multiple languages at home.

    • My family values education and hard work.

    • We prioritize spending time together and supporting each other.

    • My siblings and I have pursued different career paths, but we all share a passion for learning and personal growth.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and opportunities to grow professionally.

    • Seeking a more challenging role

    • Desire to learn new skills and technologies

    • Opportunity for career advancement

    • Company culture or values not aligned with personal values

    • Geographical relocation

    • Better compensation or benefits package

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include public speaking and time management.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: public speaking, time management

    • Strength: I am able to analyze complex problems and come up with effective solutions

    • Strength: I pay close attention to details and ensure that my work is accurate

    • Strength: I work well in a t...

  • Answered by AI
  • Q6. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Nagarro Senior Engineer interview:
  • Mendix
  • Mendix studio pro
  • Java
  • CSS
  • HTML
Interview preparation tips for other job seekers - Just go through documentation of Mendix and prepare yourself with basics of UI and REST API

Skills evaluated in this interview

2COMS Interview FAQs

What are the top questions asked in 2COMS Edge Coordinator interview?

Some of the top questions asked at the 2COMS Edge Coordinator interview -

  1. What do know about fiber opt...read more
  2. Do you have any knowledge about network swi...read more
  3. What do you know about Li...read more

Tell us how to improve this page.

2COMS Edge Coordinator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
WNS Interview Questions
3.4
 • 1k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
EXL Service Interview Questions
3.7
 • 741 Interviews
iEnergizer Interview Questions
4.6
 • 621 Interviews
Publicis Sapient Interview Questions
3.5
 • 617 Interviews
GlobalLogic Interview Questions
3.7
 • 587 Interviews
View all
2COMS Edge Coordinator Salary
based on 4 salaries
₹1.8 L/yr - ₹3 L/yr
10% more than the average Edge Coordinator Salary in India
View more details

2COMS Edge Coordinator Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.3

Salary

3.6

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
HR Recruiter
86 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

HR Executive
30 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

HR Executive Recruiter
29 salaries
unlock blur

₹1.2 L/yr - ₹3.3 L/yr

Information Technology Recruiter
28 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

Senior Executive
26 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare 2COMS with

iEnergizer

4.6
Compare

WNS

3.4
Compare

AU Small Finance Bank

4.2
Compare

Conneqt Business Solutions

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