Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Techmango Technology Team. If you also belong to the team, you can get access from here

Techmango Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Techmango Technology Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top Techmango Technology Interview Questions and Answers

View all 8 questions

Techmango Technology Interview Experiences

Popular Designations

3 interviews found

Marketing Manager Interview Questions & Answers

user image Manikandan S

posted on 23 Oct 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Do you have Webnar conducting Experiences?
  • Ans. 

    Yes, I have experience conducting webinars for marketing purposes.

    • I have successfully organized and hosted multiple webinars to promote products/services

    • I am familiar with various webinar platforms and tools such as Zoom, GoToWebinar, and Webex

    • I have experience creating engaging webinar content and interacting with participants through Q&A sessions

    • I have analyzed webinar metrics to measure success and make improvements

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

(5 Questions)

  • Q1. Can you tell me about your work experience?
  • Ans. 

    I have over 7 years of experience in marketing, including developing and implementing strategic marketing plans.

    • Managed social media campaigns to increase brand awareness

    • Collaborated with sales team to create promotional materials

    • Conducted market research to identify target demographics

    • Organized events and trade shows to showcase products

  • Answered by AI
  • Q2. What are the tools used for paid campaigns?
  • Ans. 

    Tools for paid campaigns include Google Ads, Facebook Ads Manager, and LinkedIn Ads.

    • Google Ads: Allows for targeted advertising on Google search results and websites within the Google Display Network.

    • Facebook Ads Manager: Enables businesses to create and manage ads on Facebook and Instagram.

    • LinkedIn Ads: Provides options for advertising on the professional networking platform to reach a B2B audience.

  • Answered by AI
  • Q3. Do you have experience conducting webinars?
  • Ans. 

    Yes, I have experience conducting webinars.

    • I have organized and hosted multiple webinars on various marketing topics.

    • I am familiar with webinar platforms such as Zoom, GoToWebinar, and Webex.

    • I have experience promoting webinars through email marketing and social media.

    • I have received positive feedback and high attendance rates for the webinars I have conducted.

  • Answered by AI
  • Q4. Do you know Email Marketing Campaigns?
  • Ans. 

    Yes, I am familiar with Email Marketing Campaigns.

    • I have experience creating and executing email marketing campaigns to reach target audiences.

    • I am proficient in using email marketing platforms such as Mailchimp, Constant Contact, and HubSpot.

    • I have knowledge of best practices for email marketing, including A/B testing, segmentation, and personalization.

    • I can analyze campaign performance metrics to optimize future camp

  • Answered by AI
  • Q5. Do you have experience in team management?
  • Ans. 

    Yes, I have over 5 years of experience in team management.

    • Managed a team of 10 marketing professionals in my previous role

    • Implemented team-building activities to improve collaboration and communication

    • Provided regular feedback and coaching to team members to enhance performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interview Experience at Techmango
Recently, I had an Interview for the Marketing Manager Position at Techmango, and I feel it's important to share my experience.

Initial Contact: Karthikeyini, A Female HR Recruiter, Reached out to schedule my interview. We agreed on a convenient time slot for the following day.

Scheduling Mix-up: On the Interview day, despite receiving a calendar notification, the interview was canceled unexpectedly and without explanation. later, at around 5:00 PM, Karthikeyini called again, explaining that the cancellation was a mistake and insisting that I proceed with the originally planned schedule. the rescheduling took place without proper notification, which highlighted some disorganization within their HR Management.
The Interview Itself: Determined to make the best of the situation, I attended the interview as requested, without much preparation. Two members from the Digital Marketing Team, including a woman named Saranya, conducted the interview. They didn't introduce themselves upon joining the Google meet and dived straight into asking about my work experience. They also didn't ask If I had any questions before ending the session.

Professional conduct: the Associate VP of Marketing mentioned they would provide feedback to the HR Team about the Interview. When I requested them to Introduce themselves, the Associate VP of Marketing mentioned his profession only. When I asked the female interviewer to introduce her role, she did not respond at all. This lack of basic professional courtesy and transparency was disappointing.
Final thoughts: The Interview felt more like an interrogation with a series of WH questions. As a Senior Professional, I was disappointed with the lack of respect and professionalism shown by the Digital Marketing Team. This experience points to a concerning picture of Techmango's interview process and its approach to engaging potential candidates.

