Upload Button Icon Add office photos

Filter interviews by

Krenai Services Interview Questions and Answers

Updated 19 Feb 2024
Popular Designations

6 Interview questions

A Software Developer was asked
Q. 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;

View all Software Developer interview questions
A Software Developer was asked
Q. What is the 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

View all Software Developer interview questions
A Software Developer was asked
Q. Explain the quick sort algorithm.
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]

View all Software Developer interview questions
A Software Developer was asked
Q. Write a program to print a 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

View all Software Developer interview questions
A Software Developer was asked
Q. 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;

View all Software Developer interview questions
A Software Developer was asked
Q. 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).

View all Software Developer interview questions

Krenai Services Interview Experiences

2 interviews 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 experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Several sql question

Round 2 - Coding Test 

Array question reverse

Round 3 - HR 

(1 Question)

  • Q1. Several questions about project

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Krenai Services ?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm excited about working with cuttin...

  • Answered by AI
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

I applied via Company Website and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test with English grammar and math skills

Round 2 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, hard work, and support for one another in all endeavors.

    • Supportive Environment: My parents always encouraged my siblings and me to pursue our passions, whether in academics or sports.

    • Diverse Background: My family has roots in different cultures, which has enriched our perspectives and fostered open-mindedness.

    • Strong Work Ethic: Both my parents worked hard to provid...

  • Answered by AI
  • Q2. Tell me about yourself.
  • Ans. 

    Experienced Senior Associate with a strong background in project management and team leadership, dedicated to driving results and innovation.

    • Over 7 years of experience in project management, successfully leading cross-functional teams to deliver projects on time and within budget.

    • Proficient in data analysis and strategic planning, having implemented a new reporting system that improved efficiency by 30%.

    • Strong communic...

  • Answered by AI
  • Q3. What have you studied so far
  • Ans. 

    I have studied various subjects including finance, economics, and data analysis, focusing on their applications in business strategy.

    • Finance: I studied corporate finance, learning about capital budgeting and financial analysis to make informed investment decisions.

    • Economics: My coursework included micro and macroeconomics, helping me understand market dynamics and economic indicators.

    • Data Analysis: I gained skills in d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and you will crack the interview
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Q2. Introduce u r self....
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have 3 years of experience working in marketing and sales roles.

    • I am proficient in Microsoft Office Suite and have strong communication skills.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
  • Q4. About TCS
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. GL related questions
  • Q2. Comfortable for night shifts
  • Ans. 

    Yes, I am comfortable with night shifts and have experience working during those hours.

    • I have worked night shifts in my previous job and have adapted to the schedule

    • I am a night owl and prefer working during those hours

    • I understand the importance of being alert and focused during night shifts

    • I am willing to adjust my sleep schedule to accommodate night shifts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about GL and accounting policies

Krenai Services Interview FAQs

How many rounds are there in Krenai Services 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.
How to prepare for Krenai Services 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 Krenai Services . The most common topics and skills that interviewers at Krenai Services expect are Android, Architecting, IOS, Infrastructure and Javascript.
What are the top questions asked in Krenai Services interview?

Some of the top questions asked at the Krenai Services 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.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
View all

Krenai Services Reviews and Ratings

based on 11 reviews

4.3/5

Rating in categories

4.6

Skill development

3.6

Work-life balance

3.6

Salary

4.2

Job security

3.6

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 11 Reviews and Ratings
Software Developer
16 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

React Native Developer
7 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Junior Software Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹4.2 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹3 L/yr - ₹3.4 L/yr

Mobile Application Developer
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Krenai Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview