Filter interviews by
posted on 15 Jan 2025
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Top trending discussions
On python and sql coding.they ask simple to complex questions
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.
In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.
I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.
Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.
Tuples are similar to lists but are immutable
Elements of a tuple are enclosed in parentheses ()
A string can be converted to a tuple using the tuple() function
Each character in the string becomes an element in the tuple
Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.
Left join is performed using the 'left join' keyword in SQL
In Python, left join can be performed using the 'merge' function from the pandas library
Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')
Example: pd.merge(df1, df2, how='left', on='id')
posted on 10 Jan 2023
I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.
Write a trigger on account object to insert 2 contacts when account is created.
Create a trigger on Account object
Use 'after insert' trigger event
Create 2 Contact records and assign Account Id to them
Insert the Contact records
posted on 6 Oct 2024
I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Computer Operator
47
salaries
| ₹0.7 L/yr - ₹3.6 L/yr |
Senior Software Engineer
32
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Software Developer
29
salaries
| ₹1.5 L/yr - ₹6.2 L/yr |
Software Engineer
26
salaries
| ₹2.8 L/yr - ₹6.4 L/yr |
Assistant System Engineer
23
salaries
| ₹2.8 L/yr - ₹4 L/yr |
HCL Infosystems
ITSource Technologies
ABM Knowledgeware
Fluper