Upload Button Icon Add office photos
Engaged Employer

i

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

Codewave Technologies Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 93 Reviews

Filter interviews by

Codewave Technologies Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Codewave Technologies Interview Questions and Answers

Codewave Technologies Interview Experiences

Popular Designations

10 interviews found

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

I applied via hirect and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What are hooks in react.
  • Q2. What is useId and useTransition hook?
  • Q3. From given array of numbers find how many pairs satisfy sum equal to given number.
  • Q4. What are optimizations you know?
  • Q5. Debouncing vs thottling
  • Q6. Reverse a sentence without reversing words.
Round 2 - Technical 

(4 Questions)

  • Q1. Write an function that will take an object {l : object| number , o: +|- , p: object| number} and use recurssion to flatten the the object and return a string.
  • Q2. What challenges did you face in developing?
  • Q3. Create a menu similar to context menu in browser that will open panels in the right if children is present.
  • Q4. Write some asked git commands.

Interview Preparation Tips

Topics to prepare for Codewave Technologies Reactjs Developer interview:
  • Web optimization
  • Event loop
  • Interview coding questions
Interview preparation tips for other job seekers - Focus on conceptual theories and coding. Less focus on machine coding if less than 4 years of experience.

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic js questions
  • Q2. Basic node questions
Round 2 - Technical 

(2 Questions)

  • Q1. Create mongo model
  • Ans. 

    Creating a MongoDB model in Node.js for data storage and retrieval.

    • Define a schema using Mongoose library

    • Create a model using the schema

    • Use the model to interact with the MongoDB database

  • Answered by AI
  • Q2. Question mongo aggregation queries

Skills evaluated in this interview

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Previous company

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)

Backend Developer Interview Questions & Answers

user image prthyush akumalla

posted on 11 Jun 2024

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

(2 Questions)

  • Q1. Hoisting in javaScript
  • Ans. 

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

    • 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. What are callbacks
  • Ans. 

    Callbacks are functions passed as arguments to another function to be executed later.

    • Callbacks are commonly used in asynchronous programming to handle events or responses.

    • They can be used to perform actions after a certain task is completed.

    • Callbacks can also be used for error handling or to pass data between functions.

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

Codewave Technologies interview questions for popular designations

 UI and UX Designer Intern

 (3)

 Backend Developer

 (1)

 Front end Developer

 (1)

 Node JS Developer

 (1)

 QA Engineer

 (1)

 Reactjs Developer

 (1)

 Software Developer

 (1)

 Visual Designer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Explain the projects you did

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 May 2024

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

I applied via AmbitionBox and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numeric, rreasoning, apptitude

Round 2 - Coding Test 

Pattern, strimg, array

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

I applied via Referral and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Why UI UX?
  • Ans. 

    UI UX is important for creating user-friendly and visually appealing digital products.

    • UI UX helps to improve user satisfaction and engagement.

    • It involves understanding user behavior and designing interfaces accordingly.

    • Good UI UX can differentiate a product from its competitors.

    • Examples include Apple's iOS interface and Google's Material Design.

    • UI UX is essential for creating successful digital products.

  • Answered by AI
  • Q2. Questions on your design
  • Q3. About the case studies and ux research
  • Q4. Task round : You will be given a task to design. The concept could be anything I got to design a good recipe landing page.
  • Q5. About human values
  • Q6. About your design journry or previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Make sure to complete the task in given time
Read through your design well, most of the questions are based on your designs
Prepare well about case study and Ux research

Visual Designer Interview Questions asked at other Companies

Q1. what is the difference between designing a website and a mobile application?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Portfolio Round 

(1 Question)

  • Q1. NO Questions ,they will check your portfolio
Round 2 - HR 

(1 Question)

  • Q1. Just they will know what are you
Round 3 - Design Test 

(1 Question)

  • Q1. They will give design problem statement ,and analyze your design and design thinking skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good and fun being here, we can be ourselves around everyone and still learn things

UI and UX Designer Intern Interview Questions asked at other Companies

Q1. State the Heuristic principles. 'who' is Heuristic?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Reality TV Voting System

Round 2 - Technical 

(2 Questions)

  • Q1. What are the research done for the assignment ?
  • Q2. What are the colors you have taken

UI and UX Designer Intern Interview Questions asked at other Companies

Q1. State the Heuristic principles. 'who' is Heuristic?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

My assignment was to do an live voting app.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About Myself and also about the case study
  • Q2. About UI/UX design

Interview Preparation Tips

Topics to prepare for Codewave Technologies UI and UX Designer Intern interview:
  • UI/UX

UI and UX Designer Intern Interview Questions asked at other Companies

Q1. State the Heuristic principles. 'who' is Heuristic?
View answer (1)

Codewave Technologies Interview FAQs

How many rounds are there in Codewave Technologies interview?
Codewave Technologies interview process usually has 1-2 rounds. The most common rounds in the Codewave Technologies interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Codewave Technologies 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 Codewave Technologies. The most common topics and skills that interviewers at Codewave Technologies expect are Javascript, Node.Js, MySQL, IOS and MongoDB.
What are the top questions asked in Codewave Technologies interview?

Some of the top questions asked at the Codewave Technologies interview -

  1. what are callba...read more
  2. Hoisting in javaScr...read more
  3. create mongo mo...read more

Tell us how to improve this page.

Codewave Technologies Interview Process

based on 6 interviews in last 1 year

Interview experience

4.5
  
Good
View more

People are getting interviews through

based on 5 Codewave Technologies interviews
Job Portal
Company Website
WalkIn
Referral
40%
20%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Codewave Technologies Reviews and Ratings

based on 93 reviews

4.6/5

Rating in categories

4.7

Skill development

4.7

Work-Life balance

4.3

Salary & Benefits

4.6

Job Security

4.8

Company culture

4.4

Promotions/Appraisal

4.6

Work Satisfaction

Explore 93 Reviews and Ratings
Software Engineer
24 salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Project Manager
13 salaries
unlock blur

₹4.8 L/yr - ₹10.2 L/yr

Software Developer
10 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Web Developer
7 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹14.8 L/yr

Explore more salaries
Compare Codewave Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview