Upload Button Icon Add office photos
Engaged Employer

i

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

Ksolves India Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ksolves India Limited Associate Engineer Interview Questions and Answers

Updated 9 Jun 2023

Ksolves India Limited Associate 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 Campus Placement and was interviewed before Jun 2022. There were 5 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 

30 min mid level apti and reasoning test

Round 3 - Coding Test 

3 basic coding questions where given from and we had to solve only 2 of those.

Round 4 - Technical 

(2 Questions)

  • Q1. Basic technical questions based on your resume
  • Q2. Basic Data Structures question
Round 5 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Job location and joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and Smile a little in your interview. work on your skills

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 and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

We were given some 4 coding questions and given 90 minutes to solve.

Round 2 - Technical 

(2 Questions)

  • Q1. Rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees clockwise

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI
  • Q2. Java basics and exception handling
Round 3 - HR 

(2 Questions)

  • Q1. Tell about yourself without telling about your studies and passion
  • Ans. 

    I am a problem-solver with a strong work ethic and a passion for continuous learning.

    • I have a proven track record of successfully completing projects on time and within budget.

    • I excel in collaborating with team members to achieve common goals.

    • I am detail-oriented and always strive for excellence in everything I do.

  • Answered by AI
  • Q2. Speak about the word state for 2 minutes
  • Ans. 

    The word state can refer to a condition, a political entity, or a stage in a process.

    • State can refer to the condition or status of something, such as the state of a machine or the state of a person's health.

    • State can also refer to a political entity, such as a nation-state or a state within a country.

    • State can indicate a stage in a process, such as the state of a project or the state of an experiment.

    • State can also ref...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look confident and maintain good eye contact. Always answer the question even if you have nothing to speak on it.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is .net core?
  • Ans. 

    .NET Core is a cross-platform, open-source framework for building modern applications.

    • .NET Core is a successor to the .NET Framework, designed to be lightweight and modular.

    • It supports multiple programming languages like C#, F#, and Visual Basic.

    • It allows developers to build applications that can run on Windows, macOS, and Linux.

    • It provides high performance and scalability.

    • It includes a set of libraries and tools for d...

  • Answered by AI
  • Q2. How we can implement dependency injection?
  • Ans. 

    Dependency injection is a design pattern that allows objects to be loosely coupled by injecting their dependencies from external sources.

    • Dependency injection helps in achieving inversion of control and promotes modular and testable code.

    • There are three common ways to implement dependency injection: constructor injection, setter injection, and interface injection.

    • Constructor injection involves passing dependencies throu...

  • Answered by AI
  • Q3. Difference between configure and configure services
  • Ans. 

    The difference between configure and configure services is that configure is a general term for setting up or adjusting something, while configure services specifically refers to setting up or adjusting services.

    • Configure: General term for setting up or adjusting something

    • Configure services: Specifically refers to setting up or adjusting services

    • Example: Configuring a computer involves setting up its hardware and softw...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. What is DevOps according to you?
  • Ans. 

    DevOps is a software development approach that emphasizes collaboration, communication, and automation.

    • DevOps is a combination of development and operations teams working together to deliver software quickly and reliably.

    • It involves automating the software delivery process to reduce errors and increase efficiency.

    • DevOps also emphasizes continuous feedback and improvement to ensure that software meets the needs of users...

  • Answered by AI
  • Q2. What are the different types of Cloud?
  • Ans. 

    There are three types of Cloud: Public, Private, and Hybrid.

    • Public Cloud: Services provided by third-party providers over the internet.

    • Private Cloud: Services provided by a single organization for internal use.

    • Hybrid Cloud: Combination of public and private cloud services.

    • Examples: AWS, Microsoft Azure, Google Cloud Platform.

    • Public cloud examples: Dropbox, Gmail, Salesforce.

    • Private cloud examples: Bank of America, NASA...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For Cloud and DevOps, be prepared with the basics.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 coding questions. medium to hard level.
I solved 2.5 questions to get into the next round.

Round 2 - Technical 

(1 Question)

  • Q1. A very basic technical interview. Questions regarding c++, projects, oops. We were told to be well prepared with our projects.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR. Nothing very hefty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics. Confidence is what they're looking for.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the Procedure flow of PHP module
  • Ans. 

    The procedure flow of a PHP module involves defining functions, including them in the main script, and executing them in a specific order.

    • Define functions with specific tasks

    • Include functions in the main script using 'require' or 'include'

    • Execute functions in a specific order to achieve desired functionality

  • Answered by AI
  • Q2. What are Caching
  • Ans. 

    Caching is the process of storing data temporarily in order to reduce access time and improve performance.

    • Caching helps in reducing the load on servers by serving frequently accessed data quickly

    • Examples of caching include browser caching, CDN caching, and database caching

    • Caching can be implemented at different levels such as application level, database level, and server level

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Coding questions _ only 3 questions _ solve in any language but make sure it's executable
  • Q2. Questions from geek for geek or codevita

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and best preparations leads to success . You need to be efficient and productive
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 questions related arrays,strings.

Round 2 - Aptitude Test 

60 questions have to be solved from 60 minutes.

Round 3 - Technical 

(1 Question)

  • Q1. Asked about React.js which I mentioned in my resume and given a pattern related question.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked basically normal questions

Round 2 - HR 

(2 Questions)

  • Q1. Salary exception
  • Q2. When you will join

Ksolves India Limited Interview FAQs

How many rounds are there in Ksolves India Limited Associate Engineer interview?
Ksolves India Limited interview process usually has 5 rounds. The most common rounds in the Ksolves India Limited interview process are Technical, HR and Resume Shortlist.

Tell us how to improve this page.

Ksolves India Limited Associate Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Software Developer
197 salaries
unlock blur

₹2.2 L/yr - ₹13.2 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Software Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹9.9 L/yr

Softwaretest Engineer
42 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Software Developer
40 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Ksolves India Limited with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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