Upload Button Icon Add office photos
Engaged Employer

i

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

Coditas Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Coditas Technologies Interview Questions, Process, and Tips

Updated 28 Jan 2025

Top Coditas Technologies Interview Questions and Answers

View all 51 questions

Coditas Technologies Interview Experiences

Popular Designations

77 interviews found

I applied via campus placement at AISSMS Institute of Information Technology, Pune and was interviewed in Aug 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 tips
Round 2 - Aptitude Test 

It was easy logical, quants, grammer

Round 3 - Group Discussion 

2 gd rounds, topic was social media impacting social skills

Round 4 - Technical 

(2 Questions)

  • Q1. 2 programs on arrays and list, two find the occurrence of a letter in a string
  • Ans. 

    Two programs to find the occurrence of a letter in a string using arrays and lists.

    • For array program, iterate through the string and count the occurrence of the given letter.

    • For list program, convert the string to a list and use the count() method to find the occurrence of the given letter.

    • Handle edge cases like empty string and invalid input.

  • Answered by AI
  • Q2. Personal details and puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume and project if done, prepare all the skills mentioned in resume

Top Coditas Technologies Associate Software Engineer Interview Questions and Answers

Q1. 2. You have two gallons of capacity 12 liters and 5 liters. How can you pour exactly 9liters of water into 12 liters gallon.
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Shri Sant Gajanan Maharaj College of Engineering, Shegaon and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mostly asked Aptitude and coding questions

Round 2 - Group Discussion 

Topic was given Have to speak about that

Round 3 - Technical 

(2 Questions)

  • Q1. Normal HashMap,Array,String related Question
  • Q2. Sorting An array
  • Ans. 

    Sorting an array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for comparison

    • Use a comparator function to define custom sorting criteria

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Logical Question and Array related Question
  • Q2. HashMap,Linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding question and should have basic concept clear

Skills evaluated in this interview

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 (180)

UX Designer Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2022

Interview experience
4
Good
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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to brief about my portfolio
  • Q2. White Board Challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, Conversation was engaging as well. They heard what we were trying to say.

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
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 Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String Manipulation, Array Manipulation
  • Q2. Input : aaabccdddd Output: a3b1c2d4

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 (38)

Coditas Technologies interview questions for popular designations

 Software Engineer

 (15)

 Associate Software Engineer

 (14)

 Intern

 (6)

 Software Developer

 (6)

 Devops Engineer

 (3)

 Data Engineer

 (2)

 QA Engineer

 (2)

 Senior Business Analyst

 (2)

I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude was Easy level.
the apti paper had 60 questions in 60 minutes.

Round 2 - Group Discussion 

My topic was placement scenarios in India.
everyone was given 2-3 minutes to express their views.

Round 3 - Technical 

(1 Question)

  • Q1. This was T1 this was based on my resume and simple coding quetions
Round 4 - Technical 

(1 Question)

  • Q1. T2 this was the managerial Round they had given me Coding question of alphanumeric characters. and had asked around 10-15 questions on sql such as joins and ACID transaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare string and leetcode questions well and have experience in coding also avoid silly mistakes

Top Coditas Technologies Software Developer Intern Interview Questions and Answers

Q1. Suppose you want to add the link to your Linkedin account in a website, and you have to do it by clicking on the logo of linkedin in the website, then how can you do it? Which HTML tag is used to do it?
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Get interview-ready with Top Coditas Technologies Interview Questions

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Topic was based on COVID, time 30mins

Round 2 - Technical 

(1 Question)

  • Q1. Problems on arrays and strings
Round 3 - Technical 

(2 Questions)

  • Q1. Problems on arrays and strings
  • Q2. Simple puzzles, which we can find on internet.

Interview Preparation Tips

Topics to prepare for Coditas Technologies Software Engineer interview:
  • OOPS
  • programming language
  • Data Structures
  • arrays
  • strings

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 (180)

Jobs at Coditas Technologies

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

I applied via campus placement at JSPM's Jayawantrao Sawant college of Engineering, Pune and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Usual aptitude test with grammar , maths and coding mcqs questions

Round 2 - Technical 

(2 Questions)

  • Q1. Had a phone discussion regarding python and sql questions
  • Q2. Difference between list and tuple , how will you swap integers?
  • Ans. 

    List is mutable, tuple is immutable. Use tuple for fixed data, list for changing data. To swap integers, use tuple unpacking.

    • List can be modified, tuple is fixed

    • List uses square brackets [], tuple uses parentheses ()

    • To swap integers, use tuple unpacking: a, b = b, a

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

(1 Question)

  • Q1. Arrays , backend java questions based on internship

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I was interviewed in Apr 2022.

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

Logical technical reasoning question asked not so difficult

Round 3 - Group Discussion 

General topics.. I have placement scenario

Round 4 - Technical 

(2 Questions)

  • Q1. The technology mentioned in resume and common question asked
  • Q2. Tell about yourself Technology you know

Interview Preparation Tips

Interview preparation tips for other job seekers - Hire employees with Aptitude, Attitude and can write clean code

Top Coditas Technologies Associate Software Engineer Interview Questions and Answers

Q1. 2. You have two gallons of capacity 12 liters and 5 liters. How can you pour exactly 9liters of water into 12 liters gallon.
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal Aptitude question

Round 2 - Aptitude Test 

This was normal round of aptitude

Round 3 - Technical 

(3 Questions)

  • Q1. - if else questions - python basics
  • Q2. Logical questions
  • Q3. Coding problem like coca cola

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 (169)

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 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 tips
Round 2 - Coding Test 

Remote online test based on aptitude and programming snippets

Round 3 - Group Discussion 

Either group discussion round to check the communication

Round 4 - HR 

(2 Questions)

  • Q1. Are you ready to relocate?
  • Q2. Why you wanna join coditas?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good organization for fresher so work hard and give your best...

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 (180)

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies interview?
Coditas Technologies interview process usually has 2-3 rounds. The most common rounds in the Coditas Technologies interview process are Technical, Group Discussion and Aptitude Test.
How to prepare for Coditas 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 Coditas Technologies. The most common topics and skills that interviewers at Coditas Technologies expect are Javascript, SQL, Python, Analytical and HTML.
What are the top questions asked in Coditas Technologies interview?

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

  1. Suppose you want to add the link to your Linkedin account in a website, and you...read more
  2. 2. You have two gallons of capacity 12 liters and 5 liters. How can you pour ex...read more
  3. if you are given a task and you have to decide which type of database will be b...read more
How long is the Coditas Technologies interview process?

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

Tell us how to improve this page.

Coditas Technologies Interview Process

based on 73 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Arcesium Interview Questions
3.6
 • 79 Interviews
View all

Coditas Technologies Reviews and Ratings

based on 227 reviews

3.1/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

2.9

Salary

3.1

Job security

3.1

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 227 Reviews and Ratings
Senior Marketing Manager

Pune

5-8 Yrs

Not Disclosed

Aws Data Engineer

Pune

3-7 Yrs

Not Disclosed

.Net Developer

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
386 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Associate Software Engineer
151 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Software Developer
129 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Senior Software Engineer
111 salaries
unlock blur

₹10.8 L/yr - ₹36 L/yr

QA Engineer
66 salaries
unlock blur

₹2.5 L/yr - ₹11.1 L/yr

Explore more salaries
Compare Coditas Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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