πJoin WhatsApp to get instant free job alerts on your mobile.
Here are well-structured and clear answers to the technical interview questions for you. These are suitable for freshers and experienced candidates preparing for competitive exams, campus placements, and recruitment drives.
c
int x = 10;
int *p = &x;
c
int fact(int n) {
if(n == 0) return 1;
else return n * fact(n - 1);
}
c
#include <stdio.h>
#include <string.h>
int main() {
char str[100], temp;
int i, j;
printf("Enter a string: ");
gets(str);
j = strlen(str) - 1;
for(i = 0; i < j; i++, j--) {
temp = str[i];
str[i] = str[j];
str[j] = temp;
}
printf("Reversed string: %s", str);
return 0;
}
Would you like this converted into an article/blog post format or want answers for Aptitude and HR interview questions next?
β 1. Solve this: If 5x + 3 = 23, find x.
Solution:
5x+3=23⇒5x=23−3=20⇒x=205=45x + 3 = 23 \\ \Rightarrow 5x = 23 - 3 = 20 \\ \Rightarrow x = \frac{20}{5} = 45x+3=23⇒5x=23−3=20⇒x=520=4
Answer: β x = 4
Explanation:
Each number is multiplied by 2:
Answer: β 32
Formula:
Speed = Distance / Time
Speed=100 m10 sec=10 m/s\text{Speed} = \frac{100 \text{ m}}{10 \text{ sec}} = 10 \text{ m/s}Speed=10 sec100 m=10 m/s
Convert to km/h:
10×185=36 km/h10 \times \frac{18}{5} = 36 \text{ km/h}10×518=36 km/h
Answer: β 36 km/h
Let CP of 1 pen = βΉ1
Then, CP of 10 pens = βΉ10
SP of 9 pens = βΉ10
SP of 1 pen = βΉ10 ÷ 9 = βΉ1.11 (approx)
Profit on 1 pen = βΉ1.11 - βΉ1 = βΉ0.11
Profit% = (Profit / CP) × 100
0.111×100=11.11%\frac{0.11}{1} \times 100 = 11.11\%10.11×100=11.11%
Answer: β 11.11% Profit
Explanation:
Answer: β Carrot
Work per day:
Combined work/day:
15+110=2+110=310\frac{1}{5} + \frac{1}{10} = \frac{2+1}{10} = \frac{3}{10}51+101=102+1=103
Total time = 1 / (work per day) =
13/10=103=3.33 days\frac{1}{3/10} = \frac{10}{3} = 3.33 \text{ days}3/101=310=3.33 days
Answer: β 3.33 days (or 3 days and 8 hours)
pythonCopyEditfor i in range(1, 4): for j in range(i): print(i, end=' ') print()
Output:
CopyEdit1 2 2 3 3 3
Explanation:
Answer: β Output is as shown above.
β 1. Tell me about yourself.
Answer:
I’m [Your Name], a recent graduate in [Your Branch] from [Your College Name]. I have a strong foundation in [mention a few core skills, like Java, Python, DBMS, etc.], and I’ve worked on a few academic projects that strengthened my technical and teamwork skills. I’m passionate about learning and eager to start my career with a reputed company like Wipro where I can contribute and grow professionally.
Answer:
Wipro is one of the most respected IT services companies globally, known for its innovation, diversity, and learning culture. I believe Wipro provides the right platform for freshers to build strong technical and interpersonal skills. I’m particularly inspired by Wipro’s emphasis on integrity, excellence, and continuous learning – values that align with my own.
Answer:
Strengths: I’m a quick learner, a good team player, and I stay calm under pressure. I also pay great attention to detail, which helps me in coding and problem-solving.
Weaknesses: Sometimes I tend to overthink small details in my work, but I’m working on improving my time management and prioritization skills.
Answer:
In 5 years, I see myself as a technically proficient and dependable software professional, ideally with Wipro. I aim to gain expertise in specific technologies and gradually take on leadership or mentoring roles while contributing to impactful projects for the organization.
Answer:
During my final year project, our team faced a major challenge when we lost key data due to a system crash. It was a tough situation, but we stayed calm, divided responsibilities, used backups where possible, and re-coded some modules from scratch. With teamwork and commitment, we recovered and submitted the project on time. It taught me resilience and the value of backup planning.
Answer:
Yes, I’m absolutely open to relocation. I believe adapting to new places and cultures is part of personal and professional growth, especially in the IT industry where projects may be spread across different locations.
Answer:
I may be a fresher, but I’m dedicated, fast-learning, and highly motivated. I’m adaptable to new environments and technologies, and I believe my academic background, combined with my passion for coding and learning, make me a good fit for your team. I’m ready to contribute and grow with Wipro.
Answer:
Yes, I do. Could you please tell me more about the training and learning opportunities Wipro provides for freshers?
(Alternate: What does the typical career path look like for someone in this role?)
Let me know if you want this content styled in HTML format or want to include it as part of a web page with dropdown answers or collapsible sections for better UX.
π’ Get the latest FREE job alerts, JNTUK exam notifications, question papers, results, and syllabus updates directly on your phone.