Upload Button Icon Add office photos

Filter interviews by

Precisely Senior Software Engineer 2 Interview Questions, Process, and Tips

Updated 3 Apr 2024

Top Precisely Senior Software Engineer 2 Interview Questions and Answers

Precisely Senior Software Engineer 2 Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between InjectMocks and MockBean in Mockito
  • Ans. 

    InjectMocks is used to inject mocks into a test class, while MockBean is used to mock Spring beans in a Spring context.

    • InjectMocks is a Mockito annotation used to inject mock objects into a test class.

    • MockBean is a Spring Boot annotation used to mock Spring beans in a Spring context.

    • InjectMocks is used in standalone tests, while MockBean is used in integration tests.

    • Example: @InjectMocks private UserService userService...

  • Answered by AI
  • Q2. What is Circuit breaker pattern
  • Ans. 

    Circuit breaker pattern is a design pattern used in software development to prevent cascading failures in distributed systems.

    • It is used to handle faults and failures in a distributed system by temporarily blocking requests to a failing service.

    • When the circuit breaker detects that the service is healthy again, it allows requests to flow through.

    • It helps in improving the resilience and fault tolerance of the system.

    • Exa...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to implement resiliency in microservice architecture
  • Ans. 

    Implementing resiliency in microservice architecture involves using techniques like circuit breakers, retries, timeouts, and load balancing.

    • Use circuit breakers to prevent cascading failures by stopping requests to a service that is not responding.

    • Implement retries with exponential backoff to handle transient failures and give the service time to recover.

    • Set timeouts for requests to avoid blocking resources and waiting...

  • Answered by AI
  • Q5. What is real benefit of docker
  • Ans. 

    Docker allows for easy and efficient containerization of applications, leading to improved scalability, portability, and resource utilization.

    • Improved scalability: Docker containers can be easily scaled up or down based on demand, allowing for efficient resource allocation.

    • Portability: Docker containers can run on any system that supports Docker, making it easy to deploy applications across different environments.

    • Resou...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic coding
Framework development

Round 2 - Coding Test 

Collections
Devops
Coding assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round and directorial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with data structures.
QA should be good with framework.
Know CI Cd well.

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Draw a system diagram for ecommers system to place an order and g ... read more
asked in Synechron
Q3. What is the internal implementation of hashmap? Let's assume that ... read more
Q4. what is the need for @Service annotation?
Q5. Internal working of Node.js and how node processes asynchronous r ... read more

Senior Software Engineer 2 Jobs at Precisely

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions
Round 2 - One-on-one 

(1 Question)

  • Q1. On project and some technical questions
Round 3 - HR 

(1 Question)

  • Q1. Regarding process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was an online test for interview

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about dijistkras algorithm
  • Ans. 

    Dijkstra's algorithm is a graph search algorithm that finds the shortest path between nodes in a graph.

    • Dijkstra's algorithm uses a priority queue to select the node with the smallest distance from the start node.

    • It maintains a list of tentative distances to each node and updates them as it explores the graph.

    • The algorithm is commonly used in routing and network protocols to find the shortest path between nodes.

    • Example:...

  • Answered by AI
  • Q2. Tell me about your projects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

A good, basic understanding will suffice.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about OOPs, DBMS. Fundamental understanding will work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Move negative elements to right side of array
  • Ans. 

    Move negative elements to right side of array

    • Iterate through the array and swap negative elements to the right side

    • Use two pointers approach to keep track of positive and negative elements

    • Maintain the order of elements while moving negatives to the right side

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Coding is important three problems and mcqs of java and testing

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts were asked
  • Q2. Java questions static jvm and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java very well coding is important
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java script, React JS
  • Q2. Data structures and algorithms
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic string manipulation and general DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tree traversal iteratively
  • Q2. Implement DFS,BFS on graph

Precisely Interview FAQs

How many rounds are there in Precisely Senior Software Engineer 2 interview?
Precisely interview process usually has 2 rounds. The most common rounds in the Precisely interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Precisely Senior Software Engineer 2 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 Precisely. The most common topics and skills that interviewers at Precisely expect are Python, SQL, Java, Linux and Maven.
What are the top questions asked in Precisely Senior Software Engineer 2 interview?

Some of the top questions asked at the Precisely Senior Software Engineer 2 interview -

  1. How to implement resiliency in microservice architect...read more
  2. Difference between InjectMocks and MockBean in Mock...read more
  3. What is Circuit breaker patt...read more

Tell us how to improve this page.

Precisely Senior Software Engineer 2 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 225 Interviews
Tiger Analytics Interview Questions
3.7
 • 217 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
C5i Interview Questions
4.1
 • 43 Interviews
Darwinbox Interview Questions
3.9
 • 41 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 35 Interviews
View all
Precisely Senior Software Engineer 2 Salary
based on 42 salaries
₹17 L/yr - ₹36 L/yr
10% more than the average Senior Software Engineer 2 Salary in India
View more details

Precisely Senior Software Engineer 2 Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

2.4

Skill development

4.0

Work-life balance

3.4

Salary

2.9

Job security

2.4

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer II, Quality Management

Kolkata,

Mumbai

+5

6-10 Yrs

Not Disclosed

Senior Software Engineer II (Data Engineer, Java)

Kolkata,

Mumbai

+5

5-7 Yrs

Not Disclosed

Senior Software Engineer II

Kolkata,

Mumbai

+5

1-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
47 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Senior Software Engineer 2
42 salaries
unlock blur

₹17 L/yr - ₹36 L/yr

Principal Software Engineer
37 salaries
unlock blur

₹24 L/yr - ₹55 L/yr

Software Engineer Level 1
33 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Software Engineer2
21 salaries
unlock blur

₹11.8 L/yr - ₹22 L/yr

Explore more salaries
Compare Precisely with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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