Upload Button Icon Add office photos

Filter interviews by

Feathersoft Info Solutions Interview Questions, Process, and Tips

Updated 10 Sep 2022

Top Feathersoft Info Solutions Interview Questions and Answers

View all 9 questions

Feathersoft Info Solutions Interview Experiences

Popular Designations

2 interviews found

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse a given string
  • Ans. 

    Reverse a given string

    • Iterate through the string from end to start and append each character to a new string

    • Use StringBuilder or StringBuffer for better performance

    • Convert the string to a character array and swap the first and last characters, then move towards the middle until the entire string is reversed

  • Answered by AI
  • Q2. Find duplicate alphabets in a string
  • Ans. 

    Program to find duplicate alphabets in a string

    • Create a HashMap to store the frequency of each alphabet

    • Iterate through the string and update the frequency in the HashMap

    • Iterate through the HashMap and print the alphabets with frequency greater than 1

  • Answered by AI
  • Q3. Find vowels from a string
  • Ans. 

    A Java program to find vowels from a given string.

    • Create a string variable and initialize it with the given string.

    • Use a for loop to iterate through each character of the string.

    • Check if the character is a vowel using if statement and add it to a new string variable.

    • Print the new string variable containing all the vowels.

  • Answered by AI
  • Q4. Abstract and anonymous classes in java
  • Ans. 

    Abstract classes are incomplete classes that cannot be instantiated. Anonymous classes are unnamed classes that can be created on the fly.

    • Abstract classes are declared with the 'abstract' keyword and can have abstract and non-abstract methods.

    • Anonymous classes are created using the 'new' keyword and can extend a class or implement an interface.

    • Anonymous classes are often used for event handling and callbacks.

    • Example of...

  • Answered by AI
  • Q5. Demonstrate inheritance in java with code
  • Ans. 

    Inheritance in Java allows a class to inherit properties and methods from another class.

    • Use the 'extends' keyword to create a subclass that inherits from a superclass

    • The subclass can access all public and protected members of the superclass

    • Example: class Dog extends Animal { ... }

    • The 'super' keyword is used to call the superclass constructor or method

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Explain controller in spring
  • Ans. 

    Controller in Spring is responsible for handling user requests and returning appropriate responses.

    • Controller receives requests from the client and delegates them to appropriate handlers

    • It maps the incoming requests to the corresponding handler methods

    • It returns the response to the client after processing the request

    • It can also handle exceptions and errors that occur during request processing

  • Answered by AI
  • Q2. Configuring server port in a spring boot app
  • Ans. 

    To configure server port in a Spring Boot app, modify the application.properties file.

    • Open the application.properties file

    • Add the following line: server.port=8080 (or any desired port number)

    • Save the file and restart the application

  • Answered by AI
  • Q3. Find the lowest number from an arraylist using streams
  • Ans. 

    Find the lowest number from an arraylist using streams

    • Use stream.min() method to find the lowest number

    • Pass Comparator.naturalOrder() to get the lowest number

    • Handle empty list scenario using OptionalInt

  • Answered by AI
  • Q4. Explain a previous project
  • Ans. 

    Developed a web-based inventory management system for a retail store

    • Used Java, Spring framework, and MySQL for backend development

    • Implemented user authentication and authorization using Spring Security

    • Designed the frontend using HTML, CSS, and JavaScript

    • Integrated barcode scanner for efficient inventory management

    • Conducted unit testing using JUnit and integration testing using Selenium

    • Deployed the application on AWS EC

  • Answered by AI
  • Q5. Use of refresh scope
  • Ans. 

    Refresh scope is used in Spring framework to control the lifecycle of beans.

    • Refresh scope is used to create a new instance of a bean every time it is requested.

    • It is useful when the state of a bean needs to be reset on every request.

    • To use refresh scope, add @RefreshScope annotation to the bean definition.

    • Example: @Bean @RefreshScope public MyBean myBean() { return new MyBean(); }

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. No questions, it was more of a friendly chat for half an hour or something.

Interview Preparation Tips

Topics to prepare for Feathersoft Info Solutions Java Developer Trainee interview:
  • Core Java
Interview preparation tips for other job seekers - It's an easy interview, if you know your java well.

Skills evaluated in this interview

Top Feathersoft Info Solutions Java Developer Trainee Interview Questions and Answers

Q1. Find the lowest number from an arraylist using streams
View answer (1)

Java Developer Trainee Interview Questions asked at other Companies

Q1. What are 4 pillors of oops concept? And explain them with example.
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2021

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

Interview Questionnaire 

1 Question

  • Q1. Abut the company

Interview Preparation Tips

Interview preparation tips for other job seekers - read the website

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Feathersoft Info Solutions

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your work Experience
  • Ans. 

    I have 5 years of experience working as a mechanical engineer in the automotive industry.

    • 5 years of experience in mechanical engineering

    • Specialized in automotive industry

    • Worked on designing and testing vehicle components

    • Experience with CAD software for modeling and simulations

  • Answered by AI
  • Q2. Why am i looking for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges to enhance skills and knowledge

    • Seeking better career growth opportunities

    • Interested in exploring different work environments

    • Want to broaden professional network

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. What area i have covered testing
  • Ans. 

    I have covered testing in areas such as software development, quality assurance, and system integration.

    • Software testing methodologies such as unit testing, integration testing, and regression testing

    • Quality assurance processes to ensure software meets requirements and standards

    • System integration testing to verify that different components work together seamlessly

  • Answered by AI
  • Q2. What type of testing i have experience for
  • Ans. 

    I have experience with various types of testing including unit testing, integration testing, system testing, and regression testing.

    • Unit testing: Testing individual components or functions of the software in isolation.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Regression testing: Testing to ensure that new code changes do not adversely affect

  • Answered by AI
  • Q3. What is functional & Non functional Testing
  • Ans. 

    Functional testing ensures that the software functions as intended, while non-functional testing focuses on performance, usability, and security.

    • Functional testing checks if the software meets the specified requirements.

    • Non-functional testing evaluates aspects like performance, scalability, reliability, and security.

    • Examples of functional testing include unit testing, integration testing, and system testing.

    • Examples of...

  • Answered by AI
  • Q4. Give positive & Negative Example for a scenario in testing
  • Ans. 

    Positive & Negative testing scenario examples

    • Positive example: Testing a login form with valid credentials should allow the user to access the system

    • Negative example: Testing a login form with invalid credentials should display an error message

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What will you do if you face challenge in job
  • Ans. 

    I will approach the challenge methodically, seek help if needed, and work towards finding a solution.

    • Assess the challenge and break it down into smaller tasks

    • Research and gather information to understand the problem better

    • Consult with colleagues or supervisors for advice or guidance

    • Experiment with different solutions and adapt as needed

    • Stay persistent and focused on finding a resolution

  • Answered by AI
  • Q2. What process you will follow for a critical Issue you find
  • Ans. 

    I will follow a systematic approach to identify, analyze, prioritize, and resolve the critical issue.

    • Identify the critical issue and gather all relevant information

    • Analyze the root cause of the issue and its impact on the system

    • Prioritize the critical issue based on severity and potential impact

    • Develop a plan of action to resolve the issue efficiently

    • Implement the solution and monitor its effectiveness

    • Document the enti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Volansys Technologies Engineer interview:
  • Functional Testing
  • Agile Testing
Interview preparation tips for other job seekers - Remember every details of your CV. Keep answer process oriented.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Reverse string in java
  • Ans. 

    Reverse a string in Java using StringBuilder or iterative approach.

    • Use StringBuilder to reverse the string: StringBuilder sb = new StringBuilder(str); sb.reverse().toString();

    • Iterative approach: Convert the string to char array, swap characters from start and end indexes until middle is reached.

  • Answered by AI
  • Q2. Write the xpath for MakeMyTrip datepicker
  • Ans. 

    The xpath for MakeMyTrip datepicker can be written using unique attributes of the datepicker element.

    • Use unique attributes like class, id, or data-testid to locate the datepicker element

    • Consider the structure of the datepicker and its parent elements when writing the xpath

    • Use indexes or sibling relationships if necessary to pinpoint the datepicker element

  • Answered by AI
  • Q3. SQL query for order all the employees in ascending order
  • Ans. 

    Use SQL query with ORDER BY clause to order employees in ascending order.

    • Use SELECT statement to retrieve employee data

    • Add ORDER BY clause with the column you want to order by

    • Specify ASC keyword for ascending order

    • Example: SELECT * FROM employees ORDER BY employee_id ASC;

  • Answered by AI
  • Q4. Difference between smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a subset of acceptance testing, focusing on specific areas.

    • Smoke testing is performed to check if the critical functionalities of the application are working fine after changes.

    • Sanity testing is performed to check if the specific areas of the application are working fine after changes.

    • Smoke testing is a shallow and...

  • Answered by AI
  • Q5. Right positive or negative coupon code based on minimum amount and maximum amount
  • Ans. 

    Generate a coupon code based on minimum and maximum amount

    • Determine the range of amounts for the coupon code

    • Generate a random code within that range

    • Assign positive or negative based on the criteria

  • Answered by AI
  • Q6. Basic git commands

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Assignment 

I need to designe a dashboard of 2-3 pages

Round 2 - Technical 

(2 Questions)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs, goals, and pain points.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes to visualize the design.

    • Testing: Gather feedback from users through usability testing.

    • Iteration: Refine and improve the design based on feedback.

    • Collaborati...

  • Answered by AI
  • Q2. What motivate you to design?
  • Ans. 

    I am motivated to design by the opportunity to solve problems creatively and make a positive impact on users' experiences.

    • I am driven by the challenge of finding innovative solutions to user needs

    • I am inspired by the potential to create intuitive and user-friendly interfaces

    • I am motivated by the ability to improve people's lives through design

    • I find joy in the process of creating visually appealing and functional desig

  • Answered by AI
Round 3 - Assignment 

I need to 2-3 screens of mobile app

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Ans. 

    I am seeking new challenges and opportunities for growth in the UI UX field.

    • Seeking new challenges to expand my skills

    • Opportunities for growth and advancement

    • Passion for UI UX design and desire to excel in the field

  • Answered by AI
  • Q2. What your salary expectation?
  • Ans. 

    My salary expectation is in line with industry standards for UI UX Designers with my level of experience.

    • Research industry standards for UI UX Designer salaries

    • Consider my level of experience and skills

    • Factor in the location and size of the company

    • Negotiate based on benefits and perks offered

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm your salary before an interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical and Aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like oops concept,conceptual invented Java
  • Q2. Some programming questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions asked
  • Q2. System design
Round 3 - Ghosted 

(1 Question)

  • Q1. Ghosted by recuriter
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Anna University and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round their after the successful candidate can go for next round

Round 2 - Coding Test 

Coding round has 2 question where you Want to answe 3 also

Round 3 - Group Discussion 

Group discussion was a round taken by hiring team

Interview Preparation Tips

Topics to prepare for AVASO Technology Solutions Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Nothing

Feathersoft Info Solutions Interview FAQs

How many rounds are there in Feathersoft Info Solutions interview?
Feathersoft Info Solutions interview process usually has 3 rounds. The most common rounds in the Feathersoft Info Solutions interview process are Technical and HR.
How to prepare for Feathersoft Info Solutions 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 Feathersoft Info Solutions. The most common topics and skills that interviewers at Feathersoft Info Solutions expect are Web Technologies, Database, Management, PHP and SQL.
What are the top questions asked in Feathersoft Info Solutions interview?

Some of the top questions asked at the Feathersoft Info Solutions interview -

  1. Find the lowest number from an arraylist using stre...read more
  2. Demonstrate inheritance in java with c...read more
  3. Configuring server port in a spring boot ...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Feathersoft Info Solutions interviews
WalkIn
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Feathersoft Info Solutions Reviews and Ratings

based on 36 reviews

4.4/5

Rating in categories

4.4

Skill development

4.3

Work-Life balance

3.6

Salary & Benefits

4.2

Job Security

4.2

Company culture

3.9

Promotions/Appraisal

4.3

Work Satisfaction

Explore 36 Reviews and Ratings
AI/ML Engineer

Kochi,

Chennai

1-3 Yrs

Not Disclosed

Junior Marketing Analyst

Kochi,

Chennai

1-2 Yrs

Not Disclosed

Marketing Executive

Kochi,

Chennai

1-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
53 salaries
unlock blur

₹2.3 L/yr - ₹8.5 L/yr

Softwaretest Engineer
24 salaries
unlock blur

₹2.6 L/yr - ₹5.5 L/yr

Technical Support Engineer
11 salaries
unlock blur

₹3.6 L/yr - ₹9.2 L/yr

Software Developer
10 salaries
unlock blur

₹2.5 L/yr - ₹5.7 L/yr

Business Analyst
7 salaries
unlock blur

₹5.1 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Feathersoft Info Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview