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 AWS Data Engineer Interview Questions and Answers

Updated 26 Jun 2024

Coditas Technologies AWS Data Engineer Interview Experiences

1 interview found

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 Jobs at Coditas Technologies

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to remove duplicate values from dataset
  • Ans. 

    Use pandas library in Python to remove duplicate values from dataset

    • Import pandas library in Python

    • Use drop_duplicates() method on the dataset

    • Specify columns to check for duplicates if needed

    • Example: df.drop_duplicates(subset=['column_name'])

  • Answered by AI
  • Q2. Difference between zip and enumerate
  • Ans. 

    zip is used to combine two lists into a list of tuples, while enumerate is used to add a counter to an iterable.

    • zip function takes two lists and combines them into a list of tuples

    • enumerate function adds a counter to an iterable and returns it as an enumerate object

    • Example for zip: zip([1, 2, 3], ['a', 'b', 'c']) will result in [(1, 'a'), (2, 'b'), (3, 'c')]

    • Example for enumerate: enumerate(['apple', 'banana', 'cherry']...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mobile Programming Data Analyst interview:
  • Python
  • numpy
  • pandas
  • SQL

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General questions
  • Q2. Excel Questions
Round 2 - Assignment 

Excel Assignment on building a dashboard

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

I applied via Campus Placement and was interviewed in Jan 2023. 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 tips
Round 2 - Coding Test 

Easy 1 coding
Medium 1 coding
It was about arrays and sorting techniques and other is about your common sense

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly about core java
  • Q2. Mainly about SQL , My SQL and different type of joins etc

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best it's easy to crack if you are strong in your basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2022.

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. Pivot table in excel
  • Ans. 

    Pivot table is a data summarization tool in Excel.

    • Pivot table allows users to summarize and analyze large datasets.

    • It can be used to group data by categories, calculate totals, and create custom calculations.

    • Users can easily change the layout of the table to view data in different ways.

    • Pivot table is a powerful tool for data analysis and reporting.

    • Example: A sales manager can use pivot table to analyze sales data by re

  • Answered by AI
  • Q2. How to count data in excel
  • Ans. 

    To count data in Excel, use the COUNT function or select the data and look at the status bar.

    • Use the COUNT function to count the number of cells that contain numbers or dates

    • Use the COUNTA function to count the number of cells that are not empty

    • Select the data and look at the status bar to see the count of selected cells

    • Use the COUNTIF function to count cells that meet a specific criteria

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s was good

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to Intermediate SQL Based questions
  • Q2. Basic to Intermediate Python Based questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. In depth spark fundamentals
  • Q2. Data Modelling case studies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It depends on the client, I got very simple SQL questions and ADF questions

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies AWS Data Engineer interview?
Coditas Technologies interview process usually has 3 rounds. The most common rounds in the Coditas Technologies interview process are Technical and Behavioral.
How to prepare for Coditas Technologies AWS Data Engineer 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 EMR, Python, SQL, AWS and AWS Glue.
What are the top questions asked in Coditas Technologies AWS Data Engineer interview?

Some of the top questions asked at the Coditas Technologies AWS Data Engineer interview -

  1. Python code to find repeated numbers and their concurre...read more
  2. Create a DAG to execute python script parall...read more
  3. SQL Queries like window function and r...read more

Tell us how to improve this page.

Coditas Technologies AWS Data Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
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
 • 802 Interviews
Arcesium Interview Questions
3.6
 • 79 Interviews
View all
Aws Data Engineer

Pune

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