Upload Button Icon Add office photos

Filter interviews by

Celkon Mobiles Product Developer Interview Questions and Answers

Updated 21 Feb 2023

Celkon Mobiles Product Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Aug 2022. 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 tips
Round 2 - Aptitude Test 

Logical reasoning, quantitative reasoning, economics, english

Round 3 - Group Discussion 

General knowledge and current affair related questions

Round 4 - Technical 

(2 Questions)

  • Q1. Resume reviewing for non tech students, asks about internship experiences
  • Q2. Product life cycle and stages of productions
  • Ans. 

    Product life cycle includes introduction, growth, maturity, and decline stages.

    • Introduction stage involves product development and market testing.

    • Growth stage sees increased sales and market acceptance.

    • Maturity stage is characterized by stable sales and competition.

    • Decline stage involves decreasing sales and eventual product discontinuation.

    • Each stage requires different strategies and marketing efforts.

    • Examples include...

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

(1 Question)

  • Q1. Inventory related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and good communication skills will help

Interview questions from similar companies

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

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

Round 1 - Case Study 

Html. Css, js, and python only

Round 2 - Group Discussion 

Basics of above language

Interview Preparation Tips

Topics to prepare for LG Soft India Web Developer interview:
  • Python
  • HTML
  • CSS
  • Javascript
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Why you want to join company
  • Q2. Puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - solve previous year question of sri delhi 6 month intern and practice some puzzle. focus on topics like tree, graph,dfs,bfs,shortest path , linked list more.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was in hirepro platform

Round 2 - Technical 

(2 Questions)

  • Q1. About the data structure
  • Q2. Implementation of doubley linked list
  • Ans. 

    A doubly linked list is a data structure that consists of nodes where each node has a reference to the next and previous node.

    • Nodes contain data and two pointers: one to the next node and one to the previous node

    • Insertion and deletion operations require updating the pointers of adjacent nodes

    • Traversal can be done in both directions starting from the head or tail node

  • Answered by AI

Skills evaluated in this interview

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

Easy to medium questions

Round 2 - Hackathon 

(1 Question)

  • Q1. Create a software
  • Ans. 

    A software for managing inventory in a retail store

    • Create a user-friendly interface for adding, updating, and deleting products

    • Include features for tracking sales, restocking inventory, and generating reports

    • Implement barcode scanning functionality for quick product lookup

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to the basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Aptitude and dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sql, Oops, dsa, API and projects were asked
  • Q2. Some sql queries
Round 3 - HR 

(1 Question)

  • Q1. Normal interaction to know about me
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Js output question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2022.

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. What is Lazy loading in react?
  • Ans. 

    Lazy loading is a technique to load components or resources only when needed.

    • It improves performance by reducing initial load time.

    • React.lazy() and Suspense can be used for lazy loading components.

    • Code splitting can be used for lazy loading resources like images and scripts.

  • Answered by AI
  • Q2. What is suspense in react ?
  • Ans. 

    Suspense is a React feature that allows components to wait for data before rendering.

    • Suspense is used to handle asynchronous data fetching in React.

    • It allows components to render a fallback UI while waiting for data to load.

    • Suspense is often used with the new React.lazy() function to lazily load components.

    • It was introduced in React 16.6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your resume, and be strong in basics. Most of the interview are video calls.

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. 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 

Simple DSA and CS Fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. CS Fundamentals, Java, OS, DSA and Project-based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial and HR Round, basic HR questions and Situational questions by HR

Interview Preparation Tips

Topics to prepare for Western Digital Software Developer Intern interview:
  • Java
  • C++
  • DSA
  • Operating Systems
  • Computer Networking
Interview preparation tips for other job seekers - Prepare DSA well and CS Fundamentals.
Resumes must be well prepared for all questions, even project-based questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Engineering, Mysore and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to the block they are declared in and are automatically destroyed when the block exits.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any funct

  • Answered by AI
  • Q2. Name the storage classes and explain the uses
  • Ans. 

    Storage classes in C are auto, register, static, and extern. They control the scope and lifetime of variables.

    • Auto - default storage class for local variables, stored in stack memory

    • Register - stored in CPU registers for faster access

    • Static - retains its value between function calls, stored in data segment

    • Extern - used to access global variables across multiple files

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LG Soft India Software Developer Intern interview:
  • C

Skills evaluated in this interview

Celkon Mobiles Interview FAQs

How many rounds are there in Celkon Mobiles Product Developer interview?
Celkon Mobiles interview process usually has 5 rounds. The most common rounds in the Celkon Mobiles interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Celkon Mobiles Product Developer interview?

Some of the top questions asked at the Celkon Mobiles Product Developer interview -

  1. product life cycle and stages of producti...read more
  2. inventory related questi...read more

Tell us how to improve this page.

Celkon Mobiles Product Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 391 Interviews
Vivo Interview Questions
4.1
 • 191 Interviews
Philips Interview Questions
3.9
 • 156 Interviews
Daikin Interview Questions
4.2
 • 144 Interviews
HP India Interview Questions
4.1
 • 138 Interviews
Samsung Research Interview Questions
3.2
 • 130 Interviews
LG Soft India Interview Questions
3.2
 • 87 Interviews
Xiaomi Interview Questions
3.8
 • 86 Interviews
View all
Territory Sales Manager
6 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Executive Accountant
6 salaries
unlock blur

₹2.9 L/yr - ₹3.3 L/yr

Assistant Manager
4 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Logistics Executive
4 salaries
unlock blur

₹1.7 L/yr - ₹6.4 L/yr

Area Sales Manager
4 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Celkon Mobiles with

Micromax Informatics

3.6
Compare

Karbonn Mobile

4.1
Compare

Lava International

4.0
Compare

Intex Technologies

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