Upload Button Icon Add office photos
Engaged Employer

i

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

CriticalRiver Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CriticalRiver Senior Software Engineer Interview Questions and Answers for Experienced

Updated 15 Oct 2024

CriticalRiver Senior Software Engineer Interview Experiences for Experienced

2 interviews found

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

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

Round 1 - Coding Test 

Salesforce apex class and triggers

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic software development principle
  • Ans. 

    Basic software development principle is to write clean, maintainable, and efficient code.

    • Follow coding standards and best practices

    • Write modular and reusable code

    • Document code for better understanding

    • Test code thoroughly to ensure functionality

    • Refactor code to improve performance

  • Answered by AI
  • Q2. Solid Principle
Round 3 - Technical 

(2 Questions)

  • Q1. Brief on how you handle your past projects
  • Q2. Experience in handling team
  • Ans. 

    I have 5 years of experience leading and managing software development teams.

    • Led a team of 8 developers in a project to revamp the company's website, ensuring timely delivery and high quality.

    • Implemented Agile methodologies to improve team collaboration and productivity.

    • Provided mentorship and guidance to junior team members, helping them grow their skills and advance in their careers.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic hr and salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read thoughtfully with respect to your profile and prepare well for the interview in the end talent matters

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

Interview questions from similar companies

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

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Form based JS questions. String questions in javascript
  • Q2. React interview questions with some state management follow up questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on js ,es6, node.js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Informatica scenario based questions
  • Q2. Told to write complex sql queries based on some informations.
  • Q3. Agile methodology
  • Q4. What do you know about Saama

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience and good hike.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

CriticalRiver Interview FAQs

How many rounds are there in CriticalRiver Senior Software Engineer interview for experienced candidates?
CriticalRiver interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the CriticalRiver interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for CriticalRiver Senior Software Engineer interview for experienced candidates?
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 CriticalRiver. The most common topics and skills that interviewers at CriticalRiver expect are .Net, Agile, Ajax, Core Java and ERP.
What are the top questions asked in CriticalRiver Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the CriticalRiver Senior Software Engineer interview for experienced candidates -

  1. Basic software development princi...read more
  2. Experience in handling t...read more
  3. Solid Princi...read more

Tell us how to improve this page.

CriticalRiver Senior Software Engineer Interview Process for Experienced

based on 2 interviews

Interview experience

3.5
  
Good
View more
CriticalRiver Senior Software Engineer Salary
based on 82 salaries
₹10 L/yr - ₹33 L/yr
35% more than the average Senior Software Engineer Salary in India
View more details

CriticalRiver Senior Software Engineer Reviews and Ratings

based on 6 reviews

2.1/5

Rating in categories

3.5

Skill development

2.3

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
112 salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Developer
29 salaries
unlock blur

₹5.7 L/yr - ₹15.3 L/yr

Technical Lead
21 salaries
unlock blur

₹19 L/yr - ₹33.2 L/yr

Salesforce Developer
16 salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Explore more salaries
Compare CriticalRiver with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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