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
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept related question

I was interviewed in Oct 2016.

Interview Questionnaire 

8 Questions

  • Q1. C,C++, Programming Concepts
  • Q2. Resume Based
  • Q3. Puzzle Questions
  • Q4.  OS, Database, Networking, Computer Architecture based question
  • Q5. Project Based- Briefs, Details
  • Q6. What are your hobbies
  • Ans. 

    My hobbies include hiking, playing guitar, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Playing guitar: I love learning new songs and improving my skills.

    • Cooking: I like experimenting with different recipes and creating delicious meals.

  • Answered by AI
  • Q7. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q8. Why do you want to join DELL.
  • Ans. 

    I want to join DELL because of their innovative technology solutions and strong reputation in the industry.

    • DELL is known for their cutting-edge technology solutions which align with my passion for software development.

    • I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.

    • I believe joining DELL will provide me with opportunities for growth and career advancement.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA>9.0

Skills: Technical Skills
College Name: KIIT University

I was interviewed in Jan 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: All got different topics to discuss on gd.
Tips: Plan before you speak. Be sure whether you are to or against.
Duration: 5 minutes

Round: Test
Experience: More questions on blood relationship, ages
Tips: Os db on technical
Duration: 1 hour

Skills: Technical Questions, Manage A Difficult Situation, Technical Knowledge(ML

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 24 hours
Round difficulty - Easy

It was a hackathon we were given a problem statement and we had to solve that within 2 days. There were team of 4 people.

  • Q1. You had to build a chatbot. Can you describe the design process and the key considerations you took into account?
  • Ans. 

    The design process for building a chatbot involves defining user goals, choosing a platform, designing conversation flow, implementing natural language processing, and testing for accuracy.

    • Define user goals and objectives for the chatbot

    • Choose a platform or framework for building the chatbot (e.g. Dialogflow, Microsoft Bot Framework)

    • Design the conversation flow and user interactions

    • Implement natural language processing...

  • Answered by AI
Round 2 - Coding Test 

Round duration - 15 minutes
Round difficulty - Easy

HR round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria10th/12th marks about 70% and CGPA 7+Dell Technologies interview preparation:Topics to prepare for the interview - C,C++, DBMS, Personality Building and Quants.Time required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Quants everyday
Tip 2 : Work on your communication skills
Tip 3 : Competitive coding

Application resume tips for other job seekers

Tip 1 : don’t brag
Tip 2 : wrote the skills you have

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the morning at our institute. There were technical and aptitude problems.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was actually a Techno HR round. I was asked some technical questions about OS, OOPS, COMPUTER NETWORKING, WEB DEVELOPMENT. He went through my whole resume, asked about all the projects and past working experiences. The interviewer was really good, we talked about so many other topics, from Women empowerment to Water Crises. I felt really confident while speaking because he made me so comfortable.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. 

    Selection Sort Algorithm sorts an array by repeatedly finding the minimum element and placing it at the beginning of the unsorted part.

    • Iterate through the array to find the minimum element and swap it with the first unsorted element.

    • Repeat this process for each element in the array until it is fully sorted.

    • Time complexity of Selection Sort is O(n^2) making it inefficient for large arrays.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from MKSSS's Cummins College of Engineering For Women, Pune. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPADell India interview preparation:Topics to prepare for the interview - Data structures and Algorithms, DBMS, OOPS, OS, NETWORKING, WEB DEVELOPMENTTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study data structures thoroughly and practice coding regularly. Do practice it on Leetcode as it has a lot of test cases, I personally find it really helpful. 
Tip 2 : Learn new skills and make projects with them to get the most out of them. 
Tip 3 : Do study other basic and very important subjects like Oops, DBMS, OS.

Application resume tips for other job seekers

Tip 1 : Do mention your achievements and other co curricular activities. 
Tip 2 : Your projects are a big highlight, keep them crisp and be prepared to explain them thoroughly.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Totally Resume based, be prepared for all the projects u have put on resume.
  • Q2. Tell me about the projects & mostly managerial questions.

Interview Preparation Tips

Topics to prepare for Philips Software Developer interview:
  • DSA
  • OS
  • DBMS
  • OOPS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about all the tech skills on the resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Multithreading ,Tree,Data structure

Interview Preparation Tips

Topics to prepare for Philips Software Developer interview:
  • Data Structures
  • Multithreading
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude is very easy. Some very basic questions asked from reasoning, maths etc

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. What is your domain and what projects you made?
  • Ans. 

    My domain is web development and I have worked on projects involving e-commerce websites and content management systems.

    • Specialize in front-end development using HTML, CSS, and JavaScript

    • Experience with back-end development using languages like PHP and Node.js

    • Developed e-commerce websites with payment gateway integration

    • Built content management systems for easy website management

  • Answered by AI
  • Q3. What technologies you have used?
  • Ans. 

    I have experience with technologies such as Java, Python, SQL, HTML, CSS, JavaScript, and Git.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

    • Git

  • Answered by AI

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 One-on-one Round, Resume Shortlist and Aptitude Test.
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
 • 386 Interviews
Vivo Interview Questions
4.1
 • 194 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Daikin Interview Questions
4.2
 • 146 Interviews
HP India Interview Questions
4.1
 • 139 Interviews
Samsung Research Interview Questions
3.2
 • 131 Interviews
LG Soft India Interview Questions
3.1
 • 89 Interviews
Xiaomi Interview Questions
3.8
 • 87 Interviews
View all
Territory Sales Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Logistics Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 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