Upload Button Icon Add office photos

Filter interviews by

KORE.AI SOFTWARE INDIA Software Engineer Interview Questions and Answers

Updated 1 Apr 2025

KORE.AI SOFTWARE INDIA Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image Pooja Sunkara

posted on 30 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. JS Coding questions simple
  • Q2. Scenario based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How oracle where condition works internationally
  • Ans. 

    The WHERE condition in Oracle allows filtering of data based on specified criteria.

    • The WHERE condition is used in SQL queries to filter rows based on specified conditions.

    • It can be used with various operators such as =, <>, >, <, >=, <=, LIKE, IN, BETWEEN, etc.</p>

    • Multiple conditions can be combined using logical operators such as AND, OR, and NOT.

    • The WHERE condition can be used to filter data base...

  • Answered by AI
  • Q2. How Node.js works internally
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine, providing an event-driven, non-blocking I/O model.

    • Node.js uses an event-driven architecture, allowing for asynchronous programming.

    • It utilizes the V8 JavaScript engine to execute JavaScript code.

    • Node.js uses a single-threaded event loop to handle multiple concurrent requests efficiently.

    • It provides a rich set of built-in modules and libraries for v...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Software Engineer Interview Questions & Answers

user image Shubham Baranwal

posted on 1 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Node.js Interview Question, system design related to chatbot and webhooks, pooling
  • Q2. DSA question medium level

Interview Questionnaire 

1 Question

  • Q1. Middleware, Role based authentication, Cluster, scaling, design pattern, Javascript ES6, async-await, promise etc

KORE.AI SOFTWARE INDIA interview questions for designations

 Backend Developer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Round 1,2,3,4: written TEST based on 10th and 12th math, apptitude, reasoning then after f2f java questions, oops, string manipulation code, algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Well peapered on java, da, algo, math

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

Round duration - 30 minutes
Round difficulty - Medium

This was a MCQ round. 30 ques in 30 mins consisting of difficult quantitative aptitude questions were to be solved.

Round 2 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

In this test round, 2 coding questions were given. Either write the code or pseudo code

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.

    • Generate all valid configurations and print them out.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on DSA.

  • Q1. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

  • Ans. 

    Reverse words in a string while handling leading, trailing, and multiple spaces.

    • Split the input string by spaces to get individual words

    • Reverse the order of the words

    • Join the reversed words with a single space in between

  • Answered by AI
  • Q2. 

    Circular Linked List Detection

    You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.

    Note:
    • A linked list is considered circula...
  • Ans. 

    Detect if a given linked list is circular by checking if it forms a closed loop.

    • Traverse the linked list using two pointers, one moving at double the speed of the other.

    • If the two pointers meet at any point, the linked list is circular.

    • If the faster pointer reaches the end of the list (NULL), the linked list is not circular.

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMAQ Software interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic java questions in firt round of interview. Next few rounds included everything from basics of core java to coding, problem solving, testing techniques etc. Questions were asked from collections basic...
  • Q2. Write junit test cases for different scenario.
  • Ans. 

    JUnit test cases for different scenarios

    • Identify different scenarios to be tested

    • Write test cases for each scenario

    • Ensure test cases cover all possible outcomes

    • Use assertions to verify expected results

    • Mock dependencies if necessary

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Design a timestamp convert that into date and time.
  • Ans. 

    A timestamp converter that converts timestamp to date and time.

    • Use a programming language that supports date and time functions.

    • Convert the timestamp to a date and time format using the appropriate function.

    • Handle time zone differences if necessary.

    • Consider the output format required.

  • Answered by AI
  • Q2. 2. Design a parking lot
  • Ans. 

    Design a parking lot

    • Determine the size and capacity of the parking lot

    • Decide on the layout and number of parking spaces

    • Implement a system for managing parking spots and payments

    • Consider adding features such as security cameras and lighting

    • Ensure accessibility for disabled individuals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was good. Not a lot of questions were asked. Was checked on basic understanding of programming in general and analytical skills

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions, SQL, API related questions, basic cloud computing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Java/Programming knowledge required
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Questions, Puzzle, Logical

Round 2 - Coding Test 

Mainly on some common dsa and loop questions

Round 3 - HR 

(1 Question)

  • Q1. Volume of cabin, Introduction
  • Ans. 

    The volume of a cabin refers to the amount of space inside the cabin.

    • Volume can be calculated by multiplying the length, width, and height of the cabin.

    • For example, if a cabin is 10 feet long, 8 feet wide, and 6 feet high, the volume would be 480 cubic feet.

    • Volume is often measured in cubic units such as cubic feet or cubic meters.

  • Answered by AI

KORE.AI SOFTWARE INDIA Interview FAQs

How many rounds are there in KORE.AI SOFTWARE INDIA Software Engineer interview?
KORE.AI SOFTWARE INDIA interview process usually has 1 rounds. The most common rounds in the KORE.AI SOFTWARE INDIA interview process are Technical.
How to prepare for KORE.AI SOFTWARE INDIA Software 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 KORE.AI SOFTWARE INDIA. The most common topics and skills that interviewers at KORE.AI SOFTWARE INDIA expect are Control System, GIT, Linux, MongoDB and PAAS.
What are the top questions asked in KORE.AI SOFTWARE INDIA Software Engineer interview?

Some of the top questions asked at the KORE.AI SOFTWARE INDIA Software Engineer interview -

  1. How oracle where condition works internationa...read more
  2. how Node.js works interna...read more
  3. Middleware, Role based authentication, Cluster, scaling, design pattern, Javasc...read more

Tell us how to improve this page.

KORE.AI SOFTWARE INDIA Software Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
KORE.AI SOFTWARE INDIA Software Engineer Salary
based on 124 salaries
₹6.7 L/yr - ₹26.5 L/yr
94% more than the average Software Engineer Salary in India
View more details

KORE.AI SOFTWARE INDIA Software Engineer Reviews and Ratings

based on 8 reviews

3.3/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.6

Salary

4.1

Job security

2.8

Company culture

3.1

Promotions

2.6

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
124 salaries
unlock blur

₹6.7 L/yr - ₹26.5 L/yr

Senior Software Engineer
101 salaries
unlock blur

₹8.6 L/yr - ₹31.1 L/yr

Associate Software Engineer
47 salaries
unlock blur

₹4.8 L/yr - ₹11.7 L/yr

Associate Technical Leader
32 salaries
unlock blur

₹13.2 L/yr - ₹34.9 L/yr

Associate Engineer
31 salaries
unlock blur

₹4.5 L/yr - ₹11.9 L/yr

Explore more salaries
Compare KORE.AI SOFTWARE INDIA with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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