Upload Button Icon Add office photos

Filter interviews by

Kalki Communication Technologies Interview Questions and Answers

Updated 28 Jan 2025

Kalki Communication Technologies Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Ask questions related to both quantity and quality.

Round 2 - Technical 

(2 Questions)

  • Q1. What are some common electrical core questions that are typically asked during interviews?
  • Q2. Power system related question

Electronics Engineer Interview Questions asked at other Companies

Q1. What is CMOS and MOSFET Types of mosfet and define them How do i know which one is npn and pnp Diff. Between diode and zener diode Bjt and Fet, which one is current control or voltage control Working of mosfet Apart from this some ques. On ... read more
View answer (1)

Jobs at Kalki Communication Technologies

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Snaphelper Class
  • Q2. Apply & let difference
  • Ans. 

    Apply is used to apply a function to each element of a collection, while let is used to assign a value to a variable.

    • Apply: Used to apply a function to each element of a collection. Example: list.apply { println(it) }

    • Let: Used to assign a value to a variable. Example: val result = calculate().let { it * 2 }

  • Answered by AI
  • Q3. Communication between Coroutines
  • Ans. 

    Communication between Coroutines in Android development.

    • Use channels to communicate between coroutines

    • Channels are used to send data between coroutines

    • Channels can be used for both sending and receiving data

  • Answered by AI
  • Q4. Hilt Dependency
  • Q5. HashMap Collision

Interview Preparation Tips

Topics to prepare for EazyDiner Android Developer interview:
  • Kotlin
  • Coroutines
  • HashMap
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Experience privious
Round 2 - One-on-one 

(3 Questions)

  • Q1. Personal details
  • Q2. Experience details
  • Q3. How u aproach handling team
  • Ans. 

    I approach handling my team with clear communication, setting goals, providing support, and fostering a positive work environment.

    • Establish clear expectations and goals for the team

    • Provide regular feedback and support to team members

    • Encourage open communication and collaboration within the team

    • Recognize and reward team members for their achievements

    • Address any conflicts or issues promptly and professionally

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company...plz joins
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How Indexing works in DB
  • Ans. 

    Indexing in DB is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Example: Creating an index on the 'email' column ...

  • Answered by AI
  • Q2. Spring Boot depenencies
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design of Bookmyshow
  • Ans. 

    Bookmyshow is a popular online ticketing platform for movies, events, and other entertainment.

    • Bookmyshow allows users to browse and book tickets for movies, events, plays, sports, etc.

    • The system should have features like seat selection, payment gateway integration, booking history, and notifications.

    • Scalability is important to handle high traffic during popular movie releases or events.

    • Integration with cinema partners ...

  • Answered by AI
  • Q2. Some SQL queries to write

Skills evaluated in this interview

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 Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Round 1 : Received Assessment with dataset and questions, within xlsx file format. question were on countifs, sumifs, conditional formatting, reports and dashboard, pivot chart.

Round 2 - Assignment 

Round 2: This round was on meet again dataset was provided and within 30 min i have to complete given task. and submit.

Round 3 - One-on-one 

(1 Question)

  • Q1. Round 3: Final Round with HR and Manager, Tasks were provided in google sheets, questions were like perform countifs, sumifs, vlookup, Nested IF, importrange, query, Pivot table, pivot chart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on Excel and Google Sheets too.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The interview was on sql first they took hacker rank test on dsa and in second round they called for f2f interview
  • Q2. They told to write two sql query
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

MCQ questions, can be easily done.

Round 2 - Assignment 

A website testing. To find the bugs in the website and list them down.

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked questions related to types of testing, some situation based questions and if you are applying for automation, then there were coding questions- easy level.

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software QA Analyst interview:
  • Selenium
  • Framework
  • Programming
Interview preparation tips for other job seekers - Keep learning and always go for practical knowledge instead of theortical.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself experience
Round 2 - One-on-one 

(1 Question)

  • Q1. About yourself experience

Kalki Communication Technologies Interview FAQs

How many rounds are there in Kalki Communication Technologies interview?
Kalki Communication Technologies interview process usually has 2 rounds. The most common rounds in the Kalki Communication Technologies interview process are Aptitude Test and Technical.
How to prepare for Kalki Communication Technologies 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 Kalki Communication Technologies. The most common topics and skills that interviewers at Kalki Communication Technologies expect are Java, C, .Net, Bugzilla and C#.
What are the top questions asked in Kalki Communication Technologies interview?

Some of the top questions asked at the Kalki Communication Technologies interview -

  1. What are some common electrical core questions that are typically asked during ...read more
  2. Power system related quest...read more

Tell us how to improve this page.

Kalki Communication Technologies Interview Process

based on 2 interviews

Interview experience

3
  
Average
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
Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 825 Interviews
Vodafone Idea Interview Questions
4.1
 • 550 Interviews
View all

Kalki Communication Technologies Reviews and Ratings

based on 26 reviews

4.4/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.9

Salary

4.5

Job security

4.6

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 26 Reviews and Ratings
Senior Software Engineer
15 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Software Engineer
12 salaries
unlock blur

₹5.7 L/yr - ₹10 L/yr

Engineer
9 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Project Engineer
9 salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

Technical Lead
8 salaries
unlock blur

₹14.9 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Kalki Communication Technologies with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Vodafone Idea

4.1
Compare

Tata Communications

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