Upload Button Icon Add office photos

Filter interviews by

Parkar Digital Software Engineer Level 1 Interview Questions and Answers

Updated 13 Oct 2023

Parkar Digital Software Engineer Level 1 Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Oct 2022. 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 - Coding Test 

HackerEarth 2 coding question

Round 3 - Technical 

(4 Questions)

  • Q1. Knowledge check on programming language you mentioned and etc.
  • Q2. WAP to print prime numbers
  • Ans. 

    Print prime numbers using a simple program

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check for factors of each number

    • Print the number if it has only 2 factors (1 and itself)

  • Answered by AI
  • Q3. JavaScript questions
  • Q4. Java questions.
Round 4 - HR 

(1 Question)

  • Q1. General questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not Join this Company.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Complete oops concepts with examples?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows classes to inherit at...

  • Answered by AI
  • Q2. Virtual function and virtual Destructor?
  • Q3. Multithreading with example?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.

    • Each thread has its own program counter, stack, and set of registers.

    • Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Oops, concepts with examples?
  • Q2. Matrix rotate by 180 degrees?
  • Ans. 

    Rotate a 2D matrix by 180 degrees in place without using extra space.

    • Iterate through the matrix and swap elements symmetrically across the center row.

    • Use two pointers, one starting from the first row and the other from the last row, to swap elements.

    • Repeat the swapping process for each row until the entire matrix is rotated.

    • Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test held on Hipro platform which had 3 coding questions including mcqs

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer was very friendly first he started with his introduction and experience and tech later he asked to introduce yourself and he started with basic data structures and algorithms later he asked me ...

Interview Preparation Tips

Topics to prepare for CGI Group Software Engineer Level 1 interview:
  • Data Structures
  • DBMS
  • Operating Systems
  • Computer Networking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a linked List
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Question on queue

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2022. 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 - Coding Test 

There were 2 questions to be solved in 2 hours. Ques were hard level DP.

Round 3 - Technical 

(1 Question)

  • Q1. Ques were random. There was no focus on DSA, interviewer was only checking the cs fundamentals knowledge. It was easy if you have average knowledge of topics like OOPS, OS, DBMS and your project.
Round 4 - HR 

(1 Question)

  • Q1. General HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advise everyone to AVOID this company at any cost. And if you are getting an offer then move forward on your own risk.
This company came in my college which is an IIT for on-campus placements and selected 5 students including me but after 3 days they revoked offers of 3 students and I was among the students who were revoked. So basically, this company can revoke an employee even before he/she joins their office. My college will blacklist this company so that future students are safe from it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Osmania University and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple questions, easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to domain
  • Q2. Simple questions related to projects
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Context api, js related qstns, simple programming qstn,
  • Q2. Remove duplicates without using set.
  • Ans. 

    Remove duplicates from array of strings without using set.

    • Iterate through the array and compare each element with all other elements to find duplicates.

    • Create a new array and add elements only if they are not already present in the new array.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics of react hooks, node js concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A standard online test conducted through one of the testing platforms.

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. Rest API
  • Q3. Java 8 coding problem
  • Q4. Collections
Round 3 - Technical 

(1 Question)

  • Q1. It was based on my previous project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Hashset and Treeset
  • Q2. Final Finally and finalize difference

Parkar Digital Interview FAQs

How many rounds are there in Parkar Digital Software Engineer Level 1 interview?
Parkar Digital interview process usually has 4 rounds. The most common rounds in the Parkar Digital interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Parkar Digital Software Engineer Level 1 interview?

Some of the top questions asked at the Parkar Digital Software Engineer Level 1 interview -

  1. WAP to print prime numb...read more
  2. Knowledge check on programming language you mentioned and e...read more
  3. Java questio...read more

Tell us how to improve this page.

Parkar Digital Software Engineer Level 1 Salary
based on 9 salaries
₹4.5 L/yr - ₹5.2 L/yr
51% less than the average Software Engineer Level 1 Salary in India
View more details
Software Engineer
17 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Technical Lead
17 salaries
unlock blur

₹14.1 L/yr - ₹25 L/yr

Senior Technical Associate
12 salaries
unlock blur

₹8.5 L/yr - ₹20.6 L/yr

Software Engineer2
11 salaries
unlock blur

₹5 L/yr - ₹16.8 L/yr

Software Engineer Level 1
9 salaries
unlock blur

₹4.5 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Parkar Digital with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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