Associate

Associate Interview Questions

Updated 10 Sep 2024

Most Searched Companies

3845 results found

Sort By: 

Popularity

Interview Questions

  • Q1. 1. what are the 4 main divisions in COBOL. Explain each 2. Explain VSAM Define? 3. what is the purpose of file status clause in Select statement

    View answer (1)
  • Q2. Difference between clustered and non clustered index

    View answer (1)
  • Q3. About the OOPS concepts of any programming language that you know

    Add Answer
  • Q4. How to deliver projects on time

    View answer (1)
  • Q5. What is default method in java 8

    View answer (1)
  • Q6. What is React, how it is different from other frameworks?

    View answer (1)
  • Q7. What is oops? Explain all characteristics of oops.

    View answer (1)
  • Q8. Opps concept, collection based quesyion, wtitng string based coding

    Add Answer
  • Q9. Concept of Python(Multi threading,classes,fucntions) & sql question.

    Add Answer
  • Q10. Tell me about agile methodology

    View answer (1)

+434 interview questions

Interview Questions

  • Q1. Pandas data frame manipulation questions, First was to change value of cell based certain conditions. Difference between iloc and loc with an example

    Add Answer
  • Q2. Guesstimate: no of airplane that took off and land in Mumbai airport

    View answer (1)
  • Q3. Case Study : A retailer client is loosing his revenue from business, analyze the cause of decline.

    View answer (1)
  • Q4. Procure to pay process & their risk and mitigation of risk

    View answer (1)
  • Q5. If your concepts are clear you will have no problem with the interview

    View answer (1)
  • Q6. Experience in internal auditing & internal controls

    View answer (1)
  • Q7. Can you talk about some excel functions you know

    View answer (1)
  • Q8. What is balance sheet and pand l

    View answer (1)
  • Q9. parameterized query usecase in entity framework

    View answer (1)
  • Q10. Technical, HR questions were asked, questions were straightforward

    Add Answer

+267 interview questions

Interview Questions

+106 interview questions

Interview Questions

  • Q1. Why do you want this job instead of IT job as you have done courses for that

    Add Answer
  • Q2. Tell me about your home town for 2 minutes in fluent English

    Add Answer
  • Q3. What do you mean by equity in capital market.

    View answer (1)
  • Q4. Write a program to find if a number is palindrome?

    View answer (1)
  • Q5. Give me an example of your recent overthinking experience (weakness)

    Add Answer
  • Q6. What is Nav and how it calculated.

    View answer (1)
  • Q7. What is Google maps, Advantages and disadvantage of mapping

    View answer (1)
  • Q8. In my final round they give a paragraph to translate and also interact in Chinese language.

    Add Answer
  • Q9. What do know about Content Moderation?

    View answer (1)
  • Q10. Name any 5 google products that you are aware of?

    View answer (2)

+110 interview questions

Interview Questions

  • Q1. from pyspark.sql import DataFrame, SparkSession from pyspark.sql.functions import col, explode_outer from pyspark.sql.types import ArrayType, StructType def flatten(df: DataFrame) -> DataFrame: # Initial identification of complex fields (arrays and structs) complex_fields = dict([(field.name, field.dataType) for field in df.schema.fields if isinstance(field.dataType, (ArrayType, StructType))]) while complex_fields: col_name = list(complex_fields.keys())[0] print(f"Processing: {col_name}, Type: {type(complex_fields[col_name])}") if isinstance(complex_fields[col_name], StructType): # Expanding StructType columns expanded = [col(f"{col_name}.{k.name}").alias(f"{col_name}_{k.name}") for k in complex_fields[col_name].fields] df = df.select("*", *expanded).drop(col_name) elif isinstance(complex_fields[col_name], ArrayType): # Exploding ArrayType columns df = df.withColumn(col_name, explode_outer(col(col_name))) # Update the list of complex fields after processing the current column complex_fields = dict([(field.name, field.dataType) for field in df.schema.fields if isinstance(field.dataType, (ArrayType, StructType))]) return df # Example usage spark = SparkSession.builder.appName("FlattenExample").getOrCreate() # Sample data with a mix of simple and complex fields data = [ ("John", 30, ["engineer", "data scientist"], {"city": "New York", "state": "NY"}), ("Jane", 25, ["analyst"], {"city": "San Francisco", "state": "CA"}) ] # Define schema schema = ["name", "age", "roles", "location"] df = spark.createDataFrame(data, schema) # Call the flatten function flattened_df = flatten(df) flattened_df.show(truncate=False)

    Add Answer
  • Q2. DataFrames and DatasetsHow do you create a DataFrame in PySpark?Explain the difference between a DataFrame and a Dataset in Spark.How can you perform joins in PySpark DataFrames? Give examples.What are some common DataFrame operations you use frequently?How do you handle missing data in a DataFra

    View answer (1)
  • Q3. Technical questions about battery bank anf lithium bb

    Add Answer
  • Q4. Oops concepts and general java ,c,c++ questions

    Add Answer
  • Q5. Bb basics ,Charge and discharge cycle

    Add Answer
  • Q6. Technical round asked us technical questions and practical questions

    Add Answer
  • Q7. adsbkjbdfkjadbskjfbdskjfkjdsbf?

    Add Answer
  • Q8. Kind of resume screening asking quest while checking resume

    Add Answer
  • Q9. Technical Questions about Dg

    View answer (1)
  • Q10. Technical questions about Smps

    View answer (1)

+35 interview questions

Interview Questions

+104 interview questions

Interview Questions

  • Q1. If you are unable to login into the application how you can check the system

    View answer (1)
  • Q2. In which phase of SUM shadow instance is created?

    View answer (1)
  • Q3. Basic Computer knowledge and if you are from other branch , they might ask you your branch related questions

    View answer (1)
  • Q4. SUM phases, Client copy, Work processes private mode,

    Add Answer
  • Q5. Basics on java - oops concepts mainly, basic sql on joins , having, group by etc

    Add Answer
  • Q6. It is all about 20 minutes and the were Technical and hr questions

    Add Answer
  • Q7. Delta extraction upper and lower safety limit?

    View answer (1)
  • Q8. No technical questions asked only daily senerio questions like- 1) if u recieve any appreciation how will u take it. 2) any confict in team how will you choose best one

    Add Answer
  • Q9. English listening ,speaking,writing with a help of online tool

    Add Answer
  • Q10. What is Cloud Computing

    View answer (1)

+79 interview questions

Interview Questions

  • Q1. What do you know about front office and accouting pnl reco

    View answer (1)
  • Q2. Explain different way to solve a particular problem

    View answer (1)
  • Q3. Basic Python questions on pandas and SQL questions on rank/group by clause were asked. Hive/spark optimization techniques.

    Add Answer
  • Q4. Basic questions on your experience I was interviewing for production support so Unix and SQL were my questions They look more into what their role needed if you are aware of the situations and can describe it more technically then it's good

    Add Answer
  • Q5. What do you know about IFRS 9

    View answer (1)
  • Q6. Your understanding of product control

    View answer (1)
  • Q7. Explain balance sheet substantiation

    View answer (1)
  • Q8. Ratio analysis, Risk and mitigants

    Add Answer
  • Q9. Explain Swap products

    View answer (1)
  • Q10. Stack and Queue related questions

    Add Answer

+33 interview questions

Interview Questions

  • Q1. Fund accounting and investment banking related questions. what is Nav ? What is derivative? What is interest rate swaps?

    Add Answer
  • Q2. Finance Domain knowledge like Capital Market, Mutual Fund, Reconciliation

    Add Answer
  • Q3. Derivative and basic question on Invetsment banking

    Add Answer
  • Q4. 2) HR and 3) Ops interview - Capital Markets & types?Derivatives meaning & types? Mutual funds? Golden rules? Moderate Communication skills required.

    Add Answer
  • Q5. Types of derivatives and bonds

    View answer (1)
  • Q6. What are impacted factors are in NAV

    View answer (1)
  • Q7. Introduction, What do you mean by derivatives & explain its types, Exchange vs OTC derivatives, Corporate Actions (Mandatory, Voluntary and Mandatory with choice) in detail,

    View answer (1)
  • Q8. Basic question they are asking

    Add Answer
  • Q9. What is mean by Assets

    View answer (1)
  • Q10. Derivatives future forward swap option mutual fund debenture equity bad dates corporate action primary market secondary market money market capital market difference between primary market and secondary market difference between future and forward ext

    Add Answer

+33 interview questions

Interview Questions

+34 interview questions