Filter interviews by
I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.
Basic aptitude questions on testing(manual and automation)
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins in SQL include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
...
This was the toughest part. Coding questions were on SQL and java
I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.
Pen and paper round basic mcq
Pen and paper round basic mcq
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Aptitude was 2 hours long and topics where pretty bit difficult like you're giving CA paper but there cut off was low so i guess everyone can clear it
Coding round was 2 hours long after clearing aptitude. It consist of OOPs SQL and all the questions and codes are in C++ so be prepared with it.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Animal class with methods like eat() can be inherited by Dog and Cat classes which can override the e...
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that all operations in a transaction are completed successfully or none at all
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are executed independently of...
Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures define the way data is organized and stored in memory.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Different data structures have different strengths and weaknesses for different types of operations.
Stack is better for LIFO operations, Queue is better for FIFO operations.
Stack is a Last In First Out (LIFO) data structure, while Queue is a First In First Out (FIFO) data structure.
Stack is suitable for applications like function call stack, undo mechanisms, and backtracking.
Queue is useful in scenarios like task scheduling, breadth-first search, and printer queues.
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
Pen and paper test basic aptitude questions and technical pen and paper test based on oops
STAVTAR SOLUTIONS interview questions for popular designations
I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.
Just search in google you will get every answer
Easly can crack this round with the help of google
Top trending discussions
I appeared for an interview before Sep 2020.
Round duration - 110 minutes
Round difficulty - Medium
It was an mcq and coding round
It contained four sections:
1. Aptitude
2. Reasoning
3. English
4. Coding (It contains 2 questions, one is medium and other is little hard)
You are given three non-zero numbers 'A', 'B', and 'C'. Your task is to determine the number created by concatenating the largest digit found in each number, in the s...
Concatenate the largest digit from three numbers to form a new number.
Find the largest digit in each number 'A', 'B', and 'C'.
Concatenate the largest digits in the order 'A', 'B', and 'C' to form the new number.
Return the final concatenated number as the output.
Given a string STR
of length N
, your task is to remove all the vowels from that string and return the modified string.
The first line of input contains an integer 'T' ...
Remove all vowels from a given string and return the modified string.
Iterate through each character in the string and check if it is a vowel (a, e, i, o, u or A, E, I, O, U).
If the character is not a vowel, add it to a new string.
Return the new string with all vowels removed.
Round duration - 10 minutes
Round difficulty - Medium
Round duration - 30 minutes
Round difficulty - Medium
It was around 11:30 PM i feel very tensed after entering into room the interviewer asked me to take a seat and asked self introduction and then he asked can we start technical round ?The questions are below.
What was your specific role and responsibilities on the most recent project you worked on?
Retrieve the second highest salary from a database table
Use a SQL query with ORDER BY and LIMIT to retrieve the second highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1, 1
Round duration - 5-10 months
Round difficulty - Easy
It was around 11:50 i think
The environment is too cool and i am too sleepy
The interview was happened in friendly manner
Tip 1 : Practice one coding problem daily
Tip 2 : Do one project on each technology,
Tip 3 : Please communicate in English with others ,English plays a prominent role in interviews
Tip 1 : one major project and mini project in resume
Tip 2 : Use a professional email address.
Tip 3 : Set your font size to 10-12 points.
posted on 14 Mar 2021
I applied via Walk-in and was interviewed before Mar 2020. There were 4 interview rounds.
posted on 12 Mar 2015
posted on 11 Oct 2016
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
Developed a web-based inventory management system for a retail company
Used React for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column.
Primary key cannot have null values, while unique key can have one null value.
A table can have only one primary key, but multiple unique keys.
Primary key is automatically indexed, while unique key may or may not be indexed.
Example: Primary key - employee ID, Unique key - email address
This program calculates the frequency of a given alphabet in a string using a basic C program.
Declare an array of size 26 to store the frequency of each alphabet
Iterate through the string character by character
For each character, check if it is an alphabet
If yes, increment the corresponding frequency count in the array
Print the frequency of the desired alphabet
I start my day by waking up early, exercising, having a healthy breakfast, and planning my tasks for the day.
Wake up early
Exercise
Have a healthy breakfast
Plan tasks for the day
I enjoy hiking, reading, and playing the guitar in my free time.
Hiking: I love exploring new trails and being in nature.
Reading: I enjoy diving into different genres and expanding my knowledge.
Playing the guitar: I find it relaxing and love learning new songs.
No, I am open to relocation for the right opportunity.
I am open to relocating for the right job opportunity
I have relocated in the past for career advancement
I am flexible and adaptable to new environments
I am adaptable and resourceful, so I will manage well in Coimbatore.
Research about the city's culture, language, and local amenities.
Connect with local professionals or expats for guidance and support.
Explore transportation options and create a budget for living expenses.
Stay open-minded and embrace the new experience with enthusiasm.
I appeared for an interview in Oct 2016.
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Passionate about coding and problem-solving
Completed internships in software development
Familiar with programming languages like Java, Python, and C++
My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.
Strengths: problem-solving skills
Strengths: attention to detail
Weaknesses: public speaking
Weaknesses: time management
I am opting for CGI because of their reputation for providing challenging projects and opportunities for growth.
CGI is known for offering challenging projects that will help me enhance my skills and knowledge.
I am interested in working with a diverse range of clients and industries, which CGI can provide.
CGI's emphasis on professional development and training programs align with my career goals.
I believe CGI's collabor...
I have completed internships at two different software companies, where I gained hands-on experience in software development and learned about different programming languages and technologies.
Internship at Company A involved working on a web application using Java and Spring framework
Internship at Company B focused on mobile app development using React Native and Firebase
Both internships provided me with valuable exper...
I handle stress by practicing mindfulness, taking breaks, and seeking support from colleagues.
Practicing mindfulness through meditation and deep breathing exercises
Taking short breaks to clear my mind and recharge
Seeking support from colleagues or mentors to discuss challenges and brainstorm solutions
I have a strong technical background, excellent problem-solving skills, and a passion for software development.
I have a Bachelor's degree in Computer Science with a focus on software engineering.
I have completed multiple internships where I gained hands-on experience in developing software applications.
I have a proven track record of successfully completing projects on time and exceeding expectations.
Yes, I am open to relocating for the interest of the company.
I am willing to relocate for career growth opportunities
I understand the importance of being flexible for the company's needs
I have relocated for previous job opportunities and have adapted well to new environments
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Passionate about coding and problem-solving
Completed internships in software development
Proficient in programming languages like Java, Python, and C++
CGI is a leading global IT and business consulting services firm.
CGI has a strong reputation in the industry for delivering high-quality software solutions.
CGI offers a wide range of opportunities for career growth and development.
CGI has a diverse and inclusive work culture that fosters collaboration and innovation.
CGI has a global presence, providing exposure to international projects and clients.
CGI values employee ...
The company is a leading software development firm specializing in creating innovative solutions for various industries.
Specializes in creating innovative software solutions
Works with clients from various industries
Known for high-quality and reliable products
Has a strong team of software engineers and developers
My motivation stems from my passion for problem-solving and creating innovative solutions.
Passion for problem-solving drives me to constantly seek new challenges
Desire to create innovative solutions that improve efficiency and user experience
Inspiration from successful projects and positive feedback from users
In five years, I see myself as a senior software engineer leading a team of developers on innovative projects.
Continuing to enhance my technical skills through ongoing learning and certifications
Taking on more leadership responsibilities within the team
Contributing to the development of cutting-edge software solutions
Mentoring junior team members to help them grow in their careers
based on 6 interviews
Interview experience
based on 12 reviews
Rating in categories
Associate Software Engineer
13
salaries
| ₹5 L/yr - ₹5 L/yr |
Software Developer
6
salaries
| ₹5 L/yr - ₹18 L/yr |
QA Engineer
5
salaries
| ₹6 L/yr - ₹12.5 L/yr |
Software Engineer
4
salaries
| ₹7.5 L/yr - ₹12.5 L/yr |
Financial Analyst
4
salaries
| ₹4 L/yr - ₹6.5 L/yr |
Cognizant
Virtusa Consulting Services
Hexaware Technologies
CGI Group