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.)

Infineon Interview Experience For Apprenticeship 2024

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

Position: Apprentice

Location: Bengaluru

Date: March 07, 2024

Similar Reads

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...

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....