Upload Button Icon Add office photos

Filter interviews by

Text Mercato Content Editor Interview Questions and Answers

Updated 25 Sep 2022

Text Mercato Content Editor Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. What is your educational background?
  • Ans. 

    I have a Bachelor's degree in English Literature and a Master's degree in Journalism.

    • Bachelor's degree in English Literature

    • Master's degree in Journalism

  • Answered by AI
  • Q2. What is your total experience in content writing?
  • Ans. 

    I have 5 years of experience in content writing.

    • I have been working as a content writer for the past 5 years.

    • During this time, I have written articles, blog posts, and website content for various industries.

    • I have experience in conducting research, creating engaging content, and optimizing it for SEO.

    • I have also worked on editing and proofreading content to ensure accuracy and clarity.

    • Some examples of my work include w...

  • Answered by AI
Round 3 - Assignment 

My main assignment was to edit the content on finance and law.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for roles like content writing or content editing, then you just need to open your creativity side and good observation skills. That's all you need.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. First question was asked to me was to verify the test cases as per given problem of 2-D array
  • Q2. Second was to verify the explanation of sample test cases of a graph question , if it's wrong then you have give the reason for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 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 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Introducing about myself
  • Q2. Total years work of xperience
  • Ans. 

    I have 8 years of experience in sales, with a proven track record of exceeding targets and building strong client relationships.

    • 8 years of sales experience

    • Consistent track record of exceeding targets

    • Strong client relationship building skills

  • Answered by AI
  • Q3. CCTC and ECTC, Notice period, Location
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour, oops concept,machine learning, python, sql

Round 2 - Coding Test 

30 minutes, python , c++ basic programs

Text Mercato Interview FAQs

How many rounds are there in Text Mercato Content Editor interview?
Text Mercato interview process usually has 3 rounds. The most common rounds in the Text Mercato interview process are Resume Shortlist, HR and Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

Ichhapurti.com Interview Questions
2.3
 • 19 Interviews
MyOperator Interview Questions
3.4
 • 17 Interviews
Sprinto Interview Questions
3.9
 • 14 Interviews
HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
View all
Text Mercato Content Editor Salary
based on 11 salaries
₹3 L/yr - ₹6.2 L/yr
13% less than the average Content Editor Salary in India
View more details

Text Mercato Content Editor Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Content Writer
14 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Catalogue Specialist
14 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Content Editor
11 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Freelance Content Writer
7 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Accounts Manager
7 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Text Mercato with

Ichhapurti.com

2.3
Compare

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Cresce Technology Private Limited

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