i
Sapiens
Filter interviews by
Two three coding questions
I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.
Fibonacci series code test
I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.
Aptitude test n logical reasoning
Coding on oops concepts and sql
I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.
ETL is a process of extracting data from various sources, transforming it and loading it into a target system. ELT is a process of extracting data from various sources, loading it into a target system and then transforming it.
ETL involves transforming data before loading it into the target system
ELT involves loading data into the target system before transforming it
ETL is more suitable for structured data
ELT is more su...
Data warehouse is a structured repository for historical data while data lake is a vast pool of raw data.
Data warehouse is designed for structured data while data lake is for unstructured data
Data warehouse is optimized for read-heavy workloads while data lake is optimized for write-heavy workloads
Data warehouse is used for business intelligence and reporting while data lake is used for data exploration and machine lea...
Sapiens interview questions for designations
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 4 interview rounds.
Hacker rank mcq medium to hard level 1 hr duration
Singleton ensures a class has only one instance, while Abstract Factory provides an interface for creating families of related objects.
Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.
Abstract Factory pattern provides an interface to create families of related or dependent objects without specifying their concrete classes.
Singleton pattern can be i...
Implement linked list and generate all combination strings in Python.
Create a Node class to represent each element in the linked list.
Implement methods to add nodes, delete nodes, and generate all combinations of strings.
Use recursion to generate all combinations of strings.
Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Oops concept is a programming paradigm that focuses on objects and classes.
It includes principles like inheritance, where a class can inherit properties and behaviors from another class.
Encapsulation is another principle where data is wrapped within a class and can only be...
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
posted on 10 Jun 2024
diff var let const
var is function-scoped, let and const are block-scoped
var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared
const must be initialized during declaration, let and var can be declared without initialization
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Good round moderate coding questions were asked
based on 3 interviews
1 Interview rounds
based on 36 reviews
Rating in categories
Software Developer
253
salaries
| ₹5.5 L/yr - ₹18 L/yr |
Quality Analyst
240
salaries
| ₹4.4 L/yr - ₹16.2 L/yr |
Senior Quality Analyst
227
salaries
| ₹6.2 L/yr - ₹21.2 L/yr |
Business Analyst
165
salaries
| ₹6.5 L/yr - ₹23 L/yr |
Developer
153
salaries
| ₹7 L/yr - ₹19 L/yr |
TCS
Infosys
Wipro
HCLTech