Upload Button Icon Add office photos

Filter interviews by

Convosight Front end Engineer Interview Questions, Process, and Tips

Updated 19 Sep 2024

Convosight Front end Engineer Interview Experiences

1 interview found

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

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

Round 1 - Assignment 

They will share few task over email, which you have to code and complete it

Round 2 - Technical 

(2 Questions)

  • Q1. What's the benefit of using sematic HTML?
  • Ans. 

    Semantic HTML provides structure and meaning to content, improving accessibility, SEO, and maintainability.

    • Improves accessibility for screen readers and other assistive technologies

    • Enhances SEO by providing search engines with better understanding of content

    • Improves maintainability by making code easier to read and understand

    • Helps with styling and layout by providing more specific elements to target

  • Answered by AI
  • Q2. How can you applied a certain css on three div element?
  • Ans. 

    You can apply a certain CSS on three div elements by using a common class or ID for all three divs.

    • Add a common class or ID to all three div elements

    • Define the CSS properties for that class or ID in your stylesheet

    • Apply the class or ID to each of the three div elements in your HTML markup

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

(2 Questions)

  • Q1. Have you worked on PWA and explain the benefits of using one?
  • Ans. 

    Yes, I have worked on PWA. PWA stands for Progressive Web App and offers benefits like offline access, fast loading, and push notifications.

    • PWA provides offline access to users, allowing them to use the app even without an internet connection.

    • PWA loads quickly, providing a seamless user experience similar to native apps.

    • PWA can send push notifications to engage users and increase retention.

    • Examples of popular PWAs incl

  • Answered by AI
  • Q2. How you will architect logging events for your project?
  • Ans. 

    I would architect logging events by defining clear event types, implementing structured logging, utilizing a centralized logging system, and setting up alerts for critical events.

    • Define clear event types to categorize different types of logs (e.g. error, info, warning)

    • Implement structured logging to include relevant metadata with each log entry (e.g. timestamp, user ID)

    • Utilize a centralized logging system like ELK stac...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

I applied via Job Fair and was interviewed before Feb 2021. There were 5 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 Resume tips
Round 2 - Aptitude Test 

What is aptitude test?

Round 3 - Group Discussion 

Online study and off-line which one is better?

Round 4 - Case Study 

Someone not interested in assignments.

Round 5 - One-on-one 

(2 Questions)

  • Q1. Why you choice to join with us
  • Ans. Because write now Indias largest and most trusted education system is BYJU'S. thats why not one me everyone want to join his/her children in BYJU'S.
  • Answered Anonymously
  • Q2. What is more important to you education or money?
  • Ans. Obviously is education because educated person make money so easily and how to hold the mobey they know very well
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand what they needs to us

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What certifications should a software developer have?
  • Ans. 

    Certifications are not mandatory for software developers, but can add value to their resume.

    • Certifications in programming languages like Java, Python, C++

    • Certifications in software development methodologies like Agile, Scrum

    • Certifications in cloud computing platforms like AWS, Azure

    • Certifications in security like CISSP, CEH

    • Certifications in project management like PMP

    • Certifications in mobile app development like Androi

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

I was interviewed in Aug 2022.

Round 1 - Coding Test 

2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement stack using linked list.
  • Ans. 

    Implementing stack using linked list

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Implement push() method to add element to top of stack

    • Implement pop() method to remove element from top of stack

    • Implement peek() method to return top element without removing it

  • Answered by AI
  • Q2. Print first duplicate value in a string.
  • Ans. 

    Find the first duplicate value in an array of strings.

    • Create a hash table to store the frequency of each string.

    • Iterate through the array and check if the string already exists in the hash table.

    • If it does, return the string. If not, add it to the hash table.

    • If no duplicates are found, return null or an appropriate message.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic dsa and cs core concepts.
Can do Blind 75 for practice.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Data structures
  • Q2. Basics on oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Data Structures and oops concept in depth
Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical question
  • Q2. Basic Server and basic security related question.

Interview Preparation Tips

Interview preparation tips for other job seekers - try to clear your base. they will check your base foundation.
Contribute & help others!
anonymous
You can choose to be anonymous

Convosight Interview FAQs

How many rounds are there in Convosight Front end Engineer interview?
Convosight interview process usually has 3 rounds. The most common rounds in the Convosight interview process are Assignment, Technical and One-on-one Round.
What are the top questions asked in Convosight Front end Engineer interview?

Some of the top questions asked at the Convosight Front end Engineer interview -

  1. How can you applied a certain css on three div eleme...read more
  2. Have you worked on PWA and explain the benefits of using o...read more
  3. How you will architect logging events for your proje...read more

Recently Viewed

INTERVIEWS

Ather Energy

No Interviews

INTERVIEWS

Arkade Group

No Interviews

INTERVIEWS

Ather Energy

No Interviews

SALARIES

Convosight

INTERVIEWS

Tork Motors

No Interviews

INTERVIEWS

Elevate

No Interviews

INTERVIEWS

Tork Motors

No Interviews

JOBS

Ideaforge Technology

No Jobs

INTERVIEWS

Ideaforge Technology

No Interviews

JOBS

Ideaforge Technology

No Jobs

Tell us how to improve this page.

Convosight Front end Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
AmbitionBox Interview Questions
4.9
 • 151 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
View all
Brand Solutions Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Solution Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Brand Solutions Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Convosight with

Social Cops

5.0
Compare

Wooplr Technologies

4.4
Compare

Meesho

3.7
Compare

Unacademy

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