Add office photos
Engaged Employer

Tech Mahindra

3.5
based on 35.2k Reviews
Video summary
Filter interviews by

Shore Infotech India Interview Questions and Answers

Updated 1 Aug 2024
Popular Designations

Q1. Write a Program , How Can you sort by Employee Salary with Java 8 ?

Ans.

Program to sort employee salaries using Java 8

  • Use Java 8 Stream API to sort the employee salaries

  • Use Comparator to compare salaries

  • Collect the sorted salaries into a list

Add your answer

Q2. Java8: Sort a list of employee based on their name using stream Final as a class, method and variable. Difference seek and wait Difference between protected and default

Ans.

Sort a list of employees by name using Java8 streams, explain seek vs wait, and compare protected vs default access modifiers.

  • Use stream to sort employees by name: employees.stream().sorted(Comparator.comparing(Employee::getName)).collect(Collectors.toList())

  • Seek is used to search for a particular element in a collection, while wait is used to pause the execution of a thread.

  • Protected access modifier allows access within the same package and subclasses, while default access m...read more

Add your answer

Q3. What Micro services design pattern used

Ans.

The microservices design pattern used is the API Gateway pattern.

  • API Gateway pattern is used to provide a single entry point for clients to access multiple microservices.

  • It helps in routing requests, load balancing, authentication, and monitoring.

  • Examples include Netflix Zuul and Amazon API Gateway.

Add your answer

Q4. How to center a div using csd

Ans.

To center a div using CSS, set the margin property to auto and specify a width for the div.

  • Set margin property to auto

  • Specify a width for the div

Add your answer
Discover Shore Infotech India interview dos and don'ts from real experiences

Q5. Why we use arrow function

Ans.

Arrow functions provide a concise syntax and lexical scoping compared to traditional functions.

  • Arrow functions have implicit return statements

  • They do not bind their own 'this' keyword

  • They have a shorter syntax compared to traditional functions

  • They are useful for callbacks and functional programming

  • Example: const double = num => num * 2;

  • Example: const sum = (a, b) => a + b;

Add your answer

Q6. Different but angular 2 and 8

Ans.

Angular 2 and 8 are different versions of the Angular framework.

  • Angular 2 was released in 2016, while Angular 8 was released in 2019.

  • Angular 8 introduced several new features and improvements over Angular 2, including better performance, improved accessibility, and enhanced tooling.

  • Angular 8 also introduced the Ivy rendering engine, which offers improved bundle sizes and faster compilation times.

  • Angular 2 is no longer supported by the Angular team and has reached end-of-life ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Shore Infotech India

based on 6 interviews
2 Interview rounds
Resume Shortlist Round
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Developer Interview Questions from Similar Companies

3.8
 • 17 Interview Questions
4.5
 • 16 Interview Questions
3.6
 • 16 Interview Questions
3.8
 • 11 Interview Questions
3.4
 • 11 Interview Questions
3.7
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter