Upload Button Icon Add office photos
Engaged Employer

i

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

Credera Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Credera Senior Software Interview Questions and Answers

Updated 10 Nov 2022

Credera Senior Software Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 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 

(5 Questions)

  • Q1. Explain about MVC Routing?
  • Ans. 

    MVC Routing is a mechanism to map incoming requests to specific controller actions.

    • Routing is used to define URL patterns and map them to specific actions in the controller.

    • It helps to create clean and SEO-friendly URLs.

    • Routing can also be used to pass parameters to the controller action.

    • MVC Routing is a part of the ASP.NET framework.

    • Example: RouteConfig.cs file in ASP.NET MVC application defines the routing rules.

  • Answered by AI
  • Q2. What are Solid Principle?
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
  • Q3. Explain each concept with real life example?
  • Ans. 

    Explanation of concepts with real-life examples

    • Abstraction: Using a TV remote without knowing the internal circuitry

    • Encapsulation: A car driver only needs to know how to drive, not how the engine works

    • Inheritance: A child inheriting traits from their parents

    • Polymorphism: A shape can take on different forms, such as a square or a triangle

  • Answered by AI
  • Q4. Polymorphism real life example
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. A real-life example is a vehicle.

    • Polymorphism allows a vehicle object to take on different forms such as car, truck, or motorcycle

    • Each form has its own unique properties and methods, but they all share common characteristics such as having wheels and an engine

    • Polymorphism allows for more efficient and flexible code as it allows for the use of a single clas...

  • Answered by AI
  • Q5. Difference between Sync and Async?
  • Ans. 

    Sync is blocking, while Async is non-blocking.

    • Sync operations block the execution of the program until the operation is completed.

    • Async operations allow the program to continue executing while the operation is being completed in the background.

    • Sync operations are simpler to implement and reason about, but can lead to performance issues.

    • Async operations require more complex code, but can improve performance and responsi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Credera Senior Software interview:
  • Dot Net
Interview preparation tips for other job seekers - be prepared with the real life example and Question will not be staright forward it will be on your experience basis so do not show that you have learned the answers.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Credera?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. Tell something about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • I have a Bachelor's degree in Computer Science.

    • I am proficient in Spring Framework and AngularJS.

    • I have worked on projects involving RESTful APIs and microservices architecture.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why do you want to join this company?
  • Ans. 

    I am impressed with the company's innovative approach and commitment to excellence.

    • I have researched the company and its products extensively and am excited about the potential for growth and development.

    • I am impressed with the company's reputation for innovation and cutting-edge technology.

    • I believe that the company's commitment to excellence aligns with my own values and goals.

    • I am excited about the opportunity to wo...

  • Answered by AI
  • Q3. What are your future plans?
  • Ans. 

    My future plans include continuous learning, honing my skills, and contributing to the growth of the company.

    • I plan to attend relevant conferences and workshops to stay updated with the latest technologies.

    • I want to work on challenging projects that will help me improve my skills.

    • I aim to become a valuable asset to the company by contributing to its growth and success.

    • I plan to mentor and guide junior developers to hel...

  • Answered by AI
  • Q4. Mathematics
  • Q5. Programming
  • Q6. Logic

Interview Preparation Tips

Round: Test
Experience: It was a bit lengthy and I wasn't able to solve all the questions, but the rest was accurately completed by me.
Tips: One needs to know basic programming and logic. The rest is doable. Pay attention to time and the accuracy of your answers.
Duration: 120 minutes
Total Questions: 50

Round: Group Discussion
Experience: A few points were given to us and we had to proceed from there. I gave new ideas as well as new points of view on the already presented ideas. I also encouraged others to participate.
Tips: Don't be too quiet/passive or too loud/active. Let others also talk and don't talk about the same points again & again.
Duration: 15 minutes

Round: HR Interview
Experience: It was a good interview. I felt at ease and myself while talking about me. The CTO of the company was conducting it.
Tips: See the direction in which the interview is going and frame your answers accordingly. Tell them what they want to hear, but don't lie.

Round: Technical Interview
Experience: It was a telephonic interview, and the HR team present there was guiding me through it. The questions were easy.
Tips: Be confident while answering the questions. Don't think too much on it, and answer appropriately. Be clear and concise.

General Tips: As I said earlier as well, be yourself and be confident.
Skill Tips: Be adequately prepared on what you prepare for; know the ins and outs of the company you are sitting in for; be confident and clear on what you speak.
Skills: Programming, Logic Building, Common Aptitude, Personality
College Name: IIT Bombay
Motivation: I wanted to do programming which was also in the engineering domain. Hence Altair came as the perfect fit for me.
Funny Moments: I was not able to listen properly to the telephonic interview, but the CTO was impressed with me in the HR interview so he happily guided me through. I also found out that one of the seniors interviewing me was from the same place as that of mine, so we had a small discussion there as well. I felt at ease hence.

Senior Software Interview Questions Asked at Other Companies

Q1. Design an application like BookMyShow. How would you handle the s ... read more
asked in CGI Group
Q2. Given a mixed array of letters and numbers, sort the array withou ... read more
asked in UKG
Q3. Given two strings, find the smallest substring in the first strin ... read more
asked in Credera
Q4. Explain each concept with a real-life example.
asked in CGI Group
Q5. Given an array, how would you divide it into sub-arrays of 4 elem ... read more

Interview Preparation Tips

Round: Resume Shortlist
Experience: My experience with IITB racing for more than 2 years helped me with this process. Additionally, my work as an electronic differential engineer which required development of a detailed vehicle model was more closer to the

College Name: IIT BOMBAY

Interview Preparation Tips

Round: Test
Tips: Screening test is done online and contains objective questions..
Total Questions: Online

Round: Group Discussion
Experience: Shortlisted candidates were divided in groups of 9-10 students for group discussion. GD lasted for about 40 min.
Duration: 40 minutes

Round: Interview
Experience: Technical interview was of about 35 min. There was no hr interview. Questions were related to the projects that the candidate performed during his stay at IIT Roorkee. Two puzzles were also asked. Other questions were based on the answers that the candidate gave to the previous questions.

General Tips: This company looks for people with strong technical aptitude. So do not shy from showing all your projects. In other companies too many projects may lead them to believe that you are more interested in pursuing research and will leave the company soon. This may have a negative effect on other companies. But at Altair it is good to show all your projects, your research publications, any additional courses taken. Along with your technical projects it will be good if you could show them your coding ability. They are looking for technical people with a stint for coding.
College Name: IIT ROORKEE
Motivation: Altair deals with engineering services, product design, and engineering finite element software development (eg. hypermesh, hypermath, etc). The profile for which it takes the new recruits is for engineering software code writer.

Interview Preparation Tips

Round: Test
Experience: Written Test – 50 ppl appeared 15 were shortlisted for interview, 3 were finally selected. Technical interview  mainly based on project and the basics of the subject HR – be pleasing If someone wants to appear for this company. .
Tips: Prepare some common topics such as globalization, reservation in IITs and IIMs, etc.

General Tips: Never let them ask you the points in which you are weak& Always lead the interviewer to the questions that you are expecting.
College Name: IIT BOMBAY

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What do you mean by Integration, middleware, EAI systems
  • Ans. 

    Integration, middleware, and EAI systems are technologies that enable communication and data exchange between different software applications.

    • Integration involves connecting different software applications to enable data exchange and communication.

    • Middleware is software that sits between different applications and facilitates communication and data exchange.

    • EAI (Enterprise Application Integration) systems are a type of...

  • Answered by AI
  • Q2. Communication protocols - FTP SFTP
  • Q3. Basic programming logic, while loops, java diamond inheritance problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions around your integration experience. Knowledge of mulesoft not expected for beginner roles.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most of the questions are on tell me about yourself, ur previous projects, rest Api, sql, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, prepare basics.

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Coding cum aptitude test on Hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. First round interview . Consisted questions based on projects , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Round 2 . Question based from core technology. Micro services , etc
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions . Why are you fit for this role kind of things

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview rounds. Basic knowledge in dsa will be of a great help

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions, SQL, API related questions, basic cloud computing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Java/Programming knowledge required

Credera Interview FAQs

How many rounds are there in Credera Senior Software interview?
Credera interview process usually has 2 rounds. The most common rounds in the Credera interview process are Resume Shortlist and Technical.
What are the top questions asked in Credera Senior Software interview?

Some of the top questions asked at the Credera Senior Software interview -

  1. Explain each concept with real life examp...read more
  2. What are Solid Princip...read more
  3. Difference between Sync and Asy...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
Statusneo Interview Questions
3.9
 • 32 Interviews
GlobalStep Interview Questions
2.6
 • 29 Interviews
SpanIdea Interview Questions
3.6
 • 26 Interviews
View all
Senior Software Engineer
195 salaries
unlock blur

₹8.1 L/yr - ₹25.9 L/yr

Software Engineer
185 salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Principal Software Engineer
125 salaries
unlock blur

₹8.7 L/yr - ₹28 L/yr

Associate Software Engineer
77 salaries
unlock blur

₹3.7 L/yr - ₹6.2 L/yr

Technical Lead
65 salaries
unlock blur

₹13.2 L/yr - ₹43 L/yr

Explore more salaries
Compare Credera with

AgreeYa Solutions

3.2
Compare

Apisero

4.3
Compare

Actalent Services

3.5
Compare

Cyber Infrastructure

3.5
Compare
write
Share an Interview