eBay
Internal Client Interview for Security Domain (IDM/IGA): Technical Round-1: Explain basics of IGA backend components like workflow, notification etc. Have you worked on Groovy scripts or Java scripts? Any knowledge on test automation framework? OIDC (open id connect) framework for SSO? Explain OAuth configurations setup? What about MFA , how do you perform setup for same? Coding Round: I want to check whether input string has balances character like ( < { } > ) import java.util.Stack; public class MyDomain { // () // {[]} // {[(]} public static void main(String[] args) { // ===>> Brute Force method // Data -> For each Char scan // Put in any collection // Check if next char is open or close // Check if char is equal -> true else -> false ...