Filter interviews by
Yes, I am willing to take an assessment test to demonstrate my skills and knowledge.
I am open to taking any assessment test required for the position.
I believe that assessment tests are a valuable tool for evaluating candidates.
I am confident in my abilities and knowledge to perform well on the assessment test.
I have been out of college for 3 years.
I graduated in 2018.
I have been working in the industry since then.
I have gained valuable experience in my field during this time.
I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.
posted on 9 Oct 2024
Easy applitute question with 1 coding question at the end
String builder is faster but not thread-safe, while string buffer is slower but thread-safe.
String builder is recommended for single-threaded applications for better performance.
String buffer is recommended for multi-threaded applications to ensure thread safety.
Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();
The final keyword in OOP is used to restrict the user from changing the value of a variable, overriding a method, or inheriting from a class.
Final variable: value cannot be changed once assigned
Final method: cannot be overridden in child classes
Final class: cannot be inherited by other classes
BSF graph explanation
BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth before moving on to the nodes at the next depth.
It uses a queue data structure to keep track of the nodes to visit next.
BFS is often used to find the shortest path in an unweighted graph.
Example: BFS can be used to find the shortest path in a maze from the starting point to the exit.
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
posted on 2 Jul 2024
Authentication verifies the identity of a user, while authorization determines what resources a user can access.
Authentication confirms the identity of a user through credentials like username and password.
Authorization determines the permissions and access levels of a user once their identity is confirmed.
Example: Logging into a website (authentication) and then being able to view/edit specific pages based on your use
I applied via Approached by Company and was interviewed in Mar 2023. There were 2 interview rounds.
I worked as a Process Associate at XYZ Pvt. Ltd.
Handled customer queries and complaints through email and phone calls
Maintained accurate records of customer interactions and transactions
Collaborated with cross-functional teams to resolve customer issues
Achieved 95% customer satisfaction rating
Trained new hires on company policies and procedures
posted on 19 Feb 2023
I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 interview rounds.
Aptitude test on logocal reasoning and maths question
All sql queries and oops concept.
posted on 4 May 2019
I applied via Referral and was interviewed in Nov 2018. There was 1 interview round.
Fibonacci series can be generated in Informatica using a recursive function.
Create a mapping with a recursive function
Use a variable port to store the previous two values
Use an expression transformation to generate the series
Example: f(0) = 0, f(1) = 1, f(n) = f(n-1) + f(n-2)
My favorite topic is artificial intelligence and its impact on society.
AI has revolutionized various industries such as healthcare, finance, and transportation
Ethical considerations surrounding AI development and deployment are crucial
AI has the potential to both improve and disrupt society in significant ways
posted on 9 Oct 2023
I applied via campus placement at National Institute of Technology,(NIT), Mizoram and was interviewed in Sep 2023. There were 2 interview rounds.
It was online assessment
The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.
Polymorphism: Objects of differe...
The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allowing a new class to inherit properties and behavior from an existing class.
Polymorphism: The ability for objects of different classes to respond to the same message.
Abstraction: Hiding the complex implementatio...
DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.
DBMS is a software system that manages databases.
It allows users to define, create, maintain, and control access to databases.
DBMS provides tools for data manipulation, retrieval, and security.
Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.
Interview experience
Software Engineer
16
salaries
| ₹3.8 L/yr - ₹7.2 L/yr |
Sourcing Specialist
16
salaries
| ₹2.4 L/yr - ₹3 L/yr |
Test Engineer
13
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Software Developer
12
salaries
| ₹3.6 L/yr - ₹7.5 L/yr |
Associate Software Engineer
10
salaries
| ₹3.6 L/yr - ₹7.2 L/yr |
TCS
Infosys
Wipro
HCLTech