Upload Button Icon Add office photos

Future Focus Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Future Focus Infotech Software Engineer Interview Questions and Answers

Updated 7 Jun 2022

Future Focus Infotech Software Engineer Interview Experiences

2 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. There is good to provide training
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice concept spring boot and Multithreding
  • Q2. Basic of java oops collection spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good to join as a fresher they provide training but the salary not credit properly

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your TECHNICAL EXPERIENCE?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skill.

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
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React hooks

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. More questions on which topic
  • Q2. Focus on c#, MVC and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically and scenario based questions also prepared.

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of ECE Branch topics. C/C++ Basic questions.
  • Q2. Modulation and types What are pointers? What is a function? What is OOPS? Factorial using recursion program.
  • Ans. 

    Technical questions related to programming concepts and recursion

    • Pointers are variables that store the memory address of another variable

    • Functions are blocks of code that perform a specific task

    • OOPS is a programming paradigm that uses objects to represent real-world entities

    • Factorial using recursion: int factorial(int n) { if(n==0) return 1; else return n*factorial(n-1); }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I did CDAC course for Advanced Computing from Bangalore. I got the job as a part of campus placement.

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Genaral awareness, c++,java ,Reasoning,permutations,combination,time& distance,average, Compound interest, from these many topics you will get the question in aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Method Overloading,Method Overriding ,Tracibility matrix, STLC, Polymorphism,Abstraction,Oops concept
Round 3 - HR 

(1 Question)

  • Q1. About Family Background, Comfortable to Relocate,And your tell me about your self.

Interview Preparation Tips

Topics to prepare for Tata Elxsi Software Engineer interview:
  • Java
  • C++
  • C
  • Manual Testing
Interview preparation tips for other job seekers - Be comfortable don’t get panic, Once the interviewer ask the question then only you revert it back. Don’t speak too much whatever he ask rply and don’t hesitate.

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Find the second largest element from an integer array in a single traversal
  • Ans. 

    Find the second largest element from an integer array in a single traversal

    • Initialize two variables to store the largest and second largest elements

    • Traverse the array and update the variables accordingly

    • Return the second largest element

  • Answered by AI
  • Q2. This can be done using Hashtables.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. This is an online test consists of questions from OS, DBMS, Networking. Couple of coding question was also there. Language specific section also there.
Round 2 - Technical 

(1 Question)

  • Q1. Here also I was asked to write the code two coding question difficulty varies from easy to medium. More than that I was asked questions from OS, DBMS, SDLC and basic level question from C and JAVA.
Round 3 - Technical 

(1 Question)

  • Q1. This one is kind of advanced technical round. I was asked about C and Java in more depth. Asked to write couple of SQL queries. There are some more conceptual question in SQL.
Round 4 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
  • Q4. Some basic questions and then I was informed that I am selected. There was around 54000 students applied for that role and among them 150 was selected. I got offer letter in the said day and employment sta...

Interview Preparation Tips

Interview preparation tips for other job seekers - Persistent is a company that is really good for fresher from training and culture point of view. But their salary structure especially for the freshers are below average. 30000 is the in-hand salary for 451000 CTC. I was selected in off campus, so didn't need to go through internships. I was provided with Full time opportunity and got the full salary from the first month itself. It was totally a WFH as it was during covid. I will highly recommend to plan for other companies after 2 years. For interview question, stick to the subjects that are mentioned in resume. DBMS, Java, C, SDLC, SQL this are some topics that will be asked irrespective of being mentioned in resume. So prepare well for that. All the best.
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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills understand

Future Focus Infotech Interview FAQs

How many rounds are there in Future Focus Infotech Software Engineer interview?
Future Focus Infotech interview process usually has 2 rounds. The most common rounds in the Future Focus Infotech interview process are Technical.
How to prepare for Future Focus Infotech Software Engineer 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 Future Focus Infotech. The most common topics and skills that interviewers at Future Focus Infotech expect are Javascript, Java, Software Engineering, Angular and HTML.
What are the top questions asked in Future Focus Infotech Software Engineer interview?

Some of the top questions asked at the Future Focus Infotech Software Engineer interview -

  1. Basic of java oops collection spring boot annotati...read more
  2. Microservice concept spring boot and Multithred...read more
  3. There is good to provide train...read more

Tell us how to improve this page.

Future Focus Infotech Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Future Focus Infotech Software Engineer Salary
based on 183 salaries
₹3 L/yr - ₹10 L/yr
25% less than the average Software Engineer Salary in India
View more details

Future Focus Infotech Software Engineer Reviews and Ratings

based on 19 reviews

3.9/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.7

Salary

3.2

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
Desktop Support Engineer
212 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Software Developer
210 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Software Engineer
183 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Network Engineer
156 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Explore more salaries
Compare Future Focus Infotech with

Mphasis

3.4
Compare

eClerx

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview