Upload Button Icon Add office photos

Times Internet

Compare button icon Compare button icon Compare

Filter interviews by

Times Internet Interview Questions and Answers

Updated 17 Mar 2025

Times Internet Interview Experiences

Popular Designations

65 interviews found

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

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the basic concepts of JavaScript, including the event loop, variable hoisting, and closures?
  • Ans. 

    JavaScript concepts like event loop, variable hoisting, and closures are fundamental for understanding the language.

    • Event loop is responsible for managing the execution of code in JavaScript, ensuring non-blocking behavior.

    • Variable hoisting allows variables to be declared anywhere in a function, with their declarations moved to the top during compilation.

    • Closures allow functions to access variables from their outer sco...

  • Answered by AI
  • Q2. What has been your experience with state management libraries such as Redux, and how does data flow within these libraries?
  • Ans. 

    Experience with Redux for state management and data flow

    • Used Redux for managing state in complex web applications

    • Understand concepts like actions, reducers, and store in Redux

    • Data flows in a unidirectional manner within Redux, with actions triggering state changes through reducers

    • Example: Dispatching an action to update a user's profile information in Redux store

  • Answered by AI
  • Q3. What strategies can be employed to optimize the performance of a React application?
  • Ans. 

    Optimizing React application performance through various strategies.

    • Code splitting to reduce initial load time

    • Using shouldComponentUpdate or React.memo for efficient rendering

    • Implementing virtualized lists for large data sets

    • Minifying and compressing assets for faster loading

    • Caching data with tools like Redux or useMemo

  • Answered by AI
  • Q4. One Easy DSA problem Code
  • Ans. 

    Implement a function to reverse a string in place

    • Create two pointers, one at the start of the string and one at the end

    • Swap characters at the two pointers and move them towards the center until they meet

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code Assignment for Field validation in form
  • Ans. 

    Implement field validation in a form using code assignment

    • Use HTML form elements like input, select, textarea

    • Use JavaScript to validate user input

    • Display error messages if validation fails

    • Consider using libraries like jQuery Validation for complex validations

  • Answered by AI
  • Q2. Code assignment to fetch data from API & DOM manipulation using state management libraries
  • Ans. 

    Code assignment to fetch data from API & DOM manipulation using state management libraries

    • Use fetch API to make a request to the desired endpoint

    • Utilize state management libraries like Redux or MobX for managing data

    • Update the DOM based on the fetched data using the state management library

  • Answered by AI
Round 3 - Group Discussion 

The manager inquired about previous projects and a data structures and algorithms question, during which I explained my roles and responsibilities.

Top Times Internet Senior Frontend Web Developer Interview Questions and Answers

Q1. What are the basic concepts of JavaScript, including the event loop, variable hoisting, and closures?
View answer (1)

Senior Frontend Web Developer Interview Questions asked at other Companies

Q1. What are the basic concepts of JavaScript, including the event loop, variable hoisting, and closures?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Group Discussion 

Gave the topic on social median boon or bane

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic cv, where do you belong from and technical question

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm and confident and communication should be proper

Marketing Trainee Interview Questions asked at other Companies

Q1. which strategies you will apply to promote your product in market?
View answer (1)

HR Intern Interview Questions & Answers

user image Mehak Bajaj

posted on 12 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Why do you want to be in this field
  • Q2. What acc to are your roles and responsibilities

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)

QA Intern Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why is testing required
  • Ans. 

    Testing is required to ensure the quality and functionality of software applications.

    • Identify defects and bugs in the software

    • Ensure the software meets the requirements and specifications

    • Verify that the software functions correctly under different scenarios

    • Improve user experience and satisfaction

    • Reduce the risk of software failures and issues

    • Examples: Regression testing, performance testing, usability testing

  • Answered by AI
  • Q2. What makes the process so important
  • Ans. 

    The process is important because it ensures quality, efficiency, and consistency in the outcome.

    • Ensures quality control by following specific steps and guidelines

    • Improves efficiency by streamlining tasks and reducing errors

    • Maintains consistency in the outcome by standardizing procedures

    • Helps in identifying and resolving issues early in the development cycle

  • Answered by AI

QA Intern Interview Questions asked at other Companies

Q1. What is the process for generating test cases for a real-time product?
View answer (1)

