Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Skyach Software Solutions Software Engineer Interview Questions and Answers

Updated 15 Sep 2024

Skyach Software Solutions Software Engineer Interview Experiences

5 interviews found

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

Normal questions are there

Round 2 - Coding Test 

Printing star pattern

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Family introduction
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Print numbers like 2,4,8,32 to infinity?
  • Ans. 

    Use a loop to print numbers by multiplying the previous number by 2.

    • Start with the number 2

    • Multiply the previous number by 2 to get the next number

    • Continue this pattern to print numbers like 2, 4, 8, 32, ...

    • Example: 2, 4, 8, 16, 32, 64, ...

  • Answered by AI
  • Q2. Find the second largest number of the array?
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order to easily find the second largest number.

    • Return the second element in the sorted array as the second largest number.

  • Answered by AI
  • Q3. Design realtional schema for shopping website?
  • Ans. 

    Design relational schema for a shopping website.

    • Create tables for products, customers, orders, and payments

    • Use foreign keys to establish relationships between tables

    • Include attributes like product ID, customer ID, order ID, etc.

    • Consider additional tables for categories, reviews, and discounts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepARE with logics

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Referral and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked about logics
  • Q2. Database without queries
  • Q3. Asked about oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for oops concepts, loops pattern, database technically.

I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic oops concepts and prepare for logics and database

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic oops concepts, loops pattern,database html, css, JavaScript, jQuery and bootstrap

Skyach Software Solutions interview questions for designations

 Software Developer

 (2)

 Softwaretest Engineer

 (1)

I applied via Campus Placement and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1.  OOPS-related questions such as class, object, inheritance, polymorphism with coding examples.
  • Q2. Wrote some queries of the database.
  • Q3. Give some coding questions randomly and given wrote suitable code

Interview Preparation Tips

Interview preparation tips for other job seekers - keep learning and also prepare basic knowledge of your domain and be confident and keep practice daily on the problem statements.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I was interviewed in Oct 2020.

Interview Questionnaire 

3 Questions

  • Q1. Final round is HR. In this round they will explain the working hours, CTC, etc and some set of HR questions will be also expected here
  • Q2. Tell me some of your strengths Weaknesses Where would you see yourself after 5 years Etc
  • Q3. Followed by 1st round written Examination F2F Technical interview is done. In this round we any expect all the technical questions of our subjects and the interviewer will check for our personality, commun...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best Guys.prepare well and face the interview.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

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 Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Skyach Software Solutions Interview FAQs

How many rounds are there in Skyach Software Solutions Software Engineer interview?
Skyach Software Solutions interview process usually has 1-2 rounds. The most common rounds in the Skyach Software Solutions interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Skyach Software Solutions Software Engineer interview?

Some of the top questions asked at the Skyach Software Solutions Software Engineer interview -

  1. find the second largest number of the arr...read more
  2. design realtional schema for shopping websi...read more
  3. print numbers like 2,4,8,32 to infini...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

CAMPUS PLACEMENT

Madras School of Economics, Chennai

INTERVIEWS

Shriram Life Insurance

No Interviews

INTERVIEWS

AppSuccessor

No Interviews

INTERVIEWS

Iris Software

No Interviews

INTERVIEWS

Zithara

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Biyani Technologies

No Interviews

Tell us how to improve this page.

Skyach Software Solutions Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Skyach Software Solutions Software Engineer Salary
based on 5 salaries
₹2 L/yr - ₹6 L/yr
56% less than the average Software Engineer Salary in India
View more details

Skyach Software Solutions Software Engineer Reviews and Ratings

based on 3 reviews

1.7/5

Rating in categories

1.9

Skill development

2.2

Work-life balance

1.5

Salary

2.4

Job security

1.5

Company culture

1.5

Promotions

1.9

Work satisfaction

Explore 3 Reviews and Ratings
Compare Skyach Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent