Upload Button Icon Add office photos
Engaged Employer

i

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

Cheenti Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cheenti Interview Questions and Answers

Updated 10 Mar 2023

Cheenti Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed in Sep 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 - One-on-one 

(1 Question)

  • Q1. First round is very simple the HR & the manager of the department both asks about you, ur qualification & experience.
Round 3 - Technical 

(1 Question)

  • Q1. Second round is the technical round where u have to show what u can do n why company should hire u so give best in this round.
Round 4 - One-on-one 

(1 Question)

  • Q1. In third round is a direct one-on-one with the CEO.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident & showcase ur best work in the technical round.

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

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

I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

45 min, general aptitude questions

Round 3 - Case Study 

Group discussion and case study on demonetisation

Round 4 - One-on-one 

(2 Questions)

  • Q1. Confidence testing questions
  • Q2. Technical related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and ask questions to get to know the work culture at the company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - HR 

(11 Questions)

  • Q1. How do you approach debugging a complex issue in a large codebase with minimal documentation?
  • Ans. 

    Approach debugging by understanding the code flow, using debugging tools, isolating the issue, and testing solutions.

    • Start by understanding the code flow and identifying potential areas where the issue may be occurring.

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the source of the problem.

    • Isolate the issue by reproducing it consistently and narrowing down the scope of the problem.

    • Test pot...

  • Answered by AI
  • Q2. Describe a situation where you had to refactor existing code to improve performance or maintainability. What challenges did you face, and how did you overcome them?
  • Ans. 

    Refactored a legacy codebase to improve performance by optimizing database queries.

    • Identified bottlenecks in the codebase by profiling and analyzing performance metrics.

    • Rewrote complex and inefficient database queries to improve response times.

    • Implemented caching mechanisms to reduce redundant database calls.

    • Refactored code to follow best practices and improve maintainability.

    • Tested the changes thoroughly to ensure the

  • Answered by AI
  • Q3. How do you ensure your code is both efficient and scalable when working under tight deadlines? Can you provide an example?
  • Ans. 

    By prioritizing tasks, using efficient algorithms, and conducting code reviews.

    • Prioritize tasks based on impact and complexity to focus on critical components first.

    • Utilize efficient algorithms and data structures to optimize code performance.

    • Conduct code reviews with team members to identify potential bottlenecks and suggest improvements.

    • Example: Prioritize implementing a caching mechanism for frequently accessed data

  • Answered by AI
  • Q4. Explain how you would handle a situation where your preferred solution to a problem conflicts with the opinion of a senior team member or client.
  • Ans. 

    I would approach the situation by respectfully discussing the pros and cons of both solutions and finding a compromise.

    • Listen to the senior team member or client's perspective and understand their reasoning

    • Present your preferred solution along with the reasons why you believe it is the best approach

    • Engage in a constructive discussion to find common ground or a compromise

    • Consider the impact of each solution on the proje...

  • Answered by AI
  • Q5. What is your process for staying updated with the latest programming languages, frameworks, and technologies relevant to your role?
  • Ans. 

    I regularly attend tech conferences, read industry blogs, participate in online courses, and collaborate with colleagues to stay updated.

    • Attend tech conferences to learn about new technologies and trends

    • Read industry blogs and articles to stay informed

    • Participate in online courses and tutorials to expand knowledge

    • Collaborate with colleagues to share insights and learn from each other

  • Answered by AI
  • Q6. How do you manage dependencies and third-party libraries in your projects to avoid potential security or compatibility issues?
  • Ans. 

    I use package managers, regularly update dependencies, and conduct security audits.

    • Utilize package managers like npm, pip, or Maven to manage dependencies

    • Regularly update dependencies to ensure compatibility and security patches

    • Conduct security audits using tools like OWASP Dependency-Check or Snyk

    • Consider using dependency locking to ensure consistent builds

  • Answered by AI
  • Q7. Describe a time when you had to implement a feature that required learning a new technology or framework on the job. How did you approach the learning curve?
  • Ans. 

    I implemented a new feature using React Native and had to learn the framework on the job.

    • Researched online resources and documentation to understand React Native

    • Experimented with small projects to practice using React Native

    • Sought help from colleagues or online communities when facing challenges

  • Answered by AI
  • Q8. Can you walk us through a time when you identified a potential bottleneck in a system before it became a problem? How did you address it?
  • Ans. 

    Identified and addressed a potential bottleneck in a system before it became a problem.

    • Monitored system performance regularly to identify any potential bottlenecks

    • Analyzed system logs and metrics to pinpoint the root cause of the bottleneck

    • Implemented optimizations such as caching, indexing, or code refactoring to address the bottleneck

    • Collaborated with team members to implement a long-term solution to prevent similar

  • Answered by AI
  • Q9. How do you prioritize and manage multiple tasks or projects when they all seem equally important?
  • Ans. 

    I prioritize tasks based on deadlines, impact, and dependencies, and use tools like to-do lists and project management software.

    • Evaluate deadlines and prioritize tasks that are due soon

    • Consider the impact of each task on the overall project or team goals

    • Identify dependencies between tasks and prioritize accordingly

    • Use tools like to-do lists, project management software, or time-blocking techniques to stay organized

    • Regu

  • Answered by AI
  • Q10. What strategies do you use to ensure that your code is both clean and well-documented for future developers who may work on it?
  • Ans. 

    I use consistent naming conventions, inline comments, and thorough documentation to ensure clean and well-documented code.

    • Follow consistent naming conventions for variables, functions, and classes to make the code easier to understand.

    • Include inline comments to explain complex logic or algorithms within the code.

    • Write thorough documentation for each function, class, and module to provide context and usage instructions ...

  • Answered by AI
  • Q11. How would you approach integrating a new feature into an existing system without disrupting the current functionality? Can you provide an example from your past experience?
  • Ans. 

    Approach integrating new feature into existing system without disruption

    • Analyze the existing system to understand its architecture and dependencies

    • Identify the impact of the new feature on the current functionality

    • Implement the new feature in a separate branch or environment for testing

    • Conduct thorough testing to ensure the new feature works as expected and does not break existing functionality

    • Gradually integrate the n...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Understand the Unique Culture: Moris Media isn't your typical digital marketing and PR agency. They consider themselves "Digital Doctors," meaning their approach is distinct, innovative, and practical. This culture requires that every solution be both unique and effective, tailored to address the specific challenges of their clients.

2. Prepare for Challenging Work: At Moris Media, you won’t be working on routine tasks. The challenges you’ll face will push your technical skills and problem-solving abilities to new heights. If you enjoy overcoming obstacles and tackling complex problems, you’ll thrive here. This is not the place for those seeking a typical 9-to-6 job; rather, it’s for those who are passionate about creating something exceptional.

3. Continuous Learning is Key: Moris Media fosters a culture of continuous learning and improvement. As a Software Developer, you'll need to be adept in modern technologies, particularly PHP, Laravel, and other live web technologies. Staying updated with the latest trends, tools, and programming languages is crucial. The company values those who are proactive in expanding their knowledge and adapting to new developments.

4. Take Initiative and Responsibility: Moris Media looks for individuals who are not only skilled but also confident in taking ownership of their work. You’ll be expected to manage your projects from start to finish, ensuring that every detail aligns with both the client’s requirements and the company's high standards. If you're someone who takes pride in delivering quality work and enjoys taking on responsibility, you'll fit right in.

5. Creativity and Innovation are Essential: As a software developer at Moris Media, you’ll need to be both creative and technically skilled. The company encourages its employees to think outside the box and come up with innovative solutions to complex problems. If you’re someone who enjoys experimenting with new ideas and pushing the boundaries of what’s possible, Moris Media will provide the perfect environment for you to grow.

6. Adaptability and Flexibility: The fast-paced nature of the work at Moris Media requires adaptability and flexibility. You’ll often have to juggle multiple projects and switch between tasks as priorities change. Being able to adapt quickly and remain focused under pressure is a key trait for success in this environment.

7. Be Prepared for Growth: If you are truly creative, confident, and eager to learn, Moris Media is a place where you can grow both professionally and personally. The opportunities for learning and development are immense, and the challenges you face will only make you a better developer. This is a company that rewards initiative and innovation, providing a platform for those who want to make a real impact in the digital space.

Is Moris Media Right for You? If you're looking for a comfortable, routine job, Moris Media may not be the right fit. However, if you are driven by challenges, eager to learn and grow, and passionate about creating innovative digital solutions, Moris Media offers an exciting and rewarding career path. Your expertise in PHP, Laravel, and other live technologies will be put to the test, and your ability to think critically and creatively will be your greatest asset.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role to enhance my skills and knowledge.

    • Interested in working with new technologies and frameworks.

    • Want to be part of a dynamic and innovative team.

    • Seeking better career prospects and growth opportunities.

    • Looking for a company with a strong focus on professional development.

  • Answered by AI
  • Q2. Tell me about yourself.
  • Ans. 

    I am an experienced Senior Front end Developer with a passion for creating user-friendly and visually appealing websites.

    • Over 8 years of experience in front end development

    • Proficient in HTML, CSS, JavaScript, and various front end frameworks

    • Strong understanding of responsive design and cross-browser compatibility

    • Experience with version control systems like Git

    • Ability to collaborate with designers and backend developers...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project details and other
