Upload Button Icon Add office photos

Filter interviews by

DOCON TECHNOLOGIES Admin Manager Interview Questions and Answers

Updated 22 Oct 2021

DOCON TECHNOLOGIES Admin Manager Interview Experiences

1 interview found

Admin Manager Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2021

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Market experience
  • Ans. 

    I have over 5 years of experience in the market, including conducting market research and analysis.

    • Conducted market research to identify customer needs and preferences

    • Analyzed market trends and competitor strategies to develop effective marketing plans

    • Implemented successful marketing campaigns that resulted in increased sales and brand awareness

    • Maintained strong relationships with key stakeholders in the industry

    • Stayed...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Docon technology is good company and employees careing and good work

Interview questions from similar companies

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

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell something which is useful for the company hr needs a answer related to job profile you are confident or not
  • Q3. Past experience job role kra
  • Q4. Tell them all of your experience from day to day task till close the month achievement little about your last company how you can handle the pressure
Round 2 - Country head F2F round 

(3 Questions)

  • Q1. Market knowledge
  • Q2. Experience about market?
  • Ans. 

    I have over 5 years of experience in analyzing market trends, identifying opportunities, and developing strategies to drive business growth.

    • Researched and analyzed market trends to identify potential opportunities for growth

    • Developed strategies to enter new markets and expand existing market share

    • Collaborated with sales and marketing teams to implement effective go-to-market strategies

    • Monitored competitor activities an...

  • Answered by AI
  • Q3. How you are good in sales
  • Ans. 

    I excel in sales through my strong communication skills, ability to build relationships, and strategic approach to identifying and closing opportunities.

    • I have a proven track record of exceeding sales targets in my previous roles.

    • I am skilled at identifying customer needs and offering tailored solutions.

    • I am adept at building and maintaining strong relationships with clients, leading to repeat business and referrals.

    • I ...

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

I applied via Naukri.com and was interviewed before Feb 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 - Group Discussion 

Market related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge in advance. Marketing and sales related.

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain hoisting in js
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. Explain closures in js
  • Ans. 

    Closures in JavaScript allow functions to access variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and the inner function has access to the outer function's variables.

    • Closures can be used to create private variables and functions in JavaScript.

    • Closures can also be used to maintain state in asynchronous operations

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Javascript polyfills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was a DS round, he asked me about queue and internals of Hash Map in java and them android questions on work manager and MVVM
Round 2 - Technical 

(1 Question)

  • Q1. It was Android Fundamentals round, was asked on my work in current company and architectures.
Round 3 - Technical 

(1 Question)

  • Q1. It was a round with director, was asked a HLD question on how to create a driver monitoring app to calculate speed and then on how to design an app like blinkit.

I appeared for an interview in Mar 2022.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

Formal Introduction.
Asked About Projects.
Difference between SQL and NoSQL. Pros and Cons. Where should we use SQL and NoSQL.
Given a problem, I have to make a SQL Database structure and then interviewer told me to convert it into NoSQL.
asked coding questions

  • Q1. 

    Search In Rotated Sorted Array Problem Statement

    Given a sorted array of distinct integers that has been rotated clockwise by an unknown amount, you need to search for a specified integer in the array. Fo...

  • Ans. 

    Implement a search function to find a specified integer in a rotated sorted array.

    • Implement a binary search algorithm to find the target integer in the rotated sorted array.

    • Handle the cases where the target integer may lie in the left or right half of the rotation.

    • Keep track of the mid element and adjust the search range based on the rotation.

    • Return the index of the target integer if found, else return -1.

  • Answered by AI
  • Q2. 

    Zigzag Binary Tree Traversal Problem

    Given a binary tree, compute the zigzag level order traversal of the node values in the tree. The zigzag traversal requires traversing levels from left to right, then ...

  • Ans. 

    Zigzag level order traversal of a binary tree is computed by alternating between left to right and right to left traversal at each level.

    • Use a queue to perform level order traversal of the binary tree.

    • Maintain a flag to switch between left to right and right to left traversal at each level.

    • Store the node values in a list while traversing and alternate the order based on the flag.

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -...

  • Answered by AI

Interview Preparation Tips

Eligibility criterianaPark+ interview preparation:Topics to prepare for the interview - OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 5 MonthInterview preparation tips for other job seekers

Tip 1 : Prepare well for subjects
Tip 2 : Prepare for system design
Tip 3 : Practice coding

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Internship Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Research a little bit about the company, show go getter attitude & a passion for sales, you'll be hired.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Technical 

(1 Question)

  • Q1. Excel and SQL based questions
Round 3 - Technical 

(1 Question)

  • Q1. Python and project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Took 2 interviews over the course of 2 weeks and then 1 hour before my scheduled final / HR round declined to hire me as they decided that they don't want to.
Utter disregard for a candidate's time and work. The humiliating level of such degraded professionalism that they cannot decide before posting an interview that they don't want to hire.
But they have the audacity to expect 7 days and open-ended work schedule from the candidates.
DO NOT APPLY.

Tell us how to improve this page.

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Park Plus Interview Questions
2.9
 • 36 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
4.0
 • 26 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
JUSPAY Interview Questions
3.1
 • 21 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
Fraazo Interview Questions
3.4
 • 20 Interviews
View all

DOCON TECHNOLOGIES Admin Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

2.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Business Development Manager
100 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Operations Manager
20 salaries
unlock blur

₹3.4 L/yr - ₹7.1 L/yr

Pharmacist
19 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Relationship Officer
14 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Sales Manager
13 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare DOCON TECHNOLOGIES with

MagicPin

2.6
Compare

HealthKart

3.9
Compare

Awign Enterprises

3.9
Compare

Nestaway

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