Ventura Securities
GK Marine Ports & Infra SEZ Interview Questions and Answers
Q1. Difference between rdbms and document dbs
RDBMS stores data in tables with predefined schema while document DBs store data in flexible, JSON-like documents.
RDBMS uses SQL for querying while document DBs use their own query language or JSON queries
RDBMS is better suited for structured data while document DBs are better for unstructured or semi-structured data
Examples of RDBMS include MySQL, Oracle, and SQL Server while examples of document DBs include MongoDB and Couchbase
Q2. What is encoding decoding ?
Encoding decoding is the process of converting information from one format to another.
Encoding is the process of converting information into a specific format that can be easily transmitted or stored.
Decoding is the process of converting encoded information back into its original format.
Examples of encoding decoding include converting text into binary code, compressing and decompressing files, and encrypting and decrypting data.
Encoding decoding is used in various fields such...read more
Q3. write a programm to solve soduko
A program to solve Sudoku puzzles
Use backtracking algorithm to solve the puzzle
Check for valid moves at each step
Implement a function to check if a number is valid in a given cell
Use recursion to backtrack if a move is invalid
Q4. What is linked list ?
A linked list is a linear data structure where each element is a separate object with a pointer to the next element.
Consists of nodes that contain data and a pointer to the next node
Can be singly linked or doubly linked
Used in implementing stacks, queues, and hash tables
Q5. Write a program to implement queue
A program to implement queue
Create a class for the queue
Use an array or linked list to store the elements
Implement methods for enqueue, dequeue, and peek
Handle edge cases like empty queue or full queue
Q6. Describe various aws services
AWS offers a wide range of services for cloud computing, storage, databases, analytics, machine learning, and more.
Compute Services: EC2, Lambda, Elastic Beanstalk
Storage Services: S3, EBS, Glacier
Database Services: RDS, DynamoDB, Redshift
Analytics Services: Athena, EMR, QuickSight
Machine Learning Services: SageMaker, Comprehend, Rekognition
Networking Services: VPC, Route 53, CloudFront
Security Services: IAM, KMS, WAF
Management Services: CloudFormation, CloudTrail, OpsWorks
Ap...read more
Interview Process at GK Marine Ports & Infra SEZ
Top Intern Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month