Upload Button Icon Add office photos
Premium 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 Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1xx or 3xx responses means in API
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and smoke are types of testing in software engineering.

    • Sanity testing is a quick test to check if the major functionalities of the application are working after a small change is made.

    • Smoke testing is a quick test to check if the application is stable enough to proceed with further testing.

    • Sanity testing is done to ensure that the application is ready for further testing.

    • Smoke testing is done to ensure that the ...

  • Answered by AI
  • Q3. What is header?
  • Ans. 

    A header is a piece of information at the beginning of a data packet or file that contains details about the data.

    • Headers are used in communication protocols to provide information about the data being transmitted.

    • Headers typically include metadata such as the source and destination addresses, data type, and size.

    • In HTTP, headers are used to pass additional information between the client and server, such as cookies or

  • Answered by AI
  • Q4. Difference between verification and validation
  • Ans. 

    Verification ensures that the product is built according to the design specifications, while validation ensures that the product meets the customer's needs and requirements.

    • Verification checks if the product is being built correctly, while validation checks if the right product is being built.

    • Verification is a process of evaluating the intermediate work products, while validation is a process of evaluating the final pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Elaborate each point when you answer any of these.
Explain all the points in brief

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Group Discussion 

First round was GD1 - We were given a Topic of Democracy in India and have 5 mins to think on it..

Round 2 - Group Discussion 

Second round was GD2 - here, the Topic was "if you could have a superpower for one day what superpower you will choose" and we have to talk on this topic for 5 mins

Round 3 - Technical 

(3 Questions)

  • Q1. Four pillars of OOPS with real world examples
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class Car.

    • Polymorphism: Ability to present the...

  • Answered by AI
  • Q2. Solve Rotate Array Problem
  • Q3. 8-10 questions asked on my Programming language (C++)
Round 4 - One-on-one 

(4 Questions)

  • Q1. Question asked on Final year project - what's your Contribution in the project
  • Q2. Explain your Final year project
  • Ans. 

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

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

    • Implemented PHP and MySQL for back-end functionality

    • Incorporated user authentication and role-based access control

    • Utilized AJAX for dynamic content loading

  • Answered by AI
  • Q3. Some logical question and puzzles
  • Q4. There was alphanumeric characters and we have to output only the number from that string Input - "wih562idjedk42ndej56" Output - 5624256
  • Ans. 

    Extract numbers from a string of alphanumeric characters.

    • Iterate through each character in the string and check if it is a number.

    • Build a new string with only the numbers found in the original string.

    • Return the final string containing only the numbers.

  • Answered by AI
Round 5 - Communication Round 

(2 Questions)

  • Q1. As a team Leader, how you manage all your team members when there is a conflict or disagreement arise in the project
  • Ans. 

    As a team leader, I manage conflicts by promoting open communication, listening to all perspectives, finding common ground, and facilitating a resolution.

    • Encourage open communication among team members to address conflicts early on

    • Listen to all perspectives and ensure everyone feels heard and understood

    • Identify common ground and areas of agreement to build consensus

    • Facilitate a resolution by guiding the team towards a ...

  • Answered by AI
  • Q2. Some , Behavioural questions

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 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)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

Simple topic u have to speak on that

Round 2 - Group Discussion 

Dont know why they are taking multiple gds

Round 3 - One-on-one 

(2 Questions)

  • Q1. Live coding basic dsa
  • Q2. Basic dsa live coding

Interview Preparation Tips

Interview preparation tips for other job seekers - dont go for this if u have another offer

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)

Coditas Technologies interview questions for popular designations

 Software Engineer

 (15)

 Associate Software Engineer

 (14)

 Software Developer

 (6)

 Intern

 (6)

 Devops Engineer

 (3)

 Senior Business Analyst

 (2)

 Senior Software Engineer

 (2)

 Data Engineer

 (2)

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript, css, angular and HTML

Round 2 - Coding Test 

JS, angular and HTML

Round 3 - Behavioral 

(2 Questions)

  • Q1. What will you handle pressure?
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and maintaining open communication with team members.

    • Staying organized by creating to-do lists and setting realistic deadlines

    • Prioritizing tasks based on deadlines and importance

    • Maintaining open communication with team members to delegate tasks and ask for help when needed

  • Answered by AI
  • Q2. Manager was telling about the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even though I completed my tech round 1 and 2 , got selected of MR .
They told me you will be getting selected based on the Tech-1,Tech-2 and MR but they rejected says don't know the valid reason for rejection.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Get interview-ready with Top Coditas Technologies Interview Questions

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Flattening Json
  • Q2. SQL Queries like window function and rank
Round 2 - Technical 

(2 Questions)

  • Q1. Create a DAG to execute python script parallely
  • Ans. 

    Create a Directed Acyclic Graph (DAG) to execute Python scripts in parallel.

    • Define tasks for each Python script to be executed in parallel

    • Use a parallelism parameter to specify the number of tasks to run concurrently

    • Set up dependencies between tasks to ensure proper execution order

    • Use a DAG scheduler like Apache Airflow to manage and execute the DAG

  • Answered by AI
  • Q2. SQL Queries like window function
Round 3 - Behavioral 

(2 Questions)

  • Q1. Python code to find repeated numbers and their concurrency
  • Ans. 

    Python code to find repeated numbers and their concurrency

    • Iterate through the array and use a dictionary to store the count of each number

    • Iterate through the dictionary to find numbers with count greater than 1 and their concurrency

  • Answered by AI
  • Q2. SQL Joins and Optimization

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead of clearing all rounds HR rejected with no feedback.

Skills evaluated in this interview

AWS Data Engineer Interview Questions asked at other Companies

Q1. libraries used in ur project and how do you import them
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - On Call 

(3 Questions)

  • Q1. Project Worked on and brief overview
  • Q2. Technologies worked on
  • Ans. 

    I have worked on a variety of technologies including Python, SQL, Hadoop, Spark, and AWS.

    • Python

    • SQL

    • Hadoop

    • Spark

    • AWS

  • Answered by AI
  • Q3. Rate in skills out of 5
  • Ans. 

    Rate in skills out of 5

    • Programming: 5

    • Data Analysis: 4

    • Database Management: 4

    • Machine Learning: 3

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What transformation done in project
  • Q2. Explain explode function
  • Ans. 

    Explode function is used to split a string into an array of strings based on a delimiter.

    • The explode function takes in a delimiter and a string as input

    • It splits the string into an array of strings based on the delimiter

    • For example, explode(',', 'apple,banana,orange') would return ['apple', 'banana', 'orange']

  • Answered by AI
  • Q3. Python question to convert string to dictionary
  • Q4. Spark coding question to flatten a Json
  • Q5. Persist, cache and unpersist in pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interviewer, smooth process.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java script questions with example
  • Q2. React native architecture
Round 2 - Technical 

(2 Questions)

  • Q1. Coding problem based on string manipulation
  • Q2. React native questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as they focus more on syntax

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

The first round was group discussion; which was conducted by an institution referring candidates to the company. I was shortlisted.

Round 2 - Group Discussion 

The next round was also conducted by the company itself, and it was group discussion again, it went well. I believe there were around 12 candidates in one batch, and I was shortlisted. And I got the selection mail for the final technical interview, but then they call me and say I'm kept on hold and never contacted me.

Round 3 - Technical 

(1 Question)

  • Q1. I was kept on hold thus i never got the chance of attending the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong, if something is meant to happen it will and definitely keep hrishi your skills and remember from every interview we learn something and it's completely fine failing at times.

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

Sde1 Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. Javascript and React basics.
  • Q2. Todo list in reactjs
  • Ans. 

    A todo list application built using ReactJS

    • Use React components to create a form for adding new todos

    • Store todos in state and map over them to display in a list

    • Implement functionality to mark todos as complete and delete them

    • Utilize CSS for styling and make the app responsive

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Sessions in MVC
  • Ans. 

    Sessions in MVC are used to store user-specific data across multiple requests.

    • Sessions are used to maintain state between HTTP requests in MVC applications.

    • Session data is stored on the server and can be accessed by the client using a session ID.

    • Sessions can be used to store user authentication information, shopping cart items, etc.

  • Answered by AI
  • Q2. Using keyword in C#
  • Ans. 

    Keywords in C# are reserved words that have special meaning and cannot be used as identifiers.

    • Keywords are predefined and cannot be changed or redefined.

    • Examples of keywords in C# include 'class', 'int', 'void', 'if', 'else', 'for', 'while', etc.

    • Keywords are case-sensitive.

  • Answered by AI

Skills evaluated in this interview

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)

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.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Arcesium Interview Questions
3.6
 • 78 Interviews
View all

Coditas Technologies Reviews and Ratings

based on 228 reviews

3.1/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

2.9

Salary

3.1

Job security

3.1

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 228 Reviews and Ratings
Software Engineer
393 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
66 salaries
unlock blur

₹0 L/yr - ₹0 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