Upload Button Icon Add office photos

Filter interviews by

FTD Infocom Software Manager Interview Questions and Answers

Updated 22 May 2023

FTD Infocom Software Manager Interview Experiences

1 interview found

Software Manager Interview Questions & Answers

user image Jeevan Jeejo

posted on 22 May 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. 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 - HR 

(1 Question)

  • Q1. Details about self, present job etc
Round 3 - Technical 

(3 Questions)

  • Q1. Cad tools, experience in civil field
  • Q2. What projects we did
  • Q3. How to improve in software
  • Ans. 

    Continuous learning, collaboration, and keeping up with industry trends are key to improving in software.

    • Stay up-to-date with the latest technologies and tools

    • Collaborate with other developers and participate in code reviews

    • Practice writing clean, efficient, and maintainable code

    • Attend conferences, workshops, and training sessions

    • Read books, blogs, and articles on software development

    • Get feedback from users and incorpo

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. General, attitude and personality to be followed, salary discussion

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Coding Test 

It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.

Round 2 - English and Logical Test 

(2 Questions)

  • Q1. English test consist of 3 questions, 1. write a reply mail 2. correct the casual mail 3. why you are fit for this role. The test duration was 30 mins and during the test, The screen will be shared and v...
  • Q2. Logical test consist of 28 questions in 30 mins, All questions were based on general maths, aptitude and basic general knowledge.
Round 3 - Technical 

(1 Question)

  • Q1. This round was 2 hr long, They started with a basic introduction and gave me a react component based question that I had to implement from stratch by screen sharing, they will also discuss your code later.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Practice the implementation of react components from stratch.
- Practice CURD operations
- Api Calling and handling
- Implementation of Redux Store

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Assignment 

This was a Take Home test. I got a coding assignment where in I had to make a simple iOS app which can fetch data from an API and display it as a list on the screen. I used SwiftUI as its faster to code there. It was not complicated at all if you know youur stuff and they asked me to include tests (both Unit and UI). I already had my code snippets ready (for example for a Network class) so I could write a lot more code quite easily. It was taken on Hackerrank and I had 120mins to complete it. I read the instructions carefully and did as asked. I added comments to everything and made it extremely neat and structured using all the best coding practices of a large scale iOS project. Submitted it and that was it.

Round 2 - Coding Test 

This was a discussion of my assignment. Take Home Follow Up. It was taken by an SDE 3 from US and he asked all sorts of questions about my code. I explained everything in great detail and told him what all things I would do better if i had more time. Simple round. Be ready to explain everything, every word and line.

Round 3 - System Design 

(1 Question)

  • Q1. Design a Order and Cart Page in iOS. The user should be able to order an item, see it in cart, the limit of each item is set to 1. Show the various classes, network requests, APIs, information flow, etc. N...
Round 4 - Behavioral interview 

(2 Questions)

  • Q1. Mention a time where your had to deal with a challenging or difficult colleague and how did you deal with it?
  • Q2. Mention a time where you had a conflict with your manager regarding a technical matter in your project? Where you had a different approach to a problem and had to come to a conclusion?
Round 5 - HR 

(1 Question)

  • Q1. A general discussion about the project and my interests. Discussing my roles and responsibilities and whether I'm comfortable with the location, commute and tech stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a relaxed and confident style of talking helped me a lot. I was concise, made some jokes here and there, communicated my thought process clearly in good fluent English.

Be nice to your recruiter. They will help you push your profile at every step of the way. And they will get you your final offer. Save their number and even if things dont work out, they often call the same candidates again for new positions every quarter.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Had 50 qsns in 45 min

Round 2 - Coding Test 

Had 5 qsns to execute topics like tress and graphs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries and how to extract the data
  • Q2. Oops concepts and their execution
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply they don't hire

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions with in one hour.

Round 2 - Technical 

(2 Questions)

  • Q1. Merge two binary trees
  • Ans. 

    Merge two binary trees by summing up the values of corresponding nodes

    • Traverse both trees simultaneously and sum up the values of corresponding nodes

    • If a node exists in only one tree, add it to the merged tree as is

    • Recursively merge the left and right subtrees

  • Answered by AI
  • Q2. Explain project
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database storage and retrieval

    • Incorporated user authentication and authorization using JWT tokens

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why should we hire you.
  • Ans. 

    I am a dedicated and quick learner with strong problem-solving skills and a passion for software development.

    • Strong problem-solving skills demonstrated through previous projects and coding challenges.

    • Quick learner who can adapt to new technologies and tools efficiently.

    • Passionate about software development and constantly seeking to improve my skills.

    • Dedicated to delivering high-quality code and meeting project deadline...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Hirist and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test was on Coderbyte. Consisted 4 questions. 1 coding and 3 of web developement.

Round 2 - HR 

(1 Question)

  • Q1. General HR questions.
Round 3 - Technical 

(1 Question)

  • Q1. General Techinal questions

Interview Preparation Tips

Topics to prepare for Busibud Junior Software Engineer interview:
  • HTML
  • CSS
  • Javascript
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Automation testing with testing tools
  • Ans. 

    Automation testing with testing tools involves using software to execute tests and compare actual results with expected results.

    • Automation testing saves time and effort compared to manual testing

    • Testing tools like Selenium, Appium, and TestComplete are commonly used for automation testing

    • Automation testing can be used for regression testing, load testing, and performance testing

    • Automation testing requires programming s...

  • Answered by AI
  • Q2. Integration with automation Devops process
  • Ans. 

    Integration with automation DevOps process is crucial for efficient software testing.

    • Automation testing tools can be integrated with DevOps tools like Jenkins, Git, and Docker.

    • Continuous integration and continuous delivery (CI/CD) pipelines can be set up for automated testing.

    • Test cases can be triggered automatically with each code commit or deployment.

    • Test results can be reported back to the development team for quick...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with hr interview process and communication

Skills evaluated in this interview

FTD Infocom Interview FAQs

How many rounds are there in FTD Infocom Software Manager interview?
FTD Infocom interview process usually has 4 rounds. The most common rounds in the FTD Infocom interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in FTD Infocom Software Manager interview?

Some of the top questions asked at the FTD Infocom Software Manager interview -

  1. How to improve in softw...read more
  2. Cad tools, experience in civil fi...read more

Tell us how to improve this page.

FTD Infocom Software Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all
Applications Engineer
8 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Sales Manager
5 salaries
unlock blur

₹3.6 L/yr - ₹10.1 L/yr

Accounts Manager
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Business Development Manager
4 salaries
unlock blur

₹13.3 L/yr - ₹30 L/yr

Marketing Manager
3 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Explore more salaries
Compare FTD Infocom with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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