Add office photos
Engaged Employer

TCS

3.7
based on 84.6k Reviews
Filter interviews by

Flexiware Solutions Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Write a code on Fibonacci series,

Ans.

Code for Fibonacci series

  • Use recursion or iteration to generate the series

  • Start with 0 and 1, then add the previous two numbers to get the next

  • Can be optimized using memoization or dynamic programming

View 1 answer

Q2. differents between c language and java?

Ans.

C is a procedural language while Java is an object-oriented language.

  • C is compiled while Java is interpreted.

  • C has pointers while Java does not.

  • Java has automatic garbage collection while C does not.

  • Java has platform independence while C does not.

  • Java has built-in exception handling while C does not.

View 1 answer

Q3. Write Palindrome programme. Print Star pattern.

Ans.

Answer to a Software Developer fresher's interview question on writing a Palindrome program and printing a star pattern.

  • To write a Palindrome program, reverse the given string and compare it with the original string.

  • To print a star pattern, use nested loops to print the required number of stars in each row.

  • For example, to print a right triangle of stars with 5 rows, use two nested loops, one for rows and one for columns.

Add your answer

Q4. 1) Opps Concept 2) Java vs Phython

Ans.

Opps concept and comparison between Java and Python

  • OOPs concept is a programming paradigm that focuses on objects and their interactions

  • Java is a statically typed language with strong OOPs support and is used for enterprise applications

  • Python is a dynamically typed language with OOPs support and is used for scripting and data analysis

  • Java has a larger community and is more suitable for large-scale projects

  • Python has a simpler syntax and is more suitable for small-scale projec...read more

Add your answer
Discover Flexiware Solutions interview dos and don'ts from real experiences

Q5. Top 5 booming technologies,

Ans.

Top 5 booming technologies are AI, Blockchain, Cloud Computing, IoT, and Cybersecurity.

  • AI - Artificial Intelligence is being used in various industries like healthcare, finance, and retail.

  • Blockchain - It is used for secure and transparent transactions in industries like finance and supply chain management.

  • Cloud Computing - It provides on-demand access to computing resources and is used by businesses of all sizes.

  • IoT - Internet of Things is used in industries like manufacturi...read more

View 1 answer

Q6. 3) Hashtable vs Hashmap

Ans.

Hashtable and Hashmap are both implementations of Map interface in Java.

  • Hashtable is synchronized while Hashmap is not.

  • Hashtable does not allow null keys or values while Hashmap allows one null key and any number of null values.

  • Hashtable is slower than Hashmap due to synchronization.

  • Hashtable is thread-safe while Hashmap is not.

  • Hashtable is considered legacy while Hashmap is the preferred implementation.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter