Upload Button Icon Add office photos

Filter interviews by

Credera Technology Intern Interview Questions and Answers

Updated 9 Mar 2023

Credera Technology Intern Interview Experiences

1 interview found

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

I applied via Job Fair and was interviewed before Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is join in SQL
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of joins include inner join, left join, right join, and full outer join

    • Join conditions are specified using the ON keyword and a related column between the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. A project you coded yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a good project for your tech interview because that encompasses most of the technical round.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani

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 - One-on-one 

(2 Questions)

  • Q1. What have you worked on in your previous internships
  • Ans. 

    I have worked on various projects during my previous internships, including developing mobile applications and implementing data analysis algorithms.

    • Developed a mobile application for a retail company to enhance their customer experience

    • Implemented data analysis algorithms to extract insights from large datasets

    • Collaborated with a team to design and develop a web-based inventory management system

    • Assisted in testing and...

  • Answered by AI
  • Q2. Why do u want to work with IBM?
  • Ans. 

    I want to work with IBM because of their reputation as a global leader in technology and innovation.

    • IBM is known for its cutting-edge technology solutions and advancements.

    • Working at IBM would provide me with valuable learning opportunities and exposure to a diverse range of projects.

    • IBM's commitment to research and development aligns with my passion for innovation.

    • The company's global presence and collaborative work c...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basics of OOP, Java. common DSA, OS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and giveyour best. they dont expect much for a 30K internship. just someone who knows his shit.
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 Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. List the IT profiles that you have worked upon.
  • Q2. What are the major skills of a Php Developer?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the issues you face and how to resolve
  • Ans. 

    Issues faced include outdated technology, lack of resources, and conflicting requirements. Resolving involves upgrading systems, prioritizing tasks, and effective communication.

    • Outdated technology causing compatibility issues

    • Lack of resources leading to delays in project completion

    • Conflicting requirements from different stakeholders

    • Upgrade systems to latest technology

    • Prioritize tasks based on importance and impact

    • Commu...

  • Answered by AI
  • Q2. Do you received any P1 or P2 incidents
  • Ans. 

    Yes, I have received P1 and P2 incidents in my role as a Technology Architect.

    • Yes, I have experience handling P1 incidents which are critical and require immediate attention.

    • I have also dealt with P2 incidents which are high priority but not as urgent as P1 incidents.

    • In both cases, I have worked with cross-functional teams to troubleshoot and resolve the issues efficiently.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Is rotational shift is fine
  • Ans. 

    Rotational shift can be acceptable depending on individual preferences and work-life balance.

    • Rotational shifts can provide flexibility for employees with different schedules or preferences.

    • Some individuals may thrive in a rotational shift environment, while others may find it challenging to adjust.

    • It is important for employers to consider the impact of rotational shifts on employee well-being and productivity.

    • Communica...

  • Answered by AI
  • Q2. Why are you leaving current organization
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for new challenges

    • Seeking a more innovative environment

    • Want to broaden skill set

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on technical and scenario based topics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write program to get common number from two arraylist using java 8
  • Ans. 

    Program to find common numbers in two arraylists using Java 8

    • Use Java 8 streams to filter out common elements between two arraylists

    • Convert arraylists to streams, use filter() and collect() methods

    • Use distinct() method to avoid duplicate common numbers

  • Answered by AI
  • Q2. 2nd highest salary of an employee
Round 2 - One-on-one 

(2 Questions)

  • Q1. How the team is been handled
  • Q2. Production issues faced recently
  • Ans. 

    Recently faced production issues include server downtime and software bugs.

    • Server downtime due to hardware failure

    • Software bugs causing crashes and data loss

    • Integration issues with third-party systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy prepare well and crack it

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Exolain jvm Architecture
  • Q2. Write pallindrome code
  • Ans. 

    A palindrome code is a program that checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Reverse the string and compare it to the original string

    • Return true if they are the same, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time a project was not successful & how you worked through it
  • Q2. What does success look like to you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Current Project architecture 2. How do you design micro services to scalable 3. How do you ensure ci/cd working as expected 4. What is oauth 5. Which Authorization servers you worked
  • Ans. 

    Answering questions related to current project architecture, designing scalable micro services, ensuring CI/CD, OAuth, and authorization servers.

    • Current project architecture involves a detailed analysis of the existing system, identifying key components, and designing a scalable solution.

    • Designing micro services to be scalable requires breaking down the application into smaller, independent services that can be easily ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. I was asked question on Oracle Conversions and performance tuning.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was only one round of technical interview and next round is HR round. Both the rounds finished on the same day.

Credera Interview FAQs

How many rounds are there in Credera Technology Intern interview?
Credera interview process usually has 2 rounds. The most common rounds in the Credera interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
View all
Software Engineer
16 salaries
unlock blur

₹5 L/yr - ₹10.5 L/yr

Senior Specialist
12 salaries
unlock blur

₹9 L/yr - ₹25.9 L/yr

Associate Product Manager
6 salaries
unlock blur

₹13 L/yr - ₹19 L/yr

Principal Software Engineer
6 salaries
unlock blur

₹15.4 L/yr - ₹32 L/yr

Senior Specialist 2
5 salaries
unlock blur

₹16.3 L/yr - ₹34 L/yr

Explore more salaries
Compare Credera with

Accenture

3.9
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

KPMG India

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview