Infineon Interview Experience For Apprenticeship 2024

Status: New grad, Tier-3 college, B.Tech-IT

Position: Apprentice

Location: Bengaluru

Date: March 07, 2024

1st Technical Round 1 (80 minutes):

MCQ test on GeekAccess platform with 3rd eye proctoring, Questions were divided into sections consisting of OOPs, Python, WebFramework(like . NET, etc), C/C++ Input/Output, Aptitude(medium-hard level, GATE level), DBMS(SQL queries).

2nd Technical Round Interview(40min):

Personal Introduction, Questions on projects written on resume(SOLID principles), followed by questions on Reactjs as it was written as a previous work experience, followed by two DSA questions

  • Question 1- How can we rearrange the elements of arrays A and B such that A contains all elements smaller than or equal to B’s smallest element, while B contains all elements greater than A’s largest element?
    Sample I/o:
    Input: A[1,3,5,7] B[2,8]
    Output: A[1,2,3,5] B[7,8]
  • Question 2- How can you transform the input date ’09-Aug-1990′ into the output format ’08-09-1990′?(U need to maintain edge cases and look for fewer lines of code with optimization.)

3rd Technical Round(Technical + HR):

Discussion on my previous work experience, my college projects some discussions on my extra-curricular activities, Followed by some SQL queries on joins, aggregate functions, and select where clauses.

  • Question 1 – Find the second largest element from the array.
  • Question 2 – Pre-order Traversal on Binary Trees.
  • Question 3 – Armstrong Numbers.
  • Question 4 – Find All Substrings.

Note:

In this round, Easy DSA questions were asked and mostly the Interviewer looked at how positively I approached a problem and how I took his feedback to solve the problem.

Result:

I got the offer and also accepted it.

Tips:

  1. As a fresher don’t keep high expectations from the compensation.
  2. Keep a positive and learning attitude

Even if I am a learner please comment on how to ace any interview.

Best of Luck.