Upload Button Icon Add office photos

Filter interviews by

Eduquity Career Technologies Interview Questions and Answers for Freshers

Updated 12 Jan 2025

Eduquity Career Technologies Interview Experiences for Freshers

Popular Designations

1 interview found

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

I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between client and server
  • Ans. 

    Client initiates requests for services, while server provides services to clients.

    • Client is a computer or device that requests services or resources from a server

    • Server is a computer or device that provides services or resources to clients

    • Clients can be desktop computers, laptops, smartphones, etc.

    • Servers can be web servers, email servers, file servers, etc.

  • Answered by AI
  • Q2. Osi layers and router
Round 2 - Technical 

(1 Question)

  • Q1. Vlan and stp and dtp
Round 3 - Technical 

(1 Question)

  • Q1. What is TCP and udp
  • Ans. 

    TCP and UDP are two different protocols used in computer networking to transmit data.

    • TCP (Transmission Control Protocol) is a connection-oriented protocol that guarantees the delivery of data packets in the correct order.

    • UDP (User Datagram Protocol) is a connectionless protocol that does not guarantee delivery or order of data packets.

    • TCP is commonly used for applications that require reliable and accurate data transmi...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. IP adress and Mac adress

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Assistant Network Administrator Interview Questions asked at other Companies

Q1. Difference between client and server
View answer (1)

Jobs at Eduquity Career Technologies

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is list list
  • Ans. 

    A list is a collection of items that are ordered and can be accessed by index.

    • Lists can contain elements of different data types

    • Elements in a list can be added, removed, or accessed by their index

    • Examples: [1, 2, 3], ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q2. What is object in python
  • Ans. 

    In Python, an object is a data structure that contains data (attributes) and code (methods) to manipulate that data.

    • Objects are instances of classes in Python.

    • They have attributes (variables) and methods (functions) associated with them.

    • Objects can be created using the class keyword.

    • Example: class Person: def __init__(self, name, age): self.name = name self.age = age person1 = Person('Alice', 30)

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Interview was problem solving

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Topics given according to current affairs. Panel had 4-5 individual

Round 2 - One-on-one 

(1 Question)

  • Q1. What's difference between marketing and sales
  • Ans. 

    Marketing focuses on creating awareness and interest in a product or service, while sales involves closing deals and generating revenue.

    • Marketing involves activities such as advertising, branding, and market research.

    • Sales involves activities such as prospecting, qualifying leads, and negotiating contracts.

    • Marketing aims to attract and retain customers through various channels.

    • Sales focuses on converting leads into cus...

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

I applied via Approached by Company and was interviewed before Nov 2022. 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. Low Level design on Quiz Portal Application
  • Ans. 

    Designing a low level architecture for a quiz portal application

    • Use a microservices architecture for scalability and flexibility

    • Implement a database schema to store quiz questions, answers, and user responses

    • Utilize caching mechanisms to improve performance

    • Design an authentication system to ensure secure access to quizzes

    • Include features for creating, editing, and taking quizzes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions Based on Python
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectations and Joining Process

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
Round 2 - Case Study 

Scenario based case study

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Assignment 

MBA presentation and course knowledge

Round 3 - One-on-one 

(1 Question)

  • Q1. Work profile and structure
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was very good n interacting

Round 2 - One-on-one 

(1 Question)

  • Q1. About yourself , background, educational courses
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Question were very basic from array and stacks

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Eduquity Career Technologies Interview FAQs

How many rounds are there in Eduquity Career Technologies interview for freshers?
Eduquity Career Technologies interview process for freshers usually has 4 rounds. The most common rounds in the Eduquity Career Technologies interview process for freshers are Technical.
How to prepare for Eduquity Career Technologies interview for freshers?
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 Eduquity Career Technologies. The most common topics and skills that interviewers at Eduquity Career Technologies expect are Analytical Chemistry, Android, Business Development, Computer Networking and English.
What are the top questions asked in Eduquity Career Technologies interview for freshers?

Some of the top questions asked at the Eduquity Career Technologies interview for freshers -

  1. Difference between client and ser...read more
  2. What is TCP and ...read more
  3. Computer configuration, window installation proce...read more

Tell us how to improve this page.

Eduquity Career Technologies Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Great Learning Interview Questions
3.7
 • 56 Interviews
Camp K-12 Interview Questions
3.1
 • 8 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
View all

Eduquity Career Technologies Reviews and Ratings

based on 73 reviews

3.5/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.9

Salary

3.4

Job security

3.1

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 73 Reviews and Ratings
Network Engineers

Kolkata,

Mumbai

+2

1-7 Yrs

Not Disclosed

Software Developers

Kolkata,

Mumbai

+2

1-3 Yrs

Not Disclosed

Subject Matter Experts/Content Reviewer

Kolkata,

Mumbai

+2

1-3 Yrs

Not Disclosed

Explore more jobs
Network Administrator
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Network Administrator
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Network Administrator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Eduquity Career Technologies with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

MeritNation

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