Upload Button Icon Add office photos

Filter interviews by

Solifi Interview Questions and Answers

Updated 4 Oct 2024

Solifi Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your only one person in shift, you got 3 P1 issues. How can you handle the situation?
  • Ans. 

    Prioritize and triage the P1 issues based on impact and urgency, communicate with stakeholders, and work on resolving them one by one.

    • Prioritize the P1 issues based on impact and urgency

    • Communicate with stakeholders to set expectations

    • Work on resolving one P1 issue at a time

    • Provide regular updates to stakeholders on progress

    • Escalate to higher levels of support if needed

  • Answered by AI
  • Q2. What is most recent P1 issue your faced and how its resolved.
  • Ans. 

    The most recent P1 issue I faced was a critical system outage affecting multiple customers.

    • Identified root cause as a hardware failure in the server

    • Coordinated with cross-functional teams to quickly replace the faulty hardware

    • Implemented temporary workaround to minimize impact on customers

    • Communicated regularly with customers to provide updates on the resolution progress

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solifi Engineer- Customer Support interview:
  • SQL Server
  • Linux
  • ITIL
Interview preparation tips for other job seekers - Please prepare well in the area of customer support and technical skills.

Engineer- Customer Support Interview Questions asked at other Companies

Q1. If the customer is very irate and he is speaking profanity,how will you deal with them?
View answer (3)

Product Owner 2 Interview Questions & Answers

user image Bhumika Prakash

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. How will you prioritize the requirements
  • Ans. 

    I will prioritize requirements based on business value, stakeholder input, and impact on project goals.

    • Prioritize requirements that align with business goals and objectives

    • Consider stakeholder input and feedback when prioritizing

    • Focus on requirements that have the highest impact on project success

    • Use techniques like MoSCoW method or Kano model for prioritization

    • Regularly review and adjust priorities based on changing c

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How will you deal with the teams when there is a clash

Product Owner 2 Interview Questions asked at other Companies

Q1. Software development lifecycle methodologies
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 6 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 - HR 

(2 Questions)

  • Q1. Technical skill
  • Q2. Roles and responsibility, skill
Round 3 - Technical 

(1 Question)

  • Q1. Cicd jenkins. terraform
Round 4 - Technical 

(1 Question)

  • Q1. Cicd gitlab, dockerfile
Round 5 - One-on-one 

(1 Question)

  • Q1. Vp round- fake question . most disgusting person
Round 6 - HR 

(1 Question)

  • Q1. Fake promise of offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - don't join this company. fake company with fake promise of offer letter of VP and their talent acquisition

take all round and then ghosting start

compare themselves with top svc based company of india my foot.

most disgusting person is VP

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Interviewer was expecting me to answer just like she knows it. She was not ready to accept my answer which is also right. Luckily there were 2 interviewers and he was sensible.
  • Q2. He requested for another round of technical interview as she wanted to reject me & he felt i am good.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Solifi interview questions for popular designations

 Devops Engineer

 (1)

 Engineer- Customer Support

 (1)

 Product Owner 2

 (1)

 Test Engineer

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Personal questions they asked?
  • Q2. Package details asking in previous process

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company ever in Hyderabad , they pressure you to put resign within probation period. Recently one person committed suicide but no one knows about it. They managed everything. So better Don't join HighRadius company.
I was very happy when receiving offer from HighRadius, later 4 months scene completely reverse and toxic environment and pressure building on each employees. Uncertainty in work culture un realistic time dead lines extra hours work.
Specially one person I mention " his name Ashish Tiwari" Racist and psycho manager, toxic culture ka baap ,Assigns work on logout time and during weekends too.
Completely corrupted and dirty politics , micro managements , stupid HR policies, leave policy to bad too worst.
My homble request for every one please understand don't join in HighRadius technologies. Every 6 months they imported interns and terminates experience persons. Only worst management, dirty politics, and crucial mentality nature you have then only sustain there.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. HR will call you and ask your current roles and responsibilities ?
  • Q2. Job designation senior system engineer (IAM, Azure portal, SaaS Applications, API integrations, Vulnerability Management)
Round 2 - Technical 

(7 Questions)

  • Q1. Do you anything related vulnerability management?
  • Q2. How do you support application for sso enablement?
  • Ans. 

    Supporting application for SSO enablement involves configuring authentication settings, integrating with identity providers, and testing functionality.

    • Configure authentication settings within the application to enable SSO

    • Integrate the application with identity providers such as Okta, Azure AD, or PingFederate

    • Test the SSO functionality to ensure seamless user experience

    • Provide documentation and training for users on how

  • Answered by AI
  • Q3. Haw you handle outages and any regular task you performed?
  • Ans. 

    I handle outages by following established procedures and prioritize tasks based on impact.

    • Immediately assess the situation to determine the root cause of the outage

    • Communicate with stakeholders to keep them informed of the issue and expected resolution time

    • Work with cross-functional teams to troubleshoot and resolve the outage as quickly as possible

    • Document the outage incident and steps taken for future reference and i...

  • Answered by AI
  • Q4. How you deal with change management?
  • Ans. 

    I handle change management by implementing structured processes, communication, and stakeholder involvement.

    • Implementing a change management process to track and document changes

    • Communicating changes effectively to all stakeholders

    • Involving key stakeholders in decision-making and planning

    • Ensuring proper testing and validation of changes before implementation

  • Answered by AI
  • Q5. How do you enable sso for applications for saas?
  • Ans. 

    Enable SSO for SaaS applications by integrating with identity providers and configuring authentication protocols.

    • Integrate with identity providers such as Okta, Azure AD, or Google Workspace

    • Configure authentication protocols like SAML, OAuth, or OpenID Connect

    • Implement single sign-on functionality in the application code

    • Ensure secure communication between the application and the identity provider

  • Answered by AI
  • Q6. What is RTO in disaster recovery?
  • Ans. 

    RTO stands for Recovery Time Objective in disaster recovery, representing the targeted duration of time within which a business process must be restored after a disaster.

    • RTO is a crucial metric in disaster recovery planning, indicating the maximum acceptable downtime for a system or process.

    • It helps organizations determine the resources and strategies needed to recover from a disaster within a specific timeframe.

    • For ex...

  • Answered by AI
  • Q7. Which application you are using to connect servers?
  • Ans. 

    I primarily use SSH (Secure Shell) to connect servers.

    • SSH (Secure Shell) is a widely used application for securely connecting to servers

    • Other applications like PuTTY, OpenSSH, and WinSCP can also be used for server connections

  • Answered by AI
Round 3 - Behavioral 

(4 Questions)

  • Q1. Hiring manager will brief about jd and ask questions based on related job and you are working
  • Q2. Do you vulnerability management?
  • Ans. 

    Yes, I am experienced in vulnerability management.

    • I have experience in identifying, prioritizing, and mitigating vulnerabilities in systems and networks.

    • I am proficient in using vulnerability scanning tools such as Nessus, Qualys, and OpenVAS.

    • I have implemented patch management processes to address vulnerabilities in a timely manner.

    • I have conducted vulnerability assessments and penetration testing to identify weakness...

  • Answered by AI
  • Q3. You worked applications were connected or disconnected one?
  • Ans. 

    I have experience working with both connected and disconnected applications.

    • I have experience developing applications that can function both online and offline.

    • I have worked on projects where data synchronization is crucial for seamless user experience.

    • Examples include mobile apps that can work offline and sync data when connected to the internet.

  • Answered by AI
  • Q4. Have you taken care of Authorization part?
  • Ans. 

    Yes, I have experience in taking care of the Authorization part in various projects.

    • Implemented role-based access control (RBAC) to manage user permissions

    • Configured and managed authentication protocols such as OAuth and SAML

    • Worked on setting up access control lists (ACLs) for network security

    • Experience with managing user roles and permissions in Active Directory

    • Utilized single sign-on (SSO) solutions for seamless user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident do some research on the jd

Skills evaluated in this interview

fwf Interview Questions & Answers

FE fundinfo user image Anonymous

posted on 18 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for helping others and a strong background in customer service.

    • Customer service experience in retail and hospitality industries

    • Strong communication and problem-solving skills

    • Passionate about making a positive impact in the community

  • Answered by AI
  • Q2. What is your greatest strength
  • Ans. 

    My greatest strength is my ability to adapt to new situations and learn quickly.

    • Quick learner

    • Adaptable to change

    • Problem solver

    • Strong work ethic

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and helping others.

    • I have a background in marketing and have worked in the industry for 5 years.

    • I am currently pursuing a degree in psychology to further my understanding of human behavior.

    • I enjoy volunteering at local shelters and organizing community events.

    • I am fluent in Spanish and have traveled to several Spanish-speaking countries.

  • Answered by AI
  • Q2. What is your greatest weakness
  • Ans. 

    My greatest weakness is that I tend to be overly critical of my own work, which can sometimes lead to self-doubt.

    • I have a tendency to overanalyze my work and focus on minor details

    • I often struggle with feeling like my work is never good enough

    • I have difficulty accepting praise or recognition for my accomplishments

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Feafeafgeg geage
  • Q2. G eg rg r

Solifi Interview FAQs

How many rounds are there in Solifi interview?
Solifi interview process usually has 2-3 rounds. The most common rounds in the Solifi interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Solifi 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 Solifi. The most common topics and skills that interviewers at Solifi expect are SQL, Java, Javascript, AWS and HTML.
What are the top questions asked in Solifi interview?

Some of the top questions asked at the Solifi interview -

  1. How will you prioritize the requireme...read more
  2. Interviewer was expecting me to answer just like she knows it. She was not read...read more
  3. He requested for another round of technical interview as she wanted to reject m...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Solifi interviews
Job Portal
33%
67% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PolicyBazaar Interview Questions
3.6
 • 307 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
HighRadius Interview Questions
2.9
 • 177 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Zerodha Interview Questions
4.2
 • 8 Interviews
View all

Solifi Reviews and Ratings

based on 32 reviews

4.3/5

Rating in categories

3.8

Skill development

4.2

Work-Life balance

4.0

Salary & Benefits

3.8

Job Security

4.1

Company culture

3.7

Promotions/Appraisal

4.0

Work Satisfaction

Explore 32 Reviews and Ratings
Software Engineer
14 salaries
unlock blur

₹8 L/yr - ₹20.5 L/yr

Product Owner
12 salaries
unlock blur

₹16 L/yr - ₹25.5 L/yr

Java Developer
9 salaries
unlock blur

₹8 L/yr - ₹13.2 L/yr

Senior Test Analyst
9 salaries
unlock blur

₹9.4 L/yr - ₹14 L/yr

Associate Software Engineer
8 salaries
unlock blur

₹7 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Solifi with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

2.8
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