Upload Button Icon Add office photos

Filter interviews by

I-tech Media Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic concepts of core java
  • Q2. DSA , collections , map, set, list
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Roles and responsibilities
Round 1 - HR 

(1 Question)

  • Q1. Details of previously worked experience
  • Ans. 

    I have 5 years of experience as a Senior Associate in the finance industry.

    • Managed a portfolio of high net worth clients

    • Analyzed financial statements and prepared investment recommendations

    • Led a team of junior associates in executing client transactions

    • Developed and maintained relationships with key stakeholders

    • Implemented process improvements to increase efficiency

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Some question related to job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and prepare well for interview well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About the Educational Qualification
  • Q2. About the English knowledge
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 3 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 - Aptitude Test 

It's a basic aptitude test. So u can crack this easily.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your privious experience
  • Q3. They told company norms

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are in Coimbatore u can approach this job.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give javascript coding(based on your role)question we need to solve and submit the solution

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic js questions and some logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in the basic conscepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

Got an assignment to perform in excel about data analysis for churn prediction. Performed in excel. 70% focus was on skills and 30% on analysis.

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

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Jan 2022. There were 4 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 - Coding Test 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

I-tech Media Interview FAQs

How to prepare for I-tech Media 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 I-tech Media. The most common topics and skills that interviewers at I-tech Media expect are media sales, Ad Sales, Ad Space Selling, Print Media and space selling.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 62 Interviews
Madison World Interview Questions
3.8
 • 7 Interviews
Mirum Interview Questions
3.1
 • 6 Interviews
Digital Vidya Interview Questions
4.0
 • 3 Interviews
WATConsult Interview Questions
3.3
 • 2 Interviews
Isobar Interview Questions
2.3
 • 1 Interview
BC Web Wise Interview Questions
3.7
 • 1 Interview
View all

I-tech Media Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

3.5

Skill development

2.9

Work-life balance

3.3

Salary

3.1

Job security

2.8

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 18 Reviews and Ratings
Media Sales Professionals

Mumbai,

Mumbai Suburban

0-3 Yrs

₹ 2.5-4 LPA

Editorial Intern

Mumbai Suburban

0-1 Yrs

Not Disclosed

Explore more jobs
Associate Editor
7 salaries
unlock blur

₹4.2 L/yr - ₹6.4 L/yr

Graphic Designer
5 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Sales Manager
5 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Senior Sales Executive
5 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Digital Marketing Executive
4 salaries
unlock blur

₹1.1 L/yr - ₹2.6 L/yr

Explore more salaries
Compare I-tech Media with

Digital Vidya

4.0
Compare

Dentsu Webchutney

3.8
Compare

Quasar Media

3.0
Compare

Madison World

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