Filter interviews by
Normal questions are there
Printing star pattern
I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.
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, ...
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.
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
Coding on paper😂😂 and checked and they said it was right and i come home and find that was wrong😂😂😂
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Skyach Software Solutions interview questions for popular designations
I applied via Referral and was interviewed in Dec 2021. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Jul 2022. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jul 2020. There were 5 interview rounds.
Top trending discussions
I was interviewed in Feb 2025.
It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.
posted on 18 Jan 2025
A table must be created using Angular Material or another UI library to demonstrate CRUD operations.
Angular services are used to create reusable code that can be shared across components.
Create a service using the Angular CLI command 'ng generate service serviceName'
Inject the service into components by adding it to the providers array in the component's metadata
Services can be used to share data between components, perform HTTP requests, or handle business logic
Services are singleton instances, meaning there is only...
Methods for communication between components in Angular include Input and Output properties, ViewChild, Services, and EventEmitters.
Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.
Using ViewChild to access child components and their properties directly from the parent component.
Using Services to create a shared service that can be injected i...
based on 5 interviews
Interview experience
based on 13 reviews
Rating in categories
Software Engineer
5
salaries
| ₹2 L/yr - ₹6 L/yr |
Software Developer
4
salaries
| ₹2 L/yr - ₹3 L/yr |
Infosys
TCS
Wipro
HCLTech