Upload Button Icon Add office photos
Engaged Employer

i

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

Relevantz Technology Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Relevantz Technology Services Senior Software Engineer Interview Questions and Answers

Updated 20 Jan 2025

Relevantz Technology Services Senior Software Engineer Interview Experiences

4 interviews found

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

Technical round with coding scenarios

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you provide details about your previous project?
  • Ans. 

    Developed a web application for inventory management system

    • Used Angular for front-end development

    • Implemented RESTful APIs using Node.js for back-end

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. What are your daily work responsibilities?
  • Ans. 

    As a Senior Software Engineer, my daily work responsibilities include leading development projects, writing code, conducting code reviews, collaborating with team members, and troubleshooting technical issues.

    • Leading development projects

    • Writing code

    • Conducting code reviews

    • Collaborating with team members

    • Troubleshooting technical issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a place to work. Choose your company wisely
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

String manipulations Java programs

Round 2 - Technical 

(2 Questions)

  • Q1. Java Springboot microservices based questions
  • Q2. Dbms and design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamentals of Core Java Springboot and microservices very well

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java Springboot Microservice
Round 2 - Technical 

(1 Question)

  • Q1. Java Springboot Microservice
Round 3 - Coding Test 

HACKER RANK test from client round

Round 4 - Coding Test 

Hacker rank test from client round

Interview Preparation Tips

Interview preparation tips for other job seekers - My worst interview experience occurred when I was selected after four rounds of technical interviews. Despite attending all rounds and even scheduling a late-night call with clients around 10 or 10:30 pm, I received no response from the company. Despite giving my full effort, it's disheartening to not receive any communication. My advice: reconsider attending interviews with companies that don't value your time and effort if you're seeking a good job.
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 - Technical 

(2 Questions)

  • Q1. Oops concept, difference btw mvc and web api
  • Ans. 

    OOPs concepts and difference between MVC and Web API

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction

    • MVC is a design pattern for creating web applications that separates the application into three components: Model, View, and Controller

    • Web API is a framework for building HTTP services that can be accessed from various clients, including browsers and mobile devices

    • The main difference betwee...

  • Answered by AI
  • Q2. Sql serever triggers,profiler

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview process prepare well in basic topics

Skills evaluated in this interview

Relevantz Technology Services interview questions for designations

 Software Engineer

 (4)

 Senior Test Engineer

 (1)

 Lead Engineer

 (3)

 QA Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior Angular Developer

 (1)

 Angular Developer

 (1)

 Senior Human Resource Business Partner

 (1)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Different types of No SQL DBs
  • Ans. 

    NoSQL databases are non-relational databases that store and retrieve data in a non-tabular format.

    • Document-oriented databases (MongoDB, Couchbase)

    • Key-value stores (Redis, Riak)

    • Column-family stores (Cassandra, HBase)

    • Graph databases (Neo4j, OrientDB)

  • Answered by AI
  • Q2. Different types of scaling
  • Ans. 

    Scaling refers to the process of increasing or decreasing the capacity of a system to handle more or less load.

    • Vertical Scaling: Adding more resources to a single node

    • Horizontal Scaling: Adding more nodes to a system

    • Load Balancing: Distributing the load across multiple nodes

    • Database Sharding: Splitting a database into smaller parts to distribute the load

    • Caching: Storing frequently accessed data in memory for faster acc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem solving. Have a good understanding on main concepts of DSA. Java technical side is just as same as other companies. Also if you are applying for senior positions. Prepare for System Design rounds

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on core java, data structures, Spring

I applied via Referral and was interviewed before Nov 2021. There were 4 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 

Reasoning Aptitude Test and some logical questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java Questions of java 8, Collection, SpringBoot annotations, hibernate and jpa annotations,
Round 4 - Technical 

(1 Question)

  • Q1. Java 8, Logical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well in java 8 spring boot annotations, questions of collection

Interview Questionnaire 

1 Question

  • Q1. Core java in depth,logical ability, programming

Interview Questionnaire 

1 Question

  • Q1. What is Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Used when only one instance of a class is needed throughout the application

    • Example: Database connection manager

  • Answered by AI

Skills evaluated in this interview

Relevantz Technology Services Interview FAQs

How many rounds are there in Relevantz Technology Services Senior Software Engineer interview?
Relevantz Technology Services interview process usually has 2-3 rounds. The most common rounds in the Relevantz Technology Services interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in Relevantz Technology Services Senior Software Engineer interview?

Some of the top questions asked at the Relevantz Technology Services Senior Software Engineer interview -

  1. oops concept, difference btw mvc and web ...read more
  2. Java Springboot microservices based questi...read more
  3. sql serever triggers,profi...read more

Tell us how to improve this page.

Relevantz Technology Services Senior Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Relevantz Technology Services Senior Software Engineer Salary
based on 176 salaries
₹10 L/yr - ₹25 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Relevantz Technology Services Senior Software Engineer Reviews and Ratings

based on 37 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

3.3

Job security

3.6

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 37 Reviews and Ratings
Senior Software Engineer
176 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Software Engineer
158 salaries
unlock blur

₹4 L/yr - ₹15.7 L/yr

Lead Engineer
64 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹12.7 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Relevantz Technology Services with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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