Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Shore Infotech India Team. If you also belong to the team, you can get access from here

Shore Infotech India Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 98 Reviews

Filter interviews by

Shore Infotech India Software Engineer Interview Questions and Answers

Updated 7 Jan 2023

Shore Infotech India Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

First of all we can read the question and answer in it and also it can mention four choices we can give the correct option.

Round 3 - Group Discussion 

In group discussion we can give one topic. we can raise our own points to the given topic.

Round 4 - Technical 

(4 Questions)

  • Q1. Can you explain in operating system
  • Ans. 

    An operating system is a software that manages computer hardware and software resources.

    • An OS provides a user interface to interact with the computer.

    • It manages memory, processes, and input/output devices.

    • Examples include Windows, macOS, and Linux.

    • Mobile OS include Android and iOS.

  • Answered by AI
  • Q2. Did you know excel and power point
  • Ans. 

    Yes, I am proficient in using Excel and PowerPoint.

    • I have extensive experience in using Excel for data analysis, creating spreadsheets, and performing calculations.

    • I am skilled in creating visually appealing presentations using PowerPoint, including animations and slide transitions.

    • I have used Excel and PowerPoint in various professional settings, such as creating financial reports and delivering presentations to clien

  • Answered by AI
  • Q3. Give fore principles of software engineering
  • Ans. 

    Four principles of software engineering are abstraction, modularity, hierarchy, and regularity.

    • Abstraction: hiding complexity and focusing on essential features

    • Modularity: breaking down the system into smaller, manageable components

    • Hierarchy: organizing components into a layered structure

    • Regularity: following consistent design patterns and conventions

    • Example: Using object-oriented programming to create reusable code

    • Exa...

  • Answered by AI
  • Q4. Why do we need software
  • Ans. 

    Software is essential for automating tasks, improving efficiency, and enabling innovation.

    • Software automates repetitive tasks, saving time and reducing errors

    • Software enables businesses to scale and grow by streamlining processes

    • Software facilitates innovation by providing new tools and capabilities

    • Software enhances communication and collaboration across teams and organizations

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Finally he or she will deside select or not.

Interview Preparation Tips

Topics to prepare for Shore Infotech India Software Engineer interview:
  • Manual Testing
  • Automation Testing
Interview preparation tips for other job seekers - Don't tention about the interview it will explain confidentially then you will get a job.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions which will be average
Round 2 - Technical 

(1 Question)

  • Q1. Client round questions related future ambitions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good basic knowledge you can easily crack it.

Interview questions from similar companies

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on array string linkedlist

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sathyabama University and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Nice and easy you can crack

Round 2 - Coding Test 

Not that easy and not that much hard

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

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

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round had coding, mcq and sql

Round 2 - Technical 

(1 Question)

  • Q1. About frontend and backend development
Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduced Yourself
  • Q2. Explain Framework
  • Ans. 

    A framework is a reusable set of libraries or tools that provide a structure for developing software applications.

    • Frameworks provide a foundation for building software applications by defining the structure, flow, and behavior of the application.

    • They often include pre-written code, libraries, and tools to help developers work more efficiently.

    • Frameworks can be specific to a certain programming language or platform, suc...

  • Answered by AI
  • Q3. Difference between test case test scenario
  • Ans. 

    Test case is a specific condition to test while test scenario is a sequence of test cases.

    • Test case is a detailed description of a specific test to be performed.

    • Test scenario is a sequence of test cases that are executed together to test a specific functionality.

    • Test case is more granular and focuses on a single aspect, while test scenario is broader and covers multiple test cases.

    • Example: Test case - Verify login func...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your work experience

Skills evaluated in this interview

Shore Infotech India Interview FAQs

How many rounds are there in Shore Infotech India Software Engineer interview?
Shore Infotech India interview process usually has 3-4 rounds. The most common rounds in the Shore Infotech India interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for Shore Infotech India Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Shore Infotech India. The most common topics and skills that interviewers at Shore Infotech India expect are GIT, HTTP, AWS, Cloud and Web Application Development.
What are the top questions asked in Shore Infotech India Software Engineer interview?

Some of the top questions asked at the Shore Infotech India Software Engineer interview -

  1. Can you explain in operating sys...read more
  2. Give fore principles of software engineer...read more
  3. Why do we need softw...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Shore Infotech India interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Shore Infotech India Software Engineer Salary
based on 28 salaries
₹4 L/yr - ₹11.6 L/yr
At par with the average Software Engineer Salary in India
View more details

Shore Infotech India Software Engineer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.1

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

3.2

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

3.4

Work Satisfaction

Explore 7 Reviews and Ratings
Research Analyst
195 salaries
unlock blur

₹2 L/yr - ₹6.1 L/yr

Senior Research Analyst
95 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Junior Research Analyst
75 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹7.8 L/yr - ₹19.5 L/yr

Software Engineer
28 salaries
unlock blur

₹4 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Shore Infotech India with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview