Upload Button Icon Add office photos
Engaged Employer

i

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

Cedcoss Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cedcoss Technologies Interview Questions and Answers

Updated 2 Jun 2025
Popular Designations

35 Interview questions

A Digital Marketing Lead was asked
Q. Name some digital marketing tools you have used.
Ans. 

I have used tools like Google Analytics, SEMrush, Hootsuite, and Mailchimp for digital marketing.

  • Google Analytics for website traffic analysis

  • SEMrush for keyword research and competitive analysis

  • Hootsuite for social media management

  • Mailchimp for email marketing campaigns

View all Digital Marketing Lead interview questions
A SEO and Content Writer was asked
Q. Tell me about the phases of the buyer's journey.
Ans. 

The phases of buyer include awareness, consideration, decision, and retention.

  • Awareness - when the buyer becomes aware of a need or problem

  • Consideration - when the buyer researches and evaluates different solutions

  • Decision - when the buyer makes a purchase decision

  • Retention - when the buyer becomes a repeat customer

View all SEO and Content Writer interview questions
A SEO and Content Writer was asked
Q. What are the basic content framing types?
Ans. 

The basic content framing types include listicles, how-to guides, case studies, interviews, and product reviews.

  • Listicles - articles presented in a list format, such as 'Top 10 Ways to Improve SEO'.

  • How-to guides - step-by-step instructions on how to do something, like 'How to Write a Blog Post'.

  • Case studies - in-depth analysis of a specific situation or project, like 'Case Study: Increasing Website Traffic'.

  • Interv...

View all SEO and Content Writer interview questions
An Associate Software Developer was asked
Q. What is an array in C++?
Ans. 

An array in C++ is a collection of elements of the same data type stored in contiguous memory locations.

  • Arrays in C++ are declared by specifying the data type of the elements and the number of elements in square brackets.

  • Elements in an array can be accessed using their index, starting from 0.

  • Example: string names[] = {"Alice", "Bob", "Charlie"};

View all Associate Software Developer interview questions
An Associate Software Developer was asked
Q. How do you delete a character from a given string?
Ans. 

Use string slicing to delete a character from a given string.

  • Use string slicing to remove the character at the desired index

  • Example: 'hello' -> 'helo' (remove 'l' at index 3)

View all Associate Software Developer interview questions
An Associate Software Developer was asked
Q. Write a program to print the following pattern: * ** *** ****
Ans. 

Print a pattern of asterisks in a pyramid shape.

  • Use nested loops to iterate through the rows and columns of the pattern.

  • In each row, print spaces before the asterisks to create the pyramid shape.

  • Increase the number of asterisks in each row to form the pattern.

View all Associate Software Developer interview questions
An Associate Software Developer was asked
Q. Can you store cart items in local storage?
Ans. 

Yes, you can store cart items in local storage.

  • Local storage is a web API that allows data to be stored in the browser.

  • You can store cart items as an array of strings in local storage.

  • To store cart items, you can use the 'setItem' method of the localStorage object.

  • Example: localStorage.setItem('cartItems', JSON.stringify(['item1', 'item2', 'item3']));

View all Associate Software Developer interview questions
Are these interview questions helpful?
An Associate Software Developer was asked
Q. How is SASS compiled?
Ans. 

SASS is compiled using a command line tool or a build system.

  • SASS is compiled into CSS using a preprocessor.

  • The compilation process involves converting SASS code into CSS code.

  • There are several ways to compile SASS, such as using the command line tool 'sass' or build systems like Gulp or Webpack.

  • The compiled CSS can then be included in the HTML file.

View all Associate Software Developer interview questions
A Quality Assurance Analyst was asked
Q. What is the difference between sanity testing and regression testing?
Ans. 

Sanity testing is a subset of regression testing that focuses on testing the core functionalities of an application.

  • Sanity testing is performed to ensure that the critical functionalities of an application are working as expected.

  • It is a quick and shallow form of testing that is usually performed after a new build or a minor change.

  • Sanity testing helps in identifying major issues early in the development cycle.

  • Reg...

View all Quality Assurance Analyst interview questions
A Quality Assurance Analyst was asked
Q. What is the V-model?
Ans. 

The V model is a software development model that emphasizes the relationship between testing and development phases.

  • It is also known as the Verification and Validation model.

  • It is a sequential development process that follows a V-shaped path.

  • Each phase of the development life cycle has a corresponding testing phase.

  • It ensures that testing activities are integrated throughout the software development process.

  • The le...

View all Quality Assurance Analyst interview questions

Cedcoss Technologies Interview Experiences

51 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2022

I applied via Approached by Company and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. What is flex - box ?
  • Ans. 

    Flexbox is a layout mode in CSS that allows you to arrange and align items within a container.

    • Flexbox is used for creating responsive and flexible layouts.

    • It allows you to easily align and distribute space among items in a container.

    • Flexbox has properties like flex-direction, justify-content, align-items, and flex-wrap.

    • It is supported by all modern browsers.

    • Example: display: flex; justify-content: center; align-items: ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cedcoss Technologies UI Developer interview:
  • HTML
  • CSS
  • Javascript
  • JQuery
  • React.Js
  • PHP
  • Java
Interview preparation tips for other job seekers - Be Prepared before appear. company is liable & give you a chance to serve the organisation.

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 Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

The first round was the Online Assessment round where they asked MCQ based questions about aptitude and domain-related questions ( OS, DBMS, CN, and OOPs)

Round 3 - HR 

(6 Questions)

  • Q1. The next round was HR, where they asked.
  • Q2. Tell me about yourself.
  • Q3. Family Background.
  • Q4. Situation-based problem.
  • Q5. Explain project.
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and MongoDB for back-end development

    • Implemented user authentication and authorization features

    • Integrated third-party APIs for additional functionality

  • Answered by AI
  • Q6. Domain related question (OS, OOPs, DBMS).
Round 4 - Coding Test 

In this round, they asked 2 medium-easy DSA questions. I was able to solve only one of them the time given to solve the coding test was 40 mins.

Interview Preparation Tips

Topics to prepare for Cedcoss Technologies Associate Software Engineer interview:
  • DSA
  • Project
  • Core
  • OS
Interview preparation tips for other job seekers - Do practice DSA.
Have a strong grip on core subjects.
Interview experience
5
Excellent
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 - Aptitude Test 

I was shortlisted on my cocubes results itself

Round 3 - Coding Test 

I was shortlisted on my cocubes result itself

Round 4 - HR 

(1 Question)

  • Q1. Hr round was easy. Standard HR questions from the internet/chatGPT
Round 5 - Technical 

(3 Questions)

  • Q1. I thought it was going to be theoretical so I prepared that way but the interviewer came and asked me to share my screen(very rudely) and gave me 2 easy coding questions which I panicked and couldn't do be...
  • Q2. Date time question
  • Q3. Frequency question on characters
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 6 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 

Aptitude questions both qualitative and quantitative

Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself, your short term and long term goals ,family background
  • Ans. 

    Aspiring software engineer with a passion for coding, eager to grow in a dynamic environment while contributing to innovative projects.

    • I graduated with a degree in Computer Science from XYZ University, where I developed a strong foundation in programming languages like Java and Python.

    • During my internship at ABC Tech, I worked on a team project to develop a web application that improved user engagement by 30%.

    • In the sh...

  • Answered by AI
Round 4 - Coding Test 

Easy to medium coding questions

Round 5 - Technical 

(1 Question)

  • Q1. Basic oops questions and also good programming skills
Round 6 - Technical 

(1 Question)

  • Q1. Sql questions and good coding skills
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 

There were two sectrion .In the first section there was total aptitude questions and second section was consists of technical questions. Both the section have duration of 30 mins.

Round 3 - HR 

(2 Questions)

  • Q1. In HR round ,the recuriter asked about myself then about your short term goals, and man y more
  • Q2. About yourself your short term goal how will you manage yuor work if there is alot of work
