Upload Button Icon Add office photos

Filter interviews by

Krenai Services Software Developer Interview Questions, Process, and Tips

Updated 7 Oct 2023

Krenai Services Software Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Explain selection sort.
  • Ans. 

    Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.

    • Iterate through the array to find the smallest element.

    • Swap the smallest element with the first unsorted element.

    • Repeat the process for the remaining unsorted portion of the array.

    • Time complexity is O(n^2) and space complexity is O(1).

  • Answered by AI
  • Q2. What are sql joins.
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;

  • Answered by AI
  • Q3. What are procedures in sql.
  • Ans. 

    Procedures in SQL are reusable blocks of code that perform a specific task.

    • Procedures are stored in the database and can be called multiple times.

    • They can accept input parameters and return output parameters.

    • Procedures can contain SQL statements, control-of-flow statements, and error handling.

    • Example: CREATE PROCEDURE GetEmployeeDetails AS SELECT * FROM Employees;

    • Example: EXEC GetEmployeeDetails;

  • Answered by AI
  • Q4. Basics of core java.
Round 2 - Technical 

(4 Questions)

  • Q1. Wap to print pyramid star pattern.
  • Ans. 

    Print a pyramid star pattern using nested loops.

    • Use nested loops to print spaces and stars in each row

    • Increment the number of stars in each row to form a pyramid shape

  • Answered by AI
  • Q2. Difference between == and .equals.
  • Ans. 

    == is used for comparing reference equality, while .equals is used for comparing object equality in Java.

    • == compares memory addresses of objects

    • .equals compares the actual content of objects

    • == is used for comparing primitive data types

    • .equals is used for comparing objects in Java

  • Answered by AI
  • Q3. Explain quick sort.
  • Ans. 

    Quick sort is a sorting algorithm that uses divide and conquer approach to sort an array efficiently.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q4. Questions from collections like what is linked list etc

Interview Preparation Tips

Topics to prepare for Krenai Services Software Developer interview:
  • Core Java
  • MySQL
  • DSA
  • Spring Boot
Interview preparation tips for other job seekers - Keep your fundamentals of core java and sql strong.

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

Krenai Services Interview FAQs

How many rounds are there in Krenai Services Software Developer interview?
Krenai Services interview process usually has 3 rounds. The most common rounds in the Krenai Services interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Krenai Services Software Developer interview?

Some of the top questions asked at the Krenai Services Software Developer interview -

  1. wap to print pyramid star patte...read more
  2. What are procedures in s...read more
  3. Difference between == and .equa...read more

Tell us how to improve this page.

Krenai Services Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Krenai Services Software Developer Salary
based on 14 salaries
₹3 L/yr - ₹8 L/yr
47% less than the average Software Developer Salary in India
View more details

Krenai Services Software Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

React Native Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mobile Application Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Full Stack Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Krenai Services 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