Upload Button Icon Add office photos

Filter interviews by

GENESYS TELECOM LABS INDIA Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Job Portal

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 - One-on-one 

(2 Questions)

  • Q1. 1. Brief about yourself. 2. What is collection library in python 3. Can a list be key of dictionary in python 4. What is difference between load balancer and api gateway 5. What is primary and secondary ...
  • Q2. Write a code to filter anagram
  • Ans. 

    Code to filter anagram from an array of strings

    • Create a dictionary to store sorted strings as keys and original strings as values

    • Iterate through the array of strings and sort each string to check for anagrams

    • Return the values of the dictionary to get the filtered anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics and be cool

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2022. There were 5 interview rounds.

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

Verbal and written language test.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why changing the organization?
  • Q2. Experience based questions.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Operations round with product knowledge on which you are currently working.
  • Q2. Customer Scenario handling questions.
Round 5 - HR 

(1 Question)

  • Q1. Expectations based on pay.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and maintain continuity. Examples should be effective which you give and always believe in what you say. Do not juggle or move away from the topic.

I applied via Apna Jobs and was interviewed in Oct 2022. There were 2 interview rounds.

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

(4 Questions)

  • Q1. What is VPN virtual private network?
  • Ans. 

    VPN is a secure connection between two or more devices over the internet.

    • VPN encrypts data to ensure privacy and security

    • It allows remote access to a private network

    • It can be used to bypass geo-restrictions and access blocked content

    • Examples include OpenVPN, Cisco AnyConnect, and NordVPN

  • Answered by AI
  • Q2. Specifications about ping cmd
  • Ans. 

    Ping cmd is a network diagnostic tool used to test connectivity between two devices.

    • Ping sends ICMP packets to the destination device and measures the response time.

    • It can be used to test network latency, packet loss, and network congestion.

    • Ping can also be used to determine the IP address of a device.

    • Ping can be run from the command prompt on Windows, macOS, and Linux systems.

    • Ping can be used with various options such...

  • Answered by AI
  • Q3. Explain how to dual boot system
  • Ans. 

    Dual booting allows two operating systems to be installed on one computer, giving the user the option to choose which to use.

    • Create a separate partition for each operating system

    • Install the first operating system on one partition

    • Install the second operating system on the other partition

    • Use a boot manager to choose which operating system to boot into

    • Examples of boot managers include GRUB and Windows Boot Manager

  • Answered by AI
  • Q4. What is virtual machine
  • Ans. 

    A virtual machine is a software emulation of a physical computer that can run multiple operating systems and applications.

    • Virtual machines allow for efficient use of hardware resources by sharing them among multiple virtual machines

    • They provide a secure and isolated environment for running applications

    • Virtual machines can be easily created, cloned, and moved between physical hosts

    • Examples of virtual machine software in

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Incture Technologies System Engineer interview:
  • System Administration
  • SAP
Interview preparation tips for other job seekers - Be theoretically prepared for interview, must of the question was theoretically

Skills evaluated in this interview

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2022. There were 5 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 - Aptitude Test 

There were 48 questions to be done in 60 minutes.
the platform used was below average.
about 1400 gave the test

Round 3 - Group Discussion 

The Next round was a GD.
about 250 were shortlisted.
it was held in groups of 10 - 13.
there were 2 Panelists observing the body language, the fluency and time you speak for.
It is very important that you either start or conclude the GD.
leaves a good impression.

Round 4 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. What is Data Analysis?
  • Ans. 

    Data analysis is the process of inspecting, cleaning, transforming, and modeling data to discover useful information.

    • It involves collecting and organizing data

    • It includes statistical analysis and visualization

    • It helps in making informed decisions

    • Examples include market research, financial analysis, and scientific research

  • Answered by AI
  • Q3. SQL Queries using Joins and sub-queries
  • Ans. 

    SQL Queries using Joins and sub-queries

    • Joins are used to combine rows from different tables based on a related column

    • Sub-queries are queries nested within another query

    • Joins and sub-queries can be used together to retrieve specific data from multiple tables

  • Answered by AI
  • Q4. Many questions about projects mentioned in the resume.
  • Q5. Estimation and probability questions were asked to see the way you approach a question logically.
Round 5 - HR 

(4 Questions)

  • Q1. Tell me about Yourself
  • Q2. Again Questions based on resumes
  • Q3. Some Regular HR Questions like why latent view, where to do you yourself in 5 years.....etc.
  • Q4. Any questions for me?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with your Resume.
Make your resume based on Data Analytics.
SQL and basics of python are the expected questions with some probability and logical questions.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1) some basic o/p predict question on javascript code
  • Q2. 2) one coding question -> input->"my name is xyz" output ->"My Name Is Xyz" need to uppercase first letter of all words in a sentence.
  • Ans. 

    A coding question to uppercase the first letter of all words in a sentence.

    • Split the sentence into words using space as a delimiter.

    • Loop through each word and uppercase the first letter using string manipulation.

    • Join the words back into a sentence with a space in between.

  • Answered by AI
  • Q3. React js question is to make a component which has input tag when we type so auto suggestion will be shown this list of countries interviewer provided to take reference . when we type as per key pressed ...
Round 2 - Technical 

(3 Questions)

  • Q1. 1) coding question range is given example 2 to 10 in this range find 3 largest prime number sum. and for this 2 to 10 range exmaple is 3, 5 , 7 sum=15.
  • Ans. 

    Find the sum of three largest prime numbers within a given range.

    • Create a function to check if a number is prime.

    • Loop through the given range and store prime numbers in an array.

    • Sort the array in descending order and sum the first three elements.

    • Return the sum.

  • Answered by AI
  • Q2. I show case my full stack project on MERN tech, 20 min disscussion going on this only.
  • Q3. Some basic javascript ,node and react based questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your family and your technical skills.

Interview Preparation Tips

Topics to prepare for Unthinkable Solutions Junior Associate Software Engineer interview:
  • Javascript
  • Node.Js
  • React.Js
Interview preparation tips for other job seekers - Just be ready with your basics and make one good project that will inhance your skills and will be helpfull in interview to showcase

Skills evaluated in this interview

Global SCRUM Master Interview Questions & Answers

Tata Digital user image Anonymous

posted on 17 Mar 2021

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed before Mar 2020. There were 2 interview rounds.

Round 1 - Assignment 

Assignment to prepare a plan and execution strategy

Round 2 - Group Discussion 

Around agile and concepts

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

Round 1 - Aptitude Test 

Core java, multi-threading, Strings, Exception

Round 2 - Technical 

(1 Question)

  • Q1. Core java, jdbc, SQL, Collection
Round 3 - Technical 

(1 Question)

  • Q1. Core Java, advance java, Multi threading, Exception, Collection, Sql
Round 4 - HR 

(1 Question)

  • Q1. Introduction, About Company, Previous Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on core java, Exception, Collection, Multi-Threading

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Educational and Family background
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Retention Rate? How to retain the talent in organisation?
  • Q2. Write termination letter to an employee for their performance issue.

Interview Preparation Tips

Topics to prepare for Webkul Software HR Executive interview:
  • Human resource management
Interview preparation tips for other job seekers - Just be confident, good knowledge of HR background should be there, good communication skills .

I applied via Telegram and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Was taken on firefox Brower and was easy

Round 3 - Coding Test 

Very basic questions like swap numbers etc

Round 4 - Technical 

(3 Questions)

  • Q1. Basic questions on cpp
  • Q2. Opps concept like encapsulation etc
  • Q3. Write a code to reverse a string
  • Ans. 

    Code to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not held on time, There was very long waiting time.
Was very rude to talk to and didn't communicate well enough.

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Difference between ENTRYPOINT, CMD, and RUN in docker. Can we use RUN instead of CMD in a Dockerfile? Difference between ARGS and ENV.
  • Ans. 

    Explaining the differences between ENTRYPOINT, CMD, and RUN in Docker and the usage of ARGS and ENV.

    • ENTRYPOINT is the command that runs when the container starts

    • CMD is the default command that runs after ENTRYPOINT, can be overridden

    • RUN executes commands during the build process

    • RUN can be used instead of CMD, but it will not be the default command

    • ARGS are used to pass arguments to the Dockerfile during build time

    • ENV se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer in the bookish language because the interviewer might not be experienced in understanding your points.
In my case, I have experience with azure but he is asking me about AWS concepts because he only worked on AWS.

Skills evaluated in this interview

GENESYS TELECOM LABS INDIA Interview FAQs

How to prepare for GENESYS TELECOM LABS INDIA 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 GENESYS TELECOM LABS INDIA. The most common topics and skills that interviewers at GENESYS TELECOM LABS INDIA expect are Python, AWS, Java, Cloud and C++.

Tell us how to improve this page.

GENESYS TELECOM LABS INDIA Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Samsung Interview Questions
4.0
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 407 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Nokia Networks Interview Questions
4.3
 • 110 Interviews
View all

GENESYS TELECOM LABS INDIA Reviews and Ratings

based on 29 reviews

3.8/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.8

Salary

3.0

Job security

3.8

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 29 Reviews and Ratings
Senior Software Engineer
37 salaries
unlock blur

₹9.6 L/yr - ₹30.4 L/yr

Software Engineer
27 salaries
unlock blur

₹5.5 L/yr - ₹16.2 L/yr

Lead Engineer
12 salaries
unlock blur

₹19 L/yr - ₹28.4 L/yr

Technical Lead
11 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Senior Technical Support Engineer
10 salaries
unlock blur

₹14 L/yr - ₹20 L/yr

Explore more salaries
Compare GENESYS TELECOM LABS INDIA with

Cisco

4.1
Compare

Ericsson

4.1
Compare

Huawei Technologies

4.0
Compare

Nokia Networks

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