Upload Button Icon Add office photos
Engaged Employer

i

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

Kalkine Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kalkine Softwaretest Engineer Interview Questions and Answers

Updated 15 Apr 2023

Kalkine Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feature addition

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing of the critical functionalities of the software

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after each build or deployment

    • It helps in identifying major issues early in the development cycle

    • Examples include checking if the app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Sql vs non sql difference
  • Ans. 

    SQL is a relational database management system while NoSQL is a non-relational database management system.

    • SQL databases are structured and use tables with predefined schema while NoSQL databases are unstructured and use collections or documents.

    • SQL databases use SQL language for querying and managing data while NoSQL databases use various query languages like MongoDB's query language.

    • SQL databases are vertically scalab...

  • Answered by AI
  • Q2. Explain critical section and solution to critical section
  • Ans. 

    Critical section is a code segment that should not be executed by multiple threads simultaneously. Solution is to use synchronization techniques.

    • Critical section is a part of code that should be executed by only one thread at a time

    • Multiple threads accessing critical section can lead to race conditions and data inconsistency

    • Synchronization techniques like locks, semaphores, and monitors can be used to ensure mutual exc...

  • Answered by AI
  • Q3. 2 dsa questions which were of dynamic programming
Round 2 - HR 

(3 Questions)

  • Q1. First give introduction
  • Q2. They asked about family background
  • Q3. Some basic hr questions

Interview Preparation Tips

Topics to prepare for Biz 2 Credit Info Services Softwaretest Engineer interview:
  • SQL
  • OS
  • DBMS
Interview preparation tips for other job seekers - Should revise os, dbms and oops. you should be able to write sql query and know your project well.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sql join and basic sql queries
  • Q2. Basic and Some advance knowledge of Linux command
  • Q3. Previous company project details in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving the answer and if you dont know about the answer than say No to straight forward other wise interviewer make you in trouble.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Array rotation, which is relatively straightforward.

Round 2 - Coding Test 

Key JavaScript concepts.

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

There interview process involving coding and systems design. I didn't do the best on systems design but the interviewer was a cool person so it wasn't too bad.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the systems design.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What are promises?
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

IT was for 2hr basic question where ask from differe programing language

Round 2 - HR 

(1 Question)

  • Q1. Question where base on your resume
Round 3 - Technical 

(1 Question)

  • Q1. DSA question ,oops,DBMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Fr Conceicao Rodrigues College of Engineering, Mumbai and was interviewed in Nov 2022. There were 3 interview rounds.

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

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.

Kalkine Interview FAQs

How many rounds are there in Kalkine Softwaretest Engineer interview?
Kalkine interview process usually has 2 rounds. The most common rounds in the Kalkine interview process are Resume Shortlist and Technical.
What are the top questions asked in Kalkine Softwaretest Engineer interview?

Some of the top questions asked at the Kalkine Softwaretest Engineer interview -

  1. what is regression test...read more
  2. What is smoke test...read more

Tell us how to improve this page.

Kalkine Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 102 Interviews
Sharekhan Interview Questions
3.9
 • 78 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Motilal Oswal Interview Questions
3.8
 • 19 Interviews
NASDAQ Interview Questions
3.8
 • 18 Interviews
View all

Kalkine Softwaretest Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
80 salaries
unlock blur

₹4.8 L/yr - ₹9.1 L/yr

Research Analyst
25 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

Assistant Sales Manager
20 salaries
unlock blur

₹4.9 L/yr - ₹9.3 L/yr

Manager
18 salaries
unlock blur

₹6 L/yr - ₹13.7 L/yr

Senior Research Analyst
18 salaries
unlock blur

₹5.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Kalkine with

Moneycontrol.com

2.5
Compare

Zee Business

1.7
Compare

Edelweiss

3.9
Compare

Motilal Oswal

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