Upload Button Icon Add office photos

Times Internet

Compare button icon Compare button icon Compare

Filter interviews by

Times Internet Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top Times Internet Interview Questions and Answers

View all 54 questions

Times Internet Interview Experiences

Popular Designations

63 interviews found

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

The test was of moderate level, the coding question was easy if all the boundary questions were properly considered.

  • Q1. 

    Largest Prime Factor Problem Statement

    You are given a positive integer n. Your task is to identify the largest prime factor of this given positive integer.

    If there is no prime factor for a given intege...

  • Ans. 

    Identify the largest prime factor of a given positive integer.

    • Iterate from 2 to sqrt(n) to find prime factors

    • Check if each factor is prime and update largest prime factor

    • If no prime factor found, output -1

  • Answered by AI
  • Q2. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    Find the smallest positive integer missing from an array of integers.

    • Iterate through the array and mark positive integers as visited using index as a reference.

    • After marking, iterate again to find the first unmarked index which represents the missing positive integer.

    • Handle edge cases like duplicates and negative numbers appropriately.

    • Example: For input [3, 4, -1, 1], the output should be 2.

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was friendly and he was interested in the implementation first and then the code.
Tips: Be thorough with various implementations and why they are in practice. Try to know the logic behind each implementation.

  • Q1. 

    Binary Array Sorting Problem Statement

    You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting.

    Input:

     The fir...
  • Ans. 

    Yes, the binary array can be sorted in linear time and constant space using a single traversal.

    • Use two pointers approach to swap 0s to the left and 1s to the right.

    • Maintain two pointers, one for 0s and one for 1s, and iterate through the array once.

    • Example: Input array [1, 0, 1, 0, 1] will be sorted to [0, 0, 1, 1, 1] in a single traversal.

  • Answered by AI
  • Q2. What is polymorphism in object-oriented programming?
  • Ans. 

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

    • Polymorphism allows for flexibility and reusability in code.

    • It enables a single interface to be used for different data types.

    • Examples include method overriding and method overloading.

  • Answered by AI
  • Q3. What is operator overloading?
  • Ans. 

    Operator overloading is the ability to redefine the behavior of operators for user-defined data types.

    • Allows operators to be used with custom data types

    • Can define custom behavior for operators like +, -, *, etc.

    • Helps make code more readable and intuitive

    • Example: Overloading the + operator for a custom Vector class to add two vectors

  • Answered by AI
  • Q4. What is the difference between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading involves multiple methods with the same name but different parameters.

    • Method overriding involves a subclass redefining a method from its superclass with the same name and paramete...

  • Answered by AI
Round 3 - Face to Face 

Round duration - 45 minutes
Round difficulty - Easy

The interviewer was looking for a person interested in problem solving. He was looking forward for loud thinking.
Tips: If you don't know any answer, don't lose your cool. It is never necessary to answer all the questions in an interview. Be confident and think loud, so that if you are going the wrong way, the interviewer can assist you.

Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was the last round and just for formality. The interviewers were looking for a person who would fit in their working culture.
Tips: Be confident and always have a smile on your face. If you are selected for the HR interview, then there is a 90% chance that you would be selected.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPATimes Internet interview preparation:Topics to prepare for the interview - Confidence, Communication, Puzzle Solving Capability, Algorithms And Data Structures, Basic C/C++Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Times Internet Software Developer Interview Questions and Answers

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Skilled in problem-solving and troubleshooting

    • Strong communication and collaboration skills

    • Passionate about learning new technologies and keeping up with ind

  • Answered by AI
  • Q2. Walk me through your resume
  • Ans. 

    I have experience in software development and have worked on various projects using different technologies.

    • Started my career as a software developer at XYZ company

    • Developed web applications using Java and Spring framework

    • Worked on a project for a client in the healthcare industry, developing a patient management system

    • Implemented RESTful APIs using Node.js and Express

    • Contributed to open source projects on GitHub

    • Current...

  • Answered by AI
  • Q3. Some logical puzzles
  • Q4. Some case studies

Interview Preparation Tips

Round: Resume Shortlist
Experience: They look for entrepreneur enthusiasm in the candidate.

Round: Interview
Experience: There were three interview rounds.

General Tips: In the ascending order of importance, the role of following in getting shortlisted:
1 CGPA
2 Academic Achievements
3 Technical Skills example coding etc.
4 Internships
5 Projects
6 PoRs
7 Extra, co-curricular activities
Skill Tips: Prepare yourself by going through everything on LAN and on the placement website (study material). 
Also, attended the soft skills workshop.
College Name: IIT MADRAS

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Times Internet Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Vimal Saket

posted on 31 Mar 2015

Interview Preparation Tips

Round: Peaks of your stay in campus:
Experience: Best moment in campus was nothing else but the moment when I got the news of my final selection in TIMES INTERNET. I got a very poor SPI in my first sem and I had to take semester drop in 2ndsem. I always used to feel insecure whether I could get a good job or not. I got F grade in fundamentals of computing course in 1stsem. After my 2ndsem I worked on my shortcomings, especially my English and programming. Securing a software developer job was my dream from my 2ndyear. I worked hard to improve my programming skills. Getting a coding job in a reputed firm was a dream for me which came true on(day2)2ndDecember, 2014.
Tips: Just enjoy your IITK life because the 4 or 5 years of life make you feel how to decide you path, where your interests are and how to handle any problem when there is no one with you and don’t forget to score a good CPI and if you don’t have any internship don’t worry do some project in the campus and if you are interested in coding try to solve the question. Finally I would like to suggest all the students those who come from Hindi medium background, try to improve your English. Just hang in thereAnd finally I would say thanks to SPO team who worked very hard  for u

Round: Stress Interview
Experience: I had no idea what were they doing. In the 1st round of interview, I was asked regarding PPT and resume. I did well and after this they asked me some puzzle or case(I can’t recall completely) which couldn’t answer satisfactorily. All in all, everything was good but duration of this interview was only 10 minutes and finally a SPO guy came to me and said “You can attend other companies interview that was a kind of lol” I think he could have told me directly that you are not shortlisted. Actually, my interview was scheduled very late in Accenture and by the time my interview began, they already had settled down with some candidates. Thus, in case of some companies, whether you’re among the initial candidates being interviewed or among the last ones do play a crucial role in your selection
Tips: Before going for interview make sure that your resume must be prepared; you need to know each and every project and try to make meaningful resume i.e. It should give a clear picture of your interests and objectives. Sometimes your course project has more impact than an entire summer internship .

Round: Other Interview
Experience: In my 1st round of interview which was my 1st interview at IITK, they only asked me to explain resume (only project). The experience was great and he interviewer was talking to me like a friend making some PJs on me and telling their own story. I waited for almost 4 hours for second round which was very informal. They were asking normal question on coding and after this when I was shortlisted for 3rdround on that time I was assured of getting this job. I had my 3rd interview at 1 AM. They asked me some questions of coding and puzzles. I was unable to give right answer of puzzle but everything went well. They were looking happy with me after my last round , But when the result came out at 2:00 AM  I got shocked to see my name not in the final list. I waited for the selection process of the company for around 11 hours(that was the 1st time I waited for this long )and everything had gone well .So one of the most important thing I got from them is that if the interviewers are happy with your interview please don’t be assured of the final selection

Round: Resume Shortlist
Experience: In TIMES INTERNET I was shortlisted for product manager profile. I did well in the interview and I made them laugh when they asked me to explain the resume and specific projects. They were very happy after my 1stround interview but when they asked me about product management, I was very honest at that time and I told them about product management whatever I read from the internet just 15 minutes ago. I convinced them that I can do my job at a capacity of product manager but was more interested in developer profile. I requested them to take interview for developer profile and fortunately for me, after seeing my interest they did give me a chance for the technical interview for developer profile. After my second technical interview which went well obviously they again sent me for another interview and last interview was like HR asking me technical question of data structure and algorithm. HR asked me 3 questions to write pseudo code which was based on linked list and array. After this HR asked me about my IIT K life and CPI how I managed  my acads from 3.9 to 6.1. She was impressed with the level of improvement I could achieve in my IITK journey.And finally they selected me for the developer profile

Round: Other Interview
Experience: My wing-mates  helped me a lot in pre placement preparation. My wingie Saurabh Dixit provided me with an idea how to make resume more presentable. Anurag Pandey helped me to prepare abstract of a project on big data analysis. I used to practice aptitude questions from Lofoya.com and CL books. Aptitude is one thing which will come by practicing and discussing with friends. Abhijit and Jora used to discuss aptitude questions with me which helped me to absorb concepts well. For most of the Software profiles, ample knowledge and good command over data structures and algorithms with some peripheral idea about concepts of Operating Systems and Databases are sufficient. I consulted lecture notes by Dr. Surender Baswana to refresh all the key concepts and practiced the algorithms and their implementation from exercises given at www.geeksforgeeks.org.

Round: Technical Interview
Experience: Having done all this, I realized that the most important thing for placement prep is the confidence. When I was shortlisted in housing I had 3 rounds of interview. First interview was my first interview at IITK. I had no idea what should be the approach. Usually we think like ”OMG if you are going for interview ,you should react like a nerd or a maggu.“Please forget all these things and don’t become nervous and dumbstruck. Just go and talk with them like you are talking to a man who had also suffered the same condition.Before my first interview of housing I called up Abhishek Dhandhariya (one of our senior Y9)and he boosted me up for interview. He told me that this job is not going to decide your future and don’t think that you are giving the interview to get the job; just take this as an opportunity to show your capabilities for this job and the attitude with which you’ll be doing it.

Skill Tips: I was very selective in profile selection. As programming fascinated me, I prepared only for coding profile. I was expecting compensation of about 8lpa. Brand Name was of course an important factor as I wanted to get a good exposure in the IT industry.
Skills: coding profile
College Name: IIT KANPUR

Interview Questionnaire 

1 Question

  • Q1. If you were the company how would you feel on hiring yourself?
  • Ans. 

    I would feel confident in hiring myself as I possess the necessary skills and experience for the role.

    • I have relevant education and experience in product management

    • I have a track record of successfully launching products

    • I possess strong communication and leadership skills

    • I am passionate about the industry and eager to learn and grow

    • I am a team player and thrive in collaborative environments

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: Refer Wharton case books or Markconsenpinov or something similar.

Round: Case Study Interview
Experience: 1st round of questions is based on your resume and a case study.

Round: Puzzle Interview
Experience: 2nd round has easy math questions. It also includes ideation and how would you improve
stuff, add new features etc.

Round: HR Interview
Experience: 3rd round is HR. You will face typical HR questions.
Tips: Entrepreneurial skills will give you an upper hand.
 Highlight your extra-curricular activities. They look at how you have done in a specific field.

College Name: IIT Madras

Product Management Trainee Interview Questions asked at other Companies

Q1. Difference between classes, array and structure ?
View answer (1)

Times Internet interview questions for popular designations

 Software Developer

 (5)

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 Marketing Trainee

 (2)

 Marketing Intern

 (2)

 Java Developer

 (2)

 Senior Android Developer

 (2)

 Project Manager

 (1)

Interview Questionnaire 

2 Questions

  • Q1. IOS basic question with root knowledge
  • Q2. Multithreading, multitasking

Interview Preparation Tips

Round: Resume Shortlist
Experience: It's first step to introduced with company so please make your resume more attractive.
Describes only what do you know and what is your unique qualities.
Tips: Make it simple and short with precious information.

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)

Get interview-ready with Top Times Internet Interview Questions

Interview Preparation Tips

Round: Test
Tips: Prepare for CAT. Be Fast. Develop a decent proficiency in English.

Round: Interview
Experience: There could be Multiple rounds. You will be grilled thoroughly on your CV. Logical Puzzle Solving skills will be put to test. Your common sense about the internet will also provide a boost.
Tips: Do not prepare. Be yourself. CV should not be exaggerated. Prepare a CV customized for the company.

General Tips: Be Yourself and Win it!
College Name: IIT KHARAGPUR
Motivation: Best in business.

Top Times Internet Software Developer Interview Questions and Answers

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Times Internet

View all

Software Developer Interview Questions & Answers

user image Shreyas Ashok Keote

posted on 6 Dec 2015

Interview Questionnaire 

