i
Cognizant
Filter interviews by
A class is a blueprint for creating objects in object-oriented programming.
Classes define the properties and behaviors of objects.
Objects are instances of classes.
Classes can inherit properties and behaviors from other classes.
Encapsulation, inheritance, and polymorphism are key concepts in class-based programming.
An internship project is a hands-on learning experience where students apply their knowledge and skills in a real-world setting.
Internship projects are typically assigned by the company or organization hosting the intern.
They often involve solving a specific problem or completing a project within a set timeframe.
Interns may work independently or as part of a team to complete the project.
The project may require res...
Using classes in programming allows for better organization, encapsulation, and reusability of code.
Classes help organize code by grouping related data and functions together
Encapsulation allows for data hiding and protection, preventing direct access to data from outside the class
Classes promote code reusability through inheritance and polymorphism
Strings are used to store and manipulate text data in programming languages.
Strings are essential for representing words, sentences, and paragraphs in a program.
They allow for text manipulation such as concatenation, substring extraction, and searching.
Examples of string usage include storing user input, displaying messages, and processing file contents.
What people are saying about Cognizant
A wrappers class is a class that contains primitive data types (int, char, etc.) in the form of objects. They are used to provide a way to work with primitive data types as objects.
Wrappers classes are used to convert primitive data types into objects.
They are used in situations where objects are required, such as in collections like ArrayList.
Examples of wrappers classes include Integer, Character, Boolean, etc.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they belong to.
They do not have a return type, not even void.
Constructors are called automatically when an object is created.
They can be overloaded to have multiple constructors with different parameters.
A method in Java is a block of code that performs a specific task and can be called by other parts of a program.
Methods are defined within classes in Java.
They can have parameters and return values.
Methods can be public, private, protected, or default.
Examples: public void printMessage(String message) { System.out.println(message); }
There are 8 primitive data types in Java: byte, short, int, long, float, double, char, and boolean.
byte - 8-bit signed integer
short - 16-bit signed integer
int - 32-bit signed integer
long - 64-bit signed integer
float - 32-bit floating point
double - 64-bit floating point
char - 16-bit Unicode character
boolean - true or false value
Frontend and backend developers are two types of developers who specialize in different aspects of web development.
Frontend developers focus on the client side of the application, working on the user interface and user experience.
Backend developers work on the server side of the application, dealing with databases, server logic, and performance optimization.
Frontend developers use languages like HTML, CSS, and Jav...
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is known for its security features like sandboxing to prevent malicious code execution
Java is object-oriented, allowing for modular and reusable code
Popular examples of Java applications include Android apps, w...
All aptitude questions were basic ones only.
All coding questions were basic only, questions comes from the cluster we choose
I am a dedicated and detail-oriented technical associate with a strong background in troubleshooting and problem-solving.
Experienced in troubleshooting technical issues
Strong attention to detail
Skilled in problem-solving
Excellent communication skills
Proficient in using various technical tools and software
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
I am a dedicated and experienced Technical Associate with a strong background in troubleshooting and problem-solving.
Over 5 years of experience in technical support roles
Proficient in diagnosing and resolving hardware and software issues
Skilled in providing excellent customer service and communication
Certified in ITIL and CompTIA A+
Previously worked at XYZ Company as a Technical Support Specialist
I have the technical skills, experience, and passion for the role.
I have a strong background in technical skills relevant to the position.
I have previous experience in similar roles, showcasing my ability to excel in this position.
I am passionate about the work and eager to contribute to the team's success.
My strength is my attention to detail and my weakness is my tendency to overthink.
Strength: Attention to detail - I excel at catching small errors and ensuring accuracy in my work.
Weakness: Overthinking - I sometimes spend too much time analyzing a situation before taking action, which can lead to delays.
Example: In my previous role, my attention to detail helped me identify a critical error in a report before it was s...
My hobbies include hiking, reading, and playing the guitar.
Hiking in the mountains on weekends
Reading mystery novels before bed
Playing acoustic guitar in a local band
I have 5 years of experience working in technical roles, including troubleshooting hardware and software issues.
5 years of experience in technical roles
Proficient in troubleshooting hardware and software issues
Strong problem-solving skills
Experience with network configurations and maintenance
An internship project is a hands-on learning experience where students apply their knowledge and skills in a real-world setting.
Internship projects are typically assigned by the company or organization hosting the intern.
They often involve solving a specific problem or completing a project within a set timeframe.
Interns may work independently or as part of a team to complete the project.
The project may require research...
Bachelor's degree in Computer Science with 3 years of experience in software development.
Bachelor's degree in Computer Science
3 years of experience in software development
My special skills include proficiency in programming languages such as Java, Python, and SQL, as well as strong problem-solving and analytical abilities.
Proficient in Java, Python, and SQL programming languages
Strong problem-solving skills
Analytical abilities
Experience with troubleshooting technical issues
Ability to work well in a team environment
I am fluent in three languages: English, Spanish, and French.
Fluent in English, Spanish, and French
Can communicate effectively in all three languages
Have experience working in multilingual environments
Frontend and backend developers are two types of developers who specialize in different aspects of web development.
Frontend developers focus on the client side of the application, working on the user interface and user experience.
Backend developers work on the server side of the application, dealing with databases, server logic, and performance optimization.
Frontend developers use languages like HTML, CSS, and JavaScri...
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is known for its security features like sandboxing to prevent malicious code execution
Java is object-oriented, allowing for modular and reusable code
Popular examples of Java applications include Android apps, web se...
A library in Java is a collection of pre-written classes and methods that can be used to perform specific tasks.
Libraries in Java help developers save time by providing pre-written code for common tasks.
They can be imported into a Java program using the 'import' keyword.
Examples of Java libraries include Java Standard Library, Apache Commons, and Google Guava.
A class is a blueprint for creating objects in object-oriented programming.
Classes define the properties and behaviors of objects.
Objects are instances of classes.
Classes can inherit properties and behaviors from other classes.
Encapsulation, inheritance, and polymorphism are key concepts in class-based programming.
Using classes in programming allows for better organization, encapsulation, and reusability of code.
Classes help organize code by grouping related data and functions together
Encapsulation allows for data hiding and protection, preventing direct access to data from outside the class
Classes promote code reusability through inheritance and polymorphism
A wrappers class is a class that contains primitive data types (int, char, etc.) in the form of objects. They are used to provide a way to work with primitive data types as objects.
Wrappers classes are used to convert primitive data types into objects.
They are used in situations where objects are required, such as in collections like ArrayList.
Examples of wrappers classes include Integer, Character, Boolean, etc.
A method in Java is a block of code that performs a specific task and can be called by other parts of a program.
Methods are defined within classes in Java.
They can have parameters and return values.
Methods can be public, private, protected, or default.
Examples: public void printMessage(String message) { System.out.println(message); }
Strings are used to store and manipulate text data in programming languages.
Strings are essential for representing words, sentences, and paragraphs in a program.
They allow for text manipulation such as concatenation, substring extraction, and searching.
Examples of string usage include storing user input, displaying messages, and processing file contents.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they belong to.
They do not have a return type, not even void.
Constructors are called automatically when an object is created.
They can be overloaded to have multiple constructors with different parameters.
There are 8 primitive data types in Java: byte, short, int, long, float, double, char, and boolean.
byte - 8-bit signed integer
short - 16-bit signed integer
int - 32-bit signed integer
long - 64-bit signed integer
float - 32-bit floating point
double - 64-bit floating point
char - 16-bit Unicode character
boolean - true or false value
Arithmetic mean and logical.
I applied via Walk-in and was interviewed before Nov 2021. There were 4 interview rounds.
General knowledge, Maths questions.
What people are saying about Cognizant
I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.
Capital market is a financial market where long-term securities like stocks and bonds are bought and sold. Derivatives are financial instruments derived from an underlying asset.
Capital market is a market for long-term securities like stocks and bonds
It facilitates the buying and selling of financial instruments with long maturities
Derivatives are financial instruments derived from an underlying asset
They derive their ...
I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
Salary expectations for an F&A associate vary based on experience, location, and company size, typically ranging from $40,000 to $70,000.
Entry-level positions may start around $40,000 annually.
With 3-5 years of experience, salaries can increase to $55,000-$70,000.
Shift allowances may vary; for example, night shifts could offer an additional 10-15% on base salary.
Location impacts salary; urban areas often provide hi...
Experienced Senior Associate with a strong background in project management and team leadership, dedicated to driving results and innovation.
Over 8 years of experience in project management, successfully leading cross-functional teams to deliver projects on time and within budget.
Expert in data analysis and strategic planning, having implemented data-driven solutions that increased efficiency by 20% in my last role.
Str...
Managed client relationships, led project teams, and developed strategic plans.
Managed client relationships to ensure satisfaction and retention
Led project teams to successful completion within budget and timeline
Developed strategic plans to drive business growth and achieve goals
I am leaving my old organization to seek new challenges, professional growth, and a better alignment with my career goals.
Desire for professional growth: I felt that I had reached a plateau in my previous role and wanted to take on more responsibilities.
Seeking new challenges: I am eager to work on innovative projects that push my limits and expand my skill set.
Cultural fit: I am looking for an organization whose value...
I am expecting a competitive salary based on my experience, skills, and the market standards.
I am looking for a salary that reflects my years of experience and expertise in the field.
I have researched the market rates for Senior Associates in similar roles and industries.
I am open to negotiation based on the overall compensation package offered by the company.
I am looking for a salary that aligns with my career goals a...
I appeared for an interview before Feb 2021.
based on 2 interview experiences
Difficulty level
Duration
based on 6 reviews
Rating in categories
Associate
73k
salaries
| ₹5.3 L/yr - ₹12.5 L/yr |
Programmer Analyst
56.2k
salaries
| ₹3.5 L/yr - ₹7.3 L/yr |
Senior Associate
55.1k
salaries
| ₹9.7 L/yr - ₹23.4 L/yr |
Senior Processing Executive
29.8k
salaries
| ₹2.3 L/yr - ₹6.5 L/yr |
Technical Lead
19k
salaries
| ₹6 L/yr - ₹21 L/yr |
TCS
Infosys
Wipro
Accenture