
Confidential Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 203 interview experiences · FREE TO READ
Which role are you interviewing for?
30 roles · 203 reportsCandidate interview experiences
First-hand accounts from people who interviewed at Confidential.
Software Engineer
The interview had some easy Android questions covering topics like activity, state management, data structures, and Jetpack components. It also included a coding question on binary search in a rotated array, graph traversals (BFS, DFS), linked list problems (finding the middle, rotating), shortest path in an undirected graph, and a greedy interval problem.
- Tell me about Android activities.
- Explain state management in Android.
- What are some common data structures?
Product Engineer
The interview process was pretty structured and went smoothly. First, there was a recruiter screening, then a technical round where they asked about SQL, product metrics, and data case studies. After that, I had a product thinking round with questions about user behavior and feature adoption scenarios. The last round was behavioral questions and talking with the hiring manager about working with other teams. It was engaging and gave me a good feel for the job.
- If you were to launch a feature like "Dark Mode," what product metric would you prioritize tracking?
- Can you explain how to calculate 7-day retention using SQL?
- What scenario-based questions about user behavior and feature adoption were asked in the product thinking round?
Payroll Specialist
I'm currently working as a Payroll Analyst and have extensive experience in payroll management, EOS benefits, and compliance. I'm seeking a role that offers broader regional exposure, a more dynamic or remote work setting, and the chance to contribute to global payroll operations. I'm particularly drawn to companies like yours that are at the forefront of HR and payroll technology innovation. I feel this is the opportune moment in my career to embrace a more strategic position where I can leverage my GCC payroll expertise within a fast-paced, international environment.
- Can you tell me about yourself and your background?
- What are your thoughts on career progression and professional growth?
- Do you have any questions for us or general interview queries?
Store Manager
I interviewed for a Junior Store Manager position at a tech company. The process was well-organized, starting with a video call, followed by a chat with the area manager. They inquired about my leadership experience, team management skills, and sales strategies. The recruiter was friendly and clearly explained the job's duties. They promised a response within a week. Overall, I found the experience to be positive and professional.
- What are your strengths and weaknesses?
Confidential Interview Questions
Quoted word for word from Confidential interview reports.
“Given an array of integers nums and an integer target, return the indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: Because nums[0] + nums[1] == 9, we return [0, 1].”
Read reports →“Given an array prices where prices[i] is the price of a stock on the ith day, find the maximum profit from buying on one day and selling on a future day. Return 0 if no profit is possible.”
Read reports →“Can you find the first character in a string that does not repeat?”
Read reports →“Given a linked list, how do you find the middle node?”
Read reports →“How would you find a binary search in a rotated sorted array?”
Read report →“What's the main difference between ITIL v2 and ITIL v3?”
Read report →“What are the phases in the ITIL lifecycle (v3)?”
Read report →“Can you explain how to calculate 7-day retention using SQL?”
Read report →“What are the fundamentals of embedded C for someone just starting out?”
Read report →Formats, difficulty and experience
Across all 203 Confidential interview reports.