Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Target (Bengaluru) nel mese di mag 2019
Colloquio
I got a call from HR directly. I faced 3 face to face rounds. 3rd round was taken by the project manager. All rounds happened on the same day. The interview panel was very polite and helpful. Prepare
Domande di colloquio [1]
Domanda 1
1. Mostly spring mvc, java, and questions from the technology you have worked on
2. Multithreading on hashmap. What could be the issue of using hashmap in a multithreaded environment?
3. Find longest unique subsequence in the given string
4. Find/Count unique elements in an integer array
5. count number of islands in a given binary matrix. 1 represents island and 0 as water. geeksforgeeks has this questions. Moving diagonally is not allowed
6. Design twitter timeline(feeds). database design, how you will handle caching. Discussed CAP theorem. Discussed Caching strategies.
7. System design to read a file which has data and operation to be performed give a line by line. Ex a=5, next line b= 10, next line a*b. This design extended to support float, doubles, boolean, vector and complex numbers. Like if the file has a=5+i8, then how you handle such scenarios. How you will store and process data.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Target nel mese di mar 2026
Colloquio
Online coding assignment based on spring boot
Hiring manager round question on past project and concurrency in java
Pair programming round. They will give you a code which has bug. Even if your if solve it , it will not build and interviewer don't give a F.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Target (Minneapolis, MN)
Colloquio
Initial tech screen is questions only. Know your Java, know about back-end development. Know about spring boot and annotations. They are a Java shop and they will ask these questions.
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Target nel mese di lug 2024
Colloquio
Interview process took three rounds over three weeks.
First round: Technical discussion only theoretical.
Second round: Problem solving and theory.
Third round: Design and Problem solving. Deep dive in projects.
Domande di colloquio [1]
Domanda 1
Problem solving : 1. Find if the given tree A is a subtree of given tree B.
2. Pseudocode to convert string to number without using library or Integer.parseInt().
Eg string: "1234.56"
3. What is the internal working of hashmap.
4. What is the internal working of elastic search.