i
Pharmarack Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
Types of Joins are used in SQL to combine rows from two or more tables based on a related column between them.
Inner Join: Returns only the matching rows from both tables.
Left Join: Returns all the rows from the left table and the matching rows from the right table.
Right Join: Returns all the rows from the right table and the matching rows from the left table.
Full Outer Join: Returns all the rows from both tables, inclu...
Drop command removes a table from the database while delete command removes rows from a table.
Drop command is a DDL (Data Definition Language) command while delete command is a DML (Data Manipulation Language) command.
Drop command is irreversible and removes the entire table structure and its data while delete command only removes specific rows.
Drop command requires the DROP privilege while delete command requires the ...
Primary key uniquely identifies each record in a database table.
Primary key ensures data integrity and consistency.
It helps in faster data retrieval and indexing.
It can be a single column or a combination of columns.
Primary key cannot have null values.
Examples of primary keys are social security number, email address, etc.
A foreign key is a column or set of columns in a table that refers to the primary key of another table.
It is used to establish a relationship between two tables in a database.
It ensures referential integrity by preventing invalid data from being inserted into the table.
It allows for efficient querying and joining of related data.
Example: A customer table may have a foreign key that references the primary key of an orde...
Query to display employees records
Use SELECT statement to retrieve data from employee table
Specify the columns to be displayed in the SELECT statement
Use WHERE clause to filter the records based on specific conditions
Use ORDER BY clause to sort the records in ascending or descending order
Top trending discussions
posted on 23 Mar 2021
I applied via Naukri.com and was interviewed before Mar 2020. There was 1 interview round.
posted on 18 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Questions based or percentage, profit loss, ratio
Stacks are a data structure that follows the Last In First Out (LIFO) principle.
Elements are added and removed from the top of the stack
Common operations include push (add element) and pop (remove element)
Stacks can be implemented using arrays or linked lists
Examples of stack usage include function call stack and undo/redo functionality in text editors
To find the middle number in a linked list.
Traverse the linked list using two pointers, one moving twice as fast as the other.
When the fast pointer reaches the end, the slow pointer will be at the middle node.
If the linked list has even number of nodes, there will be two middle nodes. Return either one.
posted on 21 Jun 2023
I appeared for an interview before Jun 2022.
C++ coding question with multiple choice output and 1 code to write.
posted on 26 Jun 2023
Javascript basic question was asked
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
C and Golang related questions, 2 Hours assement, The test involved writing code by hand in paper in the office (Bengaluru)
Go code to remove duplicate elements from a slice of strings
Use a map to keep track of unique elements
Iterate over the slice and add elements to the map
Create a new slice with unique elements from the map
Arrays have fixed length, slices are dynamic and can grow/shrink. Slices are references to arrays.
Arrays have fixed length, specified at compile time.
Slices are dynamic, can grow or shrink at runtime.
Slices are references to arrays, allowing for more flexibility.
Example: var arr [3]string // array with fixed length of 3
Example: slice := make([]string, 0) // slice with dynamic length
Struct is a user-defined data type that groups related data fields together. Interface defines a set of methods that a type must implement.
Struct is used to create complex data structures by grouping related data fields together.
Interface defines a set of methods that a type must implement. It allows for polymorphism in Go.
Example: type Person struct { Name string; Age int }
Example: type Shape interface { Area() float6...
Containerization is a method of packaging, distributing, and running applications in isolated environments called containers.
Containers are lightweight, portable, and can run on any platform that supports containerization.
They include everything needed to run the application, such as code, runtime, system tools, libraries, and settings.
Popular containerization tools include Docker, Kubernetes, and Podman.
Containerizati...
Implementing a struct in Go code
Define a struct using the 'type' keyword
Add fields to the struct with their respective data types
Access struct fields using dot notation
Goroutine is a lightweight thread managed by Go runtime, allowing concurrent execution of functions.
Goroutines are created using the 'go' keyword in Go programming language.
They are more lightweight than threads and are managed by the Go runtime.
Goroutines allow for concurrent execution of functions without the need for manual thread management.
Example: go myFunction()
Example: go func() { // code here }
Concurrency in Go is achieved using goroutines and channels.
Use goroutines to run functions concurrently
Communicate between goroutines using channels
Avoid using shared memory for synchronization
A channel in Go is a communication mechanism that allows goroutines to communicate with each other.
Buffered channels have a specific capacity and can send multiple values without the need for a corresponding receive operation immediately.
Unbuffered channels have no capacity and require both a send and receive operation to be ready at the same time for communication to occur.
Scaling refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.
Horizontal scaling involves adding more machines to distribute the load, while vertical scaling involves increasing the resources of a single machine.
Horizontal scaling is more cost-effective and provides better fault tolerance, but can be more complex to implement.
Vertical scaling is simpler to impleme...
posted on 27 Nov 2024
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
1 hour interview for data structure coding
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
Advantages of OOPs include code reusability, modularity, flexibility, and easier maintenance.
Encapsulation allows data hiding and protection, reducing complexity and increasing security.
Inheritance enables code reuse and promotes the creation of hierarchical relationships between classes.
Polymorphism allows objects...
jQuery is a JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.
jQuery is a fast, small, and feature-rich JavaScript library.
It makes things like HTML document traversal and manipulation, event handling, and animation much simpler with an easy-to-use API.
jQuery simplifies common tasks like AJAX calls and DOM manipulation.
JavaScript is a programming language that en...
Ecom is core platform
PHP is a server-side scripting language used for web development.
PHP stands for Hypertext Preprocessor.
It is open source and widely used for creating dynamic web pages.
Advantages include easy integration with HTML, support for various databases, and compatibility with different operating systems.
PHP code can be embedded within HTML code, making it easy to work with web content.
Popular websites like Facebook and WordPre
I applied via Shine and was interviewed before Jul 2023. There were 3 interview rounds.
Basic of aptitude questions
We want to write coding based the question
posted on 27 Oct 2022
I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Business Development Executive
110
salaries
| ₹2.2 L/yr - ₹5.5 L/yr |
Marketing Executive
97
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Technical Support Engineer
60
salaries
| ₹2.6 L/yr - ₹4.3 L/yr |
Regional Sales Manager
56
salaries
| ₹6.9 L/yr - ₹14.2 L/yr |
Technical Support Executive
38
salaries
| ₹2.2 L/yr - ₹4.1 L/yr |
CMS IT Services
Quantiphi Analytics Solutions Private Limited
PrimEra Medical Technologies
Mavenir Systems