Upload Button Icon Add office photos

Filter interviews by

Divya Portfolio Senior Software Engineer Interview Questions and Answers

Updated 21 Sep 2024

Divya Portfolio Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 4 questions , 2 simple and then 2 where you had to traverse or manipulate a matrix

Interview Preparation Tips

Interview preparation tips for other job seekers - Study matrix traversing coding challenges

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your project details
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Used React.js for front-end development

    • Implemented user authentication using JWT tokens

    • Integrated Stripe API for payment processing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts explained
Round 3 - HR 

(1 Question)

  • Q1. Optimization Techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use of algorithms like dynamic programming and greedy algorithms

    • Profiling and performance tuning to identify bottlenecks

    • Code refactoring to improve readability and maintainability

    • Utilizing caching and memoization for faster access to data

    • Parallel processing and multi-threading for improved concurrency

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

I applied via Referral and was interviewed in Oct 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. Pagination in SQL
  • Ans. 

    Pagination in SQL allows for displaying a subset of query results at a time.

    • Use LIMIT and OFFSET clauses in SQL queries to implement pagination.

    • LIMIT specifies the maximum number of rows to return.

    • OFFSET specifies the number of rows to skip before starting to return rows.

  • Answered by AI
  • Q2. OOPS concepts.. SOILD design principles
  • Q3. Thread vs task in multiprocessing.. explain with examples
  • Ans. 

    Threads and tasks are both used in multiprocessing, but have different characteristics and use cases.

    • Threads are lightweight processes within a single process, sharing memory space. They are managed by the operating system.

    • Tasks are units of work that can be executed asynchronously. They are typically managed by a task scheduler.

    • Threads are suitable for parallel processing and improving performance, while tasks are use...

  • Answered by AI
  • Q4. ViewBag vs Tempdata in MVC
  • Ans. 

    ViewBag is used to pass data from controller to view, while TempData is used to pass data between controller actions.

    • ViewBag is a dynamic property that allows you to pass data from controller to view

    • TempData is a dictionary object that allows you to pass data between controller actions

    • ViewBag is not type-safe and requires typecasting, while TempData is type-safe

    • ViewBag data is lost if redirection occurs, while TempData

  • Answered by AI
  • Q5. Abstract vs Interface
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods.

    • Interfaces can only have abstract methods and constants.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of OOPS concepts, SQL joins

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Competitive Programming

Round 2 - Technical 

(1 Question)

  • Q1. Java Basics, and related framework basics in depth
Round 3 - Technical 

(1 Question)

  • Q1. Design Patterns and Design Principles
  • Ans. 

    Design patterns and principles are essential for creating maintainable and scalable software.

    • Design patterns are reusable solutions to common software problems.

    • Design principles are guidelines for creating software that is easy to maintain and extend.

    • Examples of design patterns include Singleton, Factory, and Observer.

    • Examples of design principles include SOLID, DRY, and KISS.

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. How you make yourself up to date with latest technologies
  • Ans. 

    I stay up to date with the latest technologies by attending conferences, reading tech blogs, and participating in online forums.

    • Attending conferences and tech events

    • Reading tech blogs and articles

    • Participating in online forums and communities

    • Taking online courses and tutorials

    • Experimenting with new technologies in personal projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basics , prepare for Competitive Programming rounds, Design Principles, Patters and System Design related stuff.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions on spring boot
  • Q2. Questions on Java
  • Q3. Java 8 Stream APi
  • Q4. Questions on previous projects

Interview Preparation Tips

Topics to prepare for UBS Senior Software Engineer interview:
  • Spring boot
  • Java 8

I applied via Referral and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Asked basic questions .... To check concept and logic

Round 2 - Technical 

(2 Questions)

  • Q1. SQL query for------ deleting duplicate from table
  • Q2. SQL query for second highest salary
  • Ans. 

    SQL query to find second highest salary

    • Use ORDER BY and LIMIT to get the highest salary

    • Use subquery to exclude the highest salary and get the second highest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic information and documents verification
Round 4 - Candidate engagement round 

(1 Question)

  • Q1. Roles and responsibilities and queries solving .

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on learning new concepts,try to solve complex problems which helps in improving logic.

Provide valid information in resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Medium leetcode problem on array and linked list. And some theoretical questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java , collections, object oriented principles . Some small coding questions based on usage of overriding and overloading
Round 4 - One-on-one 

(1 Question)

  • Q1. Multi treading and 1 problem solving question.
Round 5 - One-on-one 

(1 Question)

  • Q1. Discussion with ED : expectations and managerial questions
Round 6 - HR 

(1 Question)

  • Q1. Typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do understand Core java concepts in depth and problems solving skills - leetcode or hackerrank . Do solve easy to medium stuff

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Core and advance Java like Collections, Java8, streams, Multithreading, Spring Boot concepts like annotations, security, codes and Microservices, Agile.
Round 2 - Technical 

(1 Question)

  • Q1. Technical + Managerial Round Technical questions on Java Spring Boot and Microservices. Managerial round questions as well.
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. Share details of your previous job.
  • Q5. This was also the salary discuss round.

Interview Preparation Tips

Topics to prepare for Citicorp Senior Software Engineer interview:
  • Java
  • Core Java
  • Microservices
  • Spring Boot
  • Agile
Interview preparation tips for other job seekers - Keep the basic concepts upto date and clear.
Round 1 - Technical 

(1 Question)

  • Q1. KAFKA MICRISERVICE ARCHITECTURE

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, BASIC clear of all which you returned
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leetcode question on array list

Round 2 - One-on-one 

(4 Questions)

  • Q1. Core java and collections, exceptions and threading
  • Q2. Core java collections
  • Q3. Multi threading
  • Q4. Executor framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Threading related questions

Divya Portfolio Interview FAQs

How many rounds are there in Divya Portfolio Senior Software Engineer interview?
Divya Portfolio interview process usually has 1 rounds. The most common rounds in the Divya Portfolio interview process are Coding Test.

Tell us how to improve this page.

Divya Portfolio Senior Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Derivative Analyst
41 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Derivatives Trader
16 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Arbitrager
12 salaries
unlock blur

₹1.2 L/yr - ₹3.1 L/yr

Arbitrage Trader
4 salaries
unlock blur

₹1.8 L/yr - ₹7.7 L/yr

RMS Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Divya Portfolio with

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare

BNY

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