Times Internet interview questions for popular designations

 Software Developer

 (5)

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 Data Scientist

 (2)

 Marketing Trainee

 (2)

 Marketing Intern

 (2)

 Java Developer

 (2)

 Senior Android Developer

 (2)

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is the process for creating a data pipeline in Spark to continuously monitor the number of devices that are online?
  • Ans. 

    Creating a Spark data pipeline to monitor online devices involves data ingestion, processing, and real-time analytics.

    • 1. Data Ingestion: Use Spark Streaming to ingest data from sources like Kafka or MQTT where device status updates are published.

    • 2. Data Processing: Transform the incoming data using Spark's DataFrame API to filter and aggregate the number of online devices.

    • 3. Real-time Analytics: Utilize Spark Structure...

  • Answered by AI
  • Q2. How can a large language model (LLM) be used to create YouTube Shorts?
  • Ans. 

    LLMs can generate scripts, ideas, and captions for engaging YouTube Shorts content.

    • Script Generation: LLMs can create concise scripts based on trending topics, e.g., a 60-second summary of a popular movie.

    • Content Ideas: They can suggest creative concepts for Shorts, like '5 Quick Tips for Healthy Eating' or 'Top 3 Travel Destinations'.

    • Caption and Hashtag Suggestions: LLMs can generate catchy captions and relevant hasht...

  • Answered by AI

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is react, and why you chose it
  • Ans. 

    React is a JavaScript library for building user interfaces, known for its efficiency and flexibility.

    • React allows for the creation of reusable UI components, making development faster and more efficient.

    • It uses a virtual DOM for optimal performance by only updating the necessary components when data changes.

    • React's component-based architecture promotes code reusability and maintainability.

    • It has a large and active comm...

  • Answered by AI

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Times Internet

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

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

Round 1 - Coding Test 

Questions were asked based on my projects, React and Nodejs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Behavioral 

(2 Questions)

  • Q1. Roi discussion for distribution
  • Q2. Current role and achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prompt and puntual

Assistant Branch Head Interview Questions asked at other Companies

Q1. Market value of property is 20 lac. And circles rate are 2000 sq mt. Then.. Which is valuable for us..?????
View answer (1)

SDE Interview Questions & Answers

user image Ranjana Gupta

posted on 6 Sep 2024

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

(1 Question)

  • Q1. Something related to binary search

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What businesses/clients did you cater? What was the bucket size of these clients?
  • Q2. How frequently were your involved in the technical support and onboarding of new projects for old and new clients? How did you handle the onboarding and if technical support was required for your existing ...
Round 2 - Technical 

(1 Question)

  • Q1. While working with your previous company how much technical knowledge you had on SMS, WhatsApp, Voice and SoIP processes. What challenges you faced and how did you tackle them?

Technical Account Manager Interview Questions asked at other Companies

Q1. Explain how will you handle a client who is facing performance issue on BPM
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Number of lifts in 40 storey building, optimise the lifts to reduce waiting time

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Times Internet Interview FAQs

How many rounds are there in Times Internet interview?
Times Internet interview process usually has 1-2 rounds. The most common rounds in the Times Internet interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Times Internet 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 Times Internet. The most common topics and skills that interviewers at Times Internet expect are Ad Sales, B2B Sales, Sales, Social Media Marketing and Digital Marketing.
What are the top questions asked in Times Internet interview?

Some of the top questions asked at the Times Internet interview -

  1. 20 red balls and 16 blue balls are present in a bag. 2 balls are removed, if th...read more
  2. Find the second largest prime number from a given array of positive integers. A...read more
  3. If a person travels from point A to point B at 20 km/h and returns at 30 km/h, ...read more
How long is the Times Internet interview process?

The duration of Times Internet interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Times Internet Interview Process

based on 42 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Times Group Interview Questions
3.8
 • 27 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
View all

Times Internet Reviews and Ratings

based on 670 reviews

3.6/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.4

Salary

3.3

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 670 Reviews and Ratings
Regional Manager

Hyderabad / Secunderabad

15-25 Yrs

Not Disclosed

Team Lead - Customer Support

Gurgaon / Gurugram

1-2 Yrs

Not Disclosed

Senior Executive Social Media

Noida

1-3 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
147 salaries
unlock blur

₹11 L/yr - ₹39 L/yr

Product Manager
116 salaries
unlock blur

₹13.1 L/yr - ₹36.8 L/yr

Software Developer
93 salaries
unlock blur

₹7.6 L/yr - ₹21.5 L/yr

Manager
73 salaries
unlock blur

₹7.5 L/yr - ₹30 L/yr

Software Engineer
65 salaries
unlock blur

₹5.9 L/yr - ₹24.1 L/yr

Explore more salaries
Compare Times Internet with

Amazon

4.1
Compare

Flipkart

3.9
Compare

Indiamart Intermesh

3.6
Compare

BigBasket

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