Upload Button Icon Add office photos
Engaged Employer

i

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

EC-Council Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

EC-Council Content Writer Interview Questions and Answers

Updated 4 May 2024

EC-Council Content Writer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Splunk port questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Where do you work
  • Q2. What is your current CTC
  • Q3. What are your expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - A story of cranky souls masquerading as recruiters! Get an email requesting certain information, and a couple of hours later I get a call. Starts asking questions that were already discussed in the mail, sent on the same day, hours ago. Right off the bat, I can tell she hasn’t bothered to read the responses to the info requested in the mail and the attached resume. Lazy. Anyways, first red flag!

If that wasn’t it, wants to debate WFH for a position that was listed as remote already. Second red flag! If WFO is such a mandate in the office and you aren’t cool with WFH then why not stick to recruiting in Hyderabad and stop chasing candidates in other states? The worst part, the official mail itself says WFH and Remote - clueless and absent-minded about her own mail. Starts whinging and whining about WFO, clearly showing her inability to convince candidates to come to the office. By now she is hyperventilating. Starts churning absurd fantasy scenarios!

Gets irritable and starts throwing a hissy fit - cribbing about how EC Council forces her to come to the office, so I got to do the same. Essentially saying that she is coerced and manipulated into coming to the office so others must toe the line as well. All in all, unprofessional, untrained, and crusty EC-Council or eCommerce Consultants Private Ltd. employees should be left to manage internal dialogue and communicate less with external stakeholders, seeing as they are unfit to do so. Probably has behavioral issues, but who am I to judge? It’s obvious that EC-Council seniors and the head of HR don’t do a thorough evaluation of their talent acquisition resources (Poo nam Motling) or partners before letting them run wild, they must be incompetent too. Shame!

Content Writer Interview Questions Asked at Other Companies

Q1. What are the steps to follow to write good content?
Q2. What are the metrics to know that your drafted content is good?
asked in AmbitionBox
Q3. What do you think are the integral components of good content?
asked in Nettv4u
Q4. What are the ways to decide a tone of a particular content?
asked in Nettv4u
Q5. What is considered good as in the form of a writer which could in ... read more

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. With the Microsoft company how much you was earned ?
  • Q2. What benefits are they re for microsoft

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple we want to ask only one thing if suppose one company is there we should ask what benefits with the company and how much u were earned
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 Resume tips
Round 2 - Coding Test 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

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

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic question asked

Round 2 - One-on-one 

(4 Questions)

  • Q1. Computer networking based question
  • Q2. Dsa question based on graph and dp
  • Q3. Based on operating system
  • Q4. Function of oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavior question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well practice on dsa question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design - 1500 max inserting request to db a day max latency 60 se
Contribute & help others!
anonymous
You can choose to be anonymous

EC-Council Interview FAQs

How many rounds are there in EC-Council Content Writer interview?
EC-Council interview process usually has 1 rounds. The most common rounds in the EC-Council interview process are One-on-one Round and Technical.

Recently Viewed

SALARIES

Busibud

INTERVIEWS

Arman Financial Services

No Interviews

JOBS

Avi Global Plast

No Jobs

SALARIES

GrapplTech

SALARIES

GrapplTech

INTERVIEWS

Busibud

No Interviews

JOBS

ELGI Equipments

No Jobs

JOBS

Lilac Insights

No Jobs

JOBS

TE Connectivity

No Jobs

SALARIES

Pepe Jeans

Tell us how to improve this page.

EC-Council Content Writer Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Sunstone Interview Questions
3.7
 • 21 Interviews
View all
EC-Council Content Writer Salary
based on 9 salaries
₹3.6 L/yr - ₹6.2 L/yr
46% more than the average Content Writer Salary in India
View more details

EC-Council Content Writer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Research Associate
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EC-Council with

Cisco

4.1
Compare

Microsoft Corporation

4.0
Compare

IBM

4.0
Compare

Gen

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