Upload Button Icon Add office photos

Filter interviews by

SwiftWIN Technologies Interview Questions, Process, and Tips

Updated 15 Oct 2022

Top SwiftWIN Technologies Interview Questions and Answers

View all 8 questions

SwiftWIN Technologies Interview Experiences

Popular Designations

3 interviews found

I applied via Recruitment Consulltant and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Node related questions, node request life cycle, question related to event loop, asynchronous programming, program.
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Manager discussion related to high level systems design and coding practices, system scaling
Round 4 - One-on-one 

(1 Question)

  • Q1. Project Manager discussion about your projects and questions related to systems design.
Round 5 - HR 

(1 Question)

  • Q1. Tell me about your self, salary discussion, offers in hand, details about the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply if you are an immediate joiner, or you have an offer from a different company with early joining. They take a very long time between rounds and to roll out offers.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Round 1 - Technical 

(1 Question)

  • Q1. When will you open DB connection and when will you close in activity lifecycles methods?😉
  • Ans. 

    DB connection should be opened in onCreate() and closed in onDestroy() method.

    • Open DB connection in onCreate() method.

    • Close DB connection in onDestroy() method.

    • Avoid opening and closing DB connection frequently.

    • Use SQLiteOpenHelper class to manage DB connection.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. Interviewer is expecting word to word bookish answers.

Android Mobile Application Developer Interview Questions asked at other Companies

Q1. 1. Sealed Classes vs Enum 2. Activity Lifecycle and Fragment Lifecycle 3. Serialization in Java 4. Scope functions in Kotlin 5. Doze mode 6. New features in Android 11 7. Interprocess communication/AIDL 8. DI Design patterns 9. Viewmodel an... read more
View answer (1)

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(9 Questions)

  • Q1. Applied via reference, Single round with TL, they ask questions on C#, SQL, and LINQ
  • Q2. OOPs concepts with example
  • Ans. 

    OOPs concepts are fundamental to object-oriented programming. They include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance: A child class can inherit properties and methods from a parent class. Example: A Car class can inherit from a Vehicle class.

    • Encapsulation: Hiding implementation details and exposing only necessary information. Example: A BankAccount class can hide the account balance.

    • Abstract...

  • Answered by AI
  • Q3. LINQ joins, mostly how to write Left join
  • Q4. Authentication vs authorization
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.

    • Authentication confirms the user's identity through credentials such as username and password.

    • Authorization determines what resources the user can access based on their role or permissions.

    • Authentication precedes authorization in the security process.

    • Examples of authentication i...

  • Answered by AI
  • Q5. Types of constructors
  • Ans. 

    Constructors are special methods used to initialize objects in a class.

    • Default constructor: no arguments

    • Parameterized constructor: one or more arguments

    • Copy constructor: creates a new object as a copy of an existing object

    • Static constructor: initializes static variables

    • Private constructor: restricts object creation outside the class

  • Answered by AI
  • Q6. Index in sql server and types
  • Ans. 

    Index in SQL Server is used to improve query performance. There are different types of indexes.

    • Clustered index: sorts and stores data rows in the table based on their key values

    • Non-clustered index: contains a separate structure with the indexed columns and a pointer to the data rows

    • Unique index: ensures that the indexed columns contain unique values

    • Filtered index: indexes a subset of data rows based on a filter predica...

  • Answered by AI
  • Q7. Last project and its related queries
  • Ans. 

    Developed a web application for a retail company to manage their inventory and sales.

    • Used React.js for the front-end and Node.js for the back-end

    • Implemented a database schema using MongoDB

    • Integrated Stripe API for payment processing

    • Implemented user authentication and authorization using JWT

    • Optimized application performance by implementing caching and lazy loading

  • Answered by AI
  • Q8. Ref vs out in c# which to use
  • Ans. 

    ref is used for passing reference types by reference, out is used for returning values by reference.

    • Use ref when you want to modify the value of the parameter inside the method

    • Use out when you want to return multiple values from a method

    • ref requires the variable to be initialized before passing it to the method, out does not

    • ref can be used with both value and reference types, out can only be used with reference types

  • Answered by AI
  • Q9. Middleware in .net core
  • Ans. 

    Middleware in .NET Core is a pipeline of components that handle requests and responses.

    • Middleware is added to the pipeline using the Use() method in Startup.cs

    • Middleware can modify the request or response, or pass it on to the next component in the pipeline

    • Examples of middleware include authentication, logging, and error handling

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Why you choose swiftwin
  • Q2. Salary expectation from us
  • Q3. How soon can you join

Interview Preparation Tips

Interview preparation tips for other job seekers - As it was referral drive, It was quick and within 2 days I got offer

Skills evaluated in this interview

Top SwiftWIN Technologies Software Developer Interview Questions and Answers

Q1. last project and its related queries
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 3 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 - Assignment 

Todo application javascript todo app creation needs to submit

Round 3 - HR 

(1 Question)

  • Q1. Expected salary, family, future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a quick learner
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

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

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

SwiftWIN Technologies Interview FAQs

How many rounds are there in SwiftWIN Technologies interview?
SwiftWIN Technologies interview process usually has 2-3 rounds. The most common rounds in the SwiftWIN Technologies interview process are One-on-one Round, HR and Technical.
How to prepare for SwiftWIN Technologies 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 SwiftWIN Technologies. The most common topics and skills that interviewers at SwiftWIN Technologies expect are Javascript, React.Js, Java, Spring and Node.Js.
What are the top questions asked in SwiftWIN Technologies interview?

Some of the top questions asked at the SwiftWIN Technologies interview -

  1. When will you open DB connection and when will you close in activity lifecycles...read more
  2. last project and its related quer...read more
  3. ref vs out in c# which to ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
View all

SwiftWIN Technologies Reviews and Ratings

based on 27 reviews

3.3/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.5

Salary

2.5

Job security

3.1

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 27 Reviews and Ratings
Software Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SwiftWIN Technologies 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