Upload Button Icon Add office photos

Filter interviews by

Cell Com Teleservices Senior Design Engineer Interview Questions and Answers

Updated 25 Aug 2021

Cell Com Teleservices Senior Design Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions were asked about my previous work experiences in telecom sectors and from my civil engineering base.
  • Q2. Process about my working in designing. Explanation in some projects which i did in previous organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is be clear in front of an interviewer.
Always positive with your answers (right answers), be neutral with your confidence not to hesitate or not be quick to deliver your answers.
Always ask your queries what you have without any hesitation.

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. MPLS, OSPF, BGP, ISIS

Interview Preparation Tips

Interview preparation tips for other job seekers - Never fake

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to integrate the sites or the integration steps?
  • Ans. 

    Integration of sites involves identifying the systems to be integrated, defining the data flow, and implementing the integration process.

    • Identify the systems to be integrated

    • Define the data flow between the systems

    • Choose the appropriate integration method (API, ETL, etc.)

    • Develop and test the integration process

    • Deploy the integration process and monitor for errors

    • Ensure data security and compliance

    • Provide ongoing suppor

  • Answered by AI
  • Q2. What vlan?
  • Ans. 

    VLAN stands for Virtual Local Area Network and is used to logically separate a network into smaller segments.

    • VLANs are used to improve network performance and security.

    • They allow for better network management and easier troubleshooting.

    • VLANs can be configured on switches and routers.

    • Examples of VLANs include separating guest and employee networks or separating different departments within a company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen carefully to interviwer & tell the answers with confidently.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 4 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 - Technical 

(2 Questions)

  • Q1. 1. Questions around projects : JWT, UserAuthentication etc
  • Q2. 2. Write a code to find frequency of characters in a given string?
  • Ans. 

    Code to find frequency of characters in a given string

    • Use a hash table to store character frequencies

    • Iterate through the string and update the hash table accordingly

    • Print the hash table to display the character frequencies

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. 1. Write a code to reverse a linked list?
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, curr, and next

    • Initialize prev to null and curr to head

    • Loop through the list and set next to curr's next node

    • Set curr's next node to prev

    • Move prev and curr one node ahead

    • Return prev as the new head

  • Answered by AI
  • Q2. 2. Write a code to reverse linked list in size of K?
  • Ans. 

    Code to reverse linked list in size of K

    • Create a function that takes head of linked list and size K as input

    • Traverse the linked list in groups of K nodes

    • Reverse each group of K nodes using iterative or recursive approach

    • Connect the reversed groups to form the final linked list

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. 3. Questions around project and design a database structure for comments system of quora?
Round 4 - HR 

(1 Question)

  • Q1. Basic HR round questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Senior Software Engineer interview:
  • Data Structures
  • Algorithms
  • Web Development
Interview preparation tips for other job seekers - Interview is almost easy, just be confident and think out of the box.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Given an simple gaming questions to be developed in JS

Round 3 - Coding Test 

Given another UI design in image to be developed

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Duration is 2 hour , Hackerearth portal
4 coding question, 1 SQL query

Round 2 - Screening 

(3 Questions)

  • Q1. HR explored the CV and asked question
  • Q2. About current Project
  • Q3. About personal Aspiration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on time management skill and prepare for DSA and Algo
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral

Round 1 - Coding Test 

70 mins 4 topics, 1/2 easy, 3 would be easy+, need detail orientation, 4 would be medium,

Round 2 - Case Study 

Easy case study, code review and find the bug

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

DSA coding round.
Graph based question, dp question.

Round 3 - Technical 

(1 Question)

  • Q1. 1. design service to download big file
  • Ans. 

    Design a service to download large files.

    • Use a scalable architecture to handle large file downloads.

    • Implement resumable downloads to handle network interruptions.

    • Use parallel downloading to speed up the download process.

    • Implement authentication and authorization to ensure security.

    • Provide progress updates to the user during the download process.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java based questions Spring beans

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your coding skills + system design + Java spring

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. What is mean by testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it satisfies specified requirements.

    • Testing is done to identify defects or errors in software or hardware.

    • It involves executing a system or component with the intent of finding bugs or verifying its functionality.

    • Testing can be performed at various levels such as unit testing, integration testing, system testing, and acceptance testing.

    • Different...

  • Answered by AI
  • Q2. Why we are doing testing
  • Ans. 

    Testing is done to ensure that the software meets the requirements and is of high quality.

    • To identify defects and errors in the software

    • To ensure that the software meets the specified requirements

    • To improve the quality of the software

    • To increase customer satisfaction

    • To reduce the risk of software failure

    • To ensure that the software is reliable and secure

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build strong customer relationships and problem-solve technical issues to make businesses more productive, collaborative, and innovative.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
3 Minds Digital Interview Questions
4.4
 • 70 Interviews
View all
Assistant Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹4.2 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Purchase Executive
3 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Production Engineer
3 salaries
unlock blur

₹2.2 L/yr - ₹2.6 L/yr

Maintenance Fitter
3 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Cell Com Teleservices with

Huawei Technologies

4.0
Compare

ABCI Infrastructures

3.4
Compare

Marelli

3.5
Compare

Seoyon E-hwa Automotive

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