Upload Button Icon Add office photos
Engaged Employer

i

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

KANINI Software Solutions Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 241 Reviews

Filter interviews by

KANINI Software Solutions Associate Qa Software Engineer Interview Questions and Answers

Updated 30 Apr 2024

KANINI Software Solutions Associate Qa Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project explaintion
  • Q2. 45 mins of overall manual basic scenario questions ., agile and scrum ., azure related questions , domain knowledge questions
Round 2 - Technical 

(1 Question)

  • Q1. Mid level to advance level questions from Performance testing , SQL and API testing questions, more questions from postman and j meter
Round 3 - Technical 

(1 Question)

  • Q1. Dev tools , x path , coding syntax of selenium, Cypress and vscode install procedure , how to learn playwright and all automated tools updated. Scenario based questions from Cloud concepts
Round 4 - HR 

(1 Question)

  • Q1. Simple one on one discussion Abt self intro basic questions about our past experience

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Solid Principle, Design Patterns,
  • Q2. React sharing data btw siblings without any state management.
  • Q3. NodeJs is single threaded then why it feels concurrent?
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related micro services
  • Q2. Message queue related questions
  • Q3. NodeJs related questions: Event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare NodeJs in-depth.
Mention things in your resume that you actually know and worked on. They will ask questions from your experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is solid principple
  • Ans. 

    SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI
  • Q2. Whats are oops in c#
  • Ans. 

    Object-oriented programming concepts in C#

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects to take on multiple forms

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql server agent why can't we create objects of abstract class write extension method for abstract class SQL: SP vs Function, which one is faster, why? can I call SP from Function Microservice orch...
  • Ans. 

    SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.

    • SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.

    • Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.

    • Extension methods ca...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c# write generic method to perform summation of 2 numeric type variable (int, double, float..) write test cases for Sum method which design pattern you used
  • Ans. 

    A record in C# is a data structure that stores a fixed number of fields of different data types.

    • A record in C# is similar to a struct in C++, containing fields to store data.

    • Example: 'public record Person { public string Name; public int Age; }'

    • Generic method for summation: 'public T Sum(T a, T b) where T : struct, IConvertible { return Convert.ToDouble(a) + Convert.ToDouble(b); }'

    • Test cases can include checking the su...

  • Answered by AI
  • Q2. This was the worst interview I have ever given. Interview got rescheduled 3 times. The panelist behaved so rudely, Why people wouldn't even care to show his face, it's literally very frustrating.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is OOPS- What are SOLID principles- Explain the difference between Asp.net - asp.net CORE Explain DI- Explain Authentication and Authorization Testing Logical Skills and understanding-
  • Ans. 

    OOPS is a programming paradigm that focuses on objects and their interactions. SOLID principles are design principles for writing maintainable and scalable code. ASP.NET and ASP.NET Core are frameworks for building web applications. DI is a design pattern that allows for loose coupling and easier testing. Authentication is the process of verifying the identity of a user, while authorization determines what actions a us...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About Design Patterns. Authorization- Securing APIs About Architectures and more-

Skills evaluated in this interview

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

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts

KANINI Software Solutions Interview FAQs

How many rounds are there in KANINI Software Solutions Associate Qa Software Engineer interview?
KANINI Software Solutions interview process usually has 4 rounds. The most common rounds in the KANINI Software Solutions interview process are Technical and HR.
What are the top questions asked in KANINI Software Solutions Associate Qa Software Engineer interview?

Some of the top questions asked at the KANINI Software Solutions Associate Qa Software Engineer interview -

  1. Dev tools , x path , coding syntax of selenium, Cypress and vscode install proc...read more
  2. 45 mins of overall manual basic scenario questions ., agile and scrum ., azure ...read more
  3. Mid level to advance level questions from Performance testing , SQL and API tes...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 KANINI Software Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 781 Interviews
NTT Data Interview Questions
3.9
 • 588 Interviews
View all

KANINI Software Solutions Associate Qa Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

3.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Senior Associate
107 salaries
unlock blur

₹6.7 L/yr - ₹20 L/yr

Associate
64 salaries
unlock blur

₹4.9 L/yr - ₹14 L/yr

Junior Associate
56 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹8.6 L/yr - ₹20 L/yr

Softwaretest Engineer
38 salaries
unlock blur

₹3.8 L/yr - ₹8.6 L/yr

Explore more salaries
Compare KANINI Software Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

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