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, Process, and Tips

Updated 9 Jul 2024

Top Cedcoss Technologies Interview Questions and Answers

View all 40 questions

Cedcoss Technologies Interview Experiences

Popular Designations

49 interviews found

Round 1 - Aptitude Test 

It was only 10 min's 10 basic questions of c language... Every question answer was available on Google....

Round 2 - Coding Test 

There were 2 coding questions from String and Array.....

One was easy and one was medium level....

You can find the the solution on Google not exact but similar....

Round 3 - HR 

(1 Question)

  • Q1. In the name of HR round there was full technical round was going on..... Questions 1- What is inheritance 2- What do you mean by pass by value 3- What is constructor and type of it. 4-Method override ...

Interview Preparation Tips

Topics to prepare for Cedcoss Technologies Junior Software Developer interview:
  • OOPS
Interview preparation tips for other job seekers - To the all my friends who is going to appear in any interview...... prepare well for the interview either it is technical or not....

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. What all expertise do you have on social media marketing
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain AIDA model
  • Ans. 

    AIDA model is a marketing framework that outlines the steps a consumer goes through when making a purchasing decision: Attention, Interest, Desire, Action.

    • Attention: Grab the consumer's attention with a compelling message or advertisement.

    • Interest: Keep the consumer engaged by highlighting the benefits or unique selling points of the product or service.

    • Desire: Create a desire or need for the product by showcasing how i...

  • Answered by AI
  • Q2. Different ways of segmentation in marketing
  • Ans. 

    Segmentation in marketing involves dividing a market into distinct groups based on certain criteria.

    • Demographic segmentation - dividing the market based on age, gender, income, etc.

    • Psychographic segmentation - dividing the market based on lifestyle, values, attitudes, etc.

    • Behavioral segmentation - dividing the market based on purchasing behavior, usage patterns, etc.

    • Geographic segmentation - dividing the market based o

  • Answered by AI
Round 4 - Assignment 

Ad report & SM calendar on one of the product

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics of marketing clear and you'll clear the interview

Social Media Marketer Interview Questions asked at other Companies

Q1. What do you know about socialpilot
View answer (1)
Cedcoss Technologies Interview Questions and Answers for Freshers
illustration image

I applied via Campus Placement and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Introduction and prepare project well
  • Q2. Overloading, overriding difference
  • Ans. 

    Overloading is having multiple methods with same name but different parameters. Overriding is having a method with same name and parameters as parent class.

    • Overloading is compile-time polymorphism while overriding is runtime polymorphism.

    • Overloading is used to provide different implementations of same method for different inputs.

    • Overriding is used to provide a new implementation of a method in child class which is alre...

  • Answered by AI
  • Q3. Max in array Second maximum
  • Ans. 

    Finding max and second max in an array of strings

    • Convert strings to integers

    • Use sorting or loop to find max and second max

    • Handle edge cases like empty array or duplicates

  • Answered by AI
  • Q4. Max frequency character in string
  • Ans. 

    Find the character with the highest frequency in a given string.

    • Use a hash table to count the frequency of each character.

    • Iterate through the string and update the hash table.

    • Find the character with the highest frequency in the hash table.

  • Answered by AI
  • Q5. Longest length of the Palindrome in string
  • Ans. 

    The program finds the longest palindrome in a given string.

    • Loop through each character in the string

    • For each character, check if it is the center of a palindrome

    • If it is, expand outwards to find the longest palindrome

    • Return the length of the longest palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA from gfg and read interview experience

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

15 MCQ Questions OUTPUT Based.

Round 2 - Coding Test 

2 easy questions on arrays/strings duration 1 hour.

Round 3 - One-on-one 

(1 Question)

  • Q1. Your preferred Programming language. Basics of java like what is class loader, inheritance constructor etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Bad experience interviewing here, I waited 40 minutes for the interviewer, and the interview only lasted 2 mins even though I answered correctly. The interviewer had no knowledge and simply wasted my time and fulfilling some quota of theirs.

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Cedcoss Technologies interview questions for popular designations

 Software Developer

 (8)

 Associate Software Engineer

 (7)

 Software Engineer

 (3)

 Associate Software Developer

 (2)

 Full Stack Developer

 (2)

 Software Developer Trainee

 (2)

 Software Engineer Trainee

 (1)

 Business Analyst

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

10-20 questions of aptitude including pseudocodes.

Round 3 - Coding Test 

2 problems on DSA one is simple and 2nd one is hard.

Round 4 - Technical 

(1 Question)

  • Q1. Programming language that you have learned and Data structure questions. One problem need to solve before interviewer.
Round 5 - HR 

(1 Question)

  • Q1. Behavioral round, overall to judge to your personality.

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Get interview-ready with Top Cedcoss Technologies Interview Questions

I applied via Campus Placement and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Coding Test 

There were 2 Coding questions that were based on array and string

Round 3 - One-on-one 

(1 Question)

  • Q1. Not much was asked, it lasted about 10 minutes, some theory questions of DSA and C like dangling pointer call by value and call by reference linkedlist implementation code. I was asked to explain approach ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Strongly focus on DSA and coding, as they focus more on practical skills rather than theory knowledge.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Jobs at Cedcoss Technologies

View all

I applied via Campus Placement and was interviewed in Mar 2022. 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself Hobbies
  • Q2. Why you want to join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about the company and be prepare for the all common questions which asked in each and every interview

Business Development Analyst Interview Questions asked at other Companies

Q1. 1. Products and services of cognizant
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is abstraction?
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the user.

    • Abstraction allows developers to focus on what needs to be done rather than how it is done

    • It helps in reducing complexity and improving code readability

    • Examples include abstract classes and interfaces in object-oriented programming

  • Answered by AI
  • Q2. What is interface
  • Ans. 

    An interface in software development defines a contract for how a software component should interact with other components.

    • Interfaces contain method signatures but no implementation details

    • Classes can implement multiple interfaces

    • Interfaces allow for polymorphism and loose coupling

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Software Developer Interview Questions & Answers

user image Faisal Shahi

posted on 23 Feb 2023

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

I applied via Walk-in and was interviewed before Feb 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. General WH questions about oneself.
Round 3 - Technical 

(1 Question)

  • Q1. Questions from every aspects. Designing (margin, padding and all) OOPs concept Database (general queries)

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher one will get a good exposure to learning.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

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
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.

Recently Viewed

LIST OF COMPANIES

L.G.Balakrishnan & Bros

Overview

LIST OF COMPANIES

CloudFronts Technologies

Overview

JOBS

Cedcoss Technologies

No Jobs

INTERVIEWS

Cedcoss Technologies

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

IFB

No Interviews

INTERVIEWS

ZS

No Interviews

Tell us how to improve this page.

Cedcoss Technologies Interview Process

based on 37 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Techugo Interview Questions
4.0
 • 4 Interviews
ChromeInfotech Interview Questions
2.9
 • 2 Interviews
View all

Cedcoss Technologies Reviews and Ratings

based on 344 reviews

3.0/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

3.0

Salary

2.6

Job security

2.8

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 344 Reviews and Ratings
Php Developer

Lucknow

1-2 Yrs

Not Disclosed

Customer Sucess Associate

Lucknow

2-5 Yrs

Not Disclosed

Tiktok Marketing Expert

Lucknow

3-8 Yrs

Not Disclosed

Explore more jobs
Software Developer
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Analyst
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Analyst
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cedcoss Technologies with

Srijan Technologies

3.5
Compare

QSS Technosoft Inc.

3.4
Compare

SPARX IT Solutions

3.6
Compare

Classic Informatics

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent