Upload Button Icon Add office photos

Filter interviews by

Kody Technolab Ai Ml Engineer Interview Questions and Answers

Updated 12 Jan 2024

Kody Technolab Ai Ml Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Majorly neural network, deep learning, some dsa and aptitude

Round 2 - Coding Test 

5 coding questions were given. But the thing they have to understand that if a candidate cant solve the questions you have to teach them how to create a logic. After the round I asked their python employee, he didn't answer, infact made some weird face. Why so arrogance? After the coding round if a candidate asks the logic, you do this thing to them? There were many java and python guy I found java guys(employees) were teaching others how to create logic, but python had only one and he was very disrespectful

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Steps of pre-processing
  • Ans. 

    Pre-processing steps involve cleaning, transforming, and preparing data for machine learning models.

    • Data cleaning: removing missing values, duplicates, and outliers

    • Data transformation: scaling, encoding categorical variables, and feature engineering

    • Data normalization: ensuring all features have the same scale

    • Data splitting: dividing data into training and testing sets

  • Answered by AI
  • Q2. What is lemmatization ?
  • Ans. 

    Lemmatization is the process of reducing words to their base or root form.

    • Lemmatization helps in standardizing words for analysis.

    • It reduces inflected words to their base form.

    • For example, 'running' becomes 'run' after lemmatization.

  • Answered by AI
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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Q. explain your project Q. Project-related questions asked basic to hard Q. What is backpropagation in deep learning? Q. What is the Hugging Face module and working Q. Object detection YOLO NAS Vs YOLO 8

Interview Preparation Tips

Interview preparation tips for other job seekers - interview medium not much hard
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

Discussion on Gradient, SGD, K Mean ++, Silhouette Score, How to Handle High Variation Data,
Coding asked to code KNN, Hyper-Parameter Tuning, Two Difficult Questions on Coding...DSA Based Stumped on Those.

Verdict... Not Selected

Round 2 - Coding Test 

Simple Coding No Chat GPT Support Should Be There

Interview Preparation Tips

Interview preparation tips for other job seekers - Python DSA + Some Sort of Online TCS YouTube Videos.

Interview Questionnaire 

7 Questions

  • Q1. 1. Introduction, it's a common question?
  • Q2. Why you want to switch your job?
  • Q3. Is job your passion or it's your need?
  • Q4. How should you handled the critical situation?
  • Ans. 

    Handling critical situations requires quick thinking, clear communication, and a calm demeanor.

    • Assess the situation and prioritize actions

    • Communicate clearly and effectively with all parties involved

    • Remain calm and focused

    • Take decisive action while considering potential consequences

    • Seek assistance or advice from colleagues or superiors if necessary

  • Answered by AI
  • Q5. How you managed 2 problems in a same time?
  • Ans. 

    I prioritize the problems based on urgency and importance, and then allocate time and resources accordingly.

    • Assess the urgency and importance of each problem

    • Create a plan of action for each problem

    • Allocate time and resources based on the plan

    • Regularly reassess and adjust the plan as needed

    • Example: If one problem is a deadline that cannot be missed and the other is a minor issue, prioritize the deadline and allocate mor

  • Answered by AI
  • Q6. Describe your last vacation or last memorable day?
  • Q7. Talk on profession, topic, "for ex. why you choose french, why you do B.tech etc?

Interview Preparation Tips

Interview preparation tips for other job seekers - asked only 4 to 5 questions not too much. with in 5 question an interviewer know about the skill of that candidate.
Thanks
Regard Richa

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces,

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you work well in pressure?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, working under pressure and without pressure is just same for me, in fact in one of the project that has to be completed in 3 weeks but it usually takes 6 weeks and whole team was in stress and panics and me as a leader I ensured that they settled down and prioritize there our work and in fact very organized manner we completed the project and we have also worked in the night so i think working under pressure is not bad for me.

Interview Questionnaire 

5 Questions

  • Q1. What is raid
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage technology that combines multiple physical disks into a single logical unit.

    • RAID provides improved performance, fault tolerance, and data protection.

    • There are different levels of RAID, including RAID 0, RAID 1, RAID 5, RAID 6, and RAID 10.

    • RAID 0 offers improved performance but no redundancy, while RAID 1 provides redundancy but no performance im...

  • Answered by AI
  • Q2. What is fsmo
  • Ans. 

    FSMO stands for Flexible Single Master Operations. It is a role in Active Directory that controls specific domain-wide operations.

    • There are five FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • Each FSMO role is responsible for a specific operation within the Active Directory domain.

    • For example, the PDC Emulator role is responsible for time synchronization and passwor...

  • Answered by AI
  • Q3. What is idrac
  • Ans. 

    iDRAC stands for Integrated Dell Remote Access Controller. It is a hardware and software solution for remote server management.

    • iDRAC allows administrators to remotely manage and monitor Dell servers.

    • It provides features such as power management, virtual media access, and console redirection.

    • iDRAC can be accessed through a web interface or command line interface.

    • It is available on most Dell PowerEdge servers.

    • iDRAC can b...

  • Answered by AI
  • Q4. What is dns
  • Ans. 

    DNS stands for Domain Name System. It is a system that translates domain names into IP addresses.

    • DNS is like a phonebook for the internet

    • It helps to locate websites by translating domain names into IP addresses

    • DNS servers store information about domain names and their corresponding IP addresses

    • DNS can also be used for other purposes like email routing and network diagnostics

  • Answered by AI
  • Q5. What id dhcp
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • DHCP is used to simplify network administration by automatically assigning IP addresses to devices on a network.

    • It allows devices to join a network and obtain an IP address without manual configuration.

    • DHCP servers can also provide additional network configuration information, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Kody Technolab Interview FAQs

How many rounds are there in Kody Technolab Ai Ml Engineer interview?
Kody Technolab interview process usually has 2 rounds. The most common rounds in the Kody Technolab interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Kody Technolab Ai Ml Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
Coforge Interview Questions
3.3
 • 536 Interviews
eClerx Interview Questions
3.3
 • 531 Interviews
Tata Group Interview Questions
4.2
 • 363 Interviews
View all
Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Business Analyst
4 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

HR Executive
4 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Junior Java Developer
4 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Java Consultant
4 salaries
unlock blur

₹2.4 L/yr - ₹13.7 L/yr

Explore more salaries
Compare Kody Technolab with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

LTIMindtree

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