Upload Button Icon Add office photos
Engaged Employer

i

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

Computer Generated Solutions Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 104 Reviews

Filter interviews by

Computer Generated Solutions Senior Software Engineer Interview Questions and Answers

Updated 10 Aug 2024

Computer Generated Solutions Senior Software Engineer Interview Experiences

1 interview found

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 Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL Query and Foxpro Code

Round 2 - Technical 

(2 Questions)

  • Q1. Working with SQL views
  • Q2. Multi User Save

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Java Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding plus java spring boot Microservices questions
Round 3 - Coding Test 

Develop java spring boot application from scratch

Round 4 - One-on-one 

(1 Question)

  • Q1. Coding questions. Real time questions on application
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't belive in HR from Altimetrik. They will conduct multiple rounds and waste your time. Finally they said you are selected and will release offer letter. But nothing positive will happen. There won't be any response after that. They don't even reply to our emails or phone calls. Most disgusting experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 interview questions
  • Q2. Spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Microservices strurcture and implementation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and Android and kotline
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to Version control
Round 3 - HR 

(1 Question)

  • Q1. Basic policy and immediate joining related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About position said for
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Array Reduce polyfill
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code pairing and technical discussions in Java and Springboot

Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Create Custom annotation
  • Ans. 

    Custom annotations can be created using @interface in Java.

    • Create a new interface with @interface keyword

    • Add required elements and default values

    • Use the annotation by adding @ followed by the annotation name

    • Example: @CustomAnnotation(value = "example")

    • Annotations can be used for compile-time checks or runtime behavior

  • Answered by AI
  • Q2. Memory management in Java 8
  • Ans. 

    Java 8 uses automatic memory management through garbage collection.

    • Java 8 uses a garbage collector to automatically manage memory.

    • The garbage collector frees up memory by removing objects that are no longer in use.

    • Java 8 introduced the G1 garbage collector which is designed to reduce pause times.

    • Developers can also use tools like jmap and jstat to monitor memory usage.

  • Answered by AI
  • Q3. What algo Java 8 Garbage collector follow
  • Ans. 

    Java 8 Garbage collector follows the algorithm called G1 (Garbage-First).

    • G1 divides the heap into regions and collects garbage in small portions called 'garbage-first' regions.

    • It uses multiple parallel threads for garbage collection.

    • G1 aims to minimize pause times by dynamically adjusting the amount of garbage collected in each region.

    • It uses a combination of young and old generation collection to achieve better perfor...

  • Answered by AI
  • Q4. @retension annotation
  • Q5. Java Design Patterns
  • Q6. What is SOLID Principal? and Explain L into it?
  • Ans. 

    SOLID is a set of principles for object-oriented programming. L stands for Liskov Substitution Principle.

    • SOLID principles help in creating maintainable and scalable software.

    • Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the correctness of the program.

    • This principle ensures that the behavior of the program remains consistent even ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep rate with Basic Java Concepts and Spring boot and SQL and Hibernate

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Questions in.NET & Some logical programs
Round 3 - Technical 

(1 Question)

  • Q1. Covered in OOPS, C#, SQL
Round 4 - HR 

(1 Question)

  • Q1. This is the final round on Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy, but process took longer more than a month in my case

Computer Generated Solutions Interview FAQs

How many rounds are there in Computer Generated Solutions Senior Software Engineer interview?
Computer Generated Solutions interview process usually has 2 rounds. The most common rounds in the Computer Generated Solutions interview process are Coding Test and Technical.
How to prepare for Computer Generated Solutions Senior 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 Computer Generated Solutions. The most common topics and skills that interviewers at Computer Generated Solutions expect are Angular, Software Engineering, .Net Core, Bootstrap and C#.
What are the top questions asked in Computer Generated Solutions Senior Software Engineer interview?

Some of the top questions asked at the Computer Generated Solutions Senior Software Engineer interview -

  1. Working with SQL vi...read more
  2. Multi User S...read more

Tell us how to improve this page.

Computer Generated Solutions Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Computer Generated Solutions Senior Software Engineer Salary
based on 24 salaries
₹7.1 L/yr - ₹15.5 L/yr
30% less than the average Senior Software Engineer Salary in India
View more details

Computer Generated Solutions Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.6

Skill development

3.8

Work-life balance

2.7

Salary

4.6

Job security

4.3

Company culture

2.8

Promotions

4.4

Work satisfaction

Explore 4 Reviews and Ratings
Technical Support Engineer
145 salaries
unlock blur

₹1.6 L/yr - ₹4.6 L/yr

System Administrator
32 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Technical Support Executive
29 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Software Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Associate Technical Support Engineer
25 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Computer Generated Solutions with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.6
Compare

Wipro

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