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

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C c++ javascript HTML Java
  • Q2. What sir or mum required Is

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is Saurabh Saxena
I live in nadaiya rampur Post govindpur tilhar shahjahanpur Uttar Pradesh
I have a complete graduation BCA

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. One Program with c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting of time i feel when I joined interview with him. One Program he asked when i answered it properly/not he said done his interview

I applied via Company Website and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitute Test having Aptitute Question And Java Questions.

Round 2 - Coding Test 

Second round was coding round having two DSA problems

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Difference between .equals() and == function. 2. Fibonacci series 3. MultiThreading
  • Ans. 

    Questions on Java basics - .equals() vs ==, Fibonacci series, and MultiThreading.

    • The .equals() function compares the values of two objects, while == compares their memory addresses.

    • Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • MultiThreading is a technique where multiple threads of execution run concurrently within a single program.

    • Examples: 5 == 5 is true, but new Str...

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

(1 Question)

  • Q1. 1. Javascript code to find the frequency of characters in a sentence. 2. Difference between dynamic and static intialization.
  • Ans. 

    Javascript code to find frequency of characters in a sentence and difference between dynamic and static initialization.

    • To find frequency of characters in a sentence, create an object and iterate over each character in the sentence. Increment the count of each character in the object.

    • Dynamic initialization refers to initializing a variable at runtime, while static initialization refers to initializing a variable at comp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Basics of Java And Javascript.
Go through Concepts of OOPs

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Interview Questionnaire 

2 Questions

  • Q1. Personal based questions
  • Q2. Technical questions based on Java

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql based quedtion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare continuously don't lose hope

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Esay leave DSA questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Java, OOPS, Collection,HashMap working
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager Round, previous projects, role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is quite easy, just focus on DSA basic questions

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How MVC works for data flow?
  • Ans. 

    MVC separates data flow into three components: Model, View, and Controller.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Data flows from the model to the view through the controller

    • Changes in the view are communicated to the controller, which updates the model and view

  • Answered by AI
  • Q2. What are mvc layers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Displays the data to the user and handles user input

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

  • Answered by AI
  • Q3. Get and post methods
  • Q4. Servlet life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework for string data structures problems

Skills evaluated in this interview

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

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

Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
Axtria Interview Questions
3.1
 • 117 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 103 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
View all
Cedcoss Technologies Associate Software Developer Salary
based on 12 salaries
₹3.6 L/yr - ₹5 L/yr
30% 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
238 salaries
unlock blur

₹1.8 L/yr - ₹11.5 L/yr

Business Development Analyst
86 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Digital Marketing Analyst
77 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Business Analyst
74 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Software Developer
58 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare Cedcoss Technologies with

Thomson Reuters

4.1
Compare

Chetu

3.2
Compare

EbixCash Limited

4.0
Compare

eClinicalWorks

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