18 Questions

  • Q1. Introduce yourself.
  • Q2. Being from a non-CS background (Civil Engineering branch), he asked me which coding language i am best at
  • Q3. Find the second largest prime number from a given array of positive integers. Also return it's index in most optimal way
  • Ans. 

    Find the second largest prime number and its index from an array of positive integers.

    • Iterate through the array and check if each number is prime

    • Store the largest and second largest prime numbers found so far

    • Also store their indices

    • Return the second largest prime number and its index

  • Answered by AI
  • Q4. Given an array of positive and negative integers, find the first missing positive number in the most optimal way
  • Ans. 

    Find the first missing positive number in an array of positive and negative integers.

    • Sort the array in ascending order

    • Iterate through the sorted array and find the first positive number that is missing

    • If no positive number is missing, return the next positive number after the largest positive number in the array

  • Answered by AI
  • Q5. Which data structure would i use to program a jigsaw puzzle program and what methods would i use to solve the puzzle
  • Ans. 

    The data structure to program a jigsaw puzzle program would be a graph.

    • Use a graph data structure to represent the puzzle pieces and their connections.

    • Each puzzle piece can be represented as a node in the graph.

    • Edges between nodes represent the connections between puzzle pieces.

    • To solve the puzzle, use graph traversal algorithms like depth-first search or breadth-first search.

    • Apply puzzle-solving strategies like findin

  • Answered by AI
  • Q6. Questions based on my resume
  • Q7. What do i know about Times Internet and the work that happens in TIL
  • Ans. 

    Times Internet Limited (TIL) is a digital products company that operates various online platforms and services.

    • TIL is a subsidiary of Bennett Coleman & Co. Ltd (BCCL), which is India's largest media conglomerate.

    • TIL operates popular websites and apps like Times of India, Economic Times, Gaana, MX Player, and Cricbuzz.

    • TIL focuses on digital content, e-commerce, and technology solutions.

    • TIL has a diverse portfolio of...

  • Answered by AI
  • Q8. Why was i opting for a job as software developer though i was from Civil Engineering background
  • Ans. 

    I transitioned to software development due to my passion for coding and problem-solving.

    • I discovered my interest in coding during my civil engineering studies

    • I took online courses and attended coding bootcamps to learn software development skills

    • I completed projects and internships in software development to gain practical experience

    • I enjoy the creativity and problem-solving aspects of software development

  • Answered by AI
  • Q9. Asked me questions based on my CV
  • Q10. If a person travels from point A to point B at 20 km/h and returns at 30 km/h, calculate the average speed without using pen and paper.
  • Ans. 

    The average speed can be calculated by taking the harmonic mean of the two speeds.

    • To calculate the harmonic mean, divide the sum of the speeds by the reciprocal of the sum of their reciprocals.

    • In this case, the harmonic mean can be calculated as 2/(1/20 + 1/30) = 24 km/h.

  • Answered by AI
  • Q11. Asked the above question with different speeds to travelling
  • Q12. Given 8 balls of the same properties and one of these balls is defective and is heavier than the others. Calculate the minimum no. of steps to find the defective ball
  • Ans. 

    The minimum number of steps to find the defective ball is 2.

    • Divide the 8 balls into 3 groups of 3, 3, and 2 balls.

    • Compare the weights of the two groups of 3 balls.

    • If one group is heavier, divide it into 2 balls and compare their weights.

    • If the two balls have different weights, the heavier ball is the defective one.

    • If the two balls have the same weight, the remaining ball in the first group of 3 is the defective one.

  • Answered by AI
  • Q13. Asked the above question, but this time we don't know whether the defective ball is heavier or lighter than the others
  • Q14. 20 red balls and 16 blue balls are present in a bag. 2 balls are removed, if they are of the same color, then they are replaced by a red ball. If they are of different color, then they are replaced with a...
  • Q15. What is polymorphism with examples
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • Method overloading allows multiple methods with the same name but different parameters ...

  • Answered by AI
  • Q16. What is operator overloading?. Give an example
  • Ans. 

    Operator overloading is the ability to redefine operators for custom classes.

    • Allows operators to be used with custom classes

    • Example: '+' operator can be used to concatenate strings

    • Can improve readability and simplify code

  • Answered by AI
  • Q17. Differentiate between method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name, return type, and parameters as a method in its superclass.

    • Method overloading is achieved within the same class.

    • Method overriding occurs in a subclass that inherits from a superclass.

    • Method overloading is determined at compile-time based on the number, type, an...

  • Answered by AI
  • Q18. Do you have any question for us?

Interview Preparation Tips

Round: Test
Experience: The test was of moderate level, the coding question was easy if all the boundary questions were properly considered.
Tips: 1. Practice questions on Geekquiz.
2. Practice coding problems. There are various websites like HackerRank, HackerEarth etc. which have a lot of coding problems.
Duration: 90 minutes
Total Questions: 22

