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 Program Manager Interview Questions and Answers for Experienced

Updated 16 Nov 2021

Soroco Program Manager Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Multiple Questions on Project management and client engagement management experience 2. Detailed Questions on Machine learning operations and past experien...
  • Q2. 4. Problem solving and solution approach for a industry problem and how to implement MLOps in that
  • Ans. 

    Implementing MLOps for an industry problem requires a structured problem-solving approach.

    • Identify the industry problem and define the business objective

    • Collect and preprocess relevant data

    • Develop and train machine learning models

    • Deploy models to production environment with MLOps

    • Monitor and evaluate model performance regularly

    • Iterate and improve models as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparing as per the JD helped a great deal. Questions were mostly around past experience and few use cases

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Aap kiskey relative ya reference ho ?
  • Q2. How early you can join ?
Round 2 - One-on-one 

(2 Questions)

  • Q1. About you role in previous company and domain knowledge
  • Q2. Buttering karini hogi kar sakoge ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Negotiate as much as possible with Managers and HR, there is no minimum or maximum package in Fleetx for any position.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Domain specific questions
  • Q2. Coordination with multiple teams
  • Ans. 

    Effective coordination with multiple teams ensures project success through clear communication and collaboration.

    • Establish regular check-ins: Schedule weekly meetings to discuss progress and address any roadblocks.

    • Utilize project management tools: Use platforms like Trello or Asana to track tasks and deadlines across teams.

    • Foster open communication: Encourage team members to share updates and challenges openly to promo...

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Referral and was interviewed in Nov 2018. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Was asked to present a very interesting case as a role play. Requested to conceptualize and present a feature for a software to a client. The interviewers were looking for my approach and ability to presen...
  • Q2. Had to describe the previous projects I worked with, my role, the challenges I faced etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - I received a call from the HR, who scheduled a session at their Kochi Office. The process started with a short 1 to 1, following which I was given a role play scenario. This was followed by an open discussion with my future colleagues and manager. They are happy to give you feedback. Tips: Be honest, be yourself.

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
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

Soroco Interview FAQs

What are the top questions asked in Soroco Program Manager interview for experienced candidates?

Some of the top questions asked at the Soroco Program Manager interview for experienced candidates -

  1. 4. Problem solving and solution approach for a industry problem and how to impl...read more
  2. 1. Multiple Questions on Project management and client engagement management ex...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
Ginesys Interview Questions
3.7
 • 23 Interviews
View all
Soroco Program Manager Salary
based on 4 salaries
₹28 L/yr - ₹33.8 L/yr
30% more than the average Program Manager Salary in India
View more details
Software Engineer
118 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Senior Software Engineer
91 salaries
unlock blur

₹14.8 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.3
Compare

Peel-works

3.7
Compare

Yodlee

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