Upload Button Icon Add office photos
Engaged Employer

i

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

3i Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

3i Infotech Data Science Intern Interview Questions and Answers for Freshers

Updated 2 Jul 2024

3i Infotech Data Science Intern Interview Experiences for Freshers

1 interview found

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the projects you have worked on?
  • Ans. 

    I have worked on projects involving sentiment analysis, predictive modeling, and natural language processing.

    • Developed a sentiment analysis model using machine learning algorithms

    • Built predictive models for sales forecasting using time series analysis

    • Implemented natural language processing techniques for text classification

  • Answered by AI
  • Q2. What is Digital Image Processing?
  • Ans. 

    Digital Image Processing is the manipulation of digital images using algorithms to enhance, analyze, or extract information.

    • It involves techniques like image enhancement, restoration, segmentation, and compression.

    • Common applications include medical imaging, satellite imaging, facial recognition, and object detection.

    • Algorithms like edge detection, noise reduction, and image stitching are used in digital image processi...

  • Answered by AI
  • Q3. Explain OOP in Python
  • Ans. 

    OOP in Python is a programming paradigm where objects are created that contain data and methods to manipulate that data.

    • Classes are used to create objects in Python

    • Objects have attributes (data) and methods (functions)

    • Inheritance allows classes to inherit attributes and methods from other classes

    • Encapsulation allows data to be hidden and only accessed through methods

    • Polymorphism allows objects to be treated as instance

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 3i Infotech Data Science Intern interview:
  • Python
  • ML Algorithms
  • NLP
  • Computer Vision
  • Generative AI

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview in Aug 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. 

    Check If Linked List Is Palindrome

    Given a singly linked list of integers, determine if the linked list is a palindrome.

    Explanation:

    A linked list is considered a palindrome if it reads the same forwar...

  • Ans. 

    Check if a given singly linked list of integers is a palindrome or not.

    • Traverse the linked list to find the middle element using slow and fast pointers.

    • Reverse the second half of the linked list.

    • Compare the first half with the reversed second half to determine if it's a palindrome.

  • Answered by AI
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was not good, it contain mostly question of java programming.

Round 2 - Technical 

(1 Question)

  • Q1. Print factorial of n through recursion Sum of all n numbers
  • Ans. 

    Factorial of n and sum of n numbers using recursion

    • Create a recursive function to calculate factorial of n

    • Use a recursive function to calculate the sum of all n numbers

    • Handle base cases for both factorial and sum calculations

    • Example: Factorial of 5 = 5 * 4 * 3 * 2 * 1 = 120, Sum of first 5 numbers = 1 + 2 + 3 + 4 + 5 = 15

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please smile and be confident

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

I appeared for an interview in Oct 2021.

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. Core python,python library and data science
Round 3 - HR 

(1 Question)

  • Q1. Mathematics,python and sql and data science are complete

Interview Preparation Tips

Topics to prepare for ITC Infotech Data Analyst interview:
  • Python
Interview preparation tips for other job seekers - I am programmer in python and I give full effort and Truly working

Associate Interview Questions & Answers

CitiusTech user image Kshitija Bagul

posted on 10 Sep 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain random forest
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.

    • Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.

    • Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is used to improve the accuracy of models and reduce bias and variance.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Case Study 

Provided sales case study, asked to analyse the same ans provide insights

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some mcq questions and coding question. Both where easy to medium level. Prepare combination/permutation/Time complexity etc

Round 2 - Coding Test 

A question related to Binary search and some other follow ups.

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept Java fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Project work framework Rest Assured

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech Data Science Intern interview for freshers?
3i Infotech interview process for freshers usually has 1 rounds. The most common rounds in the 3i Infotech interview process for freshers are Technical.
What are the top questions asked in 3i Infotech Data Science Intern interview for freshers?

Some of the top questions asked at the 3i Infotech Data Science Intern interview for freshers -

  1. What is Digital Image Processi...read more
  2. Explain OOP in Pyt...read more

Tell us how to improve this page.

3i Infotech Data Science Intern Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Cybage Interview Questions
3.8
 • 194 Interviews
ValueLabs Interview Questions
3.7
 • 191 Interviews
Xoriant Interview Questions
4.1
 • 189 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 142 Interviews
View all
Software Engineer
563 salaries
unlock blur

₹2.3 L/yr - ₹9.7 L/yr

Senior Software Engineer
436 salaries
unlock blur

₹4.4 L/yr - ₹19.5 L/yr

Software Developer
310 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

System Engineer
278 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Softwaretest Engineer
263 salaries
unlock blur

₹2.1 L/yr - ₹9.5 L/yr

Explore more salaries
Compare 3i Infotech with

ITC Infotech

3.6
Compare

Cybage

3.8
Compare

Xoriant

4.1
Compare

ValueLabs

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