Upload Button Icon Add office photos

Filter interviews by

Sri Ram Institute Of Marine Studies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. Questions from resume and career journey
Round 2 - Technical 

(1 Question)

  • Q1. Self introduction
Round 3 - Technical 

(1 Question)

  • Q1. Demo round with manager
Round 4 - Technical 

(1 Question)

  • Q1. Psychology and teaching questions
Round 5 - Technical 

(1 Question)

  • Q1. With regional head general resume questions
Round 6 - HR 

(1 Question)

  • Q1. About self and journey of career
Round 7 - Technical 

(1 Question)

  • Q1. With sr. Head of acads journey about self and career
Round 8 - One-on-one 

(1 Question)

  • Q1. Case based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not come here. I repeat do not come here. They will tell you everything nice and good. But deep down the structure and culture is rotten.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via No idea and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Why are you having gap in your CV 8 years ago ?
  • Q2. Attitude why did you come in sales ? To someone who has 8 years of work experience ?
  • Q3. What do you know about prepCA ? Not about product and more ..people whom you know here ?
  • Q4. Why you worked in edtech sales to edtech operations and pre sales later why didn't you only did sales ?
  • Q5. Why you leave companies frequently in 2 years ? He himself changed his company in 1 year in last 4 company . PrepCA people will will know whomIam. Talking about

Interview Preparation Tips

Interview preparation tips for other job seekers - RedFlag, Poor Glassdoor review later I saw.
Big NO
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between latch and ff?
  • Ans. 

    Latch is level sensitive and FF is edge sensitive. Latch is transparent while FF is opaque.

    • Latch is level sensitive, meaning it changes output based on input level. FF is edge sensitive, changing output on clock edge.

    • Latch is transparent, meaning output changes as soon as input changes. FF is opaque, output changes only on clock edge.

    • Latch is faster but more prone to glitches. FF is slower but more stable.

    • Examples: SR

  • Answered by AI
  • Q2. Difference between blocking and non blocking assignments?
  • Ans. 

    Blocking assignments wait for the assigned statement to complete before moving on, while non-blocking assignments allow for concurrent execution.

    • Blocking assignments use '=' operator and execute sequentially.

    • Non-blocking assignments use '<=' operator and allow for concurrent execution.

    • Blocking assignments are used for combinational logic.

    • Non-blocking assignments are used for sequential logic.

    • Example: blocking assign...

  • Answered by AI
Round 2 - Presentation 

(1 Question)

  • Q1. Presentation on the topic provided by the interviewer
Round 3 - HR 

(1 Question)

  • Q1. Personal background?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why are you doing marketing of adda247 when you are not a faculty member of adda247?
  • Q2. Can you spend some time on adda247 as a teacher?
  • Q3. Salary details.
  • Q4. Lifelong salary.

Interview Preparation Tips

Topics to prepare for Adda 247 Teacher interview:
  • Focused study and clear aim
  • Plan your study with to do list.
Interview preparation tips for other job seekers - Take quiz daily and full length test every Sunday.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate and experienced trainer/instructor with a background in education and a strong commitment to helping others succeed.

    • Bachelor's degree in Education

    • 5+ years of experience in training and instruction

    • Strong communication and interpersonal skills

    • Proven track record of improving student performance

    • Certified in CPR and First Aid

  • Answered by AI
  • Q2. Basic questions no technical questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Demo is to be given
  • Q2. They ask several questions based on the demo topic
Round 3 - One-on-one 

(1 Question)

  • Q1. They explain the process.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join this company if you are a Robotics Enthusiast.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Unstop and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assessment (Quiz) on Unstop portal.

Round 2 - Resume Shortlist 

(1 Question)

  • Q1. Resume shortlisting.
Round 3 - HR 

(7 Questions)

  • Q1. Introduce youself.
  • Ans. 

    I am a motivated and detail-oriented individual with a strong passion for operations and process improvement.

    • I have a background in business administration and have completed relevant coursework in operations management.

    • I have experience working on cross-functional teams to streamline processes and improve efficiency.

    • I am proficient in data analysis and have used tools such as Excel and Tableau to identify areas for im...

  • Answered by AI
  • Q2. Previous work experience/ internship.
  • Ans. 

    I have completed a marketing internship at XYZ Company where I assisted with social media campaigns and data analysis.

    • Assisted with social media campaigns

    • Conducted data analysis

    • Worked at XYZ Company

  • Answered by AI
  • Q3. Job description.
  • Q4. Why you have applied for this role and how does it align with your aspirations.
  • Ans. 

    I applied for this role because of my interest in operations management and desire to gain practical experience in the field.

    • I have a strong academic background in operations management, including coursework in supply chain management and process optimization.

    • I am eager to apply my theoretical knowledge to real-world scenarios and learn from experienced professionals in the field.

    • I am excited about the opportunity to c...

  • Answered by AI
  • Q5. This is a monotonus role, so what you will learn from this internship.
  • Ans. 

    You will learn valuable operational skills and gain hands-on experience in a professional setting.

    • Developing strong organizational skills

    • Learning how to effectively manage time and prioritize tasks

    • Gaining experience in problem-solving and decision-making

    • Understanding the importance of communication and teamwork in a professional environment

  • Answered by AI
  • Q6. Five Competitors of Unstop.
  • Ans. 

    Competitors of Unstop include CleanSweep, Spotless Solutions, FreshClean, PureShine, and SparklePro.

    • CleanSweep

    • Spotless Solutions

    • FreshClean

    • PureShine

    • SparklePro

  • Answered by AI
  • Q7. Where will you search for internships?
  • Ans. 

    I will search for internships on online job boards, company websites, career fairs, and through networking.

    • Online job boards such as Indeed, Glassdoor, and LinkedIn

    • Company websites of organizations I am interested in

    • Attending career fairs at my university or in the local area

    • Networking with professionals in the industry through LinkedIn or in-person events

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the job description and company profile thoroughly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about Thermodynamics
  • Q2. Questions about Electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics of your core subject.

Tell us how to improve this page.

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.5
 • 43 Interviews
Adda 247 Interview Questions
3.3
 • 28 Interviews
Six Red Marbles Interview Questions
3.6
 • 12 Interviews
Prepca Eduserv Interview Questions
4.1
 • 11 Interviews
View all

Sri Ram Institute Of Marine Studies Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.5

Skill development

2.8

Work-life balance

4.6

Salary

4.6

Job security

4.5

Company culture

3.0

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Compare Sri Ram Institute Of Marine Studies with

Z X Learning

4.5
Compare

Adda 247

3.3
Compare

Trivium Education Services

3.8
Compare

Technocon Services

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview