Upload Button Icon Add office photos

Filter interviews by

&We Media Web Developer Intern Interview Questions and Answers for Freshers

Updated 24 Feb 2024

&We Media Web Developer Intern Interview Experiences for Freshers

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About your projects skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with your resume and projects

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and answers with explanation for interview competitive examination and entrance test

Round 2 - Technical 

(3 Questions)

  • Q1. Technical interview are a part of the hiring process for technical professional it's a highly focused and rigorous process that assess your technical
  • Q2. What is meant by technical round?
  • Q3. Technical round usually including questions pertaining to the basis of your field of study the interview test whether you actually know what you have learned through the entire course of your studying

Interview Preparation Tips

Interview preparation tips for other job seekers - Good advice for in this interview I can learn lots of using knowledge tq for giving to this knowledge
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
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. HR Round was Easy one

Interview Preparation Tips

Interview preparation tips for other job seekers - Question on the resume and oops fundamentals.

Intern Interview Questions & Answers

Jio user image Vishal Bharat

posted on 23 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Python scripting, cyber security principles and basic technical questions.

Round 2 - HR 

(1 Question)

  • Q1. Where you see yourself in 5 years
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy. It was basic question.

Round 2 - Group Discussion 

It was a bit diff as everyone was a bit aggressive

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was long and difficult.
  • Q2. Tel about all ml algo
  • Ans. 

    Machine learning algorithms are used to analyze data, make predictions, and automate decision-making processes.

    • ML algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of ML algorithms include linear regression, decision trees, support vector machines, k-means clustering, and neural networks.

    • ML algorithms require labeled data for supervised learning and can learn patterns from

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Questions of Medium leetcode difficulty.

Round 2 - Group Discussion 

The topic was given to 8-10 people and starting from a random person the GD starts.

Round 3 - Technical 

(2 Questions)

  • Q1. SQL query to get 3rd largest element.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 3rd largest element.

    • Use ORDER BY clause to sort the elements in descending order.

    • Use LIMIT 2,1 to skip the first two largest elements and get the 3rd largest element.

  • Answered by AI
  • Q2. Programme to swap two objects (deep copy).
  • Ans. 

    Program to swap two objects (deep copy)

    • Create a temporary object to store one of the objects

    • Copy the values of the second object into the first object

    • Copy the values from the temporary object into the second object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for Genpact Intern interview:
  • DBMS
  • SQL
  • Programming
  • OS
Interview preparation tips for other job seekers - Read basics of OS, DBMS (especially SQL) and little bit of Leetcode.

Skills evaluated in this interview

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

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

Round 1 - Group Discussion 

We were given a case study to solve

Round 2 - Technical 

(2 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.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Participated in coding competitions

  • Answered by AI
  • Q2. Strength and weakness
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ist I gave a aptitude + Technical questions + 1 coding question
Coding question was based on sorting

Round 2 - Technical 

(5 Questions)

  • Q1. Academic project explanation, java basic questions
  • Q2. What is class, object
  • Ans. 

    Class is a blueprint for creating objects, while object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Classes can inherit properties and behaviors from other classes.

    • Objects can interact with each other by calling methods on each other.

    • Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' could be

  • Answered by AI
  • Q3. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) 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 problems.

    • It involves concepts like encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q4. What is method overloading, method overiding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and parameters as a method in it...

  • Answered by AI
  • Q5. What is inheritance, encapsulation, access modifiers
  • Ans. 

    Inheritance, encapsulation, and access modifiers are key concepts in object-oriented programming.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Encapsulation is the concept of bundling data and methods that operate on the data within a single unit.

    • Access modifiers control the visibility and accessibility of class members.

    • Examples: public, private, protected

    • Inheritance example: class D...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Capgemini user image Rewa Parashar

posted on 30 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Easy aptitude test. Simple questions and easy to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Implementing the logic for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start by comparing the first two elements of the array and swap them if necessary.

    • Continue comparing adjacent elements and swapping them until the array is sorted.

    • Repeat this process for each element in the array until no more swaps are needed.

  • Answered by AI
  • Q2. Software development lifecycle and its uses
  • Ans. 

    Software development lifecycle is a process used to design, develop, and test software applications.

    • It includes phases like planning, design, development, testing, deployment, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps in managing the project effectively, reducing risks, and deli

  • Answered by AI

Skills evaluated in this interview

&We Media Interview FAQs

How many rounds are there in &We Media Web Developer Intern interview for freshers?
&We Media interview process for freshers usually has 1 rounds. The most common rounds in the &We Media interview process for freshers are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Web Developer
5 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Front end Developer
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare &We Media with

TCS

3.7
Compare

Accenture

3.9
Compare

Infosys

3.7
Compare

Wipro

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