Skills evaluated in this interview

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. STLC, SDLC, Automation- Basic Java programs
  • Q2. Explain the latest software tool which used in automation testing Which tool is used to maintain your testcases. write a possible testcases for Login scenario.
  • Ans. 

    The latest software tool used in automation testing is Selenium WebDriver.

    • Selenium WebDriver is a popular tool for automating web applications.

    • It supports multiple programming languages such as Java, Python, and C#.

    • Selenium WebDriver can interact with web elements like buttons, text fields, and dropdowns.

    • It can be integrated with testing frameworks like TestNG and JUnit for test execution and reporting.

    • Test cases for a...

  • Answered by AI
  • Q3. Explain oops concepts in Java
  • Ans. 

    Object-oriented programming concepts in Java

    • Encapsulation: bundling data and methods together (e.g. class with private fields and public methods)

    • Inheritance: creating new classes based on existing ones (e.g. subclass extending superclass)

    • Polymorphism: ability for objects to take on multiple forms (e.g. method overloading, method overriding)

    • Abstraction: hiding implementation details and showing only necessary features (

  • Answered by AI
  • Q4. How will you make sure whether the requirements are added in the testcases.
  • Ans. 

    I will cross-verify the requirements with the testcases and ensure each requirement is covered.

    • Review the requirements document thoroughly

    • Create a traceability matrix to map requirements to testcases

    • Perform requirement walkthroughs with stakeholders

    • Use requirement management tools to track coverage

    • Regularly update testcases based on any changes in requirements

  • Answered by AI
  • Q5. What is JavaVirtualMachine?
  • Ans. 

    JavaVirtualMachine is a virtual machine that enables a computer to run Java programs.

    • JavaVirtualMachine is responsible for interpreting Java bytecode and executing the instructions.

    • It provides a platform-independent execution environment for Java programs.

    • JVM manages memory, handles garbage collection, and provides security features.

    • Examples of JVM implementations include Oracle HotSpot, OpenJ9, and GraalVM.

  • Answered by AI

Skills evaluated in this interview

Associate Test Lead Interview Questions asked at other Companies

Q1. How will you make sure whether the requirements are added in the testcases.
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2021

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. It was almost an hour interview, in testing try being more creative..

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident while answering in interview, preparation plays a main role...prepare atleast one hour once in a day..never giveup

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Jobs at Techmango Technology

View all

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

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

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

Techmango Technology Interview FAQs

How many rounds are there in Techmango Technology interview?
Techmango Technology interview process usually has 2 rounds. The most common rounds in the Techmango Technology interview process are Resume Shortlist, Technical and HR.
How to prepare for Techmango Technology 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 Techmango Technology. The most common topics and skills that interviewers at Techmango Technology expect are Javascript, TypeScript, Python, SQL and MongoDB.
What are the top questions asked in Techmango Technology interview?

Some of the top questions asked at the Techmango Technology interview -

  1. How will you make sure whether the requirements are added in the testcas...read more
  2. Do you have Webnar conducting Experienc...read more
  3. What are the tools used for paid campaig...read more

Tell us how to improve this page.

Techmango Technology Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Techmango Technology Reviews and Ratings

based on 35 reviews

4.1/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.2

Salary

3.9

Job security

4.1

Company culture

4.0

Promotions

3.9

Work satisfaction

Explore 35 Reviews and Ratings
JavaScript Lead

Madurai

2-4 Yrs

Not Disclosed

Business Development Executive

Tiruchirappalli

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
15 salaries
unlock blur

₹3.6 L/yr - ₹12.5 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹8 L/yr - ₹14.7 L/yr

Associate Technical Leader
11 salaries
unlock blur

₹11.5 L/yr - ₹17 L/yr

Software Developer
10 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Associate Software Engineer
10 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Explore more salaries
Compare Techmango Technology with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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