Round 3 - One-on-one 

(1 Question)

  • Q1. Skill sets and work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and work life balance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your last company
  • Ans. 

    My last company was a digital marketing agency specializing in SEO services.

    • Managed SEO campaigns for various clients in different industries

    • Conducted keyword research and analysis to optimize website content

    • Implemented on-page and off-page SEO strategies to improve search engine rankings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth process of hiring. Impressed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 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. Latest trend in digital marketing
  • Ans. 

    The latest trend in digital marketing is the rise of voice search.

    • Voice search is becoming increasingly popular with the advent of smart speakers like Amazon Echo and Google Home.

    • Optimizing websites for voice search is crucial for businesses to stay competitive.

    • Voice search requires a different approach to keyword research and content creation.

    • Brands are leveraging voice assistants like Siri and Alexa to reach their ta...

  • Answered by AI
  • Q2. Latest updates in digital marketing
  • Ans. 

    The latest updates in digital marketing include advancements in AI, voice search, video marketing, and personalization.

    • AI is being used to optimize ad targeting and improve customer experience.

    • Voice search is becoming more prevalent, requiring marketers to optimize for voice queries.

    • Video marketing is on the rise, with platforms like TikTok gaining popularity.

    • Personalization is key, with marketers leveraging data to de

  • Answered by AI

Interview Preparation Tips

Topics to prepare for RankUno Interactive Technologies PPC Analyst interview:
  • PPC
Interview preparation tips for other job seekers - Management is good. Give your best in the interview

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is difference between marketing and sales?
  • Ans. 

    Marketing focuses on creating awareness and interest in a product or service, while sales involves converting leads into customers through direct interactions.

    • Marketing involves activities such as advertising, branding, and market research to attract potential customers.

    • Sales involves activities such as prospecting, qualifying leads, and closing deals to generate revenue.

    • Marketing is more focused on long-term strategie...

  • Answered by AI
  • Q2. How do you motivate your self for sales?

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad in employees engagement and motivation.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How to intreacte with new cline on call ?
  • Ans. 

    To interact with a new client on call, it is important to be professional, friendly, and attentive.

    • Introduce yourself and your company

    • Ask open-ended questions to understand their needs and expectations

    • Listen actively and show empathy

    • Provide relevant information about your products or services

    • Offer to schedule a follow-up meeting or provide additional resources

  • Answered by AI
  • Q2. Why do you want to be a part of sales ?
  • Ans. 

    I am passionate about building relationships, meeting new people, and achieving targets.

    • Enjoy interacting with people and building relationships

    • Excited about the challenge of meeting sales targets

    • Thrilled by the opportunity to grow and develop in a dynamic environment

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic details like your experience and about your self
  • Q2. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - No PF complaince over here

Cheenti Interview FAQs

How many rounds are there in Cheenti interview?
Cheenti interview process usually has 4 rounds. The most common rounds in the Cheenti interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Cheenti 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 Cheenti. The most common topics and skills that interviewers at Cheenti expect are SEO, Ajax, Android, Drupal and HTML.

Tell us how to improve this page.

Cheenti Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Moris Media Interview Questions
4.4
 • 24 Interviews
Synergy Interview Questions
3.8
 • 9 Interviews
GO MO Group AB Interview Questions
4.1
 • 7 Interviews
VAP Group Interview Questions
3.5
 • 6 Interviews
Go Ads India Interview Questions
4.0
 • 3 Interviews
D'art Design Interview Questions
4.0
 • 2 Interviews
Index Exchange Interview Questions
5.0
 • 2 Interviews
View all

Cheenti Reviews and Ratings

based on 66 reviews

4.7/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

4.3

Salary

4.5

Job security

4.6

Company culture

4.5

Promotions

4.6

Work satisfaction

Explore 66 Reviews and Ratings
Business Development Manager
4 salaries
unlock blur

₹7.3 L/yr - ₹10.2 L/yr

PPC Executive
4 salaries
unlock blur

₹2.3 L/yr - ₹2.3 L/yr

Associate Manager
3 salaries
unlock blur

₹6.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Cheenti with

GO MO Group AB

4.1
Compare

Moris Media

4.4
Compare

Flags Communications

3.5
Compare

Synergy

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