Upload Button Icon Add office photos

Filter interviews by

Prokarma Technologies Software Engineer Interview Questions and Answers

Updated 5 Jan 2022

Prokarma Technologies Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. Java basics
  • Q2. Explained accordingly

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went very smooth asked regarding junits and angular

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array questions - rearranging letters for encryption

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and your experience in college.
  • Q2. Database and sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep true to job posting. Hiring for another job and then, making people do something else is not good.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. DP medium question C# Internals LLM technical writing
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Group Discussion 

Initially, they shortlist the candidates and group them into batches of 15 students. During this process, they conduct a group discussion (GD) in which each student has 3 minutes to think, followed by an opportunity to describe their points in 2 to 3 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and express your point clearly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

DSA, system design, react, redux

Round 2 - Coding Test 

DSA, stystem design, react, redux

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node

    • Initialize three pointers: prev = null, current = head, next = null

    • Iterate through the linked list, updating next to current's next, current's next to prev, and moving prev and current pointers forward

    • Return the new head, which is the last node visited

  • Answered by AI
  • Q2. Find a bit is set
  • Ans. 

    To find if a bit is set, use bitwise AND operator with the bit position

    • Use bitwise AND operator (&) with the bit position to check if it is set

    • If the result is greater than 0, then the bit is set

    • Example: Check if 3rd bit is set in binary number 1010 - (1010 & 0100) = 0100 (4), so 3rd bit is set

  • Answered by AI
  • Q3. Create a thread in process
  • Ans. 

    Creating a thread in a process involves allocating resources for a new thread to run concurrently with other threads.

    • Use threading libraries like pthreads in C or java.util.concurrent in Java

    • Create a new thread object and pass a function or method to be executed by the thread

    • Start the thread to begin execution

    • Join the thread to wait for it to finish before continuing

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program Binary Search?
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.

    • Repeat the process until the target value is found or the s

  • Answered by AI
  • Q2. What isCICD flow?
  • Ans. 

    CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.

    • Continuous Integration (CI) focuses on automating the build and testing of code c...

  • Answered by AI
  • Q3. How to handle Enum feature?
  • Ans. 

    Enums are a feature in programming languages that allow you to define a set of named constants.

    • Enums can be used to improve code readability by giving meaningful names to values

    • Enums can be used in switch statements to handle different cases

    • Enums can have associated values or raw values for more flexibility

  • Answered by AI
  • Q4. Singleton handles the Syncronized ?
  • Ans. 

    Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It provides a global point of access to the instance.

    • Synchronization can be implemented in the Singleton pattern to ensure thread safety.

    • Example: Singleton pattern is commonly used in database connections to ensure

  • Answered by AI
  • Q5. What are external Libraries are used in project?
  • Ans. 

    External libraries are pre-written code that can be imported and used in a project to provide additional functionality.

    • External libraries help in reducing development time by providing ready-made solutions for common tasks.

    • Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 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 - Coding Test 

Medium level array question was asked on hackerrank.

Round 3 - One-on-one 

(1 Question)

  • Q1. Simple string question was asked which required a little thinking and simple implementation.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a coding round. I was given a screenshot which has dropdowns in it and I had to make the UI of it using react.js

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple DSA and MERN stack should be good

I applied via Company Website and was interviewed in May 2022. There were 7 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

This aptitude + technical MCQ test was of 120 minutes in duration. Had MCQs on quantitative ability, logical ability, Language, and technical MCQs consisted of questions on DBMS, OS, Networks, DSA. There were two coding questions as well. One on Bit Manipulating, and the other on DFS.

Round 3 - One-on-one 

(1 Question)

  • Q1. A question on BFS very similar to Leetcode 924. Was given one hour to discuss and come to an optimized solution with the interviewer.
Round 4 - Technical 

(4 Questions)

  • Q1. Search an element in a sorted and rotated array
  • Ans. 

    Search an element in a sorted and rotated array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

  • Answered by AI
  • Q2. SQL query on left join
  • Q3. Questions on CPP memory management
  • Q4. Questions related to projects done
Round 5 - Technical 

(2 Questions)

  • Q1. Propose a system for a popular media stream service
  • Ans. 

    Proposed system for a popular media stream service

    • Implement a recommendation engine to suggest content based on user preferences and viewing history

    • Integrate with social media platforms to allow users to share and discuss content

    • Provide multiple subscription options with varying levels of access and features

    • Ensure high-quality streaming with minimal buffering through the use of content delivery networks

    • Implement robust...

  • Answered by AI
  • Q2. Questions related to Fullstack Tech Stacks
Round 6 - Case Study 

Guesstimate on number of Reddit users in India. No starting input was given. Gave solution by using bottom to top approach. Tried to focus on quantifying teenagers with internet access and a particular interest about internet. Gave a figure around ~1 million in a year.

Round 7 - HR 

(1 Question)

  • Q1. Where do you see yourself at McKinsey?

Interview Preparation Tips

Topics to prepare for McKinsey & Company Software Engineer interview:
  • DSA
  • DBMS
  • Web Development
Interview preparation tips for other job seekers - Show leadership potential. Be honest. They are smart, they are McKinsey, they know what's what. If appearing for software profile, the preparation is no different from what's needed for other companies. They are highly selective. Rest assured; it will be good experience, keep your head up.

Skills evaluated in this interview

Prokarma Technologies Interview FAQs

What are the top questions asked in Prokarma Technologies Software Engineer interview?

Some of the top questions asked at the Prokarma Technologies Software Engineer interview -

  1. Explained accordin...read more
  2. Java bas...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Prokarma Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Prokarma Technologies Software Engineer Salary
based on 8 salaries
₹4 L/yr - ₹6 L/yr
39% less than the average Software Engineer Salary in India
View more details
Software Engineer
8 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Project Manager
4 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Senior Software Engineer Testing
4 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Softwaretest Engineer
3 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare Prokarma Technologies with

State Street Syntel

3.7
Compare

Nokia Networks

4.3
Compare

Sterling & Wilson

4.2
Compare

AXA Business Services

3.9
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