Premium Employer

i

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

Sarvatra Technologies

Compare button icon Compare button icon Compare
4.3

based on 94 Reviews

Filter interviews by

Sarvatra Technologies Senior Software Engineer Interview Questions and Answers

Updated 22 Apr 2024

Sarvatra Technologies Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic oop's concept, sql query, ORM tool
  • Q2. Spring and Spring boot difference
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for simplifying the setup and development of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and development of Spring applications by providing defaults an...

  • Answered by AI
  • Q3. Find out max salary using java 8
  • Ans. 

    Using Java 8, find the maximum salary from a list of salaries.

    • Use Stream API to convert the array of salaries to a stream

    • Use the max() method to find the maximum salary

    • Use Comparator to compare salaries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Didn't except feedback from them there are just calling you come to office for interview and then they don't pick up your call my experience with them are bad, My interview was very good and interviewer was impress, but they are not calling you or nor giving your feedback so please make think twice for going to interview.

Skills evaluated in this interview

Senior Software Engineer Jobs at Sarvatra Technologies

View all

Interview questions from similar companies

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

Coding round with 3 different programs, where we need to pass test cases

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javascript questions
  • Q2. Advanced javascript questions
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced javascript questions
  • Q2. Project related questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Understanding project and your role
  • Q2. Understanding your impact on current project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

One dsa question and one zero defect policy pros and cons

Round 2 - Technical 

(2 Questions)

  • Q1. DSA graphs maximum nodes connections
  • Ans. 

    The maximum number of connections in a graph is determined by the number of nodes.

    • The maximum number of connections in a graph with 'n' nodes is n*(n-1)/2.

    • For example, a graph with 4 nodes can have a maximum of 6 connections (4*(4-1)/2 = 6).

  • Answered by AI
  • Q2. .net fulkstack code review and some therptical questions
Round 3 - Technical 

(2 Questions)

  • Q1. .net multi threading async sync
  • Q2. System design of current project HLD as well as LLD
  • Ans. 

    Designed a scalable system for real-time data processing using microservices architecture

    • Used microservices architecture to break down the system into smaller, independent services

    • Implemented message queues like Kafka for asynchronous communication between services

    • Utilized Docker and Kubernetes for containerization and orchestration

    • Designed RESTful APIs for communication between services

    • Used Redis for caching and Mongo

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Some technical wuestions
  • Q2. Basic Manager and behaviour wuestions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was about DS Algo and Java garbage collection,multithreading

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design of rate limiter
  • Ans. 

    Rate limiter is a system that controls the rate of traffic sent or received by a network interface.

    • Implement a token bucket algorithm to track and limit the rate of requests

    • Use a sliding window algorithm to track the number of requests within a specific time frame

    • Consider using a distributed rate limiter for scalability and fault tolerance

  • Answered by AI
  • Q2. Springboot basics, java basics, future interfaces, basic sql queries

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
  • Q2. Core Java Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
  • Q2. Core Java and Spring boot questions
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Core Java questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. C++ 11, 14 Deep dive, Multi-threading etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

They asked me about a coding problem related to string parsing. It was to formate the string with brackets. I completed both parts of the solution, and asked relevant questions, but got a rejection mail.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given a code snippet, do code review and provide all the improvements. Mainly they look at how well you can catch the logical errors over minor improvements

Sarvatra Technologies Interview FAQs

How many rounds are there in Sarvatra Technologies Senior Software Engineer interview?
Sarvatra Technologies interview process usually has 1 rounds. The most common rounds in the Sarvatra Technologies interview process are Technical.
How to prepare for Sarvatra Technologies Senior 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 Sarvatra Technologies. The most common topics and skills that interviewers at Sarvatra Technologies expect are Java, Postgresql and SDLC.
What are the top questions asked in Sarvatra Technologies Senior Software Engineer interview?

Some of the top questions asked at the Sarvatra Technologies Senior Software Engineer interview -

  1. find out max salary using jav...read more
  2. Spring and Spring boot differe...read more
  3. Basic oop's concept, sql query, ORM t...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sarvatra Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Sarvatra Technologies 20+ years of experience in pioneering banking technology
Sarvatra Technologies Senior Software Engineer Salary
based on 10 salaries
₹14 L/yr - ₹30.4 L/yr
50% more than the average Senior Software Engineer Salary in India
View more details

Sarvatra Technologies Senior Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

1.0

Work-Life balance

2.0

Salary & Benefits

3.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Test Engineer
69 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Software Developer
60 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Softwaretest Engineer
45 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Java Developer
29 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Network Engineer
22 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Sarvatra Technologies with

Financial Software & Systems

3.8
Compare

Nucleus Software Exports

3.5
Compare

Intellect Design Arena

4.1
Compare

TCS

3.7
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