Upload Button Icon Add office photos
Engaged Employer

i

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

Soroco Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Soroco Software Engineer Interview Questions and Answers

Updated 3 Jul 2024

Soroco Software Engineer Interview Experiences

3 interviews found

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions on hakerrank
1) dp question to calculate the frequency of the elements of a tree
2) graph problem to calculate the cost to buy at one city and sell at another

Round 2 - One-on-one 

(1 Question)

  • Q1. Create a family tree where a node has at most 2 parents and n children. Create 2 functions to find all the nodes preceding the given node and all the nodes following.
  • Ans. 

    Create a family tree with nodes having at most 2 parents and n children. Implement functions to find preceding and following nodes.

    • Create a tree structure where each node has references to its parents and children

    • Implement a function to find all nodes preceding a given node by traversing up the tree

    • Implement a function to find all nodes following a given node by traversing down the tree

    • Consider using depth-first search

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Center a div without using flexbox
  • Ans. 

    To center a div without using flexbox, use margin auto and set width

    • Set the width of the div

    • Use margin: 0 auto; to center horizontally

    • For vertical centering, use position: absolute; top: 50%; transform: translateY(-50%);

  • Answered by AI
  • Q2. How REST APIs work ?
  • Ans. 

    REST APIs work by allowing clients to interact with server resources using standard HTTP methods.

    • REST stands for Representational State Transfer

    • Clients make requests to the server using standard HTTP methods like GET, POST, PUT, DELETE

    • Responses from the server are typically in JSON or XML format

    • REST APIs are stateless, meaning each request from a client to the server must contain all the information necessary to unders

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. Data structure questions

Interview questions from similar companies

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. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics Oops concepts and SQL queries along with currently working projects stacks
Round 2 - Technical 

(1 Question)

  • Q1. More in-depth technical questions use of reflections etc
Round 3 - HR 

(1 Question)

  • Q1. Usual HR interviews company values etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The key is not answers all questions correctly key is the approach you take to solve the problem focus on that.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 

Aptitude Test with 1 coding question and 8 other aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions with some dbms questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. DSA + SQL query writing questions. Do revise SQL before interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. 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 

(3 Questions)

  • Q1. Linux commands,
  • Q2. Cloud technologies different services (iaas, paas, saas)
  • Ans. 

    Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • SaaS (Software as a Service) deli...

  • Answered by AI
  • Q3. What do you know AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OS basics and cloud technologies.

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, ...

  • Answered by AI
  • Q2. What qualifications have you obtained, and can you explain the project you completed during your engineering studies?
  • Ans. 

    I hold a Bachelor's degree in Computer Engineering and developed a web-based project for managing student records.

    • Bachelor's degree in Computer Engineering from XYZ University.

    • Completed a capstone project on a web application for student record management.

    • Utilized technologies like HTML, CSS, JavaScript, and Node.js.

    • Implemented features such as user authentication, data visualization, and a responsive design.

    • Collaborat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you believe this company is a suitable fit for you?
  • Ans. 

    This company aligns with my values, offers growth opportunities, and fosters innovation, making it an ideal environment for my skills.

    • The company's commitment to innovation resonates with my passion for developing cutting-edge software solutions.

    • I admire the collaborative culture here, which I experienced during my interactions with the team during the interview process.

    • The emphasis on professional development and cont...

  • Answered by AI
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and provide complete details about yourself.

Soroco Interview FAQs

How many rounds are there in Soroco Software Engineer interview?
Soroco interview process usually has 1-2 rounds. The most common rounds in the Soroco interview process are One-on-one Round and Coding Test.
How to prepare for Soroco Software Engineer 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 Soroco. The most common topics and skills that interviewers at Soroco expect are Cloud Computing, Networking, Python, Analytics and Front End.
What are the top questions asked in Soroco Software Engineer interview?

Some of the top questions asked at the Soroco Software Engineer interview -

  1. Create a family tree where a node has at most 2 parents and n children. Create ...read more
  2. Center a div without using flex...read more
  3. How REST APIs wor...read more

Tell us how to improve this page.

Soroco Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Soroco Software Engineer Salary
based on 117 salaries
₹7.5 L/yr - ₹26 L/yr
96% more than the average Software Engineer Salary in India
View more details

Soroco Software Engineer Reviews and Ratings

based on 23 reviews

2.8/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.8

Salary

3.0

Job security

2.9

Company culture

2.2

Promotions

2.1

Work satisfaction

Explore 23 Reviews and Ratings
Software Engineer
117 salaries
unlock blur

₹7.5 L/yr - ₹26 L/yr

Senior Software Engineer
89 salaries
unlock blur

₹14 L/yr - ₹52 L/yr

Business Analyst
28 salaries
unlock blur

₹8.4 L/yr - ₹21 L/yr

Site Reliability Engineer
17 salaries
unlock blur

₹7.5 L/yr - ₹9.8 L/yr

Customer Success Manager
17 salaries
unlock blur

₹17.4 L/yr - ₹40 L/yr

Explore more salaries
Compare Soroco with

Aurigo

4.7
Compare

Prime Focus Technologies

3.4
Compare

Peel-works

3.7
Compare

Yodlee

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