Upload Button Icon Add office photos
Engaged Employer

i

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

i2k2 Networks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

i2k2 Networks Interview Questions and Answers

Updated 1 Dec 2024
Popular Designations

6 Interview questions

A Tele Calling Officer was asked 7mo ago
Q. Why are you applying for this job?
Ans. 

I am passionate about connecting with people and helping them find solutions, making telecalling a fulfilling role for me.

  • I enjoy engaging with diverse individuals, which enhances my communication skills.

  • This role allows me to contribute to customer satisfaction by addressing their needs effectively.

  • I find fulfillment in problem-solving, as I can assist clients in finding the right products or services.

  • Telecalling...

View all Tele Calling Officer interview questions
An AWS Support Engineer was asked
Q. What are the steps for creating auto scaling?
Ans. 

Auto scaling can be created by following these steps.

  • Create a launch configuration

  • Create an auto scaling group

  • Configure scaling policies

  • Configure CloudWatch alarms

  • Test the auto scaling group

View all AWS Support Engineer interview questions
An AWS Support Engineer was asked
Q. How many types of Route 53 routing policies are there?
Ans. 

There are three types of Route 53 policies: Latency, Weighted, and Failover.

  • Latency policy routes traffic to the region with the lowest network latency.

  • Weighted policy distributes traffic based on assigned weights.

  • Failover policy routes traffic to a designated secondary resource in case of a failure.

View all AWS Support Engineer interview questions
An AWS Support Engineer was asked
Q. What command is used to view CPU utilization in Linux?
Ans. 

The command to view CPU utilization in Linux is 'top'.

  • Open the terminal and type 'top' command.

  • The output will show the CPU utilization in real-time.

  • Press 'q' to exit the 'top' command.

View all AWS Support Engineer interview questions
An AWS Support Engineer was asked
Q. How do you check system logs in Linux?
Ans. 

To check system logs in Linux, use the command 'tail -f /var/log/syslog' or 'journalctl -f'.

  • Use 'tail -f /var/log/syslog' to view the system log in real-time

  • Use 'journalctl -f' to view the systemd journal in real-time

  • Use 'grep' command to filter the logs based on specific keywords

  • Logs are stored in /var/log directory with different file names for different services

View all AWS Support Engineer interview questions
A Windows Administrator was asked
Q. What is the difference between per device and per user in RDP CAL license?
Ans. 

Per device RDP CAL license is assigned to a specific device while per user RDP CAL license is assigned to a specific user.

  • Per device license allows multiple users to access the licensed device while per user license allows a user to access multiple devices.

  • Per device license is cost-effective for organizations with multiple users sharing a single device while per user license is cost-effective for organizations wi...

View all Windows Administrator interview questions

i2k2 Networks Interview Experiences

8 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Advice to me 

(2 Questions)

  • Q1. Why you do this job
  • Ans. 

    I am passionate about connecting with people and helping them find solutions, making telecalling a fulfilling role for me.

    • I enjoy engaging with diverse individuals, which enhances my communication skills.

    • This role allows me to contribute to customer satisfaction by addressing their needs effectively.

    • I find fulfillment in problem-solving, as I can assist clients in finding the right products or services.

    • Telecalling offe...

  • Answered by AI
  • Q2. This is not your field

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. AD, DNS, DHCP, Networking port, VMware,
Round 3 - One-on-one 

(1 Question)

  • Q1. Load balancer, clustering
Round 4 - HR 

(1 Question)

  • Q1. Introduction, salary discussion, region for change, day to day activities, future planning

Interview Preparation Tips

Interview preparation tips for other job seekers - All mentioned above in all panels are important, so prepare accordingly

AWS Support Engineer Interview Questions & Answers

user image Sudarshan Ramdas Damahe

posted on 7 Oct 2022

I applied via Hirist and was interviewed in Sep 2022. 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am an experienced AWS Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • Experienced AWS Support Engineer

    • Skilled in troubleshooting and resolving technical issues

    • Proficient in AWS services and infrastructure

    • Strong problem-solving and communication skills

    • Ability to work well under pressure and in a team environment

  • Answered by AI
  • Q2. What is your experience?
  • Ans. 

    I have 3 years of experience as an AWS Support Engineer.

    • 3 years of experience as an AWS Support Engineer

    • Extensive knowledge of AWS services and infrastructure

    • Experience in troubleshooting and resolving customer issues

    • Proficient in scripting and automation using AWS CLI and SDKs

    • Strong understanding of networking and security in AWS

    • Familiarity with monitoring and logging tools like CloudWatch and CloudTrail

    • Experience in ...

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

(4 Questions)

  • Q1. How many types of route 53 policy ?
  • Ans. 

    There are three types of Route 53 policies: Latency, Weighted, and Failover.

    • Latency policy routes traffic to the region with the lowest network latency.

    • Weighted policy distributes traffic based on assigned weights.

    • Failover policy routes traffic to a designated secondary resource in case of a failure.

  • Answered by AI
  • Q2. What is the step for creating auto scaling?
  • Ans. 

    Auto scaling can be created by following these steps.

    • Create a launch configuration

    • Create an auto scaling group

    • Configure scaling policies

    • Configure CloudWatch alarms

    • Test the auto scaling group

  • Answered by AI
  • Q3. The command for view cpu utilisation in linux ?
  • Ans. 

    The command to view CPU utilization in Linux is 'top'.

    • Open the terminal and type 'top' command.

    • The output will show the CPU utilization in real-time.

    • Press 'q' to exit the 'top' command.

  • Answered by AI
  • Q4. How to check stystem logs in linux ?
  • Ans. 

    To check system logs in Linux, use the command 'tail -f /var/log/syslog' or 'journalctl -f'.

    • Use 'tail -f /var/log/syslog' to view the system log in real-time

    • Use 'journalctl -f' to view the systemd journal in real-time

    • Use 'grep' command to filter the logs based on specific keywords

    • Logs are stored in /var/log directory with different file names for different services

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For fresher who looking to work is best company.
The community works culture is good.

Skills evaluated in this interview

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

I appeared for an interview in Dec 2022.

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

(3 Questions)

  • Q1. Why you left the job?
  • Ans. I left because I want to grow in my life and achieve my targets which i decide for me.
  • Answered Anonymously
  • Q2. Total year of experience
  • Q3. 6 year in sales and marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry about interview be confident while 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 Jan 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. IIS, active directory, SQL server

Interview Preparation Tips

Interview preparation tips for other job seekers - Get ready for above technology.

System Administrator Interview Questions & Answers

user image Harishankar kumar

posted on 29 Nov 2021

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. AD, FSMO , DNS, DCHP, IMAP, POP, PORT Number, VMware,

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate Interview Process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

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 tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - Technical 

(1 Question)

  • Q1. Questions about IT related

Interview Preparation Tips

Interview preparation tips for other job seekers - Please think twice before going to that place coz for a fresher it could be great place as per learning perspective but for a experience person I would not recommend i2k2 coz there is unwanted mental exploitation and harassment from the managers and also HR are not helpful they not even listen to you.

“SO THINK TWICE”

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is the diffrence between per device and per user in RDP CAL license?
  • Ans. 

    Per device RDP CAL license is assigned to a specific device while per user RDP CAL license is assigned to a specific user.

    • Per device license allows multiple users to access the licensed device while per user license allows a user to access multiple devices.

    • Per device license is cost-effective for organizations with multiple users sharing a single device while per user license is cost-effective for organizations with mu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions, IIS and VMware related questions.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about i2k2 Networks?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Mar 2023, where I was asked the following questions.

  • Q1. About linux OS
  • Q2. About servers and networks
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About linux Networking Vmware
Round 2 - One-on-one 

(1 Question)

  • Q1. Linux Application Network

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

i2k2 Networks Interview FAQs

How many rounds are there in i2k2 Networks interview?
i2k2 Networks interview process usually has 2-3 rounds. The most common rounds in the i2k2 Networks interview process are Resume Shortlist, Technical and HR.
How to prepare for i2k2 Networks 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 i2k2 Networks. The most common topics and skills that interviewers at i2k2 Networks expect are AWS, Presales, C#, MySQL and Solution Architecting.
What are the top questions asked in i2k2 Networks interview?

Some of the top questions asked at the i2k2 Networks interview -

  1. What is the diffrence between per device and per user in RDP CAL licen...read more
  2. What is the step for creating auto scali...read more
  3. How to check stystem logs in linu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 8 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
ClaySys Interview Questions
3.0
 • 26 Interviews
Contus Interview Questions
4.2
 • 25 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
View all

i2k2 Networks Reviews and Ratings

based on 76 reviews

4.2/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.5

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 76 Reviews and Ratings
Senior Software Engineer
19 salaries
unlock blur

₹9 L/yr - ₹27.6 L/yr

Software Developer
17 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

System Administrator
17 salaries
unlock blur

₹2.1 L/yr - ₹7.2 L/yr

Linux Administrator
16 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare i2k2 Networks with

Accel Frontline

3.9
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

3.8
Compare

DynPro

3.8
Compare
write
Share an Interview