Round 4 - Coding Test 

It consists of three questions

Round 5 - Technical 

(1 Question)

  • Q1. No selected in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - the rounds were quite good but the applicant didnot get the information about exam early ,so give some time to applicant to prepeare for the rounds
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions are there

Round 2 - Coding Test 

Asked ro write java codes

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to delete a character from a given string?
  • Ans. 

    Use string slicing to delete a character from a given string.

    • Use string slicing to remove the character at the desired index

    • Example: 'hello' -> 'helo' (remove 'l' at index 3)

  • Answered by AI
  • Q2. What is an array in c++?
  • Ans. 

    An array in C++ is a collection of elements of the same data type stored in contiguous memory locations.

    • Arrays in C++ are declared by specifying the data type of the elements and the number of elements in square brackets.

    • Elements in an array can be accessed using their index, starting from 0.

    • Example: string names[] = {"Alice", "Bob", "Charlie"};

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

There is two coding problem ,easy and medium level.

Round 2 - Technical 

(1 Question)

  • Q1. Ask from resume skill set
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy aptitude with doable questions

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family that values education, support, and shared experiences, which have shaped who I am today.

    • My parents are both educators, instilling a love for learning in my siblings and me.

    • I have two siblings; my older sister is an engineer, and my younger brother is still in high school, passionate about robotics.

    • We enjoy family game nights every Friday, which strengthens our bond and allows us to unwi...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What are the roles and how to handle new customers
  • Ans. 

    Roles and handling of new customers in Customer Success Manager role

    • Understand the customer's needs and goals

    • Provide personalized onboarding and training

    • Regular check-ins to ensure customer satisfaction

    • Address any issues or concerns promptly

    • Collect feedback and use it to improve the customer experience

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

(1 Question)

  • Q1. What are your expactations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - HR 

(1 Question)

  • Q1. General Questions
Round 3 - Aptitude Test 

After HR round there was an assessment

Round 4 - Technical 

(1 Question)

  • Q1. Questions related to the applied profile

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Cedcoss Technologies?
Ask anonymously on communities.

Cedcoss Technologies Interview FAQs

How many rounds are there in Cedcoss Technologies interview?
Cedcoss Technologies interview process usually has 2-3 rounds. The most common rounds in the Cedcoss Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Cedcoss 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 Cedcoss Technologies. The most common topics and skills that interviewers at Cedcoss Technologies expect are Javascript, PHP, HTML, Wordpress and CSS.
What are the top questions asked in Cedcoss Technologies interview?

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

  1. What is constructor and constructor overloadi...read more
  2. How much you updated tobyour software and knowledge about your creativit...read more
  3. What is Typecasting, difference between jvm and ...read more
What are the most common questions asked in Cedcoss Technologies HR round?

The most common HR questions asked in Cedcoss Technologies interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more
How long is the Cedcoss Technologies interview process?

The duration of Cedcoss Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 39 interview experiences

Difficulty level

Easy 22%
Moderate 74%
Hard 4%

Duration

Less than 2 weeks 54%
2-4 weeks 29%
4-6 weeks 11%
6-8 weeks 4%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 241 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
View all

Cedcoss Technologies Reviews and Ratings

based on 356 reviews

3.0/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

3.0

Salary

2.6

Job security

2.9

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 356 Reviews and Ratings
Project Manager

Lucknow

4-9 Yrs

₹ 4.5-9 LPA

Product Designer

Lucknow

0-2 Yrs

Not Disclosed

Process Manager

Lucknow

2-5 Yrs

₹ 3.8-7 LPA

Explore more jobs
Software Developer
188 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Business Development Analyst
87 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Digital Marketing Analyst
78 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Business Analyst
75 salaries
unlock blur

₹3.6 L/yr - ₹7.8 L/yr

Senior Software Developer
56 salaries
unlock blur

₹4.7 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Cedcoss Technologies with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview