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

Clear (1)

Cedcoss Technologies Associate Software Developer Interview Questions, Process, and Tips

Updated 14 Mar 2024

Top Cedcoss Technologies Associate Software Developer Interview Questions and Answers

Cedcoss Technologies Associate Software Developer Interview Experiences

2 interviews found

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

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structures and Algorithm, Duration - 30min, Number of Questions - 2

Round 2 - Technical 

(3 Questions)

  • Q1. Can you store a 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']));

  • Answered by AI
  • Q2. 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.

  • Answered by AI
  • Q3. How is SASS complied?
  • 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.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cedcoss Technologies Associate Software Developer interview:
  • Data Structures
Interview preparation tips for other job seekers - The interview was professional, communicative and well prepared, providing clear expectations and prompt feedback. The entire process was streamlined, allowing for a positive candidate experience and a smooth progression towards the final selection.

Skills evaluated in this interview

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Accenture
Q5. What are some basic DBMS concepts, including joins and subqueries ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Related to coding
  • Q2. Write code to check a string is palindrome or not
  • Ans. 

    Code to check if a string is a palindrome or not

    • Convert the string to lowercase to ignore case sensitivity

    • Use two pointers, one starting from the beginning and the other from the end of the string

    • Compare the characters at the two pointers and move them towards the center until they meet or cross each other

    • If all the characters match, the string is a palindrome

    • If any characters don't match, the string is not a palindrom

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop strong knowledge on coding

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Discussion (Past Experiences, Based on your Technical Stack)
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial Round
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, Leaves, Other Benefits etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario base que asked related to your tech stack
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself, current project,
  • Q2. C#, .net
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2022. 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 Resume tips
Round 2 - Coding Test 

Java basics questions. Some patterns to print and oops concepts

Round 3 - HR 

(2 Questions)

  • Q1. Introduction and why you join software industry
  • Ans. 

    I joined the software industry because of my passion for problem-solving and creating innovative solutions.

    • Passion for problem-solving

    • Interest in technology and innovation

    • Opportunity to create impactful solutions

    • Love for coding and programming

    • Desire to be part of a fast-paced and dynamic industry

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    I expect a competitive salary based on my skills, experience, and the market rate for software developers.

    • Consider the average salary range for software developers in your location

    • Research the salary range offered by similar companies in the industry

    • Factor in your years of experience and any specialized skills you possess

    • Be prepared to negotiate and discuss benefits in addition to salary

    • Example: I expect a salary in th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident . Try to ask everything about your job profile.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. They arrange with under experienced interviewer any one can pass through it
Round 2 - HR 

(1 Question)

  • Q1. HR round will honey bath one you as you treat as a king

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to get job in here but be aware about this company's norms and policies also have second opinion on bond based jobs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technology related
Round 3 - One-on-one 

(1 Question)

  • Q1. Discuss everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance 0, long working hours 10 to 11 hours, 9 working hours + break.
Contribute & help others!
anonymous
You can choose to be anonymous

Cedcoss Technologies Interview FAQs

How many rounds are there in Cedcoss Technologies Associate Software Developer interview?
Cedcoss Technologies interview process usually has 1-2 rounds. The most common rounds in the Cedcoss Technologies interview process are Technical and Coding Test.
What are the top questions asked in Cedcoss Technologies Associate Software Developer interview?

Some of the top questions asked at the Cedcoss Technologies Associate Software Developer interview -

  1. Can you store a cart items in local stora...read more
  2. Print the following pattern: * ** *** *...read more
  3. How to delete a character from a given stri...read more

Recently Viewed

INTERVIEWS

CloudFronts Technologies

No Interviews

INTERVIEWS

Cedcoss Technologies

No Interviews

INTERVIEWS

Luminous Power Technologies

No Interviews

INTERVIEWS

Cedcoss Technologies

No Interviews

INTERVIEWS

Cedcoss Technologies

No Interviews

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

Cedcoss Technologies

No Interviews

INTERVIEWS

VVDN Technologies

No Interviews

INTERVIEWS

CloudFronts Technologies

No Interviews

INTERVIEWS

L.G.Balakrishnan & Bros

No Interviews

Tell us how to improve this page.

Cedcoss Technologies Associate Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
AVASOFT Interview Questions
3.6
 • 146 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 101 Interviews
View all
Cedcoss Technologies Associate Software Developer Salary
based on 12 salaries
₹3.6 L/yr - ₹5 L/yr
29% less than the average Associate Software Developer Salary in India
View more details

Cedcoss Technologies Associate Software Developer Reviews and Ratings

based on 3 reviews

1.7/5

Rating in categories

2.1

Skill development

1.4

Work-life balance

1.4

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.4

Work satisfaction

Explore 3 Reviews and Ratings
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