Upload Button Icon Add office photos
Engaged Employer

i

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

Genesys Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 72 Reviews

Filter interviews by

Genesys Ai Ml Engineer Interview Questions, Process, and Tips

Updated 19 Apr 2023

Genesys Ai Ml Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2022.

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

(5 Questions)

  • Q1. Questions from the resume
  • Q2. Working of the mobilenet architecture
  • Ans. 

    MobileNet is a lightweight deep learning architecture designed for mobile and embedded vision applications.

    • MobileNet uses depthwise separable convolutions to reduce the number of parameters and computations.

    • It has a small memory footprint and can be easily deployed on mobile devices.

    • MobileNet has several variants, including MobileNetV1, MobileNetV2, and MobileNetV3.

    • MobileNetV2 introduced linear bottlenecks and inverted...

  • Answered by AI
  • Q3. What is so special in mobilenet
  • Ans. 

    MobileNet is a lightweight deep learning model designed for mobile and embedded devices.

    • MobileNet uses depthwise separable convolutions to reduce the number of parameters and computations.

    • It has a small memory footprint and can be easily deployed on mobile and embedded devices.

    • MobileNet has been used for various applications such as image classification, object detection, and semantic segmentation.

    • It has achieved state...

  • Answered by AI
  • Q4. Why does it consume less computing power in comparision to other DL architectures
  • Ans. 

    DL architectures like CNNs require more computing power due to their complex structure and operations.

    • The architecture of Ai Ml is simpler compared to other DL architectures like CNNs.

    • It uses a single layer of neurons which reduces the number of computations required.

    • It also uses a linear activation function which is computationally less expensive.

    • Ai Ml is suitable for simpler tasks like linear regression and classific...

  • Answered by AI
  • Q5. Mobilenet architecture vs other DL architecture differences
  • Ans. 

    Mobilenet is a lightweight DL architecture designed for mobile devices.

    • Mobilenet uses depthwise separable convolutions to reduce computation and model size.

    • It has fewer parameters and lower computational requirements compared to other DL architectures like VGG and ResNet.

    • Mobilenet is optimized for mobile devices and can run in real-time on smartphones and other embedded devices.

    • Other DL architectures like VGG and ResNe...

  • Answered by AI
Round 3 - Coding Test 

Implement self-attention from scratch

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding test was completely a bad experience and had a negative impact. The interviewer asked me to implement the self-attention mechanism from scratch in an one hour interview for coding round that even the experienced NLP Engineers would find it difficult to implement! The interviewer was rude and ended the interview in a rude and very unprofessional manner. I left the interview completely demoralized and disrespected.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Reasoning and Quant.
They do give the sample questions link. Have to go through it and then appear for exam.

40 questions in 20 mins
Reasoning has major contribution in aptitude test. Me and my other frnds had 25-30 questions just on reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. Had multiple questions related to P&C insurance domain. Mostly the functionality of scenarios.
  • Q2. Had questions related to testing, defect leakage control and how to handle the team
Round 3 - Technical 

(2 Questions)

  • Q1. Same as Technical interview 1 just questions were more oriented towards managing resources.
  • Q2. How will you distribute workload etc.
  • Ans. 

    Workload distribution will be based on team members' strengths, workload complexity, deadlines, and priorities.

    • Assess team members' strengths and weaknesses

    • Assign tasks based on complexity and deadlines

    • Prioritize tasks based on project goals

    • Regularly communicate with team members to ensure workload balance

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. My expertise are in golang. And all the questions were straight forward around golang.
  • Q2. What is concurrency. How to check performance of applications. How to handle concurrency. How many no of goroutines can be created and so on.
  • Ans. 

    Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.

    • Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.

    • Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to make sure there are no vulnerabilities. What engineering principles you follow.
  • Ans. 

    To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.

    • Follow secure coding practices such as input validation, output encoding, and parameterized queries.

    • Conduct regular security audits to identify and address vulnerabilities in the code.

    • Use encryption to protect sensitive data in transit and at rest.

    • Stay updated on security t...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Backend Questions regarding
  • Q2. UI Questions regarding Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on OOPS, Core Concepts of C#, SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on System Design and tricky questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Previous organization work culture and expectations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the technology stack you have been working on.
  • Ans. 

    I have been working on a technology stack that includes Java, Spring Boot, Angular, and MySQL.

    • Java programming language for backend development

    • Spring Boot framework for building and deploying Java applications

    • Angular framework for frontend development

    • MySQL database for data storage and retrieval

  • Answered by AI
  • Q2. Deep dive into the .Net framework and its use in developing microservices using Web APIs
  • Ans. 

    The .Net framework is a powerful tool for developing microservices using Web APIs.

    • The .Net framework provides a set of libraries and tools for building scalable and reliable microservices.

    • Web APIs in .Net allow for easy communication between different services and clients.

    • Features like dependency injection and middleware in .Net make it easier to develop and maintain microservices.

    • Examples of popular frameworks for bui...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain how you would troubleshoot a network bottleneck in your web API application hosted in a public cloud like Azure or AWS.
  • Ans. 

    To troubleshoot a network bottleneck in a web API application hosted in a public cloud like Azure or AWS, one can analyze network traffic, monitor server performance, and optimize resource allocation.

    • Use network monitoring tools to analyze traffic patterns and identify potential bottlenecks.

    • Monitor server performance metrics such as CPU usage, memory usage, and disk I/O to pinpoint any resource constraints.

    • Optimize res...

  • Answered by AI
  • Q2. Explain the usage of Azure service fabric clusters
  • Ans. 

    Azure Service Fabric clusters are used to deploy and manage microservices-based applications on Microsoft Azure.

    • Azure Service Fabric clusters provide a platform for deploying and managing scalable and reliable microservices.

    • They offer automatic scaling, rolling upgrades, and health monitoring for microservices.

    • Service Fabric clusters can be used to deploy stateless or stateful microservices.

    • They support multiple progra...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Java,oop, microservice, JPA
  • Q2. Spring boot , MySQL
Round 2 - Technical 

(2 Questions)

  • Q1. Java, spring boot
  • Q2. Microservice, rest api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Data protection as service
  • Ans. 

    Data protection as a service refers to outsourcing data protection services to a third-party provider.

    • Data protection as a service involves outsourcing data backup, recovery, and security to a third-party provider.

    • It allows organizations to offload the responsibility of managing data protection to experts, freeing up internal resources.

    • Examples of data protection as a service providers include Carbonite, Acronis, and D

  • Answered by AI
  • Q2. Tell about yourself

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks

Round 2 - Technical 

(1 Question)

  • Q1. Like it was full based on resume like on my resume i had put two web projects so most of the question was from web development and the aws cloud it took a lot of time and at last they asked the coding ques...
Round 3 - HR 

(1 Question)

  • Q1. Hr was easy just asked to introduce about myself and tell any one preffered project

Genesys Interview FAQs

How many rounds are there in Genesys Ai Ml Engineer interview?
Genesys interview process usually has 3 rounds. The most common rounds in the Genesys interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Genesys Ai Ml Engineer interview?

Some of the top questions asked at the Genesys Ai Ml Engineer interview -

  1. Why does it consume less computing power in comparision to other DL architectur...read more
  2. What is so special in mobile...read more
  3. Mobilenet architecture vs other DL architecture differen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Globant Interview Questions
3.9
 • 166 Interviews
View all
Software Engineer
26 salaries
unlock blur

₹8 L/yr - ₹18.3 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Associate Software Engineer
18 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

GIS Executive
17 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Executive
13 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Genesys with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview