Upload Button Icon Add office photos

Filter interviews by

VeriPark Associate Software Engineer Interview Questions and Answers

Updated 30 Apr 2024

VeriPark Associate Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Assignment 

We are asked to do an assessment provided the requirements of assessment

Round 2 - Technical 

(2 Questions)

  • Q1. What are the challenges you faced while deploying a solution and how did you overcome that?
  • Q2. Develop a javascript coding
  • Ans. 

    Develop a javascript coding

    • Start by defining the problem and requirements

    • Break down the problem into smaller tasks

    • Write the code using JavaScript syntax and best practices

    • Test the code to ensure it functions correctly

    • Optimize the code for performance if needed

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. In depth questions related to javascript
  • Q2. How do you manage your work load when there are two user stories that are nearing deadline
Round 4 - HR 

(2 Questions)

  • Q1. What would be your manager's positive response on you, if asked now
  • Q2. What motivates for this role

Interview Preparation Tips

Topics to prepare for VeriPark Associate Software Engineer interview:
  • Power pages
  • Plugins
  • MS Dynamics CRM
Interview preparation tips for other job seekers - Prepare well on javascript, plug-in codings

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

15 Questions

  • Q1. What is a friend function
  • Ans. 

    A friend function is a non-member function that has access to the private and protected members of a class.

    • Declared inside the class but defined outside the class scope

    • Can access private and protected members of the class

    • Not a member of the class but has access to its private members

    • Used to allow external functions to access and modify private data of a class

    • Can be declared as a friend in another class

  • Answered by AI
  • Q2. Some VI editor commands
  • Q3. Definition of atoi function of C
  • Ans. 

    atoi function converts a string to an integer in C.

    • The function takes a string as input and returns an integer.

    • Leading white spaces are ignored.

    • If the string contains non-numeric characters, the function stops conversion and returns the converted value.

    • The function returns 0 if the input string is not a valid integer.

    • Example: atoi('123') returns 123.

  • Answered by AI
  • Q4. A program to print star pattern
  • Ans. 

    A program to print star pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of stars to be printed in each row

    • Use print() or println() function to print the stars

  • Answered by AI
  • Q5. Run time polymorphism in C++
  • Ans. 

    Run time polymorphism is the ability of a program to determine the object type at runtime and call the appropriate method.

    • It is achieved through virtual functions and dynamic binding.

    • Allows for more flexible and extensible code.

    • Example: a base class Animal with virtual function makeSound() and derived classes Dog and Cat that override makeSound().

    • At runtime, if an Animal pointer points to a Dog object, calling makeSoun

  • Answered by AI
  • Q6. Some queries like finding the second highest salary in a table
  • Q7. What is right outer join and it's use in real world scenario
  • Ans. 

    Right outer join is a type of join operation that returns all the rows from the right table and the matching rows from the left table.

    • Right outer join is denoted by the RIGHT JOIN keyword in SQL.

    • It is used to combine rows from two tables based on a related column.

    • In the result set, unmatched rows from the right table will have NULL values for the columns of the left table.

    • A real-world scenario for using a right outer j...

  • Answered by AI
  • Q8. What is refrential integrity
  • Ans. 

    Refrential integrity ensures that relationships between tables in a database remain consistent.

    • It is a database concept that ensures that foreign key values in one table match the primary key values in another table.

    • It prevents orphaned records in a database.

    • It maintains data consistency and accuracy.

    • For example, if a customer record is deleted, all related orders for that customer should also be deleted.

    • It is enforced...

  • Answered by AI
  • Q9. Difference between Primary key and Unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while Unique key ensures uniqueness of a column.

    • Primary key can't have null values, Unique key can have one null value

    • A table can have only one Primary key, but multiple Unique keys

    • Primary key is automatically indexed, Unique key is not necessarily indexed

  • Answered by AI
  • Q10. Triggers and their types
  • Ans. 

    Triggers are database objects that are automatically executed in response to certain events.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • There are two types of triggers: DML triggers and DDL triggers.

    • DML triggers are fired in response to DML statements (INSERT, UPDATE, DELETE).

    • DDL triggers are fired in response to DDL statements (CREATE, ALTER, DROP).

  • Answered by AI
  • Q11. Swap two character variables without using third
  • Ans. 

    Swapping two character variables without using third

    • Use XOR operator to swap two variables without using third variable

    • Assign the XOR of both variables to the first variable

    • Assign the XOR of the first variable and second variable to the second variable

  • Answered by AI
  • Q12. Strength and Weakness
  • Q13. Why do you want to join Amdocs when you already have an offer from IBM
  • Q14. About family and home town
  • Q15. Any problem in relocating to Pune or Gurgaon

Interview Preparation Tips

Round: Test
Experience: Questions are easy but time is main constraint, try to complete each section with at least 80% accuracy.