Round: Technical Interview
Experience: The interviewer was friendly and he was interested in the implementation first and then the code.
Tips: Be thorough with various implementations and why they are in practice. Try to know the logic behind each implementation.

Round: Puzzle Interview
Experience: The interviewer was looking for a person interested in problem solving. He was looking forward for loud thinking.
Tips: If you don't know any answer, don't lose your cool. It is never necessary to answer all the questions in an interview. Be confident and think loud, so that if you are going the wrong way, the interviewer can assist you.

Round: HR Interview
Experience: This was the last round and just for formality. The interviewers were looking for a person who would fit in their working culture.
Tips: Be confident and always have a smile on your face. If you are selected for the HR interview, then there is a 90% chance that you would be selected.

General Tips: Be confident, think loudly, never panic and have a smile to your face always. You have already prepared hard for the recruitment process, it is just the confidence that matters. Don't lose hope, there are many opportunities for you.
Skills: Confidence, Communication, Puzzle Solving Capability, Algorithms And Data Structures, Basic C/C++
College Name: IIT Varanasi
Motivation: TIL has a wide range of products and the compensation is good
Funny Moments: The HR interview was more of a friendly talk and i shared my hobbies which led to a longer discussion.

Skills evaluated in this interview

Top Times Internet Software Developer Interview Questions and Answers

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Preparation Tips

Round: Test
Tips: Prepare well.

Round: Interview
Tips: The Basics should be good.

Round: Interview
Experience: The Advanced level.

General Tips: Just be yourself. Maintain a good CGPA. Focus as much as you can on internships. They Matter a big deal.
Skills: Adobe Photoshop, Quantitative Ability, Logical Reasoning, Data Interpretation
College Name: IIT KHARAGPUR
Motivation: One of the best companies to work for. Great growth.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

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

Interview Preparation Tips

Round: Resume Shortlist
Experience: My Resume was shortlisted and asked to comedown for Interview. On the day they re-scheduled it for some other day and when i was trying to contact them again via call and when i thought its not professional so e-mailed them. However unfortunately could not get any response from them and it's been more than 1 month

General Tips: My Resume was shortlisted and asked to comedown for Interview. On the day they re-scheduled it for some other day and when i was trying to contact them again via call and when i thought its not professional so e-mailed them. However unfortunately could not get any response from them and it's been more than 1 month
Skills: Problem Solving
Duration: <1 week

I was interviewed before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How would you Designing a web marketing campaign for times internet?
  • Ans. 

    To design a web marketing campaign for Times Internet, I would focus on targeted advertising, content marketing, social media promotion, and data analysis.

    • Identify the target audience and create buyer personas

    • Develop a comprehensive content marketing strategy to engage and educate the audience

    • Utilize targeted advertising platforms like Google Ads and Facebook Ads to reach the desired audience

    • Leverage social media platf...

  • Answered by AI
  • Q2. Questions on basic fundamentals of digital marketing
  • Q3. In depth questions if social marketing

Interview Preparation Tips

Round: Technical Interview
Experience: As i was a recent fresher i only had a technical interview round after which i was hired as a digital marketing intern. The interview had normal basic questions but the actually wanted to test your knowledge skill set and self confidence
Tips: Be confident and honest. Take your time to answer the question



Digital Marketer Interview Questions asked at other Companies

Q1. How to identitify that a particular lead is comming from Google Ads of Facebook Ads if we're running both Ads together?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

REVIEWS

Times Internet

No Reviews

SALARIES

Adlift

SALARIES

Schbang

SALARIES

ServiceMyCar

SALARIES

IDP Education Limited

JOBS

Moving Walls

No Jobs

LIST OF COMPANIES

Cendyn

Locations

SALARIES

Vedantu

SALARIES

IDP Education Limited

Tell us how to improve this page.

Times Internet Interview Process

based on 40 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Info Edge Interview Questions
3.9
 • 316 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 666 reviews

3.6/5

Rating in categories

3.3

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 666 Reviews and Ratings
Senior Sales Officer

Noida

2-5 Yrs

Not Disclosed

Junior Producer Job at Times Internet

Gurgaon / Gurugram

1-4 Yrs

Not Disclosed

Senior Officer - Sales

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
108 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Times Internet with

Info Edge

3.9
Compare

Network 18

3.5
Compare

Times Group

3.8
Compare

INDIA TODAY GROUP

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