Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Inogic Tech (India) Team. If you also belong to the team, you can get access from here

Inogic Tech (India) Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Inogic Tech (India) Marketing Manager Interview Questions and Answers

Updated 1 Sep 2022

Inogic Tech (India) Marketing Manager Interview Experiences

1 interview found

Marketing Manager Interview Questions & Answers

user image Rajamar Singh

posted on 1 Sep 2022

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Assignment 

Content Assignment - Write an essay on one of the three topics given by the HR Manager

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic marketing discussion
  • Q2. How do you handle the pressure?

Interview Preparation Tips

Interview preparation tips for other job seekers - For Marketing Interview, chances are you are going to interact with Kumar Siddhartha, MD. He will look at your academics first, it gives him an idea about a person. High percentages usually mean that the person has put in the effort and can have the potential to grasp things quickly.

Interview questions from similar companies

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

(1 Question)

  • Q1. How does Dependency Injection work in .NET core, why it is important?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is CLR in .NET?
  • Ans. 

    CLR stands for Common Language Runtime, it is the virtual machine component of the .NET framework.

    • CLR is responsible for managing the execution of .NET programs.

    • It provides services such as memory management, exception handling, and security.

    • CLR compiles the intermediate language code into native code during execution.

    • It allows for cross-language integration and interoperability within the .NET framework.

    • Examples of la...

  • Answered by AI
  • Q2. Common Language runtime.
  • Ans. 

    Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework, responsible for managing execution of .NET programs.

    • CLR provides various services such as memory management, exception handling, and security.

    • It compiles intermediate language code into machine code during execution.

    • CLR allows for interoperability between different languages in the .NET framework.

    • Example: C# and VB.NET code ca...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is D/W array and ArrayList in .Net?
  • Ans. 

    D/W array is a dynamic array in .Net that can grow or shrink in size. ArrayList is a collection class that can store objects of any type.

    • D/W array is a resizable array that automatically adjusts its size as elements are added or removed.

    • ArrayList is a collection class that can store objects of any type, allowing for flexibility in data storage.

    • Example: D/W array - string[] myArray = new string[5]; ArrayList - ArrayList

  • Answered by AI
  • Q2. Array : Fixed size, type -safe. ArrayList : Dynamic size, not type-safe.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between readonly and const in C#?
  • Ans. 

    readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.

    • readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time

    • readonly variables can be assigned a value in the constructor, while const variables cannot

    • const variables ar...

  • Answered by AI
  • Q2. Const is compile-time constant, while readonly is runtime constant.
  • Ans. 

    const is compile-time constant, while readonly is runtime constant.

    • const values are determined at compile time and cannot be changed during runtime

    • readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime

    • const is used for values that are known at compile time, like mathematical constants

    • readonly is used when the value needs to be initialized at runtime, like d

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume to match the job description and highlight relevant skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency injection ?
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

    • Example: Instead of creating an instance of a class within an...

  • Answered by AI
  • Q2. Injecting Dependencies instead of creating them.
  • Ans. 

    Injecting dependencies allows for better flexibility, testability, and maintainability in code.

    • Injecting dependencies means passing objects that a class needs rather than creating them within the class.

    • This allows for easier testing by mocking dependencies and swapping them out for different implementations.

    • Dependency injection frameworks like Unity, Ninject, or Autofac can help manage dependencies.

    • Example: Instead of ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is garbage collection in .NET?
  • Ans. 

    Garbage collection in .NET is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.

    • Garbage collection is a process where the runtime environment automatically deallocates memory that is no longer needed by the program.

    • It helps in preventing memory leaks and improving the performance of the application.

    • Garbage collection in .NET uses generations to categori...

  • Answered by AI
  • Q2. Automatic memory management system.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between async and await?
  • Ans. 

    Async is used to define a method that can be run asynchronously, while await is used to pause the execution of an async method until a task is complete.

    • Async is used to define a method that can be run asynchronously.

    • Await is used to pause the execution of an async method until a task is complete.

    • Async methods can be called using the await keyword to run them asynchronously.

    • Async and await are used in C# to simplify asy

  • Answered by AI
  • Q2. Async defines, await pauses execution.
  • Ans. 

    async defines, await pauses execution in asynchronous programming in C#.

    • async keyword is used to define a method as asynchronous in C#.

    • await keyword is used to pause the execution of an asynchronous method until the awaited task completes.

    • Asynchronous programming allows non-blocking execution of code, improving performance and responsiveness.

    • Example: async Task<int> GetDataAsync() { await Task.Delay(1000); return

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Qualitative aptitude questions were asked—mostly Basic and Medium Level Maths Problems.

Round 3 - Group Discussion 

1 random tech topic was given to all the candidates and 5 mins to think on that specific topic before the round started.

Round 4 - Technical 

(2 Questions)

  • Q1. 2 Numerical Coding Problems, Some Data Structure Concepts and Overview and 4 SQL queries are asked.
  • Q2. What is Stack and How to Implement Stack? Reverse Array without using inbuild Function. Check whether the number is palindrome or not. OOPS Concepts (In Detail).
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle. It can be implemented using arrays or linked lists.

    • To implement a stack using arrays, we can use an array and a pointer to keep track of the top element.

    • Example: Push operation - increment the pointer and add the element at that index. Pop operation - return the element at the top index and decrement the pointer.

    • To reverse an array without...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear out your basic oops concepts and go through data structure and algorithms as well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 question 1 on string and 2 on array , easy level

Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for senior level

Inogic Tech (India) Interview FAQs

How many rounds are there in Inogic Tech (India) Marketing Manager interview?
Inogic Tech (India) interview process usually has 2 rounds. The most common rounds in the Inogic Tech (India) interview process are Assignment and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 34 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
View all
Software Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Inogic Tech (India) with

CloudMoyo

4.0
Compare

Cynoteck Technology Solutions

4.5
Compare

Synoptek

4.0
Compare

CloudFronts Technologies

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