Round: Technical Interview
Experience: Questions were mainly on C,C++(OOPS concepts) and Unix. If you don't know the answer of some of the questions just tell them don't try to give random answers. Be well prepared with your OOPs concepts as that will play crucial part in clearing the technical round.
Tips: Be positive and confident. If you know the answer or you can try then only answer otherwise just say sorry.

Round: HR Interview
Experience: HR round was more like a formality. The HR was asking same set of questions from everyone and all four who got into HR round got selected.
Tips: No tips required for this round :P

General Tips: Try to complete the first round in time, Once you clear the written test be confident and positive in next rounds and you will certainly go through it.
Skills: OOPS, C, Unix, DBMS
College Name: NIT JAIPUR

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Strengths and weakness
  • Q2. Extra curricular achievements
  • Ans. 

    I have been actively involved in various extra curricular activities such as volunteering, sports, and leadership roles.

    • Volunteered at local animal shelter every weekend

    • Captain of the soccer team in high school

    • Organized charity events for underprivileged children

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was conducted by AMCAT and had 120 questions for personality test. Around 40-50 questions from Unix, SQL and other coding languages. Around 20 General aptitude questions and 2 questions of coding that had to solved using any programming language.
Tips: Refer to geeks for geeks for AMCAT.
Total Questions: 200

Round: Technical Interview
Experience: The test was conducted by AMCAT and had 120 questions for personality test. Around 40-50 questions from Unix, SQL and other coding languages. Around 20 General aptitude questions and 2 questions of coding that had to solved using any programming language.
Tips: Refer to geeks for geeks for AMCAT.

Round: Technical Interview
Experience: The technical interview went for almost 50 minutes. For the first 20 mins my resume was discussed, my projects , internships and extra curriculars. For the next 20 mins the interviewer asked me technical questions regarding coding , Unix and SQL. For 10 mins he tested my willingness to join the company and my passion for coding since I belonged to ECE branch.
Tips: Be thorough with your resume.
Be thorough with the questions that appeared in the test.

Skills: Technical Skills, Communication skills
College Name: National Institute of Techno

I applied via LinkedIn and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java, SQL, UNIX and python

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are preparing for amdocs interview, then u must know the basic Unix commands and SQL. These 2 skill are mandatory and questions will be asked from these definitely.

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Details about major project in college

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good in terms of technology and project related questions

Interview Questionnaire 

1 Question

  • Q1. Reverse linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for sql and coding

I applied via Campus Placement and was interviewed before Nov 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked two coding question, aptitude and unix command at round one, then a paper pen coding question and questions regarding Java,DS,MySql,Data communication at round 2, the round three was HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good at any one of these (JAVA,C++ PYTHON), Database, DS,Data communication, Unix. Anything apart from these is add on. But these things are must
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 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 - Aptitude Test 

1 hr test, simple aptitude questions

Round 3 - Coding Test 

Simple coding questions

Round 4 - Technical 

(3 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Iterate through the string from end to start and append each character to a new string

    • Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java

    • Convert the string to an array, reverse the array, and convert it back to a string

  • Answered by AI
  • Q2. Basic Networking questions
  • Q3. Questions on working of jvm

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Be prepared with your strength and weakness and just be yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and focus on the basics whatever you have learnt throughout your curriculum.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked on Java concepts
  • Q2. Basic DSA Questions
Round 2 - Technical 

(2 Questions)

  • Q1. DSA question based on Java as primary language is Java
  • Q2. Java OOPS Concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round - Resume Based
Round 4 - One-on-one 

(1 Question)

  • Q1. Director Round - General Discussion

VeriPark Interview FAQs

How many rounds are there in VeriPark Associate Software Engineer interview?
VeriPark interview process usually has 4 rounds. The most common rounds in the VeriPark interview process are Technical, Assignment and HR.
What are the top questions asked in VeriPark Associate Software Engineer interview?

Some of the top questions asked at the VeriPark Associate Software Engineer interview -

  1. Develop a javascript cod...read more
  2. In depth questions related to javascr...read more

Tell us how to improve this page.

VeriPark Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
VeriPark Associate Software Engineer Salary
based on 4 salaries
₹9 L/yr - ₹11 L/yr
70% more than the average Associate Software Engineer Salary in India
View more details
Senior QA Specialist
23 salaries
unlock blur

₹11 L/yr - ₹19.5 L/yr

Project Manager
13 salaries
unlock blur

₹16 L/yr - ₹25.5 L/yr

Senior Business Analyst
10 salaries
unlock blur

₹16.7 L/yr - ₹28.9 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹12 L/yr - ₹24.9 L/yr

Software Developer
8 salaries
unlock blur

₹8.1 L/yr - ₹16 L/yr

Explore more salaries
Compare VeriPark with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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