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 Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Easy opps and java
Round 2 - Behavioral 

(1 Question)

  • Q1. Puzzles , above myself and sql
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

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 tips
Round 2 - Aptitude Test 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

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

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Merge 2 Sorted linked list
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be merged

    • Update the next pointers of the nodes in the new linked list accordingly

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question

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

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.6
 • 199 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.2
 • 22 Interviews
View all
Brand Solutions Manager
10 salaries
unlock blur

₹12.5 L/yr - ₹26 L/yr

Data Analyst
9 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Brand Solution Manager
6 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Senior Brand Solutions Manager
5 salaries
unlock blur

₹20.4 L/yr - ₹28.1 L/yr

Senior Data Analyst
5 salaries
unlock blur

₹9.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Convosight with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Woodenstreet.com

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