
Inca Infotech Technologies Private Limited Interview Experience for Fresher Software Developer, Sep 2020
PROFILE

Preparation
Tip 1 : Practice to write good optimized code
Tip 2 : Practice well
Tip 3 : Be thorough about your projects
Application Process
Tip 1 : Don't put false projects or achievements on resume. They will ask and know about it.
Tip 2 : Be thorough with whatever you have mentioned in your resume
Interview Process
Round 1
Given an integer N, you need to print the Pascal's triangle.
Note : The values of pascal's triangle can be large, so take mod with 10^9 + 7.
For eg. N = 4
1
1 1
1 2 1
1 3 3 1
Yaman runs a factory. He makes 2 groups of workers. He observes that the first group with (a -1) workers has worked for...
Round 2
It was a round held on Microsoft teams with a number of other candidates. We were given to design a meal planning software to improve customer experience and cost management in airport.
Meal planning software for airlines to optimise customer experience and cost management.
Please include:
1.Problem Statement
2. Solution in bullets (no essays)
3. Flowchart representing your solution ideas.
4. summary Notes
Round 3
A technical round .They asked about binary trees , diff between stacks queues , basic Coding qsns ,qsn on projects, java oops qsns , node js (since I wrote web development)