Upload Button Icon Add office photos
Engaged Employer

i

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

eClerx Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 4.8k Reviews

Filter interviews by

eClerx Intern Interview Questions and Answers

Updated 18 Apr 2024

eClerx Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Manav Yadav

posted on 18 Apr 2024

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal question of math and gernal knowledge

Round 2 - Technical 

(1 Question)

  • Q1. What do you understand about pandas?
  • Ans. 

    Pandas are a popular open-source data manipulation and analysis library in Python.

    • Pandas provides data structures like Series and DataFrame for easy manipulation of data.

    • It allows for reading and writing data from various file formats like CSV, Excel, SQL databases.

    • Pandas can handle missing data and perform operations like filtering, grouping, and merging datasets.

    • It is widely used in data science, machine learning, an

  • Answered by AI

Skills evaluated in this interview

Intern Jobs at eClerx

View all

Interview questions from similar companies

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

I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was successful, covering various topics such as ratios and proportions, percentages, blood relations, boat and stream problems, highest common factor (HCF) and least common multiple (LCM), volume and surface area, time and work, as well as questions related to profit and loss, and speed, distance, and time.

Round 2 - Coding Test 

In the coding test 1 question for coding and another 2 for debugging were asked.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. What do you mean by polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in OOP allows a child class to override a method from its parent class, exhibiting polymo

  • Answered by AI
  • Q3. A puzzle was asked. Probably do all the puzzles from geeks for geeks.

Interview Preparation Tips

Interview preparation tips for other job seekers - For interviews do the basic computer concepts. Do practice projects as project related questions might be asked. Oops concepts, sql, Dbms, OS, Cn.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Basics- logical, quantitative, english, programming based questions

Round 2 - Technical 

(3 Questions)

  • Q1. Regarding my project
  • Q2. Write some basic programs
  • Q3. Biggest achievement
  • Ans. 

    Graduating with honors and receiving an award for academic excellence

    • Maintained a high GPA throughout college

    • Received recognition from professors for outstanding performance

    • Awarded a certificate for academic excellence at graduation

  • Answered by AI

Intern Interview Questions & Answers

Hexaware Technologies user image Rubikak Dr.NGP Itech

posted on 9 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Mission vision of the company
  • Q3. Agrement and relocation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at S R Engineering College, Ranga Reddy and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is Bounding box in detection models?
  • Ans. 

    Bounding box is a rectangular box drawn around an object in an image to indicate its location.

    • Bounding box is used in object detection models to locate and classify objects in images.

    • It is represented by a set of coordinates (x, y, width, height) that define the rectangle.

    • Bounding box is commonly used in computer vision tasks like image classification and object tracking.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Simple friendly questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your resume

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is revenue recognition
  • Ans. 

    Revenue recognition is the process of recording revenue in a company's financial statements when it is earned.

    • Revenue recognition is important for accurately reflecting a company's financial performance.

    • It involves determining when revenue is earned and when it can be recognized on the income statement.

    • Revenue is typically recognized when goods are delivered or services are performed, regardless of when payment is rece...

  • Answered by AI

Intern Interview Questions & Answers

Nagarro user image TATTUKOLLA SATYAKUMAR 18BEC7113

posted on 22 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude normal level

Round 2 - Coding Test 

DSA questions were asked from medium to difficult

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

I applied via Referral and was interviewed in May 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself and HR questions
  • Q2. Are u ready to work as a intern
  • Q3. Are u ready to work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much can easily crack

Intern Interview Questions & Answers

UST user image Anonymous

posted on 28 Mar 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was complex and easy. Really i like the way they have designed the paper

Round 3 - Coding Test 

They have covered more on Java python c and SQL related questions with few program expected output

Round 4 - HR 

(2 Questions)

  • Q1. They have explained the.process and tell about the company and project. They indreduced the manager and showed the office environment. What are you expecting from the project ?
  • Q2. What and where you want to see after 5 years?
  • Ans. 

    In 5 years, I envision myself working as a full-time professional in a reputable company, utilizing my skills and knowledge to contribute to the organization's success.

    • Working as a full-time professional

    • Contributing to the success of the organization

    • Utilizing my skills and knowledge

    • Being part of a reputable company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls do prepare well what you have kept in the resume

eClerx Interview FAQs

How many rounds are there in eClerx Intern interview?
eClerx interview process usually has 2 rounds. The most common rounds in the eClerx interview process are Aptitude Test and Technical.
How to prepare for eClerx Intern 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 eClerx. The most common topics and skills that interviewers at eClerx expect are International Voice Process, Night Shift, Strong Communication Skills, Customer Service and Verbal Communication.

Tell us how to improve this page.

People are getting interviews through

based on 1 eClerx interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
IBM Intern Interview Questions
4.1
 • 14 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
View all
eClerx Intern Salary
based on 7 salaries
₹2.6 L/yr - ₹5 L/yr
8% less than the average Intern Salary in India
View more details

eClerx Intern Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

2.8

Skill development

3.7

Work-Life balance

2.7

Salary & Benefits

3.4

Job Security

2.6

Company culture

1.9

Promotions/Appraisal

3.0

Work Satisfaction

Explore 9 Reviews and Ratings
International Voice Process

Mohali,

Chandigarh

0-1 Yrs

₹ 2.75-3.25 LPA

Explore more jobs
Senior Analyst
5.4k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Financial Analyst
4.1k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Analyst
4k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Associate Process Manager
2.6k salaries
unlock blur

₹3.8 L/yr - ₹14.1 L/yr

Processing Manager
1.7k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare eClerx with

Genpact

3.9
Compare

WNS

